Package com.l2fprod.gui.plaf.skin.impl
Class AbstractSkinPersonality
java.lang.Object
com.l2fprod.gui.plaf.skin.impl.AbstractSkinComponent
com.l2fprod.gui.plaf.skin.impl.AbstractSkinPersonality
- All Implemented Interfaces:
SkinComponent
,SkinPersonality
- Version:
- $Revision: 1.1 $, $Date: 2003/08/01 20:05:29 $
- Author:
- $Author: l2fprod $
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDescription of the MethodDescription of the MethodGets the ComboBoxInsets attribute of the AbstractSkinPersonality objectGets the ComboBoxPreferredSize attribute of the AbstractSkinPersonality objectGets the TableHeaderRenderer attribute of the AbstractSkinPersonality objectboolean
Description of the Methodboolean
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 Methodboolean
status()
Description of the Methodvoid
Methods inherited from class com.l2fprod.gui.plaf.skin.impl.AbstractSkinComponent
getSkin
-
Constructor Details
-
AbstractSkinPersonality
public AbstractSkinPersonality()
-
-
Method Details
-
getComboBoxInsets
Gets the ComboBoxInsets attribute of the AbstractSkinPersonality object- Specified by:
getComboBoxInsets
in interfaceSkinPersonality
- Returns:
- The ComboBoxInsets value
-
getComboBoxPreferredSize
Gets the ComboBoxPreferredSize attribute of the AbstractSkinPersonality object- Specified by:
getComboBoxPreferredSize
in interfaceSkinPersonality
- Parameters:
c
- Description of Parameter- Returns:
- The ComboBoxPreferredSize value
-
getTableHeaderRenderer
Gets the TableHeaderRenderer attribute of the AbstractSkinPersonality object- Specified by:
getTableHeaderRenderer
in interfaceSkinPersonality
- Returns:
- The TableHeaderRenderer value
-
status
public boolean status()Description of the Method- Specified by:
status
in interfaceSkinComponent
- Overrides:
status
in classAbstractSkinComponent
- Returns:
- Description of the Returned Value
-
installSkin
Description of the Method- Specified by:
installSkin
in interfaceSkinComponent
- Overrides:
installSkin
in classAbstractSkinComponent
- Parameters:
c
- Description of Parameter- Returns:
- Description of the Returned Value
-
uninstallSkin
- Specified by:
uninstallSkin
in interfaceSkinComponent
- Overrides:
uninstallSkin
in classAbstractSkinComponent
-
paintDialog
Description of the Method- Specified by:
paintDialog
in interfaceSkinPersonality
- Parameters:
g
- Description of Parameterc
- Description of Parameter- Returns:
- Description of the Returned Value
-
paintFocus
Description of the Method- Specified by:
paintFocus
in interfaceSkinPersonality
- Parameters:
g
- Description of Parameterc
- Description of Parameter- Returns:
- Description of the Returned Value
-
paintMenu
Description of the Method- Specified by:
paintMenu
in interfaceSkinPersonality
- Parameters:
g
- Description of Parameterc
- Description of Parameter- Returns:
- Description of the Returned Value
-
paintMenuItem
Description of the Method- Specified by:
paintMenuItem
in interfaceSkinPersonality
- Parameters:
g
- Description of Parameterc
- Description of Parameter- Returns:
- Description of the Returned Value
-
paintBackground
Description of the Method- Specified by:
paintBackground
in interfaceSkinPersonality
- Parameters:
g
- Description of Parameterc
- Description of Parameter- Returns:
- Description of the Returned Value
-
paintComboBox
public boolean paintComboBox(Graphics g, JComboBox c, Rectangle bounds, boolean hasFocus, boolean isRollover) Description of the Method- Specified by:
paintComboBox
in interfaceSkinPersonality
- Parameters:
g
- Description of Parameterc
- Description of Parameterbounds
- Description of ParameterhasFocus
- Description of Parameter- Returns:
- Description of the Returned Value
-
createTableHeaderRenderer
Description of the Method- Specified by:
createTableHeaderRenderer
in interfaceSkinPersonality
- Returns:
- Description of the Returned Value
-
createListCellRenderer
Description of the Method- Specified by:
createListCellRenderer
in interfaceSkinPersonality
- Returns:
- Description of the Returned Value
-