Searched defs:Property (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/test/java/rmi/server/RMIClassLoader/spi/
H A DProperty.java33 * @run main/othervm/policy=security.policy Property
36 public class Property { class
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Data/src/com/sun/hotspot/igv/data/
H A DProperty.java32 public class Property implements Serializable { class in inherits:Serializable
39 private Property() { method in class:Property
43 private Property(Property p) { method in class:Property
47 private Property(String name) { method in class:Property
51 public Property(String name, String value) { method in class:Property
71 if (!(o instanceof Property)) return false;
72 Property p2 = (Property)o;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/api/
H A DProperty.java47 public interface Property { interface
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DClientPropertyApplicator.java34 private final Map<String, Property<N>> properties = new HashMap<String, Property<N>>();
36 public ClientPropertyApplicator(final Property<N>... propertyList) {
37 for (final Property<N> p : propertyList) {
43 final Property<N> property = properties.get(propName);
83 public abstract static class Property<X> { class in class:ClientPropertyApplicator
86 public Property(final String name) { method in class:ClientPropertyApplicator.Property
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/property/
H A DProperty.java50 public interface Property<BeanT> extends StructureLoaderBuilder { interface in inherits:StructureLoaderBuilder
92 // * we don't keep that information stored in {@link Property}, and instead we
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/
H A DPropertySet.java85 public @interface Property { interface in class:PropertySet
102 * Map representing the Fields and Methods annotated with {@link Property}.
143 * This method parses a class for fields and methods with {@link Property}.
153 Property cp = f.getAnnotation(Property.class);
161 Property cp = m.getAnnotation(Property.class);
202 * One of the values in {@link Property} annotation on {@link #f}.
249 * One of the values in {@link Property} annotation on {@link #getter}.
339 * @see Property
[all...]
/openjdk7/jdk/src/share/classes/javax/management/
H A DObjectName.java229 private static class Property { class in class:ObjectName
238 Property(int key_index, int key_length, int value_length) { method in class:ObjectName.Property
271 private static class PatternProperty extends Property {
343 static final private Property[] _Empty_property_array = new Property[0];
359 private transient Property[] _kp_array;
364 private transient Property[] _ca_array;
492 Property prop;
493 Map<String,Property> keys_map = new HashMap<String,Property>();
[all...]
/openjdk7/jdk/src/macosx/classes/apple/laf/
H A DJRSUIConstants.java111 static class Property { class in class:JRSUIConstants
116 Property(final PropertyEncoding encoding, final byte ordinal) { method in class:JRSUIConstants.Property
136 public static class Size extends Property {
156 public static class State extends Property {
182 public static class Direction extends Property {
212 public static class Orientation extends Property {
228 public static class AlignmentVertical extends Property {
246 public static class AlignmentHorizontal extends Property {
264 public static class SegmentPosition extends Property {
284 public static class ScrollBarPart extends Property {
[all...]

Completed in 86 milliseconds