| |
|
| java.lang.Object net.sourceforge.squirrel_sql.fw.gui.WindowState
All known Subclasses: net.sourceforge.squirrel_sql.client.gui.mainframe.MainFrameWindowState,
Inner Class :public interface IPropertyNames | |
WindowState | public WindowState()(Code) | | Default ctor.
|
WindowState | public WindowState(Window window)(Code) | | Ctor storing the state of the passed Window .
Parameters: window - Window to store the state of. |
WindowState | public WindowState(JInternalFrame internalFrame)(Code) | | Ctor storing the state of the passed JInternalFrame .
Parameters: internalFrame - JInternalFrame to store the state of. |
WindowState | public WindowState(Frame frame)(Code) | | Ctor storing the state of the passed Frame .
Parameters: frame - frame to store the state of. |
aboutToBeWritten | public void aboutToBeWritten()(Code) | | This bean is about to be written out to XML so load its values from its
window.
|
copyFrom | public void copyFrom(WindowState obj)(Code) | | Set this objects state to that of the passed object. Think of this as
being like an assignment operator
Parameters: obj - Object to copy state from throws: IllegalArgumentException - Thrown if null WindowState passed. |
getFrameExtendedState | public int getFrameExtendedState()(Code) | | |
isVisible | public boolean isVisible()(Code) | | |
setFrameExtendedState | public void setFrameExtendedState(int value)(Code) | | |
setVisible | public void setVisible(boolean value)(Code) | | |
|
|
|