Module java.desktop
Package javax.swing.plaf
package 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 Concurrency in Swing, a section in The Java Tutorial.
- Since:
- 1.2
-
ClassDescriptionA subclass of javax.swing.ActionMap that implements UIResource.A Border wrapper class which implements UIResource.A bevel border UI resource.A compound border UI resource.An empty border UI resource.An etched border UI resource.A line border UI resource.A matte border UI resource.A titled border UI resource.Pluggable look and feel interface for JButton.Pluggable look and feel interface for JColorChooser.A subclass of Color that implements UIResource.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.A subclass of
Dimension
that implementsUIResource
.Pluggable look and feel interface forJFileChooser
.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.A subclass of Insets that implements UIResource.Pluggable look and feel interface for JInternalFrame.Pluggable look and feel interface for JLabel.The base class for allJLayer
's UI delegates.TheJList
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 JSpinnerPluggable 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 interfacePluggable look and feel interface for JToolBar.Pluggable look and feel interface for JToolTip.Pluggable look and feel interface for JTree.This interface is used to mark objects created by ComponentUI delegates.Pluggable look and feel interface for JViewport.