Searched refs:installUI (Results 1 - 25 of 146) sorted by relevance

123456

/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTextPaneUI.java80 public void installUI(JComponent c) { method in class:BasicTextPaneUI
81 super.installUI(c);
H A DBasicViewportUI.java53 public void installUI(JComponent c) { method in class:BasicViewportUI
54 super.installUI(c);
H A DBasicPanelUI.java53 public void installUI(JComponent c) { method in class:BasicPanelUI
55 super.installUI(p);
/openjdk7/jdk/test/javax/swing/JComboBox/6632953/
H A Dbug6632953.java37 ui.installUI(new JComboBox());
/openjdk7/jdk/test/javax/swing/plaf/basic/BasicScrollPaneUI/
H A DTest6632810.java40 ui.installUI(new JScrollPane());
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalMenuBarUI.java64 public void installUI(JComponent c) { method in class:MetalMenuBarUI
65 super.installUI(c);
71 * <code>installUI</code>.
H A DMetalScrollPaneUI.java62 public void installUI(JComponent c) { method in class:MetalScrollPaneUI
64 super.installUI(c);
H A DMetalTreeUI.java111 public void installUI( JComponent c ) { method in class:MetalTreeUI
112 super.installUI( c );
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsDesktopIconUI.java58 public void installUI(JComponent c) { method in class:WindowsDesktopIconUI
59 super.installUI(c);
H A DWindowsInternalFrameUI.java62 public void installUI(JComponent c) { method in class:WindowsInternalFrameUI
63 super.installUI(c);
/openjdk7/jdk/test/javax/swing/JColorChooser/
H A DTest6707406.java52 new Test6707406().installUI(chooser);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthPanelUI.java59 public void installUI(JComponent c) { method in class:SynthPanelUI
62 super.installUI(c);
H A DSynthTextPaneUI.java95 * @see javax.swing.plaf.basic.BasicTextUI#installUI
96 * @see ComponentUI#installUI
99 public void installUI(JComponent c) { method in class:SynthTextPaneUI
100 super.installUI(c);
H A DSynthViewportUI.java58 public void installUI(JComponent c) { method in class:SynthViewportUI
59 super.installUI(c);
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifTreeUI.java63 public void installUI(JComponent c) { method in class:MotifTreeUI
64 super.installUI(c);
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJPanel.java182 ui.installUI(this);
H A DJRadioButton.java228 ui.installUI(this);
H A DJRadioButtonMenuItem.java205 ui.installUI(this);
H A DJSeparator.java166 ui.installUI(this);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/
H A DComponentUI.java87 public void installUI(JComponent c) { method in class:ComponentUI
92 * <code>installUI</code>. This method is invoked when this
95 * configuration performed in <code>installUI</code>, being careful to
112 * @see #installUI
/openjdk7/jdk/src/share/classes/javax/swing/plaf/multi/
H A DMultiButtonUI.java110 * Invokes the <code>installUI</code> method on each UI handled by this object.
112 public void installUI(JComponent a) { method in class:MultiButtonUI
114 ((ComponentUI) (uis.elementAt(i))).installUI(a);
H A DMultiColorChooserUI.java110 * Invokes the <code>installUI</code> method on each UI handled by this object.
112 public void installUI(JComponent a) { method in class:MultiColorChooserUI
114 ((ComponentUI) (uis.elementAt(i))).installUI(a);
H A DMultiComboBoxUI.java150 * Invokes the <code>installUI</code> method on each UI handled by this object.
152 public void installUI(JComponent a) { method in class:MultiComboBoxUI
154 ((ComponentUI) (uis.elementAt(i))).installUI(a);
H A DMultiDesktopIconUI.java110 * Invokes the <code>installUI</code> method on each UI handled by this object.
112 public void installUI(JComponent a) { method in class:MultiDesktopIconUI
114 ((ComponentUI) (uis.elementAt(i))).installUI(a);
H A DMultiDesktopPaneUI.java110 * Invokes the <code>installUI</code> method on each UI handled by this object.
112 public void installUI(JComponent a) { method in class:MultiDesktopPaneUI
114 ((ComponentUI) (uis.elementAt(i))).installUI(a);

Completed in 147 milliseconds

123456