Public Methods | |
| SaMethodMenu (ActionListener listener) | |
| Constructor. More... | |
| SaMethodMenu (String saClassName, ActionListener listener) | |
| Constructor. More... | |
| SaMethodMenu (String saClassName, String prefixKey, ActionListener listener) | |
| Constructor. More... | |
|
|
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 }
|
|
||||||||||||
|
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 }
|
|
||||||||||||||||
|
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 }
|
1.2.12 written by Dimitri van Heesch,
© 1997-2001