|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.dse.desktop.ViewRegistry
The ViewRegistry class keeps information about a specific view in the navigation. When a view is opened, an instance of the class is created to describe the view and is added to the ViewRegistryList.
Constructor Summary | |
---|---|
ViewRegistry()
This constructor creates a ViewRegistry object. |
Method Summary | |
---|---|
java.lang.String |
getCurrentState()
Gets the current state of the ViewRegistry's view. |
int |
getNavigationType()
Gets the navigation type of the ViewRegistry's view. |
java.lang.String |
getNextView()
Gets the nextView of the ViewRegistry's view. |
javax.swing.JInternalFrame |
getOwner()
Gets the Container of the ViewRegistry's view. |
java.lang.String |
getParentView()
Gets the parent view of the ViewRegistry's view. |
java.lang.String |
getPreviousView()
Gets the previous view of the ViewRegistry's view. |
boolean |
getSubview()
Gets the boolean that describes whether the ViewRegistry's view is a subview. |
boolean |
getUnchain()
Gets the boolean that describes whether the ViewRegistry's view is unchained from the context. |
CoordinatedPanel |
getView()
Gets the JPanel of the ViewRegistry's view. |
int |
getXpos()
Gets the X position of the ViewRegistry's view. |
int |
getYpos()
Gets the Y position of the ViewRegistry's view. |
void |
setCurrentState(java.lang.Object o)
Sets the current state of the ViewRegistry's view. |
void |
setNavigationType(int i)
Sets the navigation type related to the ViewRegistry's view. |
void |
setNextView(java.lang.Object o)
Sets the next view associated with the ViewRegistry's view. |
void |
setOwner(java.lang.Object o)
Sets the owner of the ViewRegistry's view. |
void |
setParentView(java.lang.Object newValue)
Sets the parent view associated with the ViewRegistry's view. |
void |
setPreviousView(java.lang.Object o)
Sets the previous view associated with the ViewRegistry's view. |
void |
setSubview(boolean newSubview)
Sets whether the ViewRegistry's view is a subview. |
void |
setUnchain(boolean b)
Sets whether the ViewRegistry's view is unchained from the context. |
void |
setView(java.lang.Object o)
Sets the view that the ViewRegistry defines. |
void |
setXpos(int f)
Sets the X position associated with the ViewRegistry's view. |
void |
setYpos(int f)
Sets the Y position associated with the ViewRegistry's view. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ViewRegistry()
Method Detail |
public java.lang.String getCurrentState()
public int getNavigationType()
public java.lang.String getNextView()
public javax.swing.JInternalFrame getOwner()
public java.lang.String getParentView()
public java.lang.String getPreviousView()
public boolean getSubview()
public boolean getUnchain()
public CoordinatedPanel getView()
public int getXpos()
public int getYpos()
public void setCurrentState(java.lang.Object o)
o
- java.lang.Objectpublic void setNavigationType(int i)
public void setNextView(java.lang.Object o)
public void setOwner(java.lang.Object o)
o
- java.lang.Objectpublic void setParentView(java.lang.Object newValue)
newValue
- Objectpublic void setPreviousView(java.lang.Object o)
public void setSubview(boolean newSubview)
newSubview
- booleanpublic void setUnchain(boolean b)
public void setView(java.lang.Object o)
o
- java.lang.Objectpublic void setXpos(int f)
public void setYpos(int f)
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |