Class MozartActions
java.lang.Object
|
+----java.util.Dictionary
|
+----java.util.Hashtable
|
+----MozartActions
- public class MozartActions
- extends Hashtable
Management for all of Mozart's actions.
This class is a Hashtable that contains all of the
application's actions. Included in this list will
be the actions for MozartDocuments (HTMLDocuments).
The constants that this class define are there to make
it easier to remember what the strings really are.
View Source File
-
MozartActions(Mozart)
- Initializes the hashtable by creating new actions
and puting them into it.
-
getAction(String)
- This method returns an action from the hashtable
with a specific name.
MozartActions
public MozartActions(Mozart mozart)
- Initializes the hashtable by creating new actions
and puting them into it. Also creates actions
contained in the HTMLEditor and adds them also.
getAction
public Action getAction(String name)
- This method returns an action from the hashtable
with a specific name.