Searched refs:attributeset (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/javax/print/attribute/
H A DServiceDialogTest.java233 public Object getSupportedAttributeValues(Class category, DocFlavor docflavor, AttributeSet attributeset) argument
258 public AttributeSet getUnsupportedAttributes(DocFlavor docflavor, AttributeSet attributeset) { argument
263 if (attributeset == null) {
268 Attribute attributearray[] = attributeset.toArray();
275 if (!isAttributeValueSupported(attribute, docflavor, attributeset)) {

Completed in 28 milliseconds