org.jtheque.core.managers.skin
Class SystemSkin

java.lang.Object
  extended by org.jtheque.core.managers.skin.AbstractSkin
      extended by org.jtheque.core.managers.skin.SystemSkin
All Implemented Interfaces:
Skin

public final class SystemSkin
extends AbstractSkin

Author:
Baptiste Wicht

Constructor Summary
SystemSkin(javax.swing.UIManager.LookAndFeelInfo laf)
          Create a new look and feel installed on the system with the LookAndFeelInfo object.
 
Method Summary
 java.io.File getFile()
          Return the file of the skin.
 boolean isThemePack()
          Indicates if the look and feel is a theme pack or not.
 
Methods inherited from class org.jtheque.core.managers.skin.AbstractSkin
getClassName, getName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SystemSkin

public SystemSkin(javax.swing.UIManager.LookAndFeelInfo laf)
Create a new look and feel installed on the system with the LookAndFeelInfo object.

Parameters:
laf - The informations of the look and feel
Method Detail

getFile

public java.io.File getFile()
Description copied from interface: Skin
Return the file of the skin.

Returns:
The file representing the skin.

isThemePack

public boolean isThemePack()
Description copied from interface: Skin
Indicates if the look and feel is a theme pack or not.

Returns:
true if the look and feel is a theme pack, else return false


Copyright © 2009 JTheque. All Rights Reserved.