SkinComponent, SkinFramepublic class AbstractSkinFrame extends AbstractSkinComponent implements SkinFrame
| Constructor | Description |
|---|---|
AbstractSkinFrame() |
| Modifier and Type | Method | Description |
|---|---|---|
java.awt.Dimension |
getTopPreferredSize() |
Gets the TopPreferredSize attribute of the AbstractSkinFrame object
|
SkinWindowButton[] |
getWindowButtons(int align) |
Gets the WindowButtons attribute of the AbstractSkinFrame object
|
boolean |
installSkin(javax.swing.JComponent c) |
Description of the Method
|
boolean |
paintTop(java.awt.Graphics g,
java.awt.Component c,
boolean isSelected,
java.lang.String title) |
Description of the Method
|
boolean |
status() |
Description of the Method
|
getSkin, uninstallSkinclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waituninstallSkinpublic SkinWindowButton[] getWindowButtons(int align)
getWindowButtons in interface SkinFramealign - Description of Parameterpublic java.awt.Dimension getTopPreferredSize()
getTopPreferredSize in interface SkinFramepublic boolean status()
status in interface SkinComponentstatus in class AbstractSkinComponentpublic boolean installSkin(javax.swing.JComponent c)
installSkin in interface SkinComponentinstallSkin in class AbstractSkinComponentc - Description of Parameterpublic boolean paintTop(java.awt.Graphics g,
java.awt.Component c,
boolean isSelected,
java.lang.String title)