Class Summary
A concrete implementation of
MetalTheme providing the original look of the Java Look and Feel, code-named "Steel".
Factory object that can vend Borders appropriate for the metal L & F.
Border for a Table Header
MetalButtonUI implementation
CheckboxIcon implementation for OrganicCheckBoxUI
CheckboxUI implementation for MetalCheckboxUI
JButton subclass to help out MetalComboBoxUI
The default editor for Metal editable combo boxes
A subclass of BasicComboBoxEditor that implements UIResource.
This utility class draws the horizontal bars which indicate a MetalComboBox
Metal L&F implementation of a FileChooser.
Factory object that vends
Icons for the Java™ look and feel (Metal).
Warning: Serialized objects of this class will not be compatible with future Swing releases.
Warning: Serialized objects of this class will not be compatible with future Swing releases.
Defines an icon for Palette close
Warning: Serialized objects of this class will not be compatible with future Swing releases.
Warning: Serialized objects of this class will not be compatible with future Swing releases.
Class that manages a JLF title bar
Metal implementation of JInternalFrame.
A Windows L&F implementation of LabelUI.
The Java Look and Feel, otherwise known as Metal.
Metal implementation of
MenuBarUI.
A Metal L&F implementation of PopupMenuSeparatorUI.
The Metal implementation of ProgressBarUI.
RadioButtonUI implementation for MetalRadioButtonUI
Provides the metal look and feel implementation of
RootPaneUI.
Implementation of ScrollBarUI for the Metal Look and Feel
JButton object for Metal scrollbar arrows.
A Metal L&F implementation of ScrollPaneUI.
A Metal L&F implementation of SeparatorUI.
A Java L&F implementation of SliderUI.
The Metal subclass of BasicTabbedPaneUI.
Basis of a look and feel for a JTextField.
MetalTheme provides the color palette and fonts used by the Java Look and Feel.
MetalToggleButton implementation
A Metal Look and Feel implementation of ToolBarUI.
A Metal L&F extension of BasicToolTipUI.
The metal look and feel implementation of
TreeUI.
The default theme for the
MetalLookAndFeel.
Package javax.swing.plaf.metal Description
Provides user interface objects built according to the Java look and feel (once codenamed
Metal), which is the default look and feel.
These classes are designed to be used while the corresponding LookAndFeel class has been installed (UIManager.setLookAndFeel(new XXXLookAndFeel())). Using them while a different LookAndFeel is installed may produce unexpected results, including exceptions. Additionally, changing the LookAndFeel maintained by the UIManager without updating the corresponding ComponentUI of any JComponents may also produce unexpected results, such as the wrong colors showing up, and is generally not encouraged.
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