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

Quick Search    Search Deep

javax.swing.plaf
Interface UIResource  view UIResource download UIResource.java

All Known Implementing Classes:
ActionMapUIResource, BorderUIResource, BorderUIResource.BevelBorderUIResource, BorderUIResource.CompoundBorderUIResource, BorderUIResource.EmptyBorderUIResource, BorderUIResource.EtchedBorderUIResource, BorderUIResource.LineBorderUIResource, BorderUIResource.MatteBorderUIResource, BorderUIResource.TitledBorderUIResource, ColorUIResource, ComponentInputMapUIResource, DimensionUIResource, FontUIResource, IconUIResource, InputMapUIResource, InsetsUIResource

public interface UIResource

This public interface is used to designate which objects were created by ComponentUI delegates. When uninstalling the user public interface renderer with ComponentUI.uninstallUI() the renderer property is set to null.
A comparison against null can be used with all properties except for the java.awt.Component properties font, foreground, and background. The container can provide the value of the properties if they are initialized or set to null.