All Packages Class Hierarchy This Package Previous Next Index
Class com.sun.java.swing.AbstractLookAndFeel
java.lang.Object
|
+----com.sun.java.swing.AbstractLookAndFeel
- public abstract class AbstractLookAndFeel
- extends Object
Completely characterizes a look and feel from the point of view
of the pluggable look and feel components.
-
AbstractLookAndFeel()
-
-
getDefaults()
-
-
getDescription()
-
-
getName()
-
-
isNativeLookAndFeel()
-
AbstractLookAndFeel
public AbstractLookAndFeel()
getName
public String getName()
getDescription
public String getDescription()
isNativeLookAndFeel
public boolean isNativeLookAndFeel()
getDefaults
public UIDefaults getDefaults()
All Packages Class Hierarchy This Package Previous Next Index