Window.FrameWindow, Window.InternalFrameWindow
IS_SHADED_PROPERTY, SHADE_BOUNDS_PROPERTY
Constructor and Description |
---|
Window.InternalFrameWindow(javax.swing.JInternalFrame frame)
Constructor for the InternalFrameWindow object
|
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(java.beans.PropertyChangeListener listener)
Adds a feature to the PropertyChangeListener attribute of the
InternalFrameWindow object
|
void |
dispatchEvent(java.awt.AWTEvent event)
Description of the Method
|
java.awt.Container |
getContainer()
Gets the Container attribute of the InternalFrameWindow object
|
javax.swing.Icon |
getFrameIcon()
Gets the FrameIcon attribute of the InternalFrameWindow object
|
java.lang.String |
getTitle()
Gets the Title attribute of the InternalFrameWindow object
|
boolean |
isClosable()
Gets the Closable attribute of the InternalFrameWindow object
|
boolean |
isIcon()
Gets the Icon attribute of the InternalFrameWindow object
|
boolean |
isIconifiable()
Gets the Iconifiable attribute of the InternalFrameWindow
object
|
boolean |
isMaximizable()
Gets the Maximizable attribute of the InternalFrameWindow
object
|
boolean |
isMaximum()
Gets the Maximum attribute of the InternalFrameWindow object
|
boolean |
isResizable()
Gets the Resizable attribute of the InternalFrameWindow object
|
boolean |
isSelected()
Gets the Selected attribute of the InternalFrameWindow object
|
boolean |
isShaded()
Gets the Shaded attribute of the InternalFrameWindow object
|
void |
removePropertyChangeListener(java.beans.PropertyChangeListener listener)
Adds a feature to the PropertyChangeListener attribute of the
InternalFrameWindow object
|
void |
setClosed(boolean b)
Sets the Closed attribute of the InternalFrameWindow object
|
void |
setIcon(boolean b)
Sets the Icon attribute of the InternalFrameWindow object
|
void |
setMaximum(boolean b)
Sets the Maximum attribute of the InternalFrameWindow object
|
void |
setSelected(boolean b)
Sets the Selected attribute of the InternalFrameWindow object
|
void |
setShaded(boolean b)
Sets the Shaded attribute of the InternalFrameWindow object
|
java.lang.String |
toString() |
public Window.InternalFrameWindow(javax.swing.JInternalFrame frame)
frame
- Description of Parameterpublic void setSelected(boolean b) throws java.beans.PropertyVetoException
setSelected
in interface Window
b
- The new Selected valuejava.beans.PropertyVetoException
- Description of Exceptionpublic void setIcon(boolean b) throws java.beans.PropertyVetoException
public void setMaximum(boolean b) throws java.beans.PropertyVetoException
setMaximum
in interface Window
b
- The new Maximum valuejava.beans.PropertyVetoException
- Description of Exceptionpublic void setShaded(boolean b)
public void setClosed(boolean b) throws java.beans.PropertyVetoException
public java.awt.Container getContainer()
getContainer
in interface Window
public boolean isSelected()
isSelected
in interface Window
public boolean isIcon()
public boolean isMaximum()
public boolean isShaded()
public boolean isMaximizable()
isMaximizable
in interface Window
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