Window.FrameWindow, Window.InternalFrameWindow
IS_SHADED_PROPERTY, SHADE_BOUNDS_PROPERTY
Constructor | Description |
---|---|
FrameWindow() |
Constructor for the SkinWindowWindow object
|
Modifier and Type | Method | Description |
---|---|---|
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() |
public void setFrame(java.awt.Window argWin)
public void setSelected(boolean b)
setSelected
in interface Window
b
- The new Selected valuepublic java.awt.Window getMainFrame()
public void setIcon(boolean b)
public void setMaximum(boolean b)
setMaximum
in interface Window
b
- The new Maximum valuepublic void setShaded(boolean b)
public void setClosed(boolean b)
public java.awt.Container getContainer()
getContainer
in interface Window
public boolean isSelected()
isSelected
in interface Window
public boolean isIcon()
public boolean isMaximum()
public boolean isMaximizable()
isMaximizable
in interface Window
public boolean isShaded()
public boolean isIconifiable()
isIconifiable
in interface Window
public boolean isClosable()
isClosable
in interface Window
public boolean isResizable()
isResizable
in interface Window
public java.lang.String getTitle()
public javax.swing.Icon getFrameIcon()
getFrameIcon
in interface Window
public void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
addPropertyChangeListener
in interface Window
listener
- The feature to be added to the
PropertyChangeListener attributepublic void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
removePropertyChangeListener
in interface Window
listener
- The feature to be added to the
PropertyChangeListener attributepublic void dispatchEvent(java.awt.AWTEvent event)
dispatchEvent
in interface Window
event
- Description of Parameterpublic java.lang.String toString()
toString
in class java.lang.Object