|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.idv.ui.WindowInfo
public class WindowInfo
Holds information about an IdvWindow so we can persist it.
| Constructor Summary | |
|---|---|
WindowInfo()
Ctor |
|
WindowInfo(IdvWindow window)
Create me and instantiate my state form the given window |
|
| Method Summary | |
|---|---|
Rectangle |
getBounds()
Get the window bounds |
boolean |
getIsAMainWindow()
Get the IsAMainWindow property. |
Hashtable |
getPersistentComponents()
Get the PersistentComponents property. |
String |
getSkinPath()
Get the path to the xml skin |
String |
getTitle()
Get the Title property. |
List |
getViewManagers()
Get the list of view managers in the window |
void |
setBounds(Rectangle b)
Set the window bounds |
void |
setIsAMainWindow(boolean value)
Set the IsAMainWindow property. |
void |
setPersistentComponents(Hashtable value)
Set the PersistentComponents property. |
void |
setSkinPath(String b)
Set the path to the xml skin |
void |
setTitle(String value)
Set the Title property. |
void |
setViewManagers(List vms)
Set the list of view managers in the window |
String |
toString()
to string |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public WindowInfo()
public WindowInfo(IdvWindow window)
window - The window to get state from| Method Detail |
|---|
public String toString()
toString in class Objectpublic List getViewManagers()
public void setViewManagers(List vms)
vms - The view managerspublic Rectangle getBounds()
public void setBounds(Rectangle b)
b - The window boundspublic String getSkinPath()
public void setSkinPath(String b)
b - Xml skin pathpublic void setIsAMainWindow(boolean value)
value - The new value for IsAMainWindowpublic boolean getIsAMainWindow()
public void setTitle(String value)
value - The new value for Titlepublic String getTitle()
public void setPersistentComponents(Hashtable value)
value - The new value for PersistentComponentspublic Hashtable getPersistentComponents()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||