SkinComponent
AbstractSkinFrame
public interface SkinFrame extends SkinComponent
Modifier and Type | Method | 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, uninstallSkin
SkinWindowButton[] 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