javax.swing.plaf |
Provides one interface and many abstract classes that
Swing uses to provide its pluggable look-and-feel capabilities. Its
classes are subclassed and implemented by look and feel UIs
such as Basic and the Java look and feel (Metal).
This package is only used by developers who
cannot create a new look and feel by subclassing existing
look-and-feel components (such as those provided
by the javax.swing.plaf.basic and
javax.swing.plaf.metal packages).
Note:
Most of the Swing API is not thread safe.
For details, see
Threads and Swing,
a section in
The Java Tutorial.
@since 1.2
@serial exclude
|
Java Source File Name | Type | Comment |
ActionMapUIResource.java | Class | A subclass of javax.swing.ActionMap that implements UIResource. |
BorderUIResource.java | Class | |
ButtonUI.java | Class | Pluggable look and feel interface for JButton. |
ColorChooserUI.java | Class | Pluggable look and feel interface for JColorChooser. |
ColorUIResource.java | Class | |
ComboBoxUI.java | Class | Pluggable look and feel interface for JComboBox. |
ComponentInputMapUIResource.java | Class | A subclass of javax.swing.ComponentInputMap that implements UIResource. |
ComponentUI.java | Class | The base class for all UI delegate objects in the Swing pluggable
look and feel architecture. |
DesktopIconUI.java | Class | Pluggable look and feel interface for JDesktopIcon. |
DesktopPaneUI.java | Class | Pluggable look and feel interface for JDesktopPane. |
DimensionUIResource.java | Class | |
FileChooserUI.java | Class | Pluggable look and feel interface for JFileChooser . |
FontUIResource.java | Class | A subclass of java.awt.Font that implements UIResource. |
IconUIResource.java | Class | An Icon wrapper class which implements UIResource. |
InputMapUIResource.java | Class | A subclass of javax.swing.InputMap that implements UIResource. |
InsetsUIResource.java | Class | |
InternalFrameUI.java | Class | Pluggable look and feel interface for JInternalFrame. |
LabelUI.java | Class | Pluggable look and feel interface for JLabel. |
ListUI.java | Class | The
JList pluggable look and feel delegate. |
MenuBarUI.java | Class | Pluggable look and feel interface for JMenuBar. |
MenuItemUI.java | Class | Pluggable look and feel interface for JMenuItem. |
OptionPaneUI.java | Class | Pluggable look and feel interface for JOptionPane. |
PanelUI.java | Class | Pluggable look and feel interface for Panel. |
PopupMenuUI.java | Class | Pluggable look and feel interface for JPopupMenu. |
ProgressBarUI.java | Class | Pluggable look and feel interface for JProgressBar. |
RootPaneUI.java | Class | Pluggable look and feel interface for JRootPane. |
ScrollBarUI.java | Class | Pluggable look and feel interface for JScrollBar. |
ScrollPaneUI.java | Class | Pluggable look and feel interface for JScrollPane. |
SeparatorUI.java | Class | Pluggable look and feel interface for JSeparator. |
SliderUI.java | Class | Pluggable look and feel interface for JSlider. |
SpinnerUI.java | Class | |
SplitPaneUI.java | Class | Pluggable look and feel interface for JSplitPane. |
TabbedPaneUI.java | Class | Pluggable look and feel interface for JTabbedPane. |
TableHeaderUI.java | Class | Pluggable look and feel interface for JTableHeader. |
TableUI.java | Class | Pluggable look and feel interface for JTable. |
TextUI.java | Class | |
ToolBarUI.java | Class | Pluggable look and feel interface for JToolBar. |
ToolTipUI.java | Class | Pluggable look and feel interface for JToolTip. |
TreeUI.java | Class | Pluggable look and feel interface for JTree. |
UIResource.java | Interface | This interface is used to mark objects created by ComponentUI delegates.
The ComponentUI.installUI() and
ComponentUI.uninstallUI() methods can use this interface
to decide if a properties value has been overridden. |
ViewportUI.java | Class | Pluggable look and feel interface for JViewport. |