Package com.l2fprod.gui.plaf.skin
Class Window.FrameWindow
java.lang.Object
com.l2fprod.gui.plaf.skin.Window.FrameWindow
- All Implemented Interfaces:
Window
- Enclosing interface:
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidAdds a feature to the PropertyChangeListener attribute of the SkinWindowWindow objectvoiddispatchEvent(AWTEvent event) Description of the MethodGets the Container attribute of the SkinWindowWindow objectGets the FrameIcon attribute of the SkinWindowWindow objectgetTitle()Gets the Title attribute of the SkinWindowWindow objectbooleanGets the Closable attribute of the SkinWindowWindow objectbooleanisIcon()Gets the Icon attribute of the SkinWindowWindow objectbooleanGets the Iconifiable attribute of the SkinWindowWindow objectbooleanGets the Maximizable attribute of the SkinWindowWindow objectbooleanGets the Maximum attribute of the SkinWindowWindow objectbooleanGets the Resizable attribute of the SkinWindowWindow objectbooleanGets the Selected attribute of the SkinWindowWindow objectbooleanisShaded()Gets the Shaded attribute of the SkinWindowWindow objectvoidRemoves a feature to the PropertyChangeListener attribute of the SkinWindowWindow objectvoidsetClosed(boolean b) Sets the Closed attribute of the SkinWindowWindow objectvoidvoidsetIcon(boolean b) Sets the Icon attribute of the SkinWindowWindow objectvoidsetMaximum(boolean b) Sets the Maximum attribute of the SkinWindowWindow objectvoidsetSelected(boolean b) Sets the Selected attribute of the SkinWindowWindow objectvoidsetShaded(boolean b) Sets the Shaded attribute of the SkinWindowWindow objecttoString()
-
Constructor Details
-
FrameWindow
public FrameWindow()Constructor for the SkinWindowWindow object
-
-
Method Details
-
setFrame
-
setSelected
public void setSelected(boolean b) Sets the Selected attribute of the SkinWindowWindow object- Specified by:
setSelectedin interfaceWindow- Parameters:
b- The new Selected value
-
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:
setMaximumin 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
Gets the Container attribute of the SkinWindowWindow object- Specified by:
getContainerin interfaceWindow- Returns:
- The Container value
-
isSelected
public boolean isSelected()Gets the Selected attribute of the SkinWindowWindow object- Specified by:
isSelectedin 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:
isMaximizablein 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:
isIconifiablein interfaceWindow- Returns:
- The Iconifiable value
-
isClosable
public boolean isClosable()Gets the Closable attribute of the SkinWindowWindow object- Specified by:
isClosablein interfaceWindow- Returns:
- The Closable value
-
isResizable
public boolean isResizable()Gets the Resizable attribute of the SkinWindowWindow object- Specified by:
isResizablein interfaceWindow- Returns:
- The Resizable value
-
getTitle
Gets the Title attribute of the SkinWindowWindow object -
getFrameIcon
Gets the FrameIcon attribute of the SkinWindowWindow object- Specified by:
getFrameIconin interfaceWindow- Returns:
- The FrameIcon value
-
addPropertyChangeListener
Adds a feature to the PropertyChangeListener attribute of the SkinWindowWindow object- Specified by:
addPropertyChangeListenerin interfaceWindow- Parameters:
listener- The feature to be added to the PropertyChangeListener attribute
-
removePropertyChangeListener
Removes a feature to the PropertyChangeListener attribute of the SkinWindowWindow object- Specified by:
removePropertyChangeListenerin interfaceWindow- Parameters:
listener- The feature to be added to the PropertyChangeListener attribute
-
dispatchEvent
Description of the Method- Specified by:
dispatchEventin interfaceWindow- Parameters:
event- Description of Parameter
-
toString
-