|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsimbad.demo.DemoManager
public class DemoManager
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 |
---|
static final java.lang.String[] classNames
Constructor Detail |
---|
public DemoManager()
Method Detail |
---|
public static final javax.swing.JMenu createMenu(java.awt.event.ActionListener actionListener)
public static Demo getDemoFromActionEvent(java.awt.event.ActionEvent event)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |