Class Window.FrameWindow

java.lang.Object
com.l2fprod.gui.plaf.skin.Window.FrameWindow
All Implemented Interfaces:
Window
Enclosing interface:
Window

public static class Window.FrameWindow extends Object implements Window
  • Constructor Details

    • FrameWindow

      public FrameWindow()
      Constructor for the SkinWindowWindow object
  • Method Details

    • setFrame

      public void setFrame(Window argWin)
    • setSelected

      public void setSelected(boolean b)
      Sets the Selected attribute of the SkinWindowWindow object
      Specified by:
      setSelected in interface Window
      Parameters:
      b - The new Selected value
    • getMainFrame

      public Window getMainFrame()
    • setIcon

      public void setIcon(boolean b)
      Sets the Icon attribute of the SkinWindowWindow object
      Specified by:
      setIcon in interface Window
      Parameters:
      b - The new Icon value
    • setMaximum

      public void setMaximum(boolean b)
      Sets the Maximum attribute of the SkinWindowWindow object
      Specified by:
      setMaximum in interface Window
      Parameters:
      b - The new Maximum value
    • setShaded

      public void setShaded(boolean b)
      Sets the Shaded attribute of the SkinWindowWindow object
      Specified by:
      setShaded in interface Window
      Parameters:
      b - The new Shaded value
    • setClosed

      public void setClosed(boolean b)
      Sets the Closed attribute of the SkinWindowWindow object
      Specified by:
      setClosed in interface Window
      Parameters:
      b - The new Closed value
    • getContainer

      public Container getContainer()
      Gets the Container attribute of the SkinWindowWindow object
      Specified by:
      getContainer in interface Window
      Returns:
      The Container value
    • isSelected

      public boolean isSelected()
      Gets the Selected attribute of the SkinWindowWindow object
      Specified by:
      isSelected in interface Window
      Returns:
      The Selected value
    • isIcon

      public boolean isIcon()
      Gets the Icon attribute of the SkinWindowWindow object
      Specified by:
      isIcon in interface Window
      Returns:
      The Icon value
    • isMaximum

      public boolean isMaximum()
      Gets the Maximum attribute of the SkinWindowWindow object
      Specified by:
      isMaximum in interface Window
      Returns:
      The Maximum value
    • isMaximizable

      public boolean isMaximizable()
      Gets the Maximizable attribute of the SkinWindowWindow object
      Specified by:
      isMaximizable in interface Window
      Returns:
      The Maximizable value
    • isShaded

      public boolean isShaded()
      Gets the Shaded attribute of the SkinWindowWindow object
      Specified by:
      isShaded in interface Window
      Returns:
      The Shaded value
    • isIconifiable

      public boolean isIconifiable()
      Gets the Iconifiable attribute of the SkinWindowWindow object
      Specified by:
      isIconifiable in interface Window
      Returns:
      The Iconifiable value
    • isClosable

      public boolean isClosable()
      Gets the Closable attribute of the SkinWindowWindow object
      Specified by:
      isClosable in interface Window
      Returns:
      The Closable value
    • isResizable

      public boolean isResizable()
      Gets the Resizable attribute of the SkinWindowWindow object
      Specified by:
      isResizable in interface Window
      Returns:
      The Resizable value
    • getTitle

      public String getTitle()
      Gets the Title attribute of the SkinWindowWindow object
      Specified by:
      getTitle in interface Window
      Returns:
      The Title value
    • getFrameIcon

      public Icon getFrameIcon()
      Gets the FrameIcon attribute of the SkinWindowWindow object
      Specified by:
      getFrameIcon in interface Window
      Returns:
      The FrameIcon value
    • addPropertyChangeListener

      public void addPropertyChangeListener(PropertyChangeListener listener)
      Adds a feature to the PropertyChangeListener attribute of the SkinWindowWindow object
      Specified by:
      addPropertyChangeListener in interface Window
      Parameters:
      listener - The feature to be added to the PropertyChangeListener attribute
    • removePropertyChangeListener

      public void removePropertyChangeListener(PropertyChangeListener listener)
      Removes a feature to the PropertyChangeListener attribute of the SkinWindowWindow object
      Specified by:
      removePropertyChangeListener in interface Window
      Parameters:
      listener - The feature to be added to the PropertyChangeListener attribute
    • dispatchEvent

      public void dispatchEvent(AWTEvent event)
      Description of the Method
      Specified by:
      dispatchEvent in interface Window
      Parameters:
      event - Description of Parameter
    • toString

      public String toString()
      Overrides:
      toString in class Object