Package com.l2fprod.gui.plaf.skin
Interface SkinFrame
-
- All Superinterfaces:
SkinComponent
- All Known Implementing Classes:
AbstractSkinFrame
public interface SkinFrame extends SkinComponent
Skin Frame.- Version:
- $Revision: 1.1 $, $Date: 2003/08/01 19:47:23 $
- Author:
- $Author: l2fprod $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.awt.Dimension
getTopPreferredSize()
Gets the TopPreferredSize attribute of the SkinFrame objectSkinWindowButton[]
getWindowButtons(int align)
Gets the WindowButtons attribute of the SkinFrame objectboolean
paintTop(java.awt.Graphics g, java.awt.Component c, boolean isSelected, java.lang.String title)
Description of the Method-
Methods inherited from interface com.l2fprod.gui.plaf.skin.SkinComponent
installSkin, status, uninstallSkin
-
-
-
-
Method Detail
-
getWindowButtons
SkinWindowButton[] getWindowButtons(int align)
Gets the WindowButtons attribute of the SkinFrame object- Parameters:
align
- Description of Parameter- Returns:
- The WindowButtons value
-
getTopPreferredSize
java.awt.Dimension getTopPreferredSize()
Gets the TopPreferredSize attribute of the SkinFrame object- Returns:
- The TopPreferredSize value
-
paintTop
boolean paintTop(java.awt.Graphics g, java.awt.Component c, boolean isSelected, java.lang.String title)
Description of the Method- Parameters:
g
- Description of Parameterc
- Description of ParameterisSelected
- Description of Parametertitle
- Description of Parameter- Returns:
- Description of the Returned Value
-
-