uk.org.ury.testrig
Class DemoMenu

java.lang.Object
  extended by uk.org.ury.frontend.AbstractFrontendModule
      extended by uk.org.ury.testrig.DemoMenu
All Implemented Interfaces:
FrontendModule

public class DemoMenu
extends AbstractFrontendModule

Application frontend, for testing early-stage frontend code.

Author:
Matt Windsor

Constructor Summary
DemoMenu()
           
 
Method Summary
 void loadModule(java.lang.String module)
           
 void run()
          Run the demo menu, creating a user interface.
 FrontendModulePanel runFrontend(FrontendMaster master)
          Run the demo menu in frontend mode.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DemoMenu

public DemoMenu()
Method Detail

loadModule

public void loadModule(java.lang.String module)

run

public void run()
Run the demo menu, creating a user interface.


runFrontend

public FrontendModulePanel runFrontend(FrontendMaster master)
Run the demo menu in frontend mode.

Parameters:
master - The FrontendMaster driving the frontend.
Returns:
the frontend panel to insert into the FrontendMaster.