simbad.demo
Class DemoManager

java.lang.Object
  extended bysimbad.demo.DemoManager

public class DemoManager
extends java.lang.Object

Manages (simply) a list of demonstrations and is used by Simbad main class. This class is used statically only.


Constructor Summary
DemoManager()
           
 
Method Summary
static javax.swing.JMenu createMenu(java.awt.event.ActionListener actionListener)
          Creates a menu corresponding to the demo set.
static Demo getDemoFromActionEvent(java.awt.event.ActionEvent event)
          Creates a demo corresponding to the menu item.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DemoManager

public DemoManager()
Method Detail

createMenu

public static final javax.swing.JMenu createMenu(java.awt.event.ActionListener actionListener)
Creates a menu corresponding to the demo set.


getDemoFromActionEvent

public static Demo getDemoFromActionEvent(java.awt.event.ActionEvent event)
Creates a demo corresponding to the menu item.