com.quadrique.jbuildingblocks.gui
Class LookAndFeelInfo

java.lang.Object
  extended by com.quadrique.jbuildingblocks.gui.LookAndFeelInfo

public class LookAndFeelInfo
extends Object

LookAndFeelInfo manipulation goodies

Author:
Hervé Rivere

Constructor Summary
LookAndFeelInfo(String zName, String zClassName, String zExtensionName, boolean zCanBeReplacedOnTheFly)
          Constructor
 
Method Summary
 boolean CanBeReplacedOnTheFly()
           
 String getClassName()
           
 String getExtensionName()
           
 String getName()
           
 boolean isSkinLf()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LookAndFeelInfo

public LookAndFeelInfo(String zName,
                       String zClassName,
                       String zExtensionName,
                       boolean zCanBeReplacedOnTheFly)
                throws Exception
Constructor

Parameters:
zName - the look and feel name
zClassName - the corresponding class name
zExtensionName - the extension name (if any, mainly used for skin look and feel)
zCanBeReplacedOnTheFly - whether or not this look and feel can be safely installed on the fly (i.e. without restarting the application)
Throws:
Exception - if an error occurs
Method Detail

getName

public String getName()
Returns:
the name of the look and fell

getClassName

public String getClassName()
Returns:
the look and fell class name

isSkinLf

public boolean isSkinLf()
Returns:
true if this a skin look and feel

getExtensionName

public String getExtensionName()
Returns:
the extension name

CanBeReplacedOnTheFly

public boolean CanBeReplacedOnTheFly()
Returns:
true if the look and feel can be replaced on the fly


Copyright © 2001-2009 Quadrique Corporation. All Rights Reserved.