This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.


Package javax.swing.plaf

Interface Summary
UIResource This interface is used to mark objects created by ComponentUI delegates.
 

Class Summary
ActionMapUIResource A subclass of javax.swing.ActionMap that implements UIResource.
BorderUIResource
BorderUIResource.BevelBorderUIResource
BorderUIResource.CompoundBorderUIResource
BorderUIResource.EmptyBorderUIResource
BorderUIResource.EtchedBorderUIResource
BorderUIResource.LineBorderUIResource
BorderUIResource.MatteBorderUIResource
BorderUIResource.TitledBorderUIResource
ButtonUI Pluggable look and feel interface for JButton.
ColorChooserUI Pluggable look and feel interface for JColorChooser.
ColorUIResource
ComboBoxUI Pluggable look and feel interface for JComboBox.
ComponentInputMapUIResource A subclass of javax.swing.ComponentInputMap that implements UIResource.
ComponentUI The base class for all UI delegate objects in the Swing pluggable look and feel architecture.
DesktopIconUI Pluggable look and feel interface for JDesktopIcon.
DesktopPaneUI Pluggable look and feel interface for JDesktopPane.
DimensionUIResource
FileChooserUI Pluggable look and feel interface for JFileChooser.
FontUIResource A subclass of java.awt.Font that implements UIResource.
IconUIResource An Icon wrapper class which implements UIResource.
InputMapUIResource A subclass of javax.swing.InputMap that implements UIResource.
InsetsUIResource
InternalFrameUI Pluggable look and feel interface for JInternalFrame.
LabelUI Pluggable look and feel interface for JLabel.
ListUI The pluggable look and feel delegate.
MenuBarUI Pluggable look and feel interface for JMenuBar.
MenuItemUI Pluggable look and feel interface for JMenuItem.
OptionPaneUI Pluggable look and feel interface for JOptionPane.
PanelUI Pluggable look and feel interface for Panel.
PopupMenuUI Pluggable look and feel interface for JPopupMenu.
ProgressBarUI Pluggable look and feel interface for JProgressBar.
RootPaneUI Pluggable look and feel interface for JRootPane.
ScrollBarUI Pluggable look and feel interface for JScrollBar.
ScrollPaneUI Pluggable look and feel interface for JScrollPane.
SeparatorUI Pluggable look and feel interface for JSeparator.
SliderUI Pluggable look and feel interface for JSlider.
SpinnerUI Pluggable look and feel interface for JSpinner
SplitPaneUI Pluggable look and feel interface for JSplitPane.
TabbedPaneUI Pluggable look and feel interface for JTabbedPane.
TableHeaderUI Pluggable look and feel interface for JTableHeader.
TableUI Pluggable look and feel interface for JTable.
TextUI Text editor user interface
ToolBarUI Pluggable look and feel interface for JToolBar.
ToolTipUI Pluggable look and feel interface for JToolTip.
TreeUI Pluggable look and feel interface for JTree.
ViewportUI Pluggable look and feel interface for JViewport.
 



This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.
This page displays the Jadeite version of the documention, which is derived from the offical documentation that contains this copyright notice:
Copyright 2008 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
The official Sun™ documentation can be found here at http://java.sun.com/javase/6/docs/api/.