Searched defs:defaultSelection (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/
H A DJobAttributes.java245 private DefaultSelectionType defaultSelection; field in class:JobAttributes
298 * @param defaultSelection <code>DefaultSelectionType.ALL</code>,
335 public JobAttributes(int copies, DefaultSelectionType defaultSelection, argument
341 setDefaultSelection(defaultSelection);
376 defaultSelection = obj.defaultSelection;
439 return defaultSelection;
448 * @param defaultSelection DefaultSelectionType.ALL,
450 * @throws IllegalArgumentException if defaultSelection is <code>null</code>
452 public void setDefaultSelection(DefaultSelectionType defaultSelection) { argument
[all...]

Completed in 31 milliseconds