Searched defs:property (Results 76 - 94 of 94) sorted by relevance

1234

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/
H A DSAX2DTM.java699 * it exists. Otherwise this property has no value.
1218 * no external subset or if it has no public identifier, this property
2476 * Set a run time property for this DTM instance.
2481 * @param property a <code>String</code> value
2484 public void setProperty(String property, Object value) argument
/openjdk7/jdk/src/share/classes/javax/swing/
H A DTransferHandler.java67 * the <code>transferHandler</code> property on a Swing component.
70 * a component property simply by specifying the name of the property in
621 * Constructs a transfer handler that can transfer a Java Bean property
625 * @param property the name of the property to transfer; this can
626 * be <code>null</code> if there is no property associated with the transfer
629 public TransferHandler(String property) { argument
630 propertyName = property;
706 * package if the dragEnabled property i
1195 PropertyDescriptor property; field in class:TransferHandler.PropertyTransferable
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthParser.java82 private static final String ELEMENT_PROPERTY = "property";
700 Object property) throws SAXException {
731 throw new SAXException(property + " unknown type, use" +
762 value = parseInsets(aValue, property + " invalid insets");
768 throw new SAXException(property + " invalid value");
777 throw new SAXException(property + ": you must supply a " +
780 if (property == ELEMENT_DEFAULTS_PROPERTY) {
1001 "property: you must specify sourceInsets");
1004 throw new SAXException("property: you must specify a path");
699 startProperty(Attributes attributes, Object property) argument
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DPNGImageDecoder.java84 private void property(String key,Object value) { method in class:PNGImageDecoder
89 private void property(String key,float value) { method in class:PNGImageDecoder
90 property(key,new Float(value));
124 if(c!=null) property("background",c);
127 property("chromaticities",
141 if(gamma!=100000) property("gamma",gamma/100000.0f);
180 property(tkey,tvalue);
184 property("modtime",new GregorianCalendar(
530 property("error", e);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/
H A DMessageImpl.java131 //property to indicate optimized serialization for lazy attachments
544 public Object getProperty(String property) { argument
545 return (String) properties.get(property);
548 public void setProperty(String property, Object value) { argument
549 verify(property, value);
550 properties.put(property, value);
553 private void verify(String property, Object value) { argument
554 if (property.equalsIgnoreCase(SOAPMessage.WRITE_XML_DECLARATION)) {
557 property + " must have value false or true");
567 log.log(Level.SEVERE, "SAAJ0591.soap.exception.in.set.property",
[all...]
/openjdk7/jdk/src/windows/native/sun/windows/
H A DThemeReader.cpp510 (JNIEnv *env, jclass klass, jlong theme, jint part, jint state, jint property) {
515 HRESULT hres = GetThemeMargins(hTheme, NULL, part, state, property, NULL, &margins);
509 Java_sun_awt_windows_ThemeReader_getThemeMargins(JNIEnv *env, jclass klass, jlong theme, jint part, jint state, jint property) argument
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DAdaptiveResultTreeImpl.java772 public void setProperty(String property, Object value) argument
775 _dom.setProperty(property, value);
H A DSimpleResultTreeImpl.java716 public void setProperty(String property, Object value) argument
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMDocumentImpl.java1772 * standard input, for example), the value of this property is unknown.
1795 * it is not known, the value of this property is unknown.
1813 * either "yes" or "no". This property is derived from the optional
1825 * property is derived from the XML declaration optionally present at the
1851 * it exists. Otherwise this property has no value.
1860 * no external subset or if it has no public identifier, this property
1959 * declaration for the containing element, this property has no value for
1961 * declarations processed] property of the document information item is
1963 * property is unknown for white space characters. It is always false for
1973 * 10. [all declarations processed] This property i
2367 setProperty(String property, Object value) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DStyleSheet.java3241 * Invoked when a property name is encountered.
3243 public void handleProperty(String property) { argument
3244 propertyName = property;
3248 * Invoked when a property value is encountered.
3299 /** Name of the current property. */
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/encryption/
H A DXMLCipher.java3608 public void addEncryptionProperty(EncryptionProperty property) { argument
3609 encryptionProperties.add(property);
3612 public void removeEncryptionProperty(EncryptionProperty property) { argument
3613 encryptionProperties.remove(property);
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DGTKEngine.java166 private native Object native_get_gtk_setting(int property); argument
620 public Object getSetting(Settings property) { argument
622 return native_get_gtk_setting(property.ordinal());
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_wm.c53 * passing property data as or casting returned property data to
86 static Atom _XA_NET_SUPPORTED; /* list of protocols (property of root) */
87 static Atom _XA_NET_WM_NAME; /* window property */
88 static Atom _XA_NET_WM_STATE; /* both window property and request */
131 #define _NET_WM_STATE_REMOVE 0 /* remove/unset property */
132 #define _NET_WM_STATE_ADD 1 /* add/set property */
133 #define _NET_WM_STATE_TOGGLE 2 /* toggle property */
381 awt_getAtomListProperty(Window w, Atom property, unsigned long *nitems_ptr) argument
400 property,
431 awt_getProperty8(Window w, Atom property, Atom property_type) argument
475 awt_getProperty32(Window w, Atom property, Atom property_type) argument
[all...]
H A Dgtk2_interface.c2381 jobject gtk2_get_setting(JNIEnv *env, Setting property) argument
2385 switch (property)
/openjdk7/langtools/test/tools/javac/T5090006/
H A Dbroken.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/framework/ junit/framework/Assert.class Assert. ...
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp3417 // property - pre-checked for NULL
3420 JvmtiEnv::GetSystemProperty(const char* property, char** value_ptr) { argument
3424 value = Arguments::PropertyList_get_value(Arguments::system_properties(), property);
3437 // property - pre-checked for NULL
3440 JvmtiEnv::SetSystemProperty(const char* property, const char* value_ptr) { argument
3444 if (strcmp(property, p->key()) == 0) {
/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXlibWrapper.c794 JNIEnv *env, jclass clazz, jlong display, jlong window, jlong property,
798 XChangeProperty((Display*) jlong_to_ptr(display), (Window) window, (Atom) property,
808 JNIEnv *env, jclass clazz, jlong display, jlong window, jlong property,
814 XChangeProperty((Display*)jlong_to_ptr(display), window, (Atom)property,
827 (JNIEnv *env, jclass clazz, jlong display, jlong window, jlong property, jlong long_offset,
832 return XGetWindowProperty((Display*) jlong_to_ptr(display), window, property, long_offset, long_length,
1606 jlong target, jlong property,
1609 XConvertSelection((Display*)jlong_to_ptr(display), selection, target, property, requestor,
793 Java_sun_awt_X11_XlibWrapper_XChangePropertyImpl( JNIEnv *env, jclass clazz, jlong display, jlong window, jlong property, jlong type, jint format, jint mode, jlong data, jint nelements) argument
807 Java_sun_awt_X11_XlibWrapper_XChangePropertyS( JNIEnv *env, jclass clazz, jlong display, jlong window, jlong property, jlong type, jint format, jint mode, jstring value) argument
826 Java_sun_awt_X11_XlibWrapper_XGetWindowProperty(JNIEnv *env, jclass clazz, jlong display, jlong window, jlong property, jlong long_offset, jlong long_length, jlong delete, jlong req_type, jlong actual_type, jlong actual_format, jlong nitems_ptr, jlong bytes_after, jlong data_ptr) argument
1604 Java_sun_awt_X11_XlibWrapper_XConvertSelection(JNIEnv *env, jclass clazz, jlong display, jlong selection, jlong target, jlong property, jlong requestor, jlong time) argument
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXlibWrapper.java457 long target, long property,
456 XConvertSelection(long display, long selection, long target, long property, long requestor, long time) argument
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h1672 const char* property,
1677 const char* property,
2481 jvmtiError GetSystemProperty(const char* property, argument
2483 return functions->GetSystemProperty(this, property, value_ptr);
2486 jvmtiError SetSystemProperty(const char* property, argument
2488 return functions->SetSystemProperty(this, property, value);

Completed in 1376 milliseconds

1234