|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdip.gui.PhaseSelector
Manages all (except for select) items in the History menu.
This object is created by ClientFrame, and can be used by other classes via the getPhaseSelector() method in ClientFrame.
Constructor Summary | |
PhaseSelector(ClientFrame parent)
Create a PhaseSelector object. |
Method Summary | |
void |
close()
Cleanup the PhaseSelector object |
void |
first()
Go to the first (initial) phase. |
int |
getCurrentPhasePosition()
Get the current phase position. |
int |
getPhaseCount()
Get the total number of phases. |
void |
last()
Go to the last phase. |
void |
next()
Go to the next phase, if possible. |
void |
previous()
Go to the Previous phase, if possible. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PhaseSelector(ClientFrame parent)
Method Detail |
public void close()
public void previous()
public void next()
public void first()
public void last()
public int getPhaseCount()
public int getCurrentPhasePosition()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |