Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
javax.swing.plaf.UIResource

Uses of UIResource in javax.swing.plaf
 

Classes in javax.swing.plaf that implement UIResource
 class ActionMapUIResource
          An ActionMap that implements the UIResource interface to indicate that it belongs to a pluggable LookAndFeel.
 class BorderUIResource
          A wrapper for javax.swing.border.Border that also implements the BorderUIResource.BevelBorderUIResource marker interface.
static class BorderUIResource.BevelBorderUIResource
          A javax.swing.border.BevelBorder that also implements the UIResource marker interface.
static class BorderUIResource.CompoundBorderUIResource
          A javax.swing.border.CompoundBorder that also implements the UIResource marker interface.
static class BorderUIResource.EmptyBorderUIResource
          An javax.swing.border.EmptyBorder that also implements the UIResource marker interface.
static class BorderUIResource.EtchedBorderUIResource
          An javax.swing.border.EtchedBorder that also implements the UIResource marker interface.
static class BorderUIResource.LineBorderUIResource
          A javax.swing.border.LineBorder that also implements the UIResource marker interface.
static class BorderUIResource.MatteBorderUIResource
          A javax.swing.border.MatteBorder that also implements the UIResource marker interface.
static class BorderUIResource.TitledBorderUIResource
          A javax.swing.border.TitledBorder that also implements the UIResource marker interface.
 class ColorUIResource
          A Color that is marked as UIResource, which indicates that the color has been installed by a pluggable LookAndFeel.
 class ComponentInputMapUIResource
          A ComponentInputMap that implements the UIResource interface to indicate that it belongs to a pluggable LookAndFeel.
 class DimensionUIResource
          A Dimension that is marked as UIResource, which indicates that it has been installed by a pluggable LookAndFeel.
 class FontUIResource
          A font that is marked as UIResource, which indicates that it has been installed by a pluggable LookAndFeel.
 class IconUIResource
          An icon that is marked as UIResource, which indicates that it has been installed by a pluggable LookAndFeel.
 class InputMapUIResource
          An InputMap that is marked as UIResource, which indicates that it has been installed by a pluggable LookAndFeel.
 class InsetsUIResource
          An Insets that is marked as UIResource, which indicates that it has been installed by a pluggable LookAndFeel.