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
public class AbstractSkinFrame extends AbstractSkinComponent implements SkinFrame
- Version:
- $Revision: 1.2 $, $Date: 2004/07/18 16:58:31 $
- Author:
- $Author: l2fprod $
-
-
Constructor Summary
Constructors Constructor Description AbstractSkinFrame()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.DimensiongetTopPreferredSize()Gets the TopPreferredSize attribute of the AbstractSkinFrame objectSkinWindowButton[]getWindowButtons(int align)Gets the WindowButtons attribute of the AbstractSkinFrame objectbooleaninstallSkin(javax.swing.JComponent c)Description of the MethodbooleanpaintTop(java.awt.Graphics g, java.awt.Component c, boolean isSelected, java.lang.String title)Description of the Methodbooleanstatus()Description of the Method-
Methods 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
-
-
-
-
Method Detail
-
getWindowButtons
public SkinWindowButton[] getWindowButtons(int align)
Gets the WindowButtons attribute of the AbstractSkinFrame object- Specified by:
getWindowButtonsin interfaceSkinFrame- Parameters:
align- Description of Parameter- Returns:
- The WindowButtons value
-
getTopPreferredSize
public java.awt.Dimension getTopPreferredSize()
Gets the TopPreferredSize attribute of the AbstractSkinFrame object- Specified by:
getTopPreferredSizein interfaceSkinFrame- Returns:
- The TopPreferredSize value
-
status
public boolean status()
Description of the Method- Specified by:
statusin interfaceSkinComponent- Overrides:
statusin classAbstractSkinComponent- Returns:
- Description of the Returned Value
-
installSkin
public boolean installSkin(javax.swing.JComponent c)
Description of the Method- Specified by:
installSkinin interfaceSkinComponent- Overrides:
installSkinin classAbstractSkinComponent- Parameters:
c- Description of Parameter- Returns:
- Description of the Returned Value
-
paintTop
public boolean paintTop(java.awt.Graphics g, java.awt.Component c, boolean isSelected, java.lang.String title)Description of the Method
-
-