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 Details

    • AbstractSkinPersonality

      public AbstractSkinPersonality()
  • Method Details

    • getComboBoxInsets

      public Insets getComboBoxInsets()
      Gets the ComboBoxInsets attribute of the AbstractSkinPersonality object
      Specified by:
      getComboBoxInsets in interface SkinPersonality
      Returns:
      The ComboBoxInsets value
    • getComboBoxPreferredSize

      public Dimension getComboBoxPreferredSize(JComboBox c)
      Gets the ComboBoxPreferredSize attribute of the AbstractSkinPersonality object
      Specified by:
      getComboBoxPreferredSize in interface SkinPersonality
      Parameters:
      c - Description of Parameter
      Returns:
      The ComboBoxPreferredSize value
    • getTableHeaderRenderer

      public TableCellRenderer getTableHeaderRenderer()
      Gets the TableHeaderRenderer attribute of the AbstractSkinPersonality object
      Specified by:
      getTableHeaderRenderer in interface SkinPersonality
      Returns:
      The TableHeaderRenderer value
    • status

      public boolean status()
      Description of the Method
      Specified by:
      status in interface SkinComponent
      Overrides:
      status in class AbstractSkinComponent
      Returns:
      Description of the Returned Value
    • installSkin

      public boolean installSkin(JComponent c)
      Description of the Method
      Specified by:
      installSkin in interface SkinComponent
      Overrides:
      installSkin in class AbstractSkinComponent
      Parameters:
      c - Description of Parameter
      Returns:
      Description of the Returned Value
    • uninstallSkin

      public void uninstallSkin(JComponent c)
      Specified by:
      uninstallSkin in interface SkinComponent
      Overrides:
      uninstallSkin in class AbstractSkinComponent
    • paintDialog

      public boolean paintDialog(Graphics g, Component c)
      Description of the Method
      Specified by:
      paintDialog in interface SkinPersonality
      Parameters:
      g - Description of Parameter
      c - Description of Parameter
      Returns:
      Description of the Returned Value
    • paintFocus

      public boolean paintFocus(Graphics g, JComponent c)
      Description of the Method
      Specified by:
      paintFocus in interface SkinPersonality
      Parameters:
      g - Description of Parameter
      c - Description of Parameter
      Returns:
      Description of the Returned Value
    • paintMenu

      public boolean paintMenu(Graphics g, JMenu c)
      Description of the Method
      Specified by:
      paintMenu in interface SkinPersonality
      Parameters:
      g - Description of Parameter
      c - Description of Parameter
      Returns:
      Description of the Returned Value
    • paintMenuItem

      public boolean paintMenuItem(Graphics g, JMenuItem c)
      Description of the Method
      Specified by:
      paintMenuItem in interface SkinPersonality
      Parameters:
      g - Description of Parameter
      c - Description of Parameter
      Returns:
      Description of the Returned Value
    • paintBackground

      public boolean paintBackground(Graphics g, Component c)
      Description of the Method
      Specified by:
      paintBackground in interface SkinPersonality
      Parameters:
      g - Description of Parameter
      c - 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 interface SkinPersonality
      Parameters:
      g - Description of Parameter
      c - Description of Parameter
      bounds - Description of Parameter
      hasFocus - Description of Parameter
      Returns:
      Description of the Returned Value
    • createTableHeaderRenderer

      public TableCellRenderer createTableHeaderRenderer()
      Description of the Method
      Specified by:
      createTableHeaderRenderer in interface SkinPersonality
      Returns:
      Description of the Returned Value
    • createListCellRenderer

      public ListCellRenderer createListCellRenderer()
      Description of the Method
      Specified by:
      createListCellRenderer in interface SkinPersonality
      Returns:
      Description of the Returned Value