Class Window.InternalFrameWindow
java.lang.Object
com.l2fprod.gui.plaf.skin.Window.InternalFrameWindow
- All Implemented Interfaces:
Window
- Enclosing interface:
Window
-
Nested Class Summary
Nested classes/interfaces inherited from interface Window
Window.FrameWindow, Window.InternalFrameWindow -
Field Summary
Fields inherited from interface Window
IS_SHADED_PROPERTY, SHADE_BOUNDS_PROPERTY -
Constructor Summary
ConstructorsConstructorDescriptionConstructor for the InternalFrameWindow object -
Method Summary
Modifier and TypeMethodDescriptionvoidAdds a feature to the PropertyChangeListener attribute of the InternalFrameWindow objectvoiddispatchEvent(AWTEvent event) Description of the MethodGets the Container attribute of the InternalFrameWindow objectGets the FrameIcon attribute of the InternalFrameWindow objectgetTitle()Gets the Title attribute of the InternalFrameWindow objectbooleanGets the Closable attribute of the InternalFrameWindow objectbooleanisIcon()Gets the Icon attribute of the InternalFrameWindow objectbooleanGets the Iconifiable attribute of the InternalFrameWindow objectbooleanGets the Maximizable attribute of the InternalFrameWindow objectbooleanGets the Maximum attribute of the InternalFrameWindow objectbooleanGets the Resizable attribute of the InternalFrameWindow objectbooleanGets the Selected attribute of the InternalFrameWindow objectbooleanisShaded()Gets the Shaded attribute of the InternalFrameWindow objectvoidAdds a feature to the PropertyChangeListener attribute of the InternalFrameWindow objectvoidsetClosed(boolean b) Sets the Closed attribute of the InternalFrameWindow objectvoidsetIcon(boolean b) Sets the Icon attribute of the InternalFrameWindow objectvoidsetMaximum(boolean b) Sets the Maximum attribute of the InternalFrameWindow objectvoidsetSelected(boolean b) Sets the Selected attribute of the InternalFrameWindow objectvoidsetShaded(boolean b) Sets the Shaded attribute of the InternalFrameWindow objecttoString()
-
Constructor Details
-
InternalFrameWindow
Constructor for the InternalFrameWindow object- Parameters:
frame- Description of Parameter
-
-
Method Details
-
setSelected
Sets the Selected attribute of the InternalFrameWindow object- Specified by:
setSelectedin interfaceWindow- Parameters:
b- The new Selected value- Throws:
PropertyVetoException- Description of Exception
-
setIcon
Sets the Icon attribute of the InternalFrameWindow object- Specified by:
setIconin interfaceWindow- Parameters:
b- The new Icon value- Throws:
PropertyVetoException- Description of Exception
-
setMaximum
Sets the Maximum attribute of the InternalFrameWindow object- Specified by:
setMaximumin interfaceWindow- Parameters:
b- The new Maximum value- Throws:
PropertyVetoException- Description of Exception
-
setShaded
-
setClosed
Sets the Closed attribute of the InternalFrameWindow object- Specified by:
setClosedin interfaceWindow- Parameters:
b- The new Closed value- Throws:
PropertyVetoException- Description of Exception
-
getContainer
Gets the Container attribute of the InternalFrameWindow object- Specified by:
getContainerin interfaceWindow- Returns:
- The Container value
-
isSelected
public boolean isSelected()Gets the Selected attribute of the InternalFrameWindow object- Specified by:
isSelectedin interfaceWindow- Returns:
- The Selected value
-
isIcon
-
isMaximum
-
isShaded
-
isMaximizable
public boolean isMaximizable()Gets the Maximizable attribute of the InternalFrameWindow object- Specified by:
isMaximizablein interfaceWindow- Returns:
- The Maximizable value
-
isIconifiable
public boolean isIconifiable()Gets the Iconifiable attribute of the InternalFrameWindow object- Specified by:
isIconifiablein interfaceWindow- Returns:
- The Iconifiable value
-
isClosable
public boolean isClosable()Gets the Closable attribute of the InternalFrameWindow object- Specified by:
isClosablein interfaceWindow- Returns:
- The Closable value
-
isResizable
public boolean isResizable()Gets the Resizable attribute of the InternalFrameWindow object- Specified by:
isResizablein interfaceWindow- Returns:
- The Resizable value
-
getTitle
-
getFrameIcon
Gets the FrameIcon attribute of the InternalFrameWindow object- Specified by:
getFrameIconin interfaceWindow- Returns:
- The FrameIcon value
-
addPropertyChangeListener
Adds a feature to the PropertyChangeListener attribute of the InternalFrameWindow object- Specified by:
addPropertyChangeListenerin interfaceWindow- Parameters:
listener- The feature to be added to the PropertyChangeListener attribute
-
removePropertyChangeListener
Adds a feature to the PropertyChangeListener attribute of the InternalFrameWindow 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
-