|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.eu.sk.zero.acd.Gui
Graphical user interface of the ACD application
ACD
Constructor Summary | |
Gui(org.eu.sk.zero.acd.ACD app)
The GUI object is only created from the ACD class |
Method Summary | |
void |
addAction(Action a)
Add a global function. |
void |
addAreaButton(org.eu.sk.zero.acd.AreaType type)
Only called from the application. |
void |
addNodeButton(org.eu.sk.zero.acd.NodeType type)
Only called from the application. |
protected int |
getStatus()
|
void |
redraw()
Only called from the application. |
void |
repaint()
Repaints the gui. |
protected void |
setStatus(int ns)
|
void |
showUsageHelp()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Gui(org.eu.sk.zero.acd.ACD app)
Method Detail |
protected void setStatus(int ns)
protected int getStatus()
public void redraw()
public void addNodeButton(org.eu.sk.zero.acd.NodeType type)
public void addAreaButton(org.eu.sk.zero.acd.AreaType type)
public void addAction(Action a)
MenuBar
public void repaint()
public void showUsageHelp()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |