Class SkinWindowButton

All Implemented Interfaces:
ImageObserver, ItemSelectable, MenuContainer, Serializable, Accessible, SwingConstants

public final class SkinWindowButton extends JButton
Version:
$Revision: 1.4 $, $Date: 2004/07/18 19:20:16 $
Author:
$Author: l2fprod $
See Also:
  • Constructor Details

    • SkinWindowButton

      public SkinWindowButton(int align, int action)
      Constructor for the SkinWindowButton object
      Parameters:
      align - Description of Parameter
      action - Description of Parameter
    • SkinWindowButton

      public SkinWindowButton(int xcoord, int ycoord, int align, int action)
      Constructor for the SkinWindowButton object
      Parameters:
      xcoord - Description of Parameter
      ycoord - Description of Parameter
      align - Description of Parameter
      action - Description of Parameter
  • Method Details

    • isFocusTraversable

      public boolean isFocusTraversable()
      Overrides:
      isFocusTraversable in class Component
    • requestFocus

      public void requestFocus()
      Overrides:
      requestFocus in class JComponent
    • getUIClassID

      public String getUIClassID()
      Gets the UIClassID attribute of the SkinWindowButton object
      Overrides:
      getUIClassID in class JButton
      Returns:
      The UIClassID value
    • getXCoord

      public int getXCoord()
      Gets the XCoord attribute of the SkinWindowButton object
      Returns:
      The XCoord value
    • getYCoord

      public int getYCoord()
      Gets the YCoord attribute of the SkinWindowButton object
      Returns:
      The YCoord value
    • getAlign

      public int getAlign()
      Gets the Align attribute of the SkinWindowButton object
      Returns:
      The Align value
    • getWindowAction

      public int getWindowAction()
      Gets the WindowAction attribute of the SkinWindowButton object
      Returns:
      The WindowAction value