JavaTM 2 Platform
Std. Ed. v1.3.1

Package javax.swing.plaf.basic

Provides user interface objects built according to the Basic look-and-feel.

See:
          Description

Interface Summary
ComboPopup The interface which defines the kind of popup menu that BasicComboBoxUI requires.
 

Class Summary
BasicArrowButton JButton object that draws a scaled Arrow in one of the cardinal directions.
BasicBorders Factory object that can vend Borders appropriate for the basic L & F.
BasicBorders.ButtonBorder  
BasicBorders.FieldBorder  
BasicBorders.MarginBorder  
BasicBorders.MenuBarBorder  
BasicBorders.RadioButtonBorder  
BasicBorders.SplitPaneBorder Draws the border around the splitpane.
BasicBorders.ToggleButtonBorder  
BasicButtonListener Button Listener
BasicButtonUI BasicButton implementation
BasicCheckBoxMenuItemUI BasicCheckboxMenuItem implementation
BasicCheckBoxUI CheckboxUI implementation for BasicCheckboxUI
BasicColorChooserUI Provides the basic look and feel for a JColorChooser.
BasicComboBoxEditor The default editor for editable combo boxes
BasicComboBoxEditor.UIResource A subclass of BasicComboBoxEditor that implements UIResource.
BasicComboBoxRenderer ComboBox renderer
BasicComboBoxRenderer.UIResource A subclass of BasicComboBoxRenderer that implements UIResource.
BasicComboBoxUI Basic UI for JComboBox.
BasicComboPopup This is an implementation of the ComboPopup interface.
BasicDesktopIconUI Basic L&F for a minimized window on a desktop.
BasicDesktopPaneUI Basic L&F for a desktop.
BasicDirectoryModel Basic implementation of a file list.
BasicEditorPaneUI Provides the look and feel for a JEditorPane.
BasicFileChooserUI Basic L&F implementation of a FileChooser.
BasicGraphicsUtils  
BasicHTML Support for providing html views for the swing components.
BasicIconFactory Factory object that can vend Icons appropriate for the basic L & F.
BasicInternalFrameTitlePane The class that manages a basic title bar
BasicInternalFrameUI A basic L&F implementation of JInternalFrame.
BasicLabelUI A Windows L&F implementation of LabelUI.
BasicListUI A Windows L&F implementation of ListUI.
BasicLookAndFeel Implements the a standard base LookAndFeel class from which standard desktop LookAndFeel classes (JLF, Mac, Windows, etc.) can be derived.
BasicMenuBarUI A default L&F implementation of MenuBarUI.
BasicMenuItemUI BasicMenuItem implementation
BasicMenuUI A default L&F implementation of MenuUI.
BasicOptionPaneUI Provides the basic look and feel for a JOptionPane.
BasicOptionPaneUI.ButtonAreaLayout ButtonAreaLayout acts similiar to FlowLayout.
BasicPanelUI BasicPanel implementation
BasicPasswordFieldUI Provides the Windows look and feel for a password field.
BasicPopupMenuSeparatorUI A Basic L&F implementation of PopupMenuSeparatorUI.
BasicPopupMenuUI A Windows L&F implementation of PopupMenuUI.
BasicProgressBarUI A Basic L&F implementation of ProgressBarUI.
BasicRadioButtonMenuItemUI BasicRadioButtonMenuItem implementation
BasicRadioButtonUI RadioButtonUI implementation for BasicRadioButtonUI
BasicRootPaneUI Basic implementation of RootPaneUI, there is one shared between all JRootPane instances.
BasicScrollBarUI Implementation of ScrollBarUI for the Basic Look and Feel
BasicScrollPaneUI A default L&F implementation of ScrollPaneUI.
BasicSeparatorUI A Basic L&F implementation of SeparatorUI.
BasicSliderUI A Basic L&F implementation of SliderUI.
BasicSplitPaneDivider Divider used by BasicSplitPaneUI.
BasicSplitPaneUI A Basic L&F implementation of the SplitPaneUI.
BasicTabbedPaneUI A Basic L&F implementation of TabbedPaneUI.
BasicTableHeaderUI BasicTableHeaderUI implementation
BasicTableUI BasicTableUI implementation
BasicTextAreaUI Provides the look and feel for a plain text editor.
BasicTextFieldUI Basis of a look and feel for a JTextField.
BasicTextPaneUI Provides the look and feel for a styled text editor.
BasicTextUI Basis of a text components look-and-feel.
BasicTextUI.BasicCaret  
BasicTextUI.BasicHighlighter  
BasicToggleButtonUI BasicToggleButton implementation
BasicToolBarSeparatorUI A Basic L&F implementation of ToolBarSeparatorUI.
BasicToolBarUI A Basic L&F implementation of ToolBarUI.
BasicToolTipUI Standard tool tip L&F.
BasicTreeUI The basic L&F for a hierarchical data structure.
BasicViewportUI BasicViewport implementation
DefaultMenuLayout The default layout manager for Popup menus and menubars.
 

Package javax.swing.plaf.basic Description

Provides user interface objects built according to the Basic look-and-feel. The Basic look-and-feel is the default look and feel of Swing components. 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.

Since:
1.2

JavaTM 2 Platform
Std. Ed. v1.3.1

Submit a bug or feature
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Java, Java 2D, and JDBC are trademarks or registered trademarks of Oracle and/or its affiliates, in the US and other countries.
Copyright © 1995, 2010 Oracle and/or its affiliates. All rights reserved.