Searched defs:Attribute (Results 1 - 25 of 42) sorted by relevance

12

/openjdk10/langtools/test/tools/javac/generics/rawOverride/
H A DWarn1.java12 interface Attribute<T> { } interface
H A DAttributeSet.java34 interface Attribute<T> { } interface
[all...]
/openjdk10/jdk/src/java.desktop/share/classes/javax/print/attribute/
H A DAttribute.java38 public interface Attribute extends Serializable { interface in inherits:Serializable
/openjdk10/jaxp/src/java.xml/share/classes/javax/xml/stream/events/
H A DAttribute.java40 public interface Attribute extends XMLEvent { interface in inherits:XMLEvent
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DAttribute.java30 final class Attribute extends Instruction { class in inherits:Instruction
/openjdk10/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/txw2/
H A DAttribute.java31 final class Attribute { class
45 Attribute(String nsUri, String localName) { method in class:Attribute
/openjdk10/jdk/src/java.management/share/classes/javax/management/
H A DAttribute.java39 public class Attribute implements Serializable { class in inherits:Serializable
62 public Attribute(String name, Object value) { method in class:Attribute
[all...]
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/objects/annotations/
H A DAttribute.java33 public interface Attribute { interface
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/xsom/impl/
H A DRef.java78 public static interface Attribute { interface in class:Ref
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/api/addressing/
H A DOutboundReferenceParameterHeader.java369 static final class Attribute { class in class:OutboundReferenceParameterHeader
377 public Attribute(String nsUri, String localName, String value) { method in class:OutboundReferenceParameterHeader.Attribute
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/message/stream/
H A DOutboundStreamHeader.java142 static final class Attribute { class in class:OutboundStreamHeader
150 public Attribute(String nsUri, String localName, String value) { method in class:OutboundStreamHeader.Attribute
H A DStreamHeader.java81 protected static final class Attribute { class in class:StreamHeader
89 public Attribute(String nsUri, String localName, String value) { method in class:StreamHeader.Attribute
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/rngom/digested/
H A DDAnnotation.java83 public static class Attribute { class in class:DAnnotation
91 public Attribute(String ns, String localName, String prefix) { method in class:DAnnotation.Attribute
97 public Attribute(String ns, String localName, String prefix, String value, Locator loc) { method in class:DAnnotation.Attribute
/openjdk10/jdk/src/java.base/share/classes/java/text/
H A DAttributedCharacterIterator.java89 public static class Attribute implements Serializable { class in interface:AttributedCharacterIterator
107 protected Attribute(String name) { method in class:AttributedCharacterIterator.Attribute
[all...]
H A DAttributedString.java139 AttributedString(String text, Map<? extends Attribute, ?> attributes) argument
366 addAttributes(Map<? extends Attribute, ?> attributes, int beginIndex, int endIndex) argument
[all...]
/openjdk10/jdk/src/java.base/share/classes/jdk/internal/org/objectweb/asm/
H A DAttribute.java67 public class Attribute { class
90 protected Attribute(final String type) { method in class:Attribute
[all...]
/openjdk10/jdk/src/java.naming/share/classes/javax/naming/directory/
H A DAttribute.java75 public interface Attribute extends Cloneable, java.io.Serializable { interface in inherits:Cloneable,java.io.Serializable
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/
H A DAttribute.java52 public abstract class Attribute implements Cloneable, Node { class in inherits:Cloneable,Node
59 protected Attribute(final byte tag, final int name_index, final int length, final ConstantPool constant_pool) { method in class:Attribute
[all...]
/openjdk10/jdk/src/java.desktop/macosx/classes/com/apple/laf/
H A DAquaFonts.java154 public Font deriveFont(final Map<? extends Attribute, ?> attributes) { argument
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DAttribute.java68 public class Attribute { class
90 protected Attribute(final String type) { method in class:Attribute
[all...]
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/xsom/impl/parser/
H A DDelayedRef.java223 public static class Attribute extends DelayedRef implements Ref.Attribute { class in class:DelayedRef
224 public Attribute( PatcherManager manager, Locator loc, SchemaImpl schema, UName name ) { method in class:DelayedRef.Attribute
/openjdk10/jdk/src/java.desktop/share/classes/java/awt/font/
H A DStyledParagraph.java418 private void addFonts(char[] chars, Map<? extends Attribute, ?> attributes, argument
434 addInputMethodAttrs(Map<? extends Attribute, ?> oldStyles) { argument
480 getGraphicOrFont( Map<? extends Attribute, ?> attributes) argument
/openjdk10/jdk/src/java.desktop/share/classes/sun/font/
H A DDecoration.java111 public static Decoration getDecoration(Map<? extends Attribute, ?> attributes) { argument
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DAttribute.java45 public abstract class Attribute implements AnnotationValue { class in inherits:AnnotationValue
50 public Attribute(Type type) { method in class:Attribute
[all...]
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DType.java51 public static final Type Attribute = new NodeType(NodeTest.ATTRIBUTE); field in class:Type

Completed in 170 milliseconds

12