|
Java Platform 1.2 Beta 4 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ComponentUI | |
com.sun.java.swing | Provides a set of "lightweight" (all-Java |
com.sun.java.swing.plaf | Provides one interface and many abstract classes that Swing uses to provide its pluggable look-and-feel capabilities. |
com.sun.java.swing.plaf.basic | Provides user interface objects built according to the Basic look-and-feel. |
com.sun.java.swing.text | Provides classes and interfaces that deal with editable and noneditable text components. |
Uses of ComponentUI in com.sun.java.swing |
Fields in com.sun.java.swing declared as ComponentUI | |
protected ComponentUI | JComponent.ui
|
Methods in com.sun.java.swing that return ComponentUI | |
static ComponentUI | UIManager.getUI(JComponent target)
|
ComponentUI | UIDefaults.getUI(JComponent target)
Create an ComponentUI implementation for the specified component. |
Methods in com.sun.java.swing with parameters of type ComponentUI | |
protected void | JComponent.setUI(ComponentUI newUI)
Set the look and feel delegate for this component. |
Uses of ComponentUI in com.sun.java.swing.plaf |
Subclasses of ComponentUI in com.sun.java.swing.plaf | |
ButtonUI
Pluggable look and feel interface for JButton. |
|
ColorChooserUI
Pluggable look and feel interface for JColorChooser. |
|
ComboBoxUI
Pluggable look and feel interface for JComboBox. |
|
DesktopIconUI
Pluggable look and feel interface for JDesktopIcon. |
|
DesktopPaneUI
Pluggable look and feel interface for JDesktopPane. |
|
FileChooserUI
Pluggable look and feel interface for JFileChooser |
|
InternalFrameUI
Pluggable look and feel interface for JInternalFrame. |
|
LabelUI
Pluggable look and feel interface for JLabel. |
|
ListUI
The JList pluggable look and feel delegate. |
|
MenuBarUI
Pluggable look and feel interface for JMenuBar. |
|
MenuItemUI
Pluggable look and feel interface for JMenuItem. |
|
OptionPaneUI
Pluggable look and feel interface for JOptionPane. |
|
PanelUI
Pluggable look and feel interface for Panel. |
|
PopupMenuUI
Pluggable look and feel interface for JPopupMenu. |
|
ProgressBarUI
Pluggable look and feel interface for JProgressBar. |
|
ScrollBarUI
Pluggable look and feel interface for JScrollBar. |
|
ScrollPaneUI
Pluggable look and feel interface for JScrollPane. |
|
SeparatorUI
Pluggable look and feel interface for JSeparator. |
|
SliderUI
Pluggable look and feel interface for JSlider. |
|
SplitPaneUI
Pluggable look and feel interface for JSplitPane. |
|
TabbedPaneUI
Pluggable look and feel interface for JTabbedPane. |
|
TableHeaderUI
Pluggable look and feel interface for JTableHeader. |
|
TableUI
Pluggable look and feel interface for JTable. |
|
TextUI
Text editor user interface |
|
ToolBarUI
Pluggable look and feel interface for JToolBar. |
|
ToolTipUI
Pluggable look and feel interface for JToolTip. |
|
TreeUI
Pluggable look and feel interface for JTree. |
|
ViewportUI
Pluggable look and feel interface for JViewport. |
Methods in com.sun.java.swing.plaf that return ComponentUI | |
static ComponentUI | ComponentUI.createUI(JComponent c)
|
Uses of ComponentUI in com.sun.java.swing.plaf.basic |
Subclasses of ComponentUI in com.sun.java.swing.plaf.basic | |
com.sun.java.swing.plaf.basic.BasicTextUI
|
Uses of ComponentUI in com.sun.java.swing.text |
Subclasses of ComponentUI in com.sun.java.swing.text | |
DefaultTextUI
Deprecated. |
|
Java Platform 1.2 Beta 4 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |