Searched refs:getAttributes (Results 1 - 25 of 433) sorted by relevance

1234567891011>>

/openjdk9/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
/openjdk9/langtools/src/jdk.compiler/share/classes/com/sun/source/doctree/
H A DStartElementTree.java50 List<? extends DocTree> getAttributes(); method in interface:StartElementTree
/openjdk9/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
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/text/
H A DElement.java64 public AttributeSet getAttributes(); method in interface:Element
/openjdk9/jdk/src/java.management/share/classes/javax/management/remote/
H A DJMXConnectorServerMBean.java180 public Map<String,?> getAttributes(); method in interface:JMXConnectorServerMBean
/openjdk9/jdk/src/java.desktop/share/classes/javax/print/
H A DDoc.java154 public DocAttributeSet getAttributes(); method in interface:Doc
H A DDocPrintJob.java57 * attribute set at the time of the {@link #getAttributes()} method
61 * {@code getAttributes()} again and compare the new attribute
67 public PrintJobAttributeSet getAttributes(); method in interface:DocPrintJob
99 * a client can call {@code getAttributes()} and identify the
/openjdk9/jdk/test/sun/security/pkcs/pkcs9/
H A DUnstructuredName.java54 Object attr = req.getAttributes().getAttribute("1.2.840.113549.1.9.2");
/openjdk9/jdk/test/sanity/client/lib/jemmy/src/org/netbeans/jemmy/util/
H A DTextStyleChooser.java204 if (StyleConstants.isBold(element.getAttributes()) != bold.booleanValue()) {
209 if (StyleConstants.isItalic(element.getAttributes()) != italic.booleanValue()) {
214 if (StyleConstants.isStrikeThrough(element.getAttributes()) != strike.booleanValue()) {
219 if (StyleConstants.isUnderline(element.getAttributes()) != understrike.booleanValue()) {
224 if (StyleConstants.getFontSize(element.getAttributes()) != fontSize.intValue()) {
229 if (StyleConstants.getAlignment(element.getAttributes()) != alignment.intValue()) {
234 if (!StyleConstants.getFontFamily(element.getAttributes()).equals(fontFamily)) {
239 if (!StyleConstants.getBackground(element.getAttributes()).equals(background)) {
244 if (!StyleConstants.getForeground(element.getAttributes()).equals(foreground)) {
/openjdk9/jdk/src/java.naming/share/classes/javax/naming/directory/
H A DSearchResult.java155 public Attributes getAttributes() { method in class:SearchResult
163 * @see #getAttributes
182 return super.toString() + ":" + getAttributes();
H A DDirContext.java85 * In the {@code getAttributes()} and {@code search()} methods,
123 * In the {@code getAttributes()} and {@code search()} methods,
181 * @see #getAttributes(String)
182 * @see #getAttributes(Name, String[])
184 public Attributes getAttributes(Name name) throws NamingException; method in interface:DirContext
188 * See {@link #getAttributes(Name)} for details.
196 public Attributes getAttributes(String name) throws NamingException; method in interface:DirContext
224 public Attributes getAttributes(Name name, String[] attrIds) method in interface:DirContext
229 * See {@link #getAttributes(Name, String[])} for details.
241 public Attributes getAttributes(Strin method in interface:DirContext
[all...]
/openjdk9/jaxp/src/java.xml/share/classes/javax/xml/stream/events/
H A DStartElement.java60 public Iterator<Attribute> getAttributes(); method in interface:StartElement
/openjdk9/jdk/src/java.desktop/share/classes/javax/print/event/
H A DPrintServiceAttributeEvent.java79 public PrintServiceAttributeSet getAttributes() { method in class:PrintServiceAttributeEvent
H A DPrintJobAttributeEvent.java76 public PrintJobAttributeSet getAttributes() { method in class:PrintJobAttributeEvent
/openjdk9/jdk/src/java.management/share/classes/javax/management/openmbean/
H A DOpenMBeanInfo.java55 * <p>The {@link #getAttributes()}, {@link #getOperations()} and
98 public MBeanAttributeInfo[] getAttributes() ; method in interface:OpenMBeanInfo
/openjdk9/jdk/src/java.management/share/classes/javax/management/
H A DDynamicMBean.java80 public AttributeList getAttributes(String[] attributes); method in interface:DynamicMBean
90 * @see #getAttributes
/openjdk9/jdk/src/jdk.httpserver/share/classes/com/sun/net/httpserver/
H A DHttpContext.java82 public abstract Map<String,Object> getAttributes() ; method in class:HttpContext
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/text/html/
H A DMuxingAttributeSet.java67 protected synchronized AttributeSet[] getAttributes() { method in class:MuxingAttributeSet
133 AttributeSet[] as = getAttributes();
152 AttributeSet[] as = getAttributes();
180 AttributeSet[] as = getAttributes();
199 AttributeSet[] as = getAttributes();
296 AttributeSet[] as = getAttributes();
H A DLineView.java154 StyleConstants.getAlignment(getAttributes()) ==
170 Font f = ((StyledDocument)d).getFont(v.getAttributes());
/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/spi/monitoring/
H A DMonitoredObject.java122 public Collection getAttributes(); method in interface:MonitoredObject
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xni/grammars/
H A DXMLSchemaDescription.java137 public XMLAttributes getAttributes(); method in interface:XMLSchemaDescription
/openjdk9/jdk/src/java.naming/share/classes/javax/naming/spi/
H A DDirStateFactory.java185 public Attributes getAttributes() { return attrs; }; method in class:DirStateFactory.Result
/openjdk9/jdk/test/com/sun/jndi/ldap/
H A DLdapURLOptionalFields.java52 if (url.getAttributes() != null) {
/openjdk9/jdk/test/javax/sql/testng/test/rowset/serial/
H A DSerialStructTests.java75 * Validate that getAttributes() returns the same attributes specified by
82 ss.getAttributes()));
86 * Validate that getAttributes() returns the same attributes specified by
93 ss.getAttributes()));
97 * Validate that getAttributes() returns the
105 ss.getAttributes(map)));
109 * Validate that getAttributes() returns the same attributes specified by
116 ss.getAttributes(map)));
/openjdk9/jdk/test/javax/swing/text/WrappedPlainView/6857057/
H A DStubLeafElement.java54 public AttributeSet getAttributes() { method in class:StubLeafElement

Completed in 304 milliseconds

1234567891011>>