Searched refs:createUI (Results 1 - 25 of 299) sorted by relevance

1234567891011>>

/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicFormattedTextFieldUI.java43 public static ComponentUI createUI(JComponent c) { method in class:BasicFormattedTextFieldUI
H A DBasicCheckBoxUI.java69 public static ComponentUI createUI(JComponent b) { method in class:BasicCheckBoxUI
H A DBasicTextPaneUI.java59 public static ComponentUI createUI(JComponent c) { method in class:BasicTextPaneUI
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/plaf/synth/
H A DSynthLookAndFeel.java403 public static ComponentUI createUI(JComponent c) { method in class:SynthLookAndFeel
407 return SynthButtonUI.createUI(c);
410 return SynthCheckBoxUI.createUI(c);
413 return SynthCheckBoxMenuItemUI.createUI(c);
416 return SynthColorChooserUI.createUI(c);
419 return SynthComboBoxUI.createUI(c);
422 return SynthDesktopPaneUI.createUI(c);
425 return SynthDesktopIconUI.createUI(c);
428 return SynthEditorPaneUI.createUI(c);
431 return SynthFileChooserUI.createUI(
[all...]
/openjdk9/jdk/src/java.desktop/macosx/classes/com/apple/laf/
H A DAquaButtonToggleUI.java36 public static ComponentUI createUI(final JComponent b) { method in class:AquaButtonToggleUI
H A DAquaScrollPaneUI.java35 public static ComponentUI createUI(final JComponent x) { method in class:AquaScrollPaneUI
H A DAquaToolTipUI.java39 public static ComponentUI createUI(final JComponent c) { method in class:AquaToolTipUI
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/plaf/metal/
H A DMetalSplitPaneUI.java57 public static ComponentUI createUI(JComponent x) { method in class:MetalSplitPaneUI
H A DMetalTextFieldUI.java59 public static ComponentUI createUI(JComponent c) { method in class:MetalTextFieldUI
/openjdk9/jdk/src/java.desktop/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifEditorPaneUI.java52 public static ComponentUI createUI(JComponent c) { method in class:MotifEditorPaneUI
H A DMotifPasswordFieldUI.java52 public static ComponentUI createUI(JComponent c) { method in class:MotifPasswordFieldUI
H A DMotifProgressBarUI.java54 public static ComponentUI createUI(JComponent x) { method in class:MotifProgressBarUI
H A DMotifTextAreaUI.java54 public static ComponentUI createUI(JComponent ta) { method in class:MotifTextAreaUI
H A DMotifTextFieldUI.java52 public static ComponentUI createUI(JComponent c) { method in class:MotifTextFieldUI
H A DMotifTextPaneUI.java52 public static ComponentUI createUI(JComponent c) { method in class:MotifTextPaneUI
H A DMotifSeparatorUI.java54 public static ComponentUI createUI( JComponent c ) method in class:MotifSeparatorUI
H A DMotifSplitPaneUI.java55 public static ComponentUI createUI(JComponent x) { method in class:MotifSplitPaneUI
H A DMotifLabelUI.java51 public static ComponentUI createUI(JComponent c) { method in class:MotifLabelUI
/openjdk9/jdk/src/java.desktop/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsEditorPaneUI.java53 public static ComponentUI createUI(JComponent c) { method in class:WindowsEditorPaneUI
H A DWindowsPasswordFieldUI.java53 public static ComponentUI createUI(JComponent c) { method in class:WindowsPasswordFieldUI
H A DWindowsTextAreaUI.java64 public static ComponentUI createUI(JComponent c) { method in class:WindowsTextAreaUI
H A DWindowsTextPaneUI.java52 public static ComponentUI createUI(JComponent c) { method in class:WindowsTextPaneUI
H A DWindowsSplitPaneUI.java56 public static ComponentUI createUI(JComponent x) { method in class:WindowsSplitPaneUI
H A DWindowsDesktopPaneUI.java47 public static ComponentUI createUI(JComponent c) { method in class:WindowsDesktopPaneUI
/openjdk9/jdk/test/javax/swing/border/
H A DTest4252164.java50 add(createUI());
54 private JPanel createUI() { method in class:Test4252164

Completed in 188 milliseconds

1234567891011>>