Searched defs:createValue (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/swing/
H A DSwingLazyValue.java64 public Object createValue(final UIDefaults table) { method in class:SwingLazyValue
/openjdk7/jaxws/src/share/jaxws_classes/org/relaxng/datatype/
H A DDatatype.java151 Object createValue( String literal, ValidationContext context ); method in interface:Datatype
155 * created by the createValue method of this object.
259 * the {@link #createValue} method can be called without
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DDesktopProperty.java36 * <code>createValue</code>. If the underlying desktop property changes this
152 public Object createValue(UIDefaults table) { method in class:DesktopProperty
194 * <code>createValue</code> will ask for the property again.
233 value = ((UIDefaults.LazyValue)value).createValue(null);
236 value = ((UIDefaults.ActiveValue)value).createValue(null);
H A DWindowsLookAndFeel.java1698 public Object createValue(UIDefaults table) {
2132 public Object createValue(UIDefaults table) { method in class:WindowsLookAndFeel.LazyWindowsIcon
2175 public Object createValue(UIDefaults table) { method in class:WindowsLookAndFeel.ActiveWindowsIcon
2186 icon = (Icon) fallback.createValue(table);
2355 public Object createValue(UIDefaults table) { method in class:WindowsLookAndFeel.XPValue
2380 value = ((UIDefaults.LazyValue)value).createValue(table);
2383 return ((UIDefaults.ActiveValue)value).createValue(table);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/nimbus/
H A DNimbusLookAndFeel.java164 public Object createValue(UIDefaults table) {
504 public Object createValue(UIDefaults table) { method in class:NimbusLookAndFeel.LinkProperty
538 public Object createValue(UIDefaults table) { method in class:NimbusLookAndFeel.NimbusProperty
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaKeyBindings.java477 public Object createValue(final UIDefaults table) { method in class:AquaKeyBindings.LateBoundInputMap
/openjdk7/jdk/src/share/classes/javax/swing/
H A DUIDefaults.java138 * value is computed with <code>LazyValue.createValue()</code>,
142 * with <code>ActiveValue.createValue()</code> for each
217 value = ((LazyValue)value).createValue(this);
232 value = ((ActiveValue)value).createValue(this);
242 * value is computed with <code>LazyValue.createValue()</code>,
246 * with <code>ActiveValue.createValue()</code> for each
935 * by calling <code>LazyValue.createValue()</code> and the real
943 * public Object createValue(UIDefaults table) {
964 Object createValue(UIDefaults table); method in interface:UIDefaults.LazyValue
976 * public Object createValue(UIDefault
994 Object createValue(UIDefaults table); method in interface:UIDefaults.ActiveValue
1080 public Object createValue(final UIDefaults table) { method in class:UIDefaults.ProxyLazyValue
1212 public Object createValue(UIDefaults table) { method in class:UIDefaults.LazyInputMap
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalLookAndFeel.java2199 public Object createValue(UIDefaults table) { method in class:MetalLookAndFeel.MetalLazyValue
2245 public Object createValue(UIDefaults table) { method in class:MetalLookAndFeel.FontActiveValue
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DGTKStyle.java1087 public Object createValue(UIDefaults table) { method in class:GTKStyle.GTKLazyValue

Completed in 71 milliseconds