Package com.l2fprod.gui.plaf.skin
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 objectboolean
paintBackground
(Graphics g, Component c) Description of the Methodboolean
paintComboBox
(Graphics g, JComboBox c, Rectangle bounds, boolean hasFocus, boolean isRollover) Description of the Methodboolean
paintDialog
(Graphics g, Component c) Description of the Methodboolean
paintFocus
(Graphics g, JComponent c) Description of the Methodboolean
Description of the Methodboolean
paintMenuItem
(Graphics g, JMenuItem c) Description of the MethodMethods inherited from interface com.l2fprod.gui.plaf.skin.SkinComponent
installSkin, status, uninstallSkin
-
Method Details
-
paintDialog
Description of the Method- Parameters:
g
- Description of Parameterc
- Description of Parameter- Returns:
- Description of the Returned Value
-
paintFocus
Description of the Method- Parameters:
g
- Description of Parameterc
- Description of Parameter- Returns:
- Description of the Returned Value
-
paintMenu
Description of the Method- Parameters:
g
- Description of Parameterc
- Description of Parameter- Returns:
- Description of the Returned Value
-
paintMenuItem
Description of the Method- Parameters:
g
- Description of Parameterc
- Description of Parameter- Returns:
- Description of the Returned Value
-
paintBackground
Description of the Method- Parameters:
g
- Description of Parameterc
- Description of Parameter- Returns:
- Description of the Returned Value
-
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
Gets the ComboBoxPreferredSize attribute of the SkinPersonality object- Parameters:
c
- Description of Parameter- Returns:
- The ComboBoxPreferredSize value
-
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
-