SkinComponent
, SkinPersonality
public 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) |
getSkin
public java.awt.Insets getComboBoxInsets()
getComboBoxInsets
in interface SkinPersonality
public java.awt.Dimension getComboBoxPreferredSize(javax.swing.JComboBox c)
getComboBoxPreferredSize
in interface SkinPersonality
c
- Description of Parameterpublic javax.swing.table.TableCellRenderer getTableHeaderRenderer()
getTableHeaderRenderer
in interface SkinPersonality
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 void uninstallSkin(javax.swing.JComponent c)
uninstallSkin
in interface SkinComponent
uninstallSkin
in class AbstractSkinComponent
public boolean paintDialog(java.awt.Graphics g, java.awt.Component c)
paintDialog
in interface SkinPersonality
g
- Description of Parameterc
- Description of Parameterpublic boolean paintFocus(java.awt.Graphics g, javax.swing.JComponent c)
paintFocus
in interface SkinPersonality
g
- Description of Parameterc
- Description of Parameterpublic boolean paintMenu(java.awt.Graphics g, javax.swing.JMenu c)
paintMenu
in interface SkinPersonality
g
- Description of Parameterc
- Description of Parameterpublic boolean paintMenuItem(java.awt.Graphics g, javax.swing.JMenuItem c)
paintMenuItem
in interface SkinPersonality
g
- Description of Parameterc
- Description of Parameterpublic boolean paintBackground(java.awt.Graphics g, java.awt.Component c)
paintBackground
in interface SkinPersonality
g
- 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 SkinPersonality
g
- Description of Parameterc
- Description of Parameterbounds
- Description of ParameterhasFocus
- Description of Parameterpublic javax.swing.table.TableCellRenderer createTableHeaderRenderer()
createTableHeaderRenderer
in interface SkinPersonality
public javax.swing.ListCellRenderer createListCellRenderer()
createListCellRenderer
in interface SkinPersonality