All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sun.java.swing.basic.BasicLookAndFeel

java.lang.Object
   |
   +----com.sun.java.swing.AbstractLookAndFeel
           |
           +----com.sun.java.swing.basic.BasicLookAndFeel

public class BasicLookAndFeel
extends AbstractLookAndFeel
implements Serializable

Constructor Index

 o BasicLookAndFeel()

Method Index

 o getDefaults()
 o getDescription()
 o getName()
 o initClassDefaults(UIDefaults)
Initialize the uiClassID to BasicComponentUI mapping.
 o initSystemColorDefaults(UIDefaults)
Load the SystemColors into the defaults table.
 o isNativeLookAndFeel()

Constructors

 o BasicLookAndFeel
 public BasicLookAndFeel()

Methods

 o getName
 public String getName()
Overrides:
getName in class AbstractLookAndFeel
 o getDescription
 public String getDescription()
Overrides:
getDescription in class AbstractLookAndFeel
 o isNativeLookAndFeel
 public boolean isNativeLookAndFeel()
Overrides:
isNativeLookAndFeel in class AbstractLookAndFeel
 o initClassDefaults
 protected void initClassDefaults(UIDefaults table)
Initialize the uiClassID to BasicComponentUI mapping. The JComponent classes define their own uiClassID constants (see AbstractComponent.getUIClassID). This table must map those constants to a BasicComponentUI class of the appropriate type.

See Also:
getDefaults
 o initSystemColorDefaults
 protected void initSystemColorDefaults(UIDefaults table)
Load the SystemColors into the defaults table. The keys for SystemColor defaults are the same as the names of the public fields in SystemColor. If the table is being created on a native Windows platform we use the SystemColor values, otherwise we create color objects with the RGB integers in list below.

 o getDefaults
 public UIDefaults getDefaults()
Overrides:
getDefaults in class AbstractLookAndFeel

All Packages  Class Hierarchy  This Package  Previous  Next  Index