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

/openjdk7/jdk/src/share/classes/javax/swing/plaf/
H A DUIResource.java42 * is an instance of UIResource:
44 * if (list.getCellRenderer() instanceof UIResource) {
54 * time we check to see if the current value is a UIResource:
56 * if (!(list.getFont() instanceof UIResource)) {
66 public interface UIResource { interface
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicComboBoxRenderer.java128 * A subclass of BasicComboBoxRenderer that implements UIResource.
129 * BasicComboBoxRenderer doesn't implement UIResource
142 public static class UIResource extends BasicComboBoxRenderer implements javax.swing.plaf.UIResource { class in class:BasicComboBoxRenderer
H A DBasicComboBoxEditor.java143 if (!(b instanceof UIResource)) {
150 * A subclass of BasicComboBoxEditor that implements UIResource.
151 * BasicComboBoxEditor doesn't implement UIResource
164 public static class UIResource extends BasicComboBoxEditor class in class:BasicComboBoxEditor
165 implements javax.swing.plaf.UIResource {
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalComboBoxEditor.java122 * A subclass of BasicComboBoxEditor that implements UIResource.
123 * BasicComboBoxEditor doesn't implement UIResource
136 public static class UIResource extends MetalComboBoxEditor class in class:MetalComboBoxEditor
137 implements javax.swing.plaf.UIResource {
/openjdk7/jdk/src/share/classes/javax/swing/plaf/nimbus/
H A DDerivedColor.java176 static class UIResource extends DerivedColor implements javax.swing.plaf.UIResource { class in class:DerivedColor
177 UIResource(String uiDefaultParentName, float hOffset, float sOffset, method in class:DerivedColor.UIResource
184 return (o instanceof UIResource) && super.equals(o);
/openjdk7/jdk/src/share/classes/javax/swing/
H A DDefaultListCellRenderer.java330 * A subclass of DefaultListCellRenderer that implements UIResource.
331 * DefaultListCellRenderer doesn't implement UIResource
344 public static class UIResource extends DefaultListCellRenderer class in class:DefaultListCellRenderer
345 implements javax.swing.plaf.UIResource
H A DScrollPaneLayout.java1120 public static class UIResource extends ScrollPaneLayout implements javax.swing.plaf.UIResource {} class in class:ScrollPaneLayout
/openjdk7/jdk/src/share/classes/javax/swing/table/
H A DDefaultTableCellRenderer.java218 if (background == null || background instanceof javax.swing.plaf.UIResource) {
378 * implements <code>UIResource</code>.
380 * <code>UIResource</code>
394 public static class UIResource extends DefaultTableCellRenderer class in class:DefaultTableCellRenderer
395 implements javax.swing.plaf.UIResource

Completed in 61 milliseconds