Package com.l2fprod.gui.plaf.skin
Class Window.InternalFrameWindow
- java.lang.Object
-
- com.l2fprod.gui.plaf.skin.Window.InternalFrameWindow
-
-
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 InternalFrameWindow(javax.swing.JInternalFrame frame)Constructor for the InternalFrameWindow object
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddPropertyChangeListener(java.beans.PropertyChangeListener listener)Adds a feature to the PropertyChangeListener attribute of the InternalFrameWindow objectvoiddispatchEvent(java.awt.AWTEvent event)Description of the Methodjava.awt.ContainergetContainer()Gets the Container attribute of the InternalFrameWindow objectjavax.swing.IcongetFrameIcon()Gets the FrameIcon attribute of the InternalFrameWindow objectjava.lang.StringgetTitle()Gets the Title attribute of the InternalFrameWindow objectbooleanisClosable()Gets the Closable attribute of the InternalFrameWindow objectbooleanisIcon()Gets the Icon attribute of the InternalFrameWindow objectbooleanisIconifiable()Gets the Iconifiable attribute of the InternalFrameWindow objectbooleanisMaximizable()Gets the Maximizable attribute of the InternalFrameWindow objectbooleanisMaximum()Gets the Maximum attribute of the InternalFrameWindow objectbooleanisResizable()Gets the Resizable attribute of the InternalFrameWindow objectbooleanisSelected()Gets the Selected attribute of the InternalFrameWindow objectbooleanisShaded()Gets the Shaded attribute of the InternalFrameWindow objectvoidremovePropertyChangeListener(java.beans.PropertyChangeListener listener)Adds 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 objectjava.lang.StringtoString()
-
-
-
Method Detail
-
setSelected
public void setSelected(boolean b) throws java.beans.PropertyVetoExceptionSets the Selected attribute of the InternalFrameWindow object- Specified by:
setSelectedin interfaceWindow- Parameters:
b- The new Selected value- Throws:
java.beans.PropertyVetoException- Description of Exception
-
setIcon
public void setIcon(boolean b) throws java.beans.PropertyVetoExceptionSets the Icon attribute of the InternalFrameWindow object
-
setMaximum
public void setMaximum(boolean b) throws java.beans.PropertyVetoExceptionSets the Maximum attribute of the InternalFrameWindow object- Specified by:
setMaximumin interfaceWindow- Parameters:
b- The new Maximum value- Throws:
java.beans.PropertyVetoException- Description of Exception
-
setShaded
public void setShaded(boolean b)
Sets the Shaded attribute of the InternalFrameWindow object
-
setClosed
public void setClosed(boolean b) throws java.beans.PropertyVetoExceptionSets the Closed attribute of the InternalFrameWindow object
-
getContainer
public java.awt.Container 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
public boolean isIcon()
Gets the Icon attribute of the InternalFrameWindow object
-
isMaximum
public boolean isMaximum()
Gets the Maximum attribute of the InternalFrameWindow object
-
isShaded
public boolean isShaded()
Gets the Shaded attribute of the InternalFrameWindow object
-
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
public java.lang.String getTitle()
Gets the Title attribute of the InternalFrameWindow object
-
getFrameIcon
public javax.swing.Icon getFrameIcon()
Gets the FrameIcon attribute of the InternalFrameWindow object- Specified by:
getFrameIconin interfaceWindow- Returns:
- The FrameIcon value
-
addPropertyChangeListener
public void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
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
public void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
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
public void dispatchEvent(java.awt.AWTEvent event)
Description of the Method- Specified by:
dispatchEventin interfaceWindow- Parameters:
event- Description of Parameter
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-