Horus Doc || Java GUI Reference || Doxygen's quick Index  

SaMethodMenu Class Reference

A menu with string addressable methods based on information from the registry. More...

List of all members.

Public Methods

 SaMethodMenu (ActionListener listener)
 Constructor. More...

 SaMethodMenu (String saClassName, ActionListener listener)
 Constructor. More...

 SaMethodMenu (String saClassName, String prefixKey, ActionListener listener)
 Constructor. More...


Detailed Description

A menu with string addressable methods based on information from the registry.


Constructor & Destructor Documentation

SaMethodMenu::SaMethodMenu ActionListener    listener [inline]
 

Constructor.

Builds a (hierarchical) Menu based on the information in the regsitry under the key /sasystem/menus/Classes.

00030 {
00031     super("Classes");
00032     doInit("Classes", "/sasystem/menus/", listener);
00033 }

SaMethodMenu::SaMethodMenu String    saClassName,
ActionListener    listener
[inline]
 

Constructor.

Builds a (hierarchical) Menu based on the information in the regsitry under the key /sasystem/menus/'saClassName'.

00041 {
00042     super(saClassName);
00043     doInit(saClassName, "/sasystem/menus/Classes/", listener);
00044 }

SaMethodMenu::SaMethodMenu String    saClassName,
String    prefixKey,
ActionListener    listener
[inline]
 

Constructor.

Builds a (hierarchical) Menu based on the information in the regsitry under the key 'prefixKey'/'saClassName'.

00052 {
00053     super(saClassName);
00054     doInit(saClassName, prefixKey, listener);
00055 }


The documentation for this class was generated from the following file:
Generated on Tue Feb 3 14:19:50 2004 for JavaReference by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001