public interface SkinPersonality extends SkinComponent
| Modifier and Type | Method and Description |
|---|---|
javax.swing.ListCellRenderer |
createListCellRenderer()
Description of the Method
|
javax.swing.table.TableCellRenderer |
createTableHeaderRenderer()
Deprecated.
replaced by getTableHeaderRenderer which returns a shared
instance
|
java.awt.Insets |
getComboBoxInsets()
Gets the ComboBoxInsets attribute of the SkinPersonality object
|
java.awt.Dimension |
getComboBoxPreferredSize(javax.swing.JComboBox c)
Gets the ComboBoxPreferredSize attribute of the SkinPersonality object
|
javax.swing.table.TableCellRenderer |
getTableHeaderRenderer()
Gets the TableHeaderRenderer attribute of the SkinPersonality object
|
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
|
installSkin, status, uninstallSkinboolean paintDialog(java.awt.Graphics g,
java.awt.Component c)
g - Description of Parameterc - Description of Parameterboolean paintFocus(java.awt.Graphics g,
javax.swing.JComponent c)
g - Description of Parameterc - Description of Parameterboolean paintMenu(java.awt.Graphics g,
javax.swing.JMenu c)
g - Description of Parameterc - Description of Parameterboolean paintMenuItem(java.awt.Graphics g,
javax.swing.JMenuItem c)
g - Description of Parameterc - Description of Parameterboolean paintBackground(java.awt.Graphics g,
java.awt.Component c)
g - Description of Parameterc - Description of Parameterboolean paintComboBox(java.awt.Graphics g,
javax.swing.JComboBox c,
java.awt.Rectangle bounds,
boolean hasFocus,
boolean isRollover)
g - Description of Parameterc - Description of Parameterbounds - Description of ParameterhasFocus - Description of Parameterjava.awt.Insets getComboBoxInsets()
java.awt.Dimension getComboBoxPreferredSize(javax.swing.JComboBox c)
c - Description of Parameterjavax.swing.ListCellRenderer createListCellRenderer()
javax.swing.table.TableCellRenderer createTableHeaderRenderer()
javax.swing.table.TableCellRenderer getTableHeaderRenderer()