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 objectbooleanDescription of the MethodbooleanpaintBackground(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 Methodbooleanstatus()Description of the MethodvoidMethods 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:
getComboBoxInsetsin interfaceSkinPersonality- Returns:
- The ComboBoxInsets value
-
getComboBoxPreferredSize
Gets the ComboBoxPreferredSize attribute of the AbstractSkinPersonality object- Specified by:
getComboBoxPreferredSizein interfaceSkinPersonality- Parameters:
c- Description of Parameter- Returns:
- The ComboBoxPreferredSize value
-
getTableHeaderRenderer
Gets the TableHeaderRenderer attribute of the AbstractSkinPersonality object- Specified by:
getTableHeaderRendererin interfaceSkinPersonality- Returns:
- The TableHeaderRenderer value
-
status
public boolean status()Description of the Method- Specified by:
statusin interfaceSkinComponent- Overrides:
statusin classAbstractSkinComponent- Returns:
- Description of the Returned Value
-
installSkin
Description of the Method- Specified by:
installSkinin interfaceSkinComponent- Overrides:
installSkinin classAbstractSkinComponent- Parameters:
c- Description of Parameter- Returns:
- Description of the Returned Value
-
uninstallSkin
- Specified by:
uninstallSkinin interfaceSkinComponent- Overrides:
uninstallSkinin classAbstractSkinComponent
-
paintDialog
Description of the Method- Specified by:
paintDialogin interfaceSkinPersonality- Parameters:
g- Description of Parameterc- Description of Parameter- Returns:
- Description of the Returned Value
-
paintFocus
Description of the Method- Specified by:
paintFocusin interfaceSkinPersonality- Parameters:
g- Description of Parameterc- Description of Parameter- Returns:
- Description of the Returned Value
-
paintMenu
Description of the Method- Specified by:
paintMenuin interfaceSkinPersonality- Parameters:
g- Description of Parameterc- Description of Parameter- Returns:
- Description of the Returned Value
-
paintMenuItem
Description of the Method- Specified by:
paintMenuItemin interfaceSkinPersonality- Parameters:
g- Description of Parameterc- Description of Parameter- Returns:
- Description of the Returned Value
-
paintBackground
Description of the Method- Specified by:
paintBackgroundin 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:
paintComboBoxin 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:
createTableHeaderRendererin interfaceSkinPersonality- Returns:
- Description of the Returned Value
-
createListCellRenderer
Description of the Method- Specified by:
createListCellRendererin interfaceSkinPersonality- Returns:
- Description of the Returned Value
-