Class AbstractSkinFrame

java.lang.Object
com.l2fprod.gui.plaf.skin.impl.AbstractSkinComponent
com.l2fprod.gui.plaf.skin.impl.AbstractSkinFrame
All Implemented Interfaces:
SkinComponent, SkinFrame

public class AbstractSkinFrame extends AbstractSkinComponent implements SkinFrame
Version:
$Revision: 1.2 $, $Date: 2004/07/18 16:58:31 $
Author:
$Author: l2fprod $
  • Constructor Details

    • AbstractSkinFrame

      public AbstractSkinFrame()
  • Method Details

    • getWindowButtons

      public SkinWindowButton[] getWindowButtons(int align)
      Gets the WindowButtons attribute of the AbstractSkinFrame object
      Specified by:
      getWindowButtons in interface SkinFrame
      Parameters:
      align - Description of Parameter
      Returns:
      The WindowButtons value
    • getTopPreferredSize

      public Dimension getTopPreferredSize()
      Gets the TopPreferredSize attribute of the AbstractSkinFrame object
      Specified by:
      getTopPreferredSize in interface SkinFrame
      Returns:
      The TopPreferredSize 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
    • paintTop

      public boolean paintTop(Graphics g, Component c, boolean isSelected, String title)
      Description of the Method
      Specified by:
      paintTop in interface SkinFrame
      Parameters:
      g - Description of Parameter
      c - Description of Parameter
      isSelected - Description of Parameter
      title - Description of Parameter
      Returns:
      Description of the Returned Value