Module java.desktop
Package javax.swing.plaf.basic
package javax.swing.plaf.basic
Provides user interface objects built according to the Basic look and feel.
The Basic look and feel provides default behavior used by many look and feel
packages. It contains components, layout managers, events, event listeners,
and adapters. You can subclass the classes in this package to create your own
customized 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 JComponent
s 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 Concurrency in Swing, a section in The Java Tutorial.
- Since:
- 1.2
-
ClassDescriptionJButton object that draws a scaled Arrow in one of the cardinal directions.Factory object that can vend Borders appropriate for the basic L & F.Draws a border around a button.Draws the border around a field.Draws the border around components which support margins.Draws the border around a menu bar.Draws the border around a radio button.Special thin border for rollover toolbar buttons.Draws the border around the splitpane.Draws the border around a toggle button.Button ListenerBasicButton implementationBasicCheckboxMenuItem implementationCheckboxUI implementation for BasicCheckboxUIProvides the basic look and feel for a JColorChooser.The default editor for editable combo boxes.A subclass of BasicComboBoxEditor that implements UIResource.ComboBox rendererA subclass of BasicComboBoxRenderer that implements UIResource.Basic UI implementation for JComboBox.This is a basic implementation of the
ComboPopup
interface.Basic L&F for a minimized window on a desktop.Basic L&F for a desktop.Basic implementation of a file list.Provides the look and feel for a JEditorPane.Basic L&F implementation of a FileChooser.Provides the look and feel implementation forJFormattedTextField
.Convenient util class.Support for providing html views for the swing components.Factory object that can vend Icons appropriate for the basic L & F.The class that manages a basic title barA basic L&F implementation of JInternalFrame.A Windows L&F implementation of LabelUI.An extensible implementation ofListUI
.A base class to use in creating a look and feel for Swing.A default L&F implementation of MenuBarUI.BasicMenuItem implementationA default L&F implementation of MenuUI.Provides the basic look and feel for aJOptionPane
.ButtonAreaLayout
behaves in a similar manner toFlowLayout
.BasicPanel implementationProvides the Windows look and feel for a password field.A Basic L&F implementation of PopupMenuSeparatorUI.A Windows L&F implementation of PopupMenuUI.A Basic L&F implementation of ProgressBarUI.BasicRadioButtonMenuItem implementationRadioButtonUI implementation for BasicRadioButtonUIBasic implementation of RootPaneUI, there is one shared between all JRootPane instances.Implementation of ScrollBarUI for the Basic Look and FeelA default L&F implementation of ScrollPaneUI.A Basic L&F implementation of SeparatorUI.A Basic L&F implementation of SliderUI.The default Spinner UI delegate.Divider used by BasicSplitPaneUI.A Basic L&F implementation of the SplitPaneUI.A Basic L&F implementation of TabbedPaneUI.BasicTableHeaderUI implementationBasicTableUI implementationProvides the look and feel for a plain text editor.Basis of a look and feel for a JTextField.Provides the look and feel for a styled text editor.Basis of a text components look-and-feel.Default implementation of the interfaceCaret
.Default implementation of the interfaceHighlighter
.BasicToggleButton implementationA Basic L&F implementation of ToolBarSeparatorUI.A Basic L&F implementation of ToolBarUI.Standard tool tip L&F.The basic L&F for a hierarchical data structure.BasicViewport implementationThe interface which defines the methods required for the implementation of the popup portion of a combo box.The default layout manager for Popup menus and menubars.