com.quadrique.jbuildingblocks.gui
Class LookAndFeelInfo
java.lang.Object
com.quadrique.jbuildingblocks.gui.LookAndFeelInfo
public class LookAndFeelInfo
- extends Object
LookAndFeelInfo manipulation goodies
- Author:
- Hervé Rivere
LookAndFeelInfo
public LookAndFeelInfo(String zName,
String zClassName,
String zExtensionName,
boolean zCanBeReplacedOnTheFly)
throws Exception
- Constructor
- Parameters:
zName - the look and feel namezClassName - the corresponding class namezExtensionName - 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
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.