Uses of Class
javax.swing.plaf.ComponentUI
Package
Description
Provides a set of "lightweight" (all-Java language) components
that, to the maximum degree possible, work the same on all platforms.
Provides one interface and many abstract classes that Swing uses to provide
its pluggable look-and-feel capabilities.
Provides user interface objects built according to the Basic look and feel.
Provides user interface objects built according to the Java look and feel
(once codenamed Metal), which is the default look and feel.
Provides user interface objects that combine two or more look and feels.
Synth is a skinnable look and feel in which all painting is delegated.
Provides classes and interfaces that deal with editable and noneditable text
components.
-
Uses of ComponentUI in javax.swing
Modifier and TypeFieldDescriptionprotected ComponentUI
JComponent.ui
The look and feel delegate for this component.Modifier and TypeMethodDescriptionJComponent.getUI()
Returns the look and feel delegate that renders this component.UIDefaults.getUI
(JComponent target) Creates anComponentUI
implementation for the specified component.static ComponentUI
UIManager.getUI
(JComponent target) Returns the appropriateComponentUI
implementation fortarget
.Modifier and TypeMethodDescriptionClass
<? extends ComponentUI> UIDefaults.getUIClass
(String uiClassID) Returns the L&F class that renders this component.Class
<? extends ComponentUI> UIDefaults.getUIClass
(String uiClassID, ClassLoader uiClassLoader) The value ofget(uidClassID)
must be theString
name of a class that implements the correspondingComponentUI
class.Modifier and TypeMethodDescriptionprotected void
JComponent.setUI
(ComponentUI newUI) Sets the look and feel delegate for this component. -
Uses of ComponentUI in javax.swing.plaf
Modifier and TypeClassDescriptionclass
Pluggable look and feel interface for JButton.class
Pluggable look and feel interface for JColorChooser.class
Pluggable look and feel interface for JComboBox.class
Pluggable look and feel interface for JDesktopIcon.class
Pluggable look and feel interface for JDesktopPane.class
Pluggable look and feel interface forJFileChooser
.class
Pluggable look and feel interface for JInternalFrame.class
Pluggable look and feel interface for JLabel.class
The base class for allJLayer
's UI delegates.class
TheJList
pluggable look and feel delegate.class
Pluggable look and feel interface for JMenuBar.class
Pluggable look and feel interface for JMenuItem.class
Pluggable look and feel interface for JOptionPane.class
Pluggable look and feel interface for Panel.class
Pluggable look and feel interface for JPopupMenu.class
Pluggable look and feel interface for JProgressBar.class
Pluggable look and feel interface for JRootPane.class
Pluggable look and feel interface for JScrollBar.class
Pluggable look and feel interface for JScrollPane.class
Pluggable look and feel interface for JSeparator.class
Pluggable look and feel interface for JSlider.class
Pluggable look and feel interface for JSpinnerclass
Pluggable look and feel interface for JSplitPane.class
Pluggable look and feel interface for JTabbedPane.class
Pluggable look and feel interface for JTableHeader.class
Pluggable look and feel interface for JTable.class
Text editor user interfaceclass
Pluggable look and feel interface for JToolBar.class
Pluggable look and feel interface for JToolTip.class
Pluggable look and feel interface for JTree.class
Pluggable look and feel interface for JViewport.Modifier and TypeMethodDescriptionstatic ComponentUI
ComponentUI.createUI
(JComponent c) Returns an instance of the UI delegate for the specified component. -
Uses of ComponentUI in javax.swing.plaf.basic
Modifier and TypeClassDescriptionclass
BasicButton implementationclass
BasicCheckboxMenuItem implementationclass
CheckboxUI implementation for BasicCheckboxUIclass
Provides the basic look and feel for a JColorChooser.class
Basic UI implementation for JComboBox.class
Basic L&F for a minimized window on a desktop.class
Basic L&F for a desktop.class
Provides the look and feel for a JEditorPane.class
Basic L&F implementation of a FileChooser.class
Provides the look and feel implementation forJFormattedTextField
.class
A basic L&F implementation of JInternalFrame.class
A Windows L&F implementation of LabelUI.class
An extensible implementation ofListUI
.class
A default L&F implementation of MenuBarUI.class
BasicMenuItem implementationclass
A default L&F implementation of MenuUI.class
Provides the basic look and feel for aJOptionPane
.class
BasicPanel implementationclass
Provides the Windows look and feel for a password field.class
A Basic L&F implementation of PopupMenuSeparatorUI.class
A Windows L&F implementation of PopupMenuUI.class
A Basic L&F implementation of ProgressBarUI.class
BasicRadioButtonMenuItem implementationclass
RadioButtonUI implementation for BasicRadioButtonUIclass
Basic implementation of RootPaneUI, there is one shared between all JRootPane instances.class
Implementation of ScrollBarUI for the Basic Look and Feelclass
A default L&F implementation of ScrollPaneUI.class
A Basic L&F implementation of SeparatorUI.class
A Basic L&F implementation of SliderUI.class
The default Spinner UI delegate.class
A Basic L&F implementation of the SplitPaneUI.class
A Basic L&F implementation of TabbedPaneUI.class
BasicTableHeaderUI implementationclass
BasicTableUI implementationclass
Provides the look and feel for a plain text editor.class
Basis of a look and feel for a JTextField.class
Provides the look and feel for a styled text editor.class
Basis of a text components look-and-feel.class
BasicToggleButton implementationclass
A Basic L&F implementation of ToolBarSeparatorUI.class
A Basic L&F implementation of ToolBarUI.class
Standard tool tip L&F.class
The basic L&F for a hierarchical data structure.class
BasicViewport implementationModifier and TypeMethodDescriptionstatic ComponentUI
BasicButtonUI.createUI
(JComponent c) Returns an instance ofBasicButtonUI
.static ComponentUI
BasicCheckBoxMenuItemUI.createUI
(JComponent c) Constructs a new instance ofBasicCheckBoxMenuItemUI
.static ComponentUI
BasicCheckBoxUI.createUI
(JComponent b) Returns an instance ofBasicCheckBoxUI
.static ComponentUI
BasicColorChooserUI.createUI
(JComponent c) Returns a new instance ofBasicColorChooserUI
.static ComponentUI
BasicComboBoxUI.createUI
(JComponent c) Constructs a new instance ofBasicComboBoxUI
.static ComponentUI
BasicDesktopIconUI.createUI
(JComponent c) Constructs a new instance ofBasicDesktopIconUI
.static ComponentUI
BasicDesktopPaneUI.createUI
(JComponent c) Constructs a new instance ofBasicDesktopPaneUI
.static ComponentUI
BasicEditorPaneUI.createUI
(JComponent c) Creates a UI for the JTextPane.static ComponentUI
BasicFileChooserUI.createUI
(JComponent c) Creates aBasicFileChooserUI
implementation for the specified component.static ComponentUI
BasicFormattedTextFieldUI.createUI
(JComponent c) Creates a UI for a JFormattedTextField.static ComponentUI
BasicInternalFrameUI.createUI
(JComponent b) Returns a component UI.static ComponentUI
BasicLabelUI.createUI
(JComponent c) Returns an instance ofBasicLabelUI
.static ComponentUI
BasicListUI.createUI
(JComponent list) Returns a new instance ofBasicListUI
.static ComponentUI
BasicMenuBarUI.createUI
(JComponent x) Returns a new instance ofBasicMenuBarUI
.static ComponentUI
BasicMenuItemUI.createUI
(JComponent c) Returns a new instance ofBasicMenuItemUI
.static ComponentUI
BasicMenuUI.createUI
(JComponent x) Constructs a new instance ofBasicMenuUI
.static ComponentUI
BasicOptionPaneUI.createUI
(JComponent x) Creates a newBasicOptionPaneUI
instance.static ComponentUI
BasicPanelUI.createUI
(JComponent c) Returns an instance ofBasicPanelUI
.static ComponentUI
BasicPasswordFieldUI.createUI
(JComponent c) Creates a UI for a JPasswordField.static ComponentUI
BasicPopupMenuSeparatorUI.createUI
(JComponent c) Returns a new instance ofBasicPopupMenuSeparatorUI
.static ComponentUI
BasicPopupMenuUI.createUI
(JComponent x) Constructs a new instance ofBasicPopupMenuUI
.static ComponentUI
BasicProgressBarUI.createUI
(JComponent x) Returns a new instance ofBasicProgressBarUI
.static ComponentUI
BasicRadioButtonMenuItemUI.createUI
(JComponent b) Returns a new instance ofBasicRadioButtonMenuItemUI
.static ComponentUI
BasicRadioButtonUI.createUI
(JComponent b) Returns an instance ofBasicRadioButtonUI
.static ComponentUI
BasicRootPaneUI.createUI
(JComponent c) Returns a new instance ofBasicRootPaneUI
.static ComponentUI
BasicScrollBarUI.createUI
(JComponent c) Creates the UI.static ComponentUI
BasicScrollPaneUI.createUI
(JComponent x) Returns a new instance ofBasicScrollPaneUI
.static ComponentUI
BasicSeparatorUI.createUI
(JComponent c) Returns a new instance ofBasicSeparatorUI
.static ComponentUI
BasicSliderUI.createUI
(JComponent b) Creates a UI.static ComponentUI
BasicSpinnerUI.createUI
(JComponent c) Returns a new instance of BasicSpinnerUI.static ComponentUI
BasicSplitPaneUI.createUI
(JComponent x) Creates a new instance ofBasicSplitPaneUI
.static ComponentUI
BasicTabbedPaneUI.createUI
(JComponent c) Creates a UI.static ComponentUI
BasicTableHeaderUI.createUI
(JComponent h) Returns a new instance ofBasicTableHeaderUI
.static ComponentUI
BasicTableUI.createUI
(JComponent c) Returns a new instance ofBasicTableUI
.static ComponentUI
BasicTextAreaUI.createUI
(JComponent ta) Creates a UI for a JTextArea.static ComponentUI
BasicTextFieldUI.createUI
(JComponent c) Creates a UI for a JTextField.static ComponentUI
BasicTextPaneUI.createUI
(JComponent c) Creates a UI for the JTextPane.static ComponentUI
BasicToggleButtonUI.createUI
(JComponent b) Returns an instance ofBasicToggleButtonUI
.static ComponentUI
BasicToolBarSeparatorUI.createUI
(JComponent c) Returns a new instance ofBasicToolBarSeparatorUI
.static ComponentUI
BasicToolBarUI.createUI
(JComponent c) Constructs a new instance ofBasicToolBarUI
.static ComponentUI
BasicToolTipUI.createUI
(JComponent c) Returns the instance ofBasicToolTipUI
.static ComponentUI
BasicTreeUI.createUI
(JComponent x) Constructs a new instance ofBasicTreeUI
.static ComponentUI
BasicViewportUI.createUI
(JComponent c) Returns an instance ofBasicViewportUI
. -
Uses of ComponentUI in javax.swing.plaf.metal
Modifier and TypeClassDescriptionclass
MetalButtonUI implementationclass
CheckboxUI implementation for MetalCheckboxUIclass
Metal UI for JComboBoxclass
Metal desktop icon.class
Metal L&F implementation of a FileChooser.class
Metal implementation of JInternalFrame.class
A Windows L&F implementation of LabelUI.class
Metal implementation ofMenuBarUI
.class
A Metal L&F implementation of PopupMenuSeparatorUI.class
The Metal implementation of ProgressBarUI.class
RadioButtonUI implementation for MetalRadioButtonUIclass
Provides the metal look and feel implementation ofRootPaneUI
.class
Implementation of ScrollBarUI for the Metal Look and Feelclass
A Metal L&F implementation of ScrollPaneUI.class
A Metal L&F implementation of SeparatorUI.class
A Java L&F implementation of SliderUI.class
Metal split pane.class
The Metal subclass of BasicTabbedPaneUI.class
Basis of a look and feel for a JTextField.class
MetalToggleButton implementationclass
A Metal Look and Feel implementation of ToolBarUI.class
A Metal L&F extension of BasicToolTipUI.class
The metal look and feel implementation ofTreeUI
.Modifier and TypeMethodDescriptionstatic ComponentUI
MetalButtonUI.createUI
(JComponent c) Returns an instance ofMetalButtonUI
.static ComponentUI
MetalCheckBoxUI.createUI
(JComponent b) Returns an instance ofMetalCheckBoxUI
.static ComponentUI
MetalComboBoxUI.createUI
(JComponent c) Constructs an instance ofMetalComboBoxUI
.static ComponentUI
MetalDesktopIconUI.createUI
(JComponent c) Constructs a new instance ofMetalDesktopIconUI
.static ComponentUI
MetalFileChooserUI.createUI
(JComponent c) Constructs a new instance ofMetalFileChooserUI
.static ComponentUI
MetalInternalFrameUI.createUI
(JComponent c) Constructs a newMetalInternalFrameUI
instance.static ComponentUI
MetalLabelUI.createUI
(JComponent c) Returns an instance ofMetalLabelUI
.static ComponentUI
MetalMenuBarUI.createUI
(JComponent x) Creates theComponentUI
implementation for the passed in component.static ComponentUI
MetalPopupMenuSeparatorUI.createUI
(JComponent c) Constructs a newMetalPopupMenuSeparatorUI
instance.static ComponentUI
MetalProgressBarUI.createUI
(JComponent c) Constructs an instance ofMetalProgressBarUI
.static ComponentUI
MetalRadioButtonUI.createUI
(JComponent c) Returns an instance ofMetalRadioButtonUI
.static ComponentUI
MetalRootPaneUI.createUI
(JComponent c) Creates a UI for aJRootPane
.static ComponentUI
MetalScrollBarUI.createUI
(JComponent c) Constructs a newMetalScrollBarUI
instance.static ComponentUI
MetalScrollPaneUI.createUI
(JComponent x) Constructs a newMetalScrollPaneUI
.static ComponentUI
MetalSeparatorUI.createUI
(JComponent c) Constructs a newMetalSeparatorUI
instance.static ComponentUI
MetalSliderUI.createUI
(JComponent c) Constructs aMetalSliderUI
instance.static ComponentUI
MetalSplitPaneUI.createUI
(JComponent x) Creates a newMetalSplitPaneUI
instancestatic ComponentUI
MetalTabbedPaneUI.createUI
(JComponent x) ConstructsMetalTabbedPaneUI
.static ComponentUI
MetalTextFieldUI.createUI
(JComponent c) ConstructsMetalTextFieldUI
.static ComponentUI
MetalToggleButtonUI.createUI
(JComponent b) Constructs theMetalToogleButtonUI
.static ComponentUI
MetalToolBarUI.createUI
(JComponent c) Constructs an instance ofMetalToolBarUI
.static ComponentUI
MetalToolTipUI.createUI
(JComponent c) Returns an instance of theMetalToolTipUI
.static ComponentUI
MetalTreeUI.createUI
(JComponent x) Constructs theMetalTreeUI
. -
Uses of ComponentUI in javax.swing.plaf.multi
Modifier and TypeClassDescriptionclass
A multiplexing UI used to combineButtonUI
s.class
A multiplexing UI used to combineColorChooserUI
s.class
A multiplexing UI used to combineComboBoxUI
s.class
A multiplexing UI used to combineDesktopIconUI
s.class
A multiplexing UI used to combineDesktopPaneUI
s.class
A multiplexing UI used to combineFileChooserUI
s.class
A multiplexing UI used to combineInternalFrameUI
s.class
A multiplexing UI used to combineLabelUI
s.class
A multiplexing UI used to combineListUI
s.class
A multiplexing UI used to combineMenuBarUI
s.class
A multiplexing UI used to combineMenuItemUI
s.class
A multiplexing UI used to combineOptionPaneUI
s.class
A multiplexing UI used to combinePanelUI
s.class
A multiplexing UI used to combinePopupMenuUI
s.class
A multiplexing UI used to combineProgressBarUI
s.class
A multiplexing UI used to combineRootPaneUI
s.class
A multiplexing UI used to combineScrollBarUI
s.class
A multiplexing UI used to combineScrollPaneUI
s.class
A multiplexing UI used to combineSeparatorUI
s.class
A multiplexing UI used to combineSliderUI
s.class
A multiplexing UI used to combineSpinnerUI
s.class
A multiplexing UI used to combineSplitPaneUI
s.class
A multiplexing UI used to combineTabbedPaneUI
s.class
A multiplexing UI used to combineTableHeaderUI
s.class
A multiplexing UI used to combineTableUI
s.class
A multiplexing UI used to combineTextUI
s.class
A multiplexing UI used to combineToolBarUI
s.class
A multiplexing UI used to combineToolTipUI
s.class
A multiplexing UI used to combineTreeUI
s.class
A multiplexing UI used to combineViewportUI
s.Modifier and TypeFieldDescriptionprotected Vector
<ComponentUI> MultiButtonUI.uis
The vector containing the real UIs.protected Vector
<ComponentUI> MultiColorChooserUI.uis
The vector containing the real UIs.protected Vector
<ComponentUI> MultiComboBoxUI.uis
The vector containing the real UIs.protected Vector
<ComponentUI> MultiDesktopIconUI.uis
The vector containing the real UIs.protected Vector
<ComponentUI> MultiDesktopPaneUI.uis
The vector containing the real UIs.protected Vector
<ComponentUI> MultiFileChooserUI.uis
The vector containing the real UIs.protected Vector
<ComponentUI> MultiInternalFrameUI.uis
The vector containing the real UIs.protected Vector
<ComponentUI> MultiLabelUI.uis
The vector containing the real UIs.protected Vector
<ComponentUI> MultiListUI.uis
The vector containing the real UIs.protected Vector
<ComponentUI> MultiMenuBarUI.uis
The vector containing the real UIs.protected Vector
<ComponentUI> MultiMenuItemUI.uis
The vector containing the real UIs.protected Vector
<ComponentUI> MultiOptionPaneUI.uis
The vector containing the real UIs.protected Vector
<ComponentUI> MultiPanelUI.uis
The vector containing the real UIs.protected Vector
<ComponentUI> MultiPopupMenuUI.uis
The vector containing the real UIs.protected Vector
<ComponentUI> MultiProgressBarUI.uis
The vector containing the real UIs.protected Vector
<ComponentUI> MultiRootPaneUI.uis
The vector containing the real UIs.protected Vector
<ComponentUI> MultiScrollBarUI.uis
The vector containing the real UIs.protected Vector
<ComponentUI> MultiScrollPaneUI.uis
The vector containing the real UIs.protected Vector
<ComponentUI> MultiSeparatorUI.uis
The vector containing the real UIs.protected Vector
<ComponentUI> MultiSliderUI.uis
The vector containing the real UIs.protected Vector
<ComponentUI> MultiSpinnerUI.uis
The vector containing the real UIs.protected Vector
<ComponentUI> MultiSplitPaneUI.uis
The vector containing the real UIs.protected Vector
<ComponentUI> MultiTabbedPaneUI.uis
The vector containing the real UIs.protected Vector
<ComponentUI> MultiTableHeaderUI.uis
The vector containing the real UIs.protected Vector
<ComponentUI> MultiTableUI.uis
The vector containing the real UIs.protected Vector
<ComponentUI> MultiTextUI.uis
The vector containing the real UIs.protected Vector
<ComponentUI> MultiToolBarUI.uis
The vector containing the real UIs.protected Vector
<ComponentUI> MultiToolTipUI.uis
The vector containing the real UIs.protected Vector
<ComponentUI> MultiTreeUI.uis
The vector containing the real UIs.protected Vector
<ComponentUI> MultiViewportUI.uis
The vector containing the real UIs.Modifier and TypeMethodDescriptionstatic ComponentUI
MultiButtonUI.createUI
(JComponent a) Returns a multiplexing UI instance if any of the auxiliaryLookAndFeel
s supports this UI.static ComponentUI
MultiColorChooserUI.createUI
(JComponent a) Returns a multiplexing UI instance if any of the auxiliaryLookAndFeel
s supports this UI.static ComponentUI
MultiComboBoxUI.createUI
(JComponent a) Returns a multiplexing UI instance if any of the auxiliaryLookAndFeel
s supports this UI.static ComponentUI
MultiDesktopIconUI.createUI
(JComponent a) Returns a multiplexing UI instance if any of the auxiliaryLookAndFeel
s supports this UI.static ComponentUI
MultiDesktopPaneUI.createUI
(JComponent a) Returns a multiplexing UI instance if any of the auxiliaryLookAndFeel
s supports this UI.static ComponentUI
MultiFileChooserUI.createUI
(JComponent a) Returns a multiplexing UI instance if any of the auxiliaryLookAndFeel
s supports this UI.static ComponentUI
MultiInternalFrameUI.createUI
(JComponent a) Returns a multiplexing UI instance if any of the auxiliaryLookAndFeel
s supports this UI.static ComponentUI
MultiLabelUI.createUI
(JComponent a) Returns a multiplexing UI instance if any of the auxiliaryLookAndFeel
s supports this UI.static ComponentUI
MultiListUI.createUI
(JComponent a) Returns a multiplexing UI instance if any of the auxiliaryLookAndFeel
s supports this UI.static ComponentUI
MultiMenuBarUI.createUI
(JComponent a) Returns a multiplexing UI instance if any of the auxiliaryLookAndFeel
s supports this UI.static ComponentUI
MultiMenuItemUI.createUI
(JComponent a) Returns a multiplexing UI instance if any of the auxiliaryLookAndFeel
s supports this UI.static ComponentUI
MultiOptionPaneUI.createUI
(JComponent a) Returns a multiplexing UI instance if any of the auxiliaryLookAndFeel
s supports this UI.static ComponentUI
MultiPanelUI.createUI
(JComponent a) Returns a multiplexing UI instance if any of the auxiliaryLookAndFeel
s supports this UI.static ComponentUI
MultiPopupMenuUI.createUI
(JComponent a) Returns a multiplexing UI instance if any of the auxiliaryLookAndFeel
s supports this UI.static ComponentUI
MultiProgressBarUI.createUI
(JComponent a) Returns a multiplexing UI instance if any of the auxiliaryLookAndFeel
s supports this UI.static ComponentUI
MultiRootPaneUI.createUI
(JComponent a) Returns a multiplexing UI instance if any of the auxiliaryLookAndFeel
s supports this UI.static ComponentUI
MultiScrollBarUI.createUI
(JComponent a) Returns a multiplexing UI instance if any of the auxiliaryLookAndFeel
s supports this UI.static ComponentUI
MultiScrollPaneUI.createUI
(JComponent a) Returns a multiplexing UI instance if any of the auxiliaryLookAndFeel
s supports this UI.static ComponentUI
MultiSeparatorUI.createUI
(JComponent a) Returns a multiplexing UI instance if any of the auxiliaryLookAndFeel
s supports this UI.static ComponentUI
MultiSliderUI.createUI
(JComponent a) Returns a multiplexing UI instance if any of the auxiliaryLookAndFeel
s supports this UI.static ComponentUI
MultiSpinnerUI.createUI
(JComponent a) Returns a multiplexing UI instance if any of the auxiliaryLookAndFeel
s supports this UI.static ComponentUI
MultiSplitPaneUI.createUI
(JComponent a) Returns a multiplexing UI instance if any of the auxiliaryLookAndFeel
s supports this UI.static ComponentUI
MultiTabbedPaneUI.createUI
(JComponent a) Returns a multiplexing UI instance if any of the auxiliaryLookAndFeel
s supports this UI.static ComponentUI
MultiTableHeaderUI.createUI
(JComponent a) Returns a multiplexing UI instance if any of the auxiliaryLookAndFeel
s supports this UI.static ComponentUI
MultiTableUI.createUI
(JComponent a) Returns a multiplexing UI instance if any of the auxiliaryLookAndFeel
s supports this UI.static ComponentUI
MultiTextUI.createUI
(JComponent a) Returns a multiplexing UI instance if any of the auxiliaryLookAndFeel
s supports this UI.static ComponentUI
MultiToolBarUI.createUI
(JComponent a) Returns a multiplexing UI instance if any of the auxiliaryLookAndFeel
s supports this UI.static ComponentUI
MultiToolTipUI.createUI
(JComponent a) Returns a multiplexing UI instance if any of the auxiliaryLookAndFeel
s supports this UI.static ComponentUI
MultiTreeUI.createUI
(JComponent a) Returns a multiplexing UI instance if any of the auxiliaryLookAndFeel
s supports this UI.static ComponentUI
MultiViewportUI.createUI
(JComponent a) Returns a multiplexing UI instance if any of the auxiliaryLookAndFeel
s supports this UI.static ComponentUI
MultiLookAndFeel.createUIs
(ComponentUI mui, Vector<ComponentUI> uis, JComponent target) Creates theComponentUI
objects required to present thetarget
component, placing the objects in theuis
vector and returning theComponentUI
object that best represents the component's UI.MultiButtonUI.getUIs()
Returns the list of UIs associated with this multiplexing UI.MultiColorChooserUI.getUIs()
Returns the list of UIs associated with this multiplexing UI.MultiComboBoxUI.getUIs()
Returns the list of UIs associated with this multiplexing UI.MultiDesktopIconUI.getUIs()
Returns the list of UIs associated with this multiplexing UI.MultiDesktopPaneUI.getUIs()
Returns the list of UIs associated with this multiplexing UI.MultiFileChooserUI.getUIs()
Returns the list of UIs associated with this multiplexing UI.MultiInternalFrameUI.getUIs()
Returns the list of UIs associated with this multiplexing UI.MultiLabelUI.getUIs()
Returns the list of UIs associated with this multiplexing UI.MultiListUI.getUIs()
Returns the list of UIs associated with this multiplexing UI.MultiMenuBarUI.getUIs()
Returns the list of UIs associated with this multiplexing UI.MultiMenuItemUI.getUIs()
Returns the list of UIs associated with this multiplexing UI.MultiOptionPaneUI.getUIs()
Returns the list of UIs associated with this multiplexing UI.MultiPanelUI.getUIs()
Returns the list of UIs associated with this multiplexing UI.MultiPopupMenuUI.getUIs()
Returns the list of UIs associated with this multiplexing UI.MultiProgressBarUI.getUIs()
Returns the list of UIs associated with this multiplexing UI.MultiRootPaneUI.getUIs()
Returns the list of UIs associated with this multiplexing UI.MultiScrollBarUI.getUIs()
Returns the list of UIs associated with this multiplexing UI.MultiScrollPaneUI.getUIs()
Returns the list of UIs associated with this multiplexing UI.MultiSeparatorUI.getUIs()
Returns the list of UIs associated with this multiplexing UI.MultiSliderUI.getUIs()
Returns the list of UIs associated with this multiplexing UI.MultiSpinnerUI.getUIs()
Returns the list of UIs associated with this multiplexing UI.MultiSplitPaneUI.getUIs()
Returns the list of UIs associated with this multiplexing UI.MultiTabbedPaneUI.getUIs()
Returns the list of UIs associated with this multiplexing UI.MultiTableHeaderUI.getUIs()
Returns the list of UIs associated with this multiplexing UI.MultiTableUI.getUIs()
Returns the list of UIs associated with this multiplexing UI.MultiTextUI.getUIs()
Returns the list of UIs associated with this multiplexing UI.MultiToolBarUI.getUIs()
Returns the list of UIs associated with this multiplexing UI.MultiToolTipUI.getUIs()
Returns the list of UIs associated with this multiplexing UI.MultiTreeUI.getUIs()
Returns the list of UIs associated with this multiplexing UI.MultiViewportUI.getUIs()
Returns the list of UIs associated with this multiplexing UI.protected static ComponentUI[]
MultiLookAndFeel.uisToArray
(Vector<? extends ComponentUI> uis) Creates an array, populates it with UI objects from the passed-in vector, and returns the array.Modifier and TypeMethodDescriptionstatic ComponentUI
MultiLookAndFeel.createUIs
(ComponentUI mui, Vector<ComponentUI> uis, JComponent target) Creates theComponentUI
objects required to present thetarget
component, placing the objects in theuis
vector and returning theComponentUI
object that best represents the component's UI.Modifier and TypeMethodDescriptionstatic ComponentUI
MultiLookAndFeel.createUIs
(ComponentUI mui, Vector<ComponentUI> uis, JComponent target) Creates theComponentUI
objects required to present thetarget
component, placing the objects in theuis
vector and returning theComponentUI
object that best represents the component's UI.protected static ComponentUI[]
MultiLookAndFeel.uisToArray
(Vector<? extends ComponentUI> uis) Creates an array, populates it with UI objects from the passed-in vector, and returns the array. -
Uses of ComponentUI in javax.swing.plaf.synth
Modifier and TypeClassDescriptionclass
Provides the Synth L&F UI delegate forJButton
.class
Provides the Synth L&F UI delegate forJCheckBoxMenuItem
.class
Provides the Synth L&F UI delegate forJCheckBox
.class
Provides the Synth L&F UI delegate forJColorChooser
.class
Provides the Synth L&F UI delegate forJComboBox
.class
Provides the Synth L&F UI delegate for a minimized internal frame on a desktop.class
Provides the Synth L&F UI delegate forJDesktopPane
.class
Provides the Synth L&F UI delegate forJEditorPane
.class
Provides the Synth L&F UI delegate forJFormattedTextField
.class
Provides the Synth L&F UI delegate forJInternalFrame
.class
Provides the Synth L&F UI delegate forJLabel
.class
Provides the Synth L&F UI delegate forJList
.class
Provides the Synth L&F UI delegate forJMenuBar
.class
Provides the Synth L&F UI delegate forJMenuItem
.class
Provides the Synth L&F UI delegate forJMenu
.class
Provides the Synth L&F UI delegate forJOptionPane
.class
Provides the Synth L&F UI delegate forJPanel
.class
Provides the Synth L&F UI delegate forJPasswordField
.class
Provides the Synth L&F UI delegate forJPopupMenu
.class
Provides the Synth L&F UI delegate forJProgressBar
.class
Provides the Synth L&F UI delegate forJRadioButtonMenuItem
.class
Provides the Synth L&F UI delegate forJRadioButton
.class
Provides the Synth L&F UI delegate forJRootPane
.class
Provides the Synth L&F UI delegate forJScrollBar
.class
Provides the Synth L&F UI delegate forJScrollPane
.class
Provides the Synth L&F UI delegate forJSeparator
.class
Provides the Synth L&F UI delegate forJSlider
.class
Provides the Synth L&F UI delegate forJSpinner
.class
Provides the Synth L&F UI delegate forJSplitPane
.class
Provides the Synth L&F UI delegate forJTabbedPane
.class
Provides the Synth L&F UI delegate forJTableHeader
.class
Provides the Synth L&F UI delegate forJTable
.class
Provides the look and feel for a plain text editor in the Synth look and feel.class
Provides the Synth L&F UI delegate forJTextField
.class
Provides the look and feel for a styled text editor in the Synth look and feel.class
Provides the Synth L&F UI delegate forJToggleButton
.class
Provides the Synth L&F UI delegate forJToolBar
.class
Provides the Synth L&F UI delegate forJToolTip
.class
Provides the Synth L&F UI delegate forJTree
.class
Provides the Synth L&F UI delegate forJViewport
.Modifier and TypeMethodDescriptionstatic ComponentUI
SynthButtonUI.createUI
(JComponent c) Creates a new UI object for the given component.static ComponentUI
SynthCheckBoxMenuItemUI.createUI
(JComponent c) Creates a new UI object for the given component.static ComponentUI
SynthCheckBoxUI.createUI
(JComponent b) Creates a new UI object for the given component.static ComponentUI
SynthColorChooserUI.createUI
(JComponent c) Creates a new UI object for the given component.static ComponentUI
SynthComboBoxUI.createUI
(JComponent c) Creates a new UI object for the given component.static ComponentUI
SynthDesktopIconUI.createUI
(JComponent c) Creates a new UI object for the given component.static ComponentUI
SynthDesktopPaneUI.createUI
(JComponent c) Creates a new UI object for the given component.static ComponentUI
SynthEditorPaneUI.createUI
(JComponent c) Creates a new UI object for the given component.static ComponentUI
SynthFormattedTextFieldUI.createUI
(JComponent c) Creates a UI for a JFormattedTextField.static ComponentUI
SynthInternalFrameUI.createUI
(JComponent b) Creates a new UI object for the given component.static ComponentUI
SynthLabelUI.createUI
(JComponent c) Returns the LabelUI implementation used for the skins look and feel.static ComponentUI
SynthListUI.createUI
(JComponent list) Creates a new UI object for the given component.static ComponentUI
SynthLookAndFeel.createUI
(JComponent c) Creates the Synth look and feelComponentUI
for the passed inJComponent
.static ComponentUI
SynthMenuBarUI.createUI
(JComponent x) Creates a new UI object for the given component.static ComponentUI
SynthMenuItemUI.createUI
(JComponent c) Creates a new UI object for the given component.static ComponentUI
SynthMenuUI.createUI
(JComponent x) Creates a new UI object for the given component.static ComponentUI
SynthOptionPaneUI.createUI
(JComponent x) Creates a new UI object for the given component.static ComponentUI
SynthPanelUI.createUI
(JComponent c) Creates a new UI object for the given component.static ComponentUI
SynthPasswordFieldUI.createUI
(JComponent c) Creates a UI for a JPasswordField.static ComponentUI
SynthPopupMenuUI.createUI
(JComponent x) Creates a new UI object for the given component.static ComponentUI
SynthProgressBarUI.createUI
(JComponent x) Creates a new UI object for the given component.static ComponentUI
SynthRadioButtonMenuItemUI.createUI
(JComponent b) Creates a new UI object for the given component.static ComponentUI
SynthRadioButtonUI.createUI
(JComponent b) Creates a new UI object for the given component.static ComponentUI
SynthRootPaneUI.createUI
(JComponent c) Creates a new UI object for the given component.static ComponentUI
SynthScrollBarUI.createUI
(JComponent c) Returns a UI.static ComponentUI
SynthScrollPaneUI.createUI
(JComponent x) Creates a new UI object for the given component.static ComponentUI
SynthSeparatorUI.createUI
(JComponent c) Creates a new UI object for the given component.static ComponentUI
SynthSliderUI.createUI
(JComponent c) Creates a new UI object for the given component.static ComponentUI
SynthSpinnerUI.createUI
(JComponent c) Returns a new instance of SynthSpinnerUI.static ComponentUI
SynthSplitPaneUI.createUI
(JComponent x) Creates a new SynthSplitPaneUI instancestatic ComponentUI
SynthTabbedPaneUI.createUI
(JComponent c) Creates a new UI object for the given component.static ComponentUI
SynthTableHeaderUI.createUI
(JComponent h) Creates a new UI object for the given component.static ComponentUI
SynthTableUI.createUI
(JComponent c) Creates a new UI object for the given component.static ComponentUI
SynthTextAreaUI.createUI
(JComponent ta) Creates a UI object for a JTextArea.static ComponentUI
SynthTextFieldUI.createUI
(JComponent c) Creates a UI for a JTextField.static ComponentUI
SynthTextPaneUI.createUI
(JComponent c) Creates a UI for the JTextPane.static ComponentUI
SynthToggleButtonUI.createUI
(JComponent b) Creates a new UI object for the given component.static ComponentUI
SynthToolBarUI.createUI
(JComponent c) Creates a new UI object for the given component.static ComponentUI
SynthToolTipUI.createUI
(JComponent c) Creates a new UI object for the given component.static ComponentUI
SynthTreeUI.createUI
(JComponent x) Creates a new UI object for the given component.static ComponentUI
SynthViewportUI.createUI
(JComponent c) Creates a new UI object for the given component. -
Uses of ComponentUI in javax.swing.text