simbad.demo
Class DemoManager

java.lang.Object
  extended by simbad.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.


Field Summary
(package private) static java.lang.String[] classNames
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

classNames

static final java.lang.String[] classNames
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.