Package com.l2fprod.gui.plaf.skin
Class Window.FrameWindow
- java.lang.Object
-
- com.l2fprod.gui.plaf.skin.Window.FrameWindow
-
-
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
Constructors Constructor Description FrameWindow()
Constructor for the SkinWindowWindow object
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addPropertyChangeListener(java.beans.PropertyChangeListener listener)
Adds a feature to the PropertyChangeListener attribute of the SkinWindowWindow objectvoid
dispatchEvent(java.awt.AWTEvent event)
Description of the Methodjava.awt.Container
getContainer()
Gets the Container attribute of the SkinWindowWindow objectjavax.swing.Icon
getFrameIcon()
Gets the FrameIcon attribute of the SkinWindowWindow objectjava.awt.Window
getMainFrame()
java.lang.String
getTitle()
Gets the Title attribute of the SkinWindowWindow objectboolean
isClosable()
Gets the Closable attribute of the SkinWindowWindow objectboolean
isIcon()
Gets the Icon attribute of the SkinWindowWindow objectboolean
isIconifiable()
Gets the Iconifiable attribute of the SkinWindowWindow objectboolean
isMaximizable()
Gets the Maximizable attribute of the SkinWindowWindow objectboolean
isMaximum()
Gets the Maximum attribute of the SkinWindowWindow objectboolean
isResizable()
Gets the Resizable attribute of the SkinWindowWindow objectboolean
isSelected()
Gets the Selected attribute of the SkinWindowWindow objectboolean
isShaded()
Gets the Shaded attribute of the SkinWindowWindow objectvoid
removePropertyChangeListener(java.beans.PropertyChangeListener listener)
Removes a feature to the PropertyChangeListener attribute of the SkinWindowWindow objectvoid
setClosed(boolean b)
Sets the Closed attribute of the SkinWindowWindow objectvoid
setFrame(java.awt.Window argWin)
void
setIcon(boolean b)
Sets the Icon attribute of the SkinWindowWindow objectvoid
setMaximum(boolean b)
Sets the Maximum attribute of the SkinWindowWindow objectvoid
setSelected(boolean b)
Sets the Selected attribute of the SkinWindowWindow objectvoid
setShaded(boolean b)
Sets the Shaded attribute of the SkinWindowWindow objectjava.lang.String
toString()
-
-
-
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 interfaceWindow
- 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
-
setMaximum
public void setMaximum(boolean b)
Sets the Maximum attribute of the SkinWindowWindow object- Specified by:
setMaximum
in interfaceWindow
- Parameters:
b
- The new Maximum value
-
setShaded
public void setShaded(boolean b)
Sets the Shaded attribute of the SkinWindowWindow object
-
setClosed
public void setClosed(boolean b)
Sets the Closed attribute of the SkinWindowWindow object
-
getContainer
public java.awt.Container getContainer()
Gets the Container attribute of the SkinWindowWindow object- Specified by:
getContainer
in interfaceWindow
- Returns:
- The Container value
-
isSelected
public boolean isSelected()
Gets the Selected attribute of the SkinWindowWindow object- Specified by:
isSelected
in interfaceWindow
- Returns:
- The Selected value
-
isIcon
public boolean isIcon()
Gets the Icon attribute of the SkinWindowWindow object
-
isMaximum
public boolean isMaximum()
Gets the Maximum attribute of the SkinWindowWindow object
-
isMaximizable
public boolean isMaximizable()
Gets the Maximizable attribute of the SkinWindowWindow object- Specified by:
isMaximizable
in interfaceWindow
- Returns:
- The Maximizable value
-
isShaded
public boolean isShaded()
Gets the Shaded attribute of the SkinWindowWindow object
-
isIconifiable
public boolean isIconifiable()
Gets the Iconifiable attribute of the SkinWindowWindow object- Specified by:
isIconifiable
in interfaceWindow
- Returns:
- The Iconifiable value
-
isClosable
public boolean isClosable()
Gets the Closable attribute of the SkinWindowWindow object- Specified by:
isClosable
in interfaceWindow
- Returns:
- The Closable value
-
isResizable
public boolean isResizable()
Gets the Resizable attribute of the SkinWindowWindow object- Specified by:
isResizable
in interfaceWindow
- Returns:
- The Resizable value
-
getTitle
public java.lang.String getTitle()
Gets the Title attribute of the SkinWindowWindow object
-
getFrameIcon
public javax.swing.Icon getFrameIcon()
Gets the FrameIcon attribute of the SkinWindowWindow object- Specified by:
getFrameIcon
in interfaceWindow
- 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 interfaceWindow
- 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 interfaceWindow
- 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 interfaceWindow
- Parameters:
event
- Description of Parameter
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-