Searched refs:createUI (Results 251 - 275 of 299) sorted by relevance

<<1112

/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/plaf/synth/
H A DSynthComboBoxUI.java101 public static ComponentUI createUI(JComponent c) { method in class:SynthComboBoxUI
H A DSynthButtonUI.java53 public static ComponentUI createUI(JComponent c) { method in class:SynthButtonUI
H A DSynthProgressBarUI.java61 public static ComponentUI createUI(JComponent x) { method in class:SynthProgressBarUI
H A DSynthToolBarUI.java66 public static ComponentUI createUI(JComponent c) { method in class:SynthToolBarUI
H A DSynthTabbedPaneUI.java114 public static ComponentUI createUI(JComponent c) { method in class:SynthTabbedPaneUI
H A DSynthSliderUI.java92 public static ComponentUI createUI(JComponent c) { method in class:SynthSliderUI
/openjdk9/jdk/src/java.desktop/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifTabbedPaneUI.java62 public static ComponentUI createUI(JComponent tabbedPane) { method in class:MotifTabbedPaneUI
/openjdk9/jdk/src/java.desktop/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsProgressBarUI.java55 public static ComponentUI createUI(JComponent x) { method in class:WindowsProgressBarUI
H A DWindowsComboBoxUI.java143 public static ComponentUI createUI(JComponent c) { method in class:WindowsComboBoxUI
H A DWindowsScrollBarUI.java63 public static ComponentUI createUI(JComponent c) { method in class:WindowsScrollBarUI
/openjdk9/jdk/src/java.desktop/macosx/classes/com/apple/laf/
H A DAquaComboBoxUI.java48 public static ComponentUI createUI(final JComponent c) { method in class:AquaComboBoxUI
H A DAquaSpinnerUI.java87 public static ComponentUI createUI(final JComponent c) { method in class:AquaSpinnerUI
H A DAquaScrollBarUI.java66 public static ComponentUI createUI(final JComponent c) { method in class:AquaScrollBarUI
H A DAquaTreeUI.java51 public static ComponentUI createUI(final JComponent c) { method in class:AquaTreeUI
H A DAquaButtonUI.java52 public static ComponentUI createUI(final JComponent c) { method in class:AquaButtonUI
H A DAquaInternalFrameUI.java91 public static ComponentUI createUI(final JComponent b) { method in class:AquaInternalFrameUI
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/plaf/metal/
H A DMetalSliderUI.java123 public static ComponentUI createUI(JComponent c) { method in class:MetalSliderUI
H A DMetalRootPaneUI.java132 public static ComponentUI createUI(JComponent c) { method in class:MetalRootPaneUI
/openjdk9/jdk/src/java.desktop/share/classes/sun/swing/plaf/synth/
H A DSynthFileChooserUI.java70 public static ComponentUI createUI(JComponent c) { method in class:SynthFileChooserUI
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicLabelUI.java64 * overrides the <code>createUI</code> method, and place that class
459 public static ComponentUI createUI(JComponent c) { method in class:BasicLabelUI
H A DBasicDesktopPaneUI.java121 public static ComponentUI createUI(JComponent c) { method in class:BasicDesktopPaneUI
H A DBasicPopupMenuUI.java85 public static ComponentUI createUI(JComponent x) { method in class:BasicPopupMenuUI
H A DBasicProgressBarUI.java142 public static ComponentUI createUI(JComponent x) { method in class:BasicProgressBarUI
H A DBasicScrollPaneUI.java107 public static ComponentUI createUI(JComponent x) { method in class:BasicScrollPaneUI
H A DBasicSpinnerUI.java89 * @see ComponentUI#createUI
92 public static ComponentUI createUI(JComponent c) { method in class:BasicSpinnerUI

Completed in 290 milliseconds

<<1112