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
public class AbstractSkinPersonality extends AbstractSkinComponent implements SkinPersonality
- Version:
- $Revision: 1.1 $, $Date: 2003/08/01 20:05:29 $
- Author:
- $Author: l2fprod $
-
-
Constructor Summary
Constructors Constructor Description AbstractSkinPersonality()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.swing.ListCellRenderercreateListCellRenderer()Description of the Methodjavax.swing.table.TableCellRenderercreateTableHeaderRenderer()Description of the Methodjava.awt.InsetsgetComboBoxInsets()Gets the ComboBoxInsets attribute of the AbstractSkinPersonality objectjava.awt.DimensiongetComboBoxPreferredSize(javax.swing.JComboBox c)Gets the ComboBoxPreferredSize attribute of the AbstractSkinPersonality objectjavax.swing.table.TableCellRenderergetTableHeaderRenderer()Gets the TableHeaderRenderer attribute of the AbstractSkinPersonality objectbooleaninstallSkin(javax.swing.JComponent c)Description of the MethodbooleanpaintBackground(java.awt.Graphics g, java.awt.Component c)Description of the MethodbooleanpaintComboBox(java.awt.Graphics g, javax.swing.JComboBox c, java.awt.Rectangle bounds, boolean hasFocus, boolean isRollover)Description of the MethodbooleanpaintDialog(java.awt.Graphics g, java.awt.Component c)Description of the MethodbooleanpaintFocus(java.awt.Graphics g, javax.swing.JComponent c)Description of the MethodbooleanpaintMenu(java.awt.Graphics g, javax.swing.JMenu c)Description of the MethodbooleanpaintMenuItem(java.awt.Graphics g, javax.swing.JMenuItem c)Description of the Methodbooleanstatus()Description of the MethodvoiduninstallSkin(javax.swing.JComponent c)-
Methods inherited from class com.l2fprod.gui.plaf.skin.impl.AbstractSkinComponent
getSkin
-
-
-
-
Method Detail
-
getComboBoxInsets
public java.awt.Insets getComboBoxInsets()
Gets the ComboBoxInsets attribute of the AbstractSkinPersonality object- Specified by:
getComboBoxInsetsin interfaceSkinPersonality- Returns:
- The ComboBoxInsets value
-
getComboBoxPreferredSize
public java.awt.Dimension getComboBoxPreferredSize(javax.swing.JComboBox c)
Gets the ComboBoxPreferredSize attribute of the AbstractSkinPersonality object- Specified by:
getComboBoxPreferredSizein interfaceSkinPersonality- Parameters:
c- Description of Parameter- Returns:
- The ComboBoxPreferredSize value
-
getTableHeaderRenderer
public javax.swing.table.TableCellRenderer 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
public boolean installSkin(javax.swing.JComponent c)
Description of the Method- Specified by:
installSkinin interfaceSkinComponent- Overrides:
installSkinin classAbstractSkinComponent- Parameters:
c- Description of Parameter- Returns:
- Description of the Returned Value
-
uninstallSkin
public void uninstallSkin(javax.swing.JComponent c)
- Specified by:
uninstallSkinin interfaceSkinComponent- Overrides:
uninstallSkinin classAbstractSkinComponent
-
paintDialog
public boolean paintDialog(java.awt.Graphics g, java.awt.Component c)Description of the Method- Specified by:
paintDialogin interfaceSkinPersonality- Parameters:
g- Description of Parameterc- Description of Parameter- Returns:
- Description of the Returned Value
-
paintFocus
public boolean paintFocus(java.awt.Graphics g, javax.swing.JComponent c)Description of the Method- Specified by:
paintFocusin interfaceSkinPersonality- Parameters:
g- Description of Parameterc- Description of Parameter- Returns:
- Description of the Returned Value
-
paintMenu
public boolean paintMenu(java.awt.Graphics g, javax.swing.JMenu c)Description of the Method- Specified by:
paintMenuin interfaceSkinPersonality- Parameters:
g- Description of Parameterc- Description of Parameter- Returns:
- Description of the Returned Value
-
paintMenuItem
public boolean paintMenuItem(java.awt.Graphics g, javax.swing.JMenuItem c)Description of the Method- Specified by:
paintMenuItemin interfaceSkinPersonality- Parameters:
g- Description of Parameterc- Description of Parameter- Returns:
- Description of the Returned Value
-
paintBackground
public boolean paintBackground(java.awt.Graphics g, java.awt.Component c)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(java.awt.Graphics g, javax.swing.JComboBox c, java.awt.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
public javax.swing.table.TableCellRenderer createTableHeaderRenderer()
Description of the Method- Specified by:
createTableHeaderRendererin interfaceSkinPersonality- Returns:
- Description of the Returned Value
-
createListCellRenderer
public javax.swing.ListCellRenderer createListCellRenderer()
Description of the Method- Specified by:
createListCellRendererin interfaceSkinPersonality- Returns:
- Description of the Returned Value
-
-