Searched defs:attributes (Results 26 - 50 of 323) sorted by relevance

1234567891011>>

/openjdk10/jdk/src/java.base/share/classes/sun/nio/fs/
H A DAbstractUserDefinedFileAttributeView.java76 public final Map<String,Object> readAttributes(String[] attributes) argument
H A DAbstractAclFileAttributeView.java65 public final Map<String,Object> readAttributes(String[] attributes) argument
H A DFileOwnerAttributeViewImpl.java73 public Map<String,Object> readAttributes(String[] attributes) throws IOException { argument
/openjdk10/jdk/src/java.desktop/share/classes/javax/print/
H A DServiceUI.java151 printDialog(GraphicsConfiguration gc, int x, int y, PrintService[] services, PrintService defaultService, DocFlavor flavor, PrintRequestAttributeSet attributes) argument
[all...]
H A DSimpleDoc.java72 private DocAttributeSet attributes; field in class:SimpleDoc
101 SimpleDoc(Object printData, DocFlavor flavor, DocAttributeSet attributes) argument
[all...]
H A DDocPrintJob.java111 addPrintJobAttributeListener( PrintJobAttributeListener listener, PrintJobAttributeSet attributes) argument
159 print(Doc doc, PrintRequestAttributeSet attributes) argument
[all...]
/openjdk10/jdk/src/java.desktop/share/classes/java/awt/im/
H A DInputMethodRequests.java149 getCommittedText(int beginIndex, int endIndex, Attribute[] attributes) argument
184 cancelLatestCommittedText(Attribute[] attributes) argument
207 getSelectedText(Attribute[] attributes) argument
[all...]
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/text/
H A DDateFormatter.java111 Object getAdjustField(int start, Map<?, ?> attributes) { argument
130 Object adjustValue(Object value, Map<?, ?> attributes, Object key, argument
H A DMutableAttributeSet.java55 public void addAttributes(AttributeSet attributes); argument
76 public void removeAttributes(AttributeSet attributes); argument
[all...]
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/api/config/management/
H A DManagedEndpointFactory.java52 public <T> WSEndpoint<T> createEndpoint(WSEndpoint<T> endpoint, EndpointCreationAttributes attributes); argument
/openjdk10/jdk/make/src/classes/build/tools/cldrconverter/
H A DMetaZonesParseHandler.java52 public void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException { argument
H A DNumberingSystemsParseHandler.java54 public void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException { argument
H A DLikelySubtagsParseHandler.java54 public void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException { argument
/openjdk10/jdk/src/java.management/share/classes/javax/management/
H A DDynamicMBean.java80 public AttributeList getAttributes(String[] attributes); argument
92 setAttributes(AttributeList attributes) argument
[all...]
/openjdk10/jdk/test/lib/testlibrary/java/util/jar/
H A DJarBuilder.java37 final private Attributes attributes = new Attributes(); field in class:JarBuilder
/openjdk10/langtools/src/jdk.jdeps/share/classes/com/sun/tools/classfile/
H A DField.java64 public final Attributes attributes; field in class:Field
44 Field(AccessFlags access_flags, int name_index, Descriptor descriptor, Attributes attributes) argument
H A DMethod.java64 public final Attributes attributes; field in class:Method
44 Method(AccessFlags access_flags, int name_index, Descriptor descriptor, Attributes attributes) argument
/openjdk10/jdk/test/tools/launcher/modules/addexports/manifest/
H A DAddExportsAndOpensInManifest.java55 private OutputAnalyzer runTest(String attributes) throws Exception { argument
/openjdk10/langtools/test/tools/javac/classfiles/attributes/annotations/
H A DRuntimeAnnotationsTestBase.java92 testAttributes( TestCase.TestMemberInfo member, ClassFile classFile, Supplier<Attributes> attributes) argument
129 collectAnnotations( ClassFile classFile, TestCase.TestMemberInfo member, Attributes attributes, String attribute) argument
/openjdk10/jdk/test/javax/management/Introspector/
H A DGetMBeanInfoExceptionTest.java67 public AttributeList getAttributes(String[] attributes) { argument
71 public AttributeList setAttributes(AttributeList attributes) { argument
H A DUnregisterMBeanExceptionTest.java67 public AttributeList getAttributes(String[] attributes) { argument
71 public AttributeList setAttributes(AttributeList attributes) { argument
/openjdk10/jdk/test/javax/management/MustBeValidMBeanInfo/
H A DMustBeValidCommand.java46 private static String[][] attributes = { field in class:MustBeValidCommand
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/
H A DElementDefinitionImpl.java55 protected NamedNodeMapImpl attributes; field in class:ElementDefinitionImpl
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xpointer/
H A DXPointerProcessor.java77 public boolean resolveXPointer(QName element, XMLAttributes attributes, argument
/openjdk10/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/txw2/
H A DContentVisitor.java44 void onStartTag(String nsUri, String localName, Attribute attributes, NamespaceDecl namespaces); argument

Completed in 99 milliseconds

1234567891011>>