public interface SkinFrame extends SkinComponent
| Modifier and Type | Method and Description |
|---|---|
java.awt.Dimension |
getTopPreferredSize()
Gets the TopPreferredSize attribute of the SkinFrame object
|
SkinWindowButton[] |
getWindowButtons(int align)
Gets the WindowButtons attribute of the SkinFrame object
|
boolean |
paintTop(java.awt.Graphics g,
java.awt.Component c,
boolean isSelected,
java.lang.String title)
Description of the Method
|
installSkin, status, uninstallSkinSkinWindowButton[] getWindowButtons(int align)
align - Description of Parameterjava.awt.Dimension getTopPreferredSize()
boolean paintTop(java.awt.Graphics g,
java.awt.Component c,
boolean isSelected,
java.lang.String title)
g - Description of Parameterc - Description of ParameterisSelected - Description of Parametertitle - Description of Parameter