org.tridas.io.gui.control
Class TricycleController
java.lang.Object
com.dmurph.mvc.control.FrontController
org.tridas.io.gui.control.TricycleController
public class TricycleController
- extends com.dmurph.mvc.control.FrontController
Method Summary |
void |
about(com.dmurph.mvc.MVCEvent argEvent)
|
void |
helpViewer(com.dmurph.mvc.MVCEvent argEvent)
|
void |
log(com.dmurph.mvc.MVCEvent argEvent)
|
void |
options(com.dmurph.mvc.MVCEvent argEvent)
|
void |
quit(com.dmurph.mvc.MVCEvent argEvent)
|
void |
startup(com.dmurph.mvc.MVCEvent argEvent)
|
Methods inherited from class com.dmurph.mvc.control.FrontController |
registerCommand, registerCommand |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
STARTUP
public static final String STARTUP
- See Also:
- Constant Field Values
QUIT
public static final String QUIT
- See Also:
- Constant Field Values
ABOUT
public static final String ABOUT
- See Also:
- Constant Field Values
HELPVIEWER
public static final String HELPVIEWER
- See Also:
- Constant Field Values
CHECKFORUPDATES
public static final String CHECKFORUPDATES
- See Also:
- Constant Field Values
GUESS_FORMAT
public static final String GUESS_FORMAT
- See Also:
- Constant Field Values
CANCEL_FORMAT_GUESS
public static final String CANCEL_FORMAT_GUESS
- See Also:
- Constant Field Values
OPTIONS
public static final String OPTIONS
- See Also:
- Constant Field Values
VIEW_LOG
public static final String VIEW_LOG
- See Also:
- Constant Field Values
TricycleController
public TricycleController()
startup
public void startup(com.dmurph.mvc.MVCEvent argEvent)
quit
public void quit(com.dmurph.mvc.MVCEvent argEvent)
about
public void about(com.dmurph.mvc.MVCEvent argEvent)
options
public void options(com.dmurph.mvc.MVCEvent argEvent)
log
public void log(com.dmurph.mvc.MVCEvent argEvent)
helpViewer
public void helpViewer(com.dmurph.mvc.MVCEvent argEvent)
Copyright © 2011. All Rights Reserved.