< prev index next >

src/java.desktop/share/classes/javax/print/attribute/standard/DialogTypeSelection.java

Print this page

        

*** 118,128 **** /** * Gets the name of the category of which this attribute value is an * instance. * <P> * For class DialogTypeSelection the category name is ! * <CODE>"dialog-type-selection"</CODE>. * * @return Attribute category name. */ public final String getName() { return "dialog-type-selection"; --- 118,128 ---- /** * Gets the name of the category of which this attribute value is an * instance. * <P> * For class DialogTypeSelection the category name is ! * {@code "dialog-type-selection"}. * * @return Attribute category name. */ public final String getName() { return "dialog-type-selection";
< prev index next >