Searched defs:createUI (Results 1 - 25 of 246) sorted by relevance

12345678910

/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaToolTipUI.java39 public static ComponentUI createUI(final JComponent c) { method in class:AquaToolTipUI
H A DAquaButtonToggleUI.java36 public static ComponentUI createUI(final JComponent b) { method in class:AquaButtonToggleUI
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicCheckBoxUI.java61 public static ComponentUI createUI(JComponent b) { method in class:BasicCheckBoxUI
H A DBasicFormattedTextFieldUI.java43 public static ComponentUI createUI(JComponent c) { method in class:BasicFormattedTextFieldUI
H A DBasicPopupMenuSeparatorUI.java45 public static ComponentUI createUI( JComponent c ) method in class:BasicPopupMenuSeparatorUI
H A DBasicToolBarSeparatorUI.java49 public static ComponentUI createUI( JComponent c ) method in class:BasicToolBarSeparatorUI
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalPopupMenuSeparatorUI.java46 public static ComponentUI createUI( JComponent c ) method in class:MetalPopupMenuSeparatorUI
H A DMetalSeparatorUI.java56 public static ComponentUI createUI( JComponent c ) method in class:MetalSeparatorUI
H A DMetalSplitPaneUI.java53 public static ComponentUI createUI(JComponent x) { method in class:MetalSplitPaneUI
H A DMetalTextFieldUI.java52 public static ComponentUI createUI(JComponent c) { method in class:MetalTextFieldUI
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifEditorPaneUI.java52 public static ComponentUI createUI(JComponent c) { method in class:MotifEditorPaneUI
H A DMotifLabelUI.java51 public static ComponentUI createUI(JComponent c) { method in class:MotifLabelUI
H A DMotifMenuBarUI.java65 public static ComponentUI createUI(JComponent x) { method in class:MotifMenuBarUI
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 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 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
/openjdk7/jdk/src/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 DWindowsSplitPaneUI.java56 public static ComponentUI createUI(JComponent x) { method in class:WindowsSplitPaneUI
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

Completed in 81 milliseconds

12345678910