|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.mflow.impl.MFlowUIManagerImpl
A class for managing instances of MFlowUI
Method Summary | |
---|---|
void |
addInstance(MFlowUI instance)
Adds a new UI instance |
MFlowUI |
getCurrentInstance()
|
MFlowUI[] |
getInstances()
Gets an array of the current instances of MFlowUI |
void |
removeInstance(MFlowUI ui)
Removes an instance of MFlowUI |
void |
setCurrentInstance(MFlowUI ui)
Sets the current instance of the UI. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void addInstance(MFlowUI instance)
MFlowUIManager
addInstance
in interface MFlowUIManager
instance
- the ui instance to addpublic MFlowUI[] getInstances()
MFlowUIManager
getInstances
in interface MFlowUIManager
public void removeInstance(MFlowUI ui)
MFlowUIManager
removeInstance
in interface MFlowUIManager
ui
- the instance to removepublic void setCurrentInstance(MFlowUI ui)
MFlowUIManager
setCurrentInstance
in interface MFlowUIManager
ui
- the new UI instance to setpublic MFlowUI getCurrentInstance()
getCurrentInstance
in interface MFlowUIManager
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |