Interface SkinPersonality
- All Superinterfaces:
SkinComponent
- All Known Implementing Classes:
AbstractSkinPersonality
Skin Personality.
- Version:
- $Revision: 1.1 $, $Date: 2003/08/01 19:47:23 $
- Author:
- $Author: l2fprod $
-
Method Summary
Modifier and TypeMethodDescriptionDescription of the MethodDeprecated.replaced by getTableHeaderRenderer which returns a shared instanceGets the ComboBoxInsets attribute of the SkinPersonality objectGets the ComboBoxPreferredSize attribute of the SkinPersonality objectGets the TableHeaderRenderer attribute of the SkinPersonality objectbooleanpaintBackground(Graphics g, Component c) Description of the MethodbooleanpaintComboBox(Graphics g, JComboBox c, Rectangle bounds, boolean hasFocus, boolean isRollover) Description of the MethodbooleanpaintDialog(Graphics g, Component c) Description of the MethodbooleanpaintFocus(Graphics g, JComponent c) Description of the MethodbooleanDescription of the MethodbooleanpaintMenuItem(Graphics g, JMenuItem c) Description of the MethodMethods inherited from interface SkinComponent
installSkin, status, uninstallSkin
-
Method Details
-
paintDialog
-
paintFocus
Description of the Method- Parameters:
g- Description of Parameterc- Description of Parameter- Returns:
- Description of the Returned Value
-
paintMenu
-
paintMenuItem
-
paintBackground
-
paintComboBox
boolean paintComboBox(Graphics g, JComboBox c, Rectangle bounds, boolean hasFocus, boolean isRollover) Description of the Method- Parameters:
g- Description of Parameterc- Description of Parameterbounds- Description of ParameterhasFocus- Description of Parameter- Returns:
- Description of the Returned Value
-
getComboBoxInsets
Insets getComboBoxInsets()Gets the ComboBoxInsets attribute of the SkinPersonality object- Returns:
- The ComboBoxInsets value
-
getComboBoxPreferredSize
-
createListCellRenderer
ListCellRenderer createListCellRenderer()Description of the Method- Returns:
- Description of the Returned Value
-
createTableHeaderRenderer
TableCellRenderer createTableHeaderRenderer()Deprecated.replaced by getTableHeaderRenderer which returns a shared instance- Returns:
- Description of the Returned Value
-
getTableHeaderRenderer
TableCellRenderer getTableHeaderRenderer()Gets the TableHeaderRenderer attribute of the SkinPersonality object- Returns:
- The TableHeaderRenderer value
-