Searched defs:getAttributes (Results 1 - 25 of 173) sorted by relevance

1234567

/openjdk10/jdk/src/java.sql/share/classes/java/sql/
H A DStruct.java79 Object[] getAttributes() throws SQLException; method in interface:Struct
104 Object[] getAttributes(java.util.Map<String,Class<?>> map) method in interface:Struct
/openjdk10/jdk/test/javax/sql/testng/util/
H A DStubStruct.java46 public Object[] getAttributes() throws SQLException { method in class:StubStruct
51 public Object[] getAttributes(Map<String, Class<?>> map) throws SQLException { method in class:StubStruct
/openjdk10/jdk/src/java.desktop/share/classes/javax/print/
H A DDoc.java142 public DocAttributeSet getAttributes(); method in interface:Doc
H A DSimpleDoc.java155 public DocAttributeSet getAttributes() { method in class:SimpleDoc
H A DDocPrintJob.java62 public PrintJobAttributeSet getAttributes(); method in interface:DocPrintJob
/openjdk10/jdk/src/java.desktop/share/classes/javax/print/event/
H A DPrintServiceAttributeEvent.java80 public PrintServiceAttributeSet getAttributes() { method in class:PrintServiceAttributeEvent
H A DPrintJobAttributeEvent.java79 public PrintJobAttributeSet getAttributes() { method in class:PrintJobAttributeEvent
/openjdk10/jdk/src/java.desktop/share/classes/sun/print/
H A DPageableDoc.java52 public DocAttributeSet getAttributes() { method in class:PageableDoc
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/source/doctree/
H A DStartElementTree.java50 List<? extends DocTree> getAttributes(); method in interface:StartElementTree
/openjdk10/jaxp/src/java.xml/share/classes/javax/xml/stream/events/
H A DStartElement.java60 public Iterator<Attribute> getAttributes(); method in interface:StartElement
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/text/html/
H A DOption.java85 public AttributeSet getAttributes() { method in class:Option
H A DInlineView.java104 public AttributeSet getAttributes() { method in class:InlineView
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/text/
H A DElement.java64 public AttributeSet getAttributes(); method in interface:Element
/openjdk10/jdk/src/java.base/share/classes/java/net/
H A DJarURLConnection.java272 public Attributes getAttributes() throws IOException { method in class:JarURLConnection
/openjdk10/jdk/src/java.base/share/classes/java/util/jar/
H A DJarEntry.java88 public Attributes getAttributes() throws IOException { method in class:JarEntry
/openjdk10/jdk/src/java.management/share/classes/javax/management/openmbean/
H A DOpenMBeanInfo.java98 public MBeanAttributeInfo[] getAttributes() ; method in interface:OpenMBeanInfo
/openjdk10/jdk/src/jdk.httpserver/share/classes/com/sun/net/httpserver/
H A DHttpContext.java82 public abstract Map<String,Object> getAttributes() ; method in class:HttpContext
/openjdk10/jdk/src/java.management/share/classes/javax/management/
H A DDynamicMBean.java80 public AttributeList getAttributes(String[] attributes); method in interface:DynamicMBean
/openjdk10/jdk/src/java.management/share/classes/javax/management/remote/
H A DJMXConnectorServerMBean.java180 public Map<String,?> getAttributes(); method in interface:JMXConnectorServerMBean
/openjdk10/jdk/src/java.naming/share/classes/javax/naming/directory/
H A DSearchResult.java155 public Attributes getAttributes() { method in class:SearchResult
/openjdk10/jdk/src/java.naming/share/classes/javax/naming/spi/
H A DDirStateFactory.java185 public Attributes getAttributes() { return attrs; }; method in class:DirStateFactory.Result
/openjdk10/jdk/test/javax/print/attribute/
H A DURLPDFPrinting.java94 public DocAttributeSet getAttributes() { method in class:PrintDocument
/openjdk10/jdk/test/javax/management/Introspector/
H A DGetMBeanInfoExceptionTest.java67 public AttributeList getAttributes(String[] attributes) { method in class:GetMBeanInfoExceptionTest.TestDynamicMBean
H A DUnregisterMBeanExceptionTest.java67 public AttributeList getAttributes(String[] attributes) { method in class:UnregisterMBeanExceptionTest.TestDynamicMBean
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/
H A DElementDefinitionImpl.java113 public NamedNodeMap getAttributes() { method in class:ElementDefinitionImpl

Completed in 292 milliseconds

1234567