Package Summary
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.
Provides user interface objects built according to the cross-platform Nimbus look and feel.
Synth is a skinnable look and feel in which all painting is delegated.
Interface Summary
This interface is used to mark objects created by ComponentUI delegates.
Class Summary
A subclass of javax.swing.ActionMap that implements UIResource.
Pluggable look and feel interface for JButton.
Pluggable look and feel interface for JColorChooser.
Pluggable look and feel interface for JComboBox.
A subclass of javax.swing.ComponentInputMap that implements UIResource.
The base class for all UI delegate objects in the Swing pluggable look and feel architecture.
Pluggable look and feel interface for JDesktopIcon.
Pluggable look and feel interface for JDesktopPane.
Pluggable look and feel interface for
JFileChooser.
A subclass of java.awt.Font that implements UIResource.
An Icon wrapper class which implements UIResource.
A subclass of javax.swing.InputMap that implements UIResource.
Pluggable look and feel interface for JInternalFrame.
Pluggable look and feel interface for JLabel.
The base class for all
JLayer's UI delegates.
The
JList pluggable look and feel delegate.
Pluggable look and feel interface for JMenuBar.
Pluggable look and feel interface for JMenuItem.
Pluggable look and feel interface for JOptionPane.
Pluggable look and feel interface for Panel.
Pluggable look and feel interface for JPopupMenu.
Pluggable look and feel interface for JProgressBar.
Pluggable look and feel interface for JRootPane.
Pluggable look and feel interface for JScrollBar.
Pluggable look and feel interface for JScrollPane.
Pluggable look and feel interface for JSeparator.
Pluggable look and feel interface for JSlider.
Pluggable look and feel interface for JSpinner
Pluggable look and feel interface for JSplitPane.
Pluggable look and feel interface for JTabbedPane.
Pluggable look and feel interface for JTableHeader.
Pluggable look and feel interface for JTable.
Text editor user interface
Pluggable look and feel interface for JToolBar.
Pluggable look and feel interface for JToolTip.
Pluggable look and feel interface for JTree.
Pluggable look and feel interface for JViewport.
Package javax.swing.plaf Description
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