Package com.l2fprod.gui.plaf.skin.impl
Class AbstractSkinFrame
java.lang.Object
com.l2fprod.gui.plaf.skin.impl.AbstractSkinComponent
com.l2fprod.gui.plaf.skin.impl.AbstractSkinFrame
- All Implemented Interfaces:
SkinComponent
,SkinFrame
- Version:
- $Revision: 1.2 $, $Date: 2004/07/18 16:58:31 $
- Author:
- $Author: l2fprod $
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the TopPreferredSize attribute of the AbstractSkinFrame objectgetWindowButtons
(int align) Gets the WindowButtons attribute of the AbstractSkinFrame objectboolean
Description of the Methodboolean
Description of the Methodboolean
status()
Description of the MethodMethods inherited from class com.l2fprod.gui.plaf.skin.impl.AbstractSkinComponent
getSkin, uninstallSkin
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.l2fprod.gui.plaf.skin.SkinComponent
uninstallSkin
-
Constructor Details
-
AbstractSkinFrame
public AbstractSkinFrame()
-
-
Method Details
-
getWindowButtons
Gets the WindowButtons attribute of the AbstractSkinFrame object- Specified by:
getWindowButtons
in interfaceSkinFrame
- Parameters:
align
- Description of Parameter- Returns:
- The WindowButtons value
-
getTopPreferredSize
Gets the TopPreferredSize attribute of the AbstractSkinFrame object- Specified by:
getTopPreferredSize
in interfaceSkinFrame
- Returns:
- The TopPreferredSize value
-
status
public boolean status()Description of the Method- Specified by:
status
in interfaceSkinComponent
- Overrides:
status
in classAbstractSkinComponent
- Returns:
- Description of the Returned Value
-
installSkin
Description of the Method- Specified by:
installSkin
in interfaceSkinComponent
- Overrides:
installSkin
in classAbstractSkinComponent
- Parameters:
c
- Description of Parameter- Returns:
- Description of the Returned Value
-
paintTop
Description of the Method
-