Interface Skin

All Known Implementing Classes:
AbstractSkin, CompoundSkin, GtkSkin, KdeSkin

public interface Skin
Skin Entry Class.
Version:
$Revision: 1.1 $, $Date: 2003/08/01 20:09:07 $
Author:
$Author: l2fprod $
  • Method Details

    • getPersonality

      SkinPersonality getPersonality()
      Gets the Personality attribute of the Skin object
      Returns:
      The Personality value
    • getButton

      SkinButton getButton()
      Gets the Button attribute of the Skin object
      Returns:
      The Button value
    • getFrame

      SkinFrame getFrame()
      Gets the Frame attribute of the Skin object
      Returns:
      The Frame value
    • getTab

      SkinTab getTab()
      Gets the Tab attribute of the Skin object
      Returns:
      The Tab value
    • getProgress

      SkinProgress getProgress()
      Gets the Progress attribute of the Skin object
      Returns:
      The Progress value
    • getColors

      String[] getColors()
      Gets the Colors attribute of the Skin object
      Returns:
      The Colors value
    • getScrollbar

      SkinScrollbar getScrollbar()
      Gets the Scrollbar attribute of the Skin object
      Returns:
      The Scrollbar value
    • getSplitPane

      SkinSplitPane getSplitPane()
      Gets the SplitPane attribute of the Skin object
      Returns:
      The SplitPane value
    • getSlider

      SkinSlider getSlider()
      Gets the Slider attribute of the Skin object
      Returns:
      The Slider value
    • getSeparator

      SkinSeparator getSeparator()
      Gets the Separator attribute of the Skin object
      Returns:
      The Separator value
    • unload

      void unload()
      Description of the Method
    • getResource

      Object getResource(Object key)
      Gets the Resource attribute of the Skin object
      Parameters:
      key - Description of Parameter
      Returns:
      The Resource value
    • initComponentDefaults

      void initComponentDefaults(UIDefaults table)