Uses of Interface
javax.swing.plaf.UIResource
Package
Description
Provides a set of "lightweight" (all-Java language) components
that, to the maximum degree possible, work the same on all platforms.
Provides one interface and many abstract classes that Swing uses to provide
its pluggable look-and-feel capabilities.
Provides user interface objects built according to the Basic look and feel.
Provides user interface objects built according to the Java look and feel
(once codenamed Metal), which is the default look and feel.
Provides classes and interfaces for dealing with
javax.swing.JTable
.-
Uses of UIResource in javax.swing
Modifier and TypeClassDescriptionstatic class
A subclass of DefaultListCellRenderer that implements UIResource.protected class
By defaultJScrollPane
creates scrollbars that are instances of this class.static class
The UI resource version ofScrollPaneLayout
. -
Uses of UIResource in javax.swing.plaf
Modifier and TypeClassDescriptionclass
A subclass of javax.swing.ActionMap that implements UIResource.class
A Border wrapper class which implements UIResource.static class
A bevel border UI resource.static class
A compound border UI resource.static class
An empty border UI resource.static class
An etched border UI resource.static class
A line border UI resource.static class
A matte border UI resource.static class
A titled border UI resource.class
A subclass of Color that implements UIResource.class
A subclass of javax.swing.ComponentInputMap that implements UIResource.class
A subclass ofDimension
that implementsUIResource
.class
A subclass of java.awt.Font that implements UIResource.class
An Icon wrapper class which implements UIResource.class
A subclass of javax.swing.InputMap that implements UIResource.class
A subclass of Insets that implements UIResource. -
Uses of UIResource in javax.swing.plaf.basic
Modifier and TypeClassDescriptionstatic class
Draws a border around a button.static class
Draws the border around a field.static class
Draws the border around components which support margins.static class
Draws the border around a menu bar.static class
Draws the border around a radio button.static class
Special thin border for rollover toolbar buttons.static class
Draws the border around the splitpane.static class
Draws the border around a toggle button.static class
A subclass of BasicComboBoxEditor that implements UIResource.static class
A subclass of BasicComboBoxRenderer that implements UIResource.static class
Default implementation of the interfaceCaret
.static class
Default implementation of the interfaceHighlighter
.class
The default layout manager for Popup menus and menubars. -
Uses of UIResource in javax.swing.plaf.metal
Modifier and TypeClassDescriptionstatic class
The class represents the border of aJButton
.static class
The class represents the 3D border.static class
The class represents the border of aJInternalFrame
.static class
The class represents the border of aJMenuBar
.static class
The class represents the border of aJMenuItem
.static class
The class represents the border of an option dialog.static class
Border for a Palette.static class
The class represents the border of aJPopupMenu
.static class
The class represents the border of a rolloverButton
.static class
The class represents the border of aJScrollPane
.static class
Border for aJTextField
.static class
Border for aJToggleButton
.static class
The class represents the border of aJToolBar
.class
CheckboxIcon implementation for OrganicCheckBoxUIstatic class
A subclass of BasicComboBoxEditor that implements UIResource.static class
Defines an icon for Palette close -
Uses of UIResource in javax.swing.table
Modifier and TypeClassDescriptionstatic class
A subclass ofDefaultTableCellRenderer
that implementsUIResource
.