org.tridas.io.gui.control
Class TricycleController

java.lang.Object
  extended by com.dmurph.mvc.control.FrontController
      extended by org.tridas.io.gui.control.TricycleController

public class TricycleController
extends com.dmurph.mvc.control.FrontController


Field Summary
static String ABOUT
           
static String CANCEL_FORMAT_GUESS
           
static String CHECKFORUPDATES
           
static String GUESS_FORMAT
           
static String HELPVIEWER
           
static String OPTIONS
           
static String QUIT
           
static String STARTUP
           
static String VIEW_LOG
           
 
Constructor Summary
TricycleController()
           
 
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
 

Field Detail

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
Constructor Detail

TricycleController

public TricycleController()
Method Detail

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.