org.wings.plaf
Class LookAndFeelFactory

java.lang.Object
  extended by org.wings.plaf.LookAndFeelFactory

public abstract class LookAndFeelFactory
extends Object


Constructor Summary
LookAndFeelFactory()
           
 
Method Summary
abstract  LookAndFeel create()
           
static LookAndFeelFactory getLookAndFeelFactory()
          Get the lool and feel factory.
static void setLookAndFeelFactory(LookAndFeelFactory factory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LookAndFeelFactory

public LookAndFeelFactory()
Method Detail

setLookAndFeelFactory

public static void setLookAndFeelFactory(LookAndFeelFactory factory)

getLookAndFeelFactory

public static LookAndFeelFactory getLookAndFeelFactory()
Get the lool and feel factory.


create

public abstract LookAndFeel create()
                            throws IOException
Throws:
IOException


wingS Swings ;-)