public class AbstractSkinFrame extends AbstractSkinComponent implements SkinFrame
Constructor and Description |
---|
AbstractSkinFrame() |
Modifier and Type | Method and 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, uninstallSkin
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
uninstallSkin
public SkinWindowButton[] getWindowButtons(int align)
getWindowButtons
in interface SkinFrame
align
- Description of Parameterpublic java.awt.Dimension getTopPreferredSize()
getTopPreferredSize
in interface SkinFrame
public boolean status()
status
in interface SkinComponent
status
in class AbstractSkinComponent
public boolean installSkin(javax.swing.JComponent c)
installSkin
in interface SkinComponent
installSkin
in class AbstractSkinComponent
c
- Description of Parameterpublic boolean paintTop(java.awt.Graphics g, java.awt.Component c, boolean isSelected, java.lang.String title)