|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.dse.desktop.ViewRegistry
The ViewRegistry class enables you to keep information about a specific navigation. When a new view is opened this class is created and a is added to the ViewRegistryList.
Constructor Summary | |
ViewRegistry()
This constructor creates a ViewRegistry object. |
Method Summary | |
java.lang.String |
getCurrentState()
Gets the current state related to the view described by the ViewRegistry. |
int |
getNavigationType()
Gets the navigation type of the view described by the ViewRegistry. |
java.lang.String |
getNextView()
Gets the viewId of the nextView described by the ViewRegistry. |
javax.swing.JInternalFrame |
getOwner()
Gets the Container of the view described by the ViewRegistry. |
java.lang.String |
getParentView()
Gets the parent view of the view described by the ViewRegistry. |
java.lang.String |
getPreviousView()
Gets the previous view of the view described by the ViewRegistry. |
boolean |
getUnchain()
Gets the boolean that describes the way of unchain of the view described by the ViewRegistry. |
CoordinatedPanel |
getView()
Gets the JPanel of the view described by the ViewRegistry. |
int |
getXpos()
Gets the x position of the view described by the ViewRegistry. |
int |
getYpos()
Gets the y position of the view described by the ViewRegistry. |
void |
setCurrentState(java.lang.Object o)
Sets the current state of the view described by the ViewRegistry. |
void |
setNavigationType(int i)
Sets the navigation type related to the view described by the ViewRegistry. |
void |
setNextView(java.lang.Object o)
Sets the next view associated to the view described by the ViewRegistry. |
void |
setOwner(java.lang.Object o)
Sets the owner of the view described by the ViewRegistry. |
void |
setParentView(java.lang.Object newValue)
Sets the parent view associated to the view described by the ViewRegistry. |
void |
setPreviousView(java.lang.Object o)
Sets previous view associated to the view described by the ViewRegistry. |
void |
setUnchain(boolean b)
Sets unchain boolean that sets how is setted the context. |
void |
setView(java.lang.Object o)
Sets the view that the ViewRegistry defines. |
void |
setXpos(int f)
Sets the x position associates to the view described by the ViewRegistry. |
void |
setYpos(int f)
Sets the y position associates to the view described by the ViewRegistry. |
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 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)
o
- java.lang.Objectpublic void setNextView(java.lang.Object o)
newValue
- booleanpublic void setOwner(java.lang.Object o)
o
- java.lang.Objectpublic void setParentView(java.lang.Object newValue)
newValue
- Objectpublic void setPreviousView(java.lang.Object o)
Object
- public void setUnchain(boolean b)
boolean
- public void setView(java.lang.Object o)
o
- java.lang.Objectpublic void setXpos(int f)
Object
- public void setYpos(int f)
Object
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |