| java.lang.Object com.jeta.swingbuilder.gui.lookandfeel.LookAndFeelInfo
LookAndFeelInfo | public class LookAndFeelInfo (Code) | | author: Jeff Tassin |
Constructor Summary | |
public | LookAndFeelInfo(String loaderClass, String lfClass, String lfTheme, String lfName, String id) ctor
Parameters: loaderClass - the name of the class responsible for instantiating aspecified look and feel along with the specified theme. Parameters: lfClass - the name of the look and feel class Parameters: lfTheme - the name of a theme to apply to the look and feel. |
LookAndFeelInfo | public LookAndFeelInfo(String loaderClass, String lfClass, String lfTheme, String lfName, String id)(Code) | | ctor
Parameters: loaderClass - the name of the class responsible for instantiating aspecified look and feel along with the specified theme. Parameters: lfClass - the name of the look and feel class Parameters: lfTheme - the name of a theme to apply to the look and feel. Can benull. Parameters: lfName - the name of the look and feel. This will be displayed in theapplication L&F menu. |
getId | public String getId()(Code) | | Returns the unique id for this look and feel.
|
getLookAndFeelClassName | public String getLookAndFeelClassName()(Code) | | the class name of the imported look and feel |
getName | public String getName()(Code) | | the description for the look and feel |
setLookAndFeelClassName | public void setLookAndFeelClassName(String name)(Code) | | Sets the class name of the imported look and feel
|
setName | public void setName(String desc)(Code) | | Sets the description for the look and feel
|
|
|