com.l2fprod.gui.plaf.skin
Class Window.FrameWindow

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

public static class Window.FrameWindow
extends java.lang.Object
implements Window


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.l2fprod.gui.plaf.skin.Window
Window.FrameWindow, Window.InternalFrameWindow
 
Field Summary
 
Fields inherited from interface com.l2fprod.gui.plaf.skin.Window
IS_SHADED_PROPERTY, SHADE_BOUNDS_PROPERTY
 
Constructor Summary
Window.FrameWindow()
          Constructor for the SkinWindowWindow object
 
Method Summary
 void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
          Adds a feature to the PropertyChangeListener attribute of the SkinWindowWindow object
 void dispatchEvent(java.awt.AWTEvent event)
          Description of the Method
 java.awt.Container getContainer()
          Gets the Container attribute of the SkinWindowWindow object
 javax.swing.Icon getFrameIcon()
          Gets the FrameIcon attribute of the SkinWindowWindow object
 java.awt.Window getMainFrame()
           
 java.lang.String getTitle()
          Gets the Title attribute of the SkinWindowWindow object
 boolean isClosable()
          Gets the Closable attribute of the SkinWindowWindow object
 boolean isIcon()
          Gets the Icon attribute of the SkinWindowWindow object
 boolean isIconifiable()
          Gets the Iconifiable attribute of the SkinWindowWindow object
 boolean isMaximizable()
          Gets the Maximizable attribute of the SkinWindowWindow object
 boolean isMaximum()
          Gets the Maximum attribute of the SkinWindowWindow object
 boolean isResizable()
          Gets the Resizable attribute of the SkinWindowWindow object
 boolean isSelected()
          Gets the Selected attribute of the SkinWindowWindow object
 boolean isShaded()
          Gets the Shaded attribute of the SkinWindowWindow object
 void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
          Removes a feature to the PropertyChangeListener attribute of the SkinWindowWindow object
 void setClosed(boolean b)
          Sets the Closed attribute of the SkinWindowWindow object
 void setFrame(java.awt.Window argWin)
           
 void setIcon(boolean b)
          Sets the Icon attribute of the SkinWindowWindow object
 void setMaximum(boolean b)
          Sets the Maximum attribute of the SkinWindowWindow object
 void setSelected(boolean b)
          Sets the Selected attribute of the SkinWindowWindow object
 void setShaded(boolean b)
          Sets the Shaded attribute of the SkinWindowWindow object
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Window.FrameWindow

public Window.FrameWindow()
Constructor for the SkinWindowWindow object

Method Detail

setFrame

public void setFrame(java.awt.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 java.awt.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 java.awt.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 java.lang.String getTitle()
Gets the Title attribute of the SkinWindowWindow object

Specified by:
getTitle in interface Window
Returns:
The Title value

getFrameIcon

public javax.swing.Icon getFrameIcon()
Gets the FrameIcon attribute of the SkinWindowWindow object

Specified by:
getFrameIcon in interface Window
Returns:
The FrameIcon value

addPropertyChangeListener

public void addPropertyChangeListener(java.beans.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(java.beans.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(java.awt.AWTEvent event)
Description of the Method

Specified by:
dispatchEvent in interface Window
Parameters:
event - Description of Parameter

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object