SkinComponent, SkinPersonalitypublic class AbstractSkinPersonality extends AbstractSkinComponent implements SkinPersonality
| Constructor | Description |
|---|---|
AbstractSkinPersonality() |
| Modifier and Type | Method | Description |
|---|---|---|
javax.swing.ListCellRenderer |
createListCellRenderer() |
Description of the Method
|
javax.swing.table.TableCellRenderer |
createTableHeaderRenderer() |
Description of the Method
|
java.awt.Insets |
getComboBoxInsets() |
Gets the ComboBoxInsets attribute of the AbstractSkinPersonality object
|
java.awt.Dimension |
getComboBoxPreferredSize(javax.swing.JComboBox c) |
Gets the ComboBoxPreferredSize attribute of the AbstractSkinPersonality
object
|
javax.swing.table.TableCellRenderer |
getTableHeaderRenderer() |
Gets the TableHeaderRenderer attribute of the AbstractSkinPersonality
object
|
boolean |
installSkin(javax.swing.JComponent c) |
Description of the Method
|
boolean |
paintBackground(java.awt.Graphics g,
java.awt.Component c) |
Description of the Method
|
boolean |
paintComboBox(java.awt.Graphics g,
javax.swing.JComboBox c,
java.awt.Rectangle bounds,
boolean hasFocus,
boolean isRollover) |
Description of the Method
|
boolean |
paintDialog(java.awt.Graphics g,
java.awt.Component c) |
Description of the Method
|
boolean |
paintFocus(java.awt.Graphics g,
javax.swing.JComponent c) |
Description of the Method
|
boolean |
paintMenu(java.awt.Graphics g,
javax.swing.JMenu c) |
Description of the Method
|
boolean |
paintMenuItem(java.awt.Graphics g,
javax.swing.JMenuItem c) |
Description of the Method
|
boolean |
status() |
Description of the Method
|
void |
uninstallSkin(javax.swing.JComponent c) |
getSkinpublic java.awt.Insets getComboBoxInsets()
getComboBoxInsets in interface SkinPersonalitypublic java.awt.Dimension getComboBoxPreferredSize(javax.swing.JComboBox c)
getComboBoxPreferredSize in interface SkinPersonalityc - Description of Parameterpublic javax.swing.table.TableCellRenderer getTableHeaderRenderer()
getTableHeaderRenderer in interface SkinPersonalitypublic 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 void uninstallSkin(javax.swing.JComponent c)
uninstallSkin in interface SkinComponentuninstallSkin in class AbstractSkinComponentpublic boolean paintDialog(java.awt.Graphics g,
java.awt.Component c)
paintDialog in interface SkinPersonalityg - Description of Parameterc - Description of Parameterpublic boolean paintFocus(java.awt.Graphics g,
javax.swing.JComponent c)
paintFocus in interface SkinPersonalityg - Description of Parameterc - Description of Parameterpublic boolean paintMenu(java.awt.Graphics g,
javax.swing.JMenu c)
paintMenu in interface SkinPersonalityg - Description of Parameterc - Description of Parameterpublic boolean paintMenuItem(java.awt.Graphics g,
javax.swing.JMenuItem c)
paintMenuItem in interface SkinPersonalityg - Description of Parameterc - Description of Parameterpublic boolean paintBackground(java.awt.Graphics g,
java.awt.Component c)
paintBackground in interface SkinPersonalityg - Description of Parameterc - Description of Parameterpublic boolean paintComboBox(java.awt.Graphics g,
javax.swing.JComboBox c,
java.awt.Rectangle bounds,
boolean hasFocus,
boolean isRollover)
paintComboBox in interface SkinPersonalityg - Description of Parameterc - Description of Parameterbounds - Description of ParameterhasFocus - Description of Parameterpublic javax.swing.table.TableCellRenderer createTableHeaderRenderer()
createTableHeaderRenderer in interface SkinPersonalitypublic javax.swing.ListCellRenderer createListCellRenderer()
createListCellRenderer in interface SkinPersonality