org.jtheque.core.managers.skin
Class ThemePackSkin

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

public final class ThemePackSkin
extends AbstractSkin

Author:
Baptiste Wicht

Constructor Summary
ThemePackSkin(java.io.File file)
          Create a new look and feel for a themepack.
 
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

ThemePackSkin

public ThemePackSkin(java.io.File file)
Create a new look and feel for a themepack.

Parameters:
file - The themepack
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.