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.


Constructor Index

 o AbstractLookAndFeel()

Method Index

 o getDefaults()
 o getDescription()
 o getName()
 o isNativeLookAndFeel()

Constructors

 o AbstractLookAndFeel
 public AbstractLookAndFeel()

Methods

 o getName
 public String getName()
 o getDescription
 public String getDescription()
 o isNativeLookAndFeel
 public boolean isNativeLookAndFeel()
 o getDefaults
 public UIDefaults getDefaults()

All Packages  Class Hierarchy  This Package  Previous  Next  Index