Interface SkinPersonality

All Superinterfaces:
SkinComponent
All Known Implementing Classes:
AbstractSkinPersonality

public interface SkinPersonality extends SkinComponent
Skin Personality.
Version:
$Revision: 1.1 $, $Date: 2003/08/01 19:47:23 $
Author:
$Author: l2fprod $
  • Method Details

    • paintDialog

      boolean paintDialog(Graphics g, Component c)
      Description of the Method
      Parameters:
      g - Description of Parameter
      c - Description of Parameter
      Returns:
      Description of the Returned Value
    • paintFocus

      boolean paintFocus(Graphics g, JComponent c)
      Description of the Method
      Parameters:
      g - Description of Parameter
      c - Description of Parameter
      Returns:
      Description of the Returned Value
    • paintMenu

      boolean paintMenu(Graphics g, JMenu c)
      Description of the Method
      Parameters:
      g - Description of Parameter
      c - Description of Parameter
      Returns:
      Description of the Returned Value
    • paintMenuItem

      boolean paintMenuItem(Graphics g, JMenuItem c)
      Description of the Method
      Parameters:
      g - Description of Parameter
      c - Description of Parameter
      Returns:
      Description of the Returned Value
    • paintBackground

      boolean paintBackground(Graphics g, Component c)
      Description of the Method
      Parameters:
      g - Description of Parameter
      c - 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 Parameter
      c - Description of Parameter
      bounds - Description of Parameter
      hasFocus - 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

      Dimension getComboBoxPreferredSize(JComboBox c)
      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