java.lang.Object
com.cybertivity.powerjournal.framework.ActionFactory
com.cybertivity.powerjournal.MainActionFactory
- public class MainActionFactory
- extends com.cybertivity.powerjournal.framework.ActionFactory
Description of the Class
| Nested classes inherited from class com.cybertivity.powerjournal.framework.ActionFactory |
com.cybertivity.powerjournal.framework.ActionFactory.DefaultAction, com.cybertivity.powerjournal.framework.ActionFactory.ToggleAction |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ACTION_QUIT
public static final java.lang.String ACTION_QUIT
- See Also:
- Constant Field Values
ACTION_CANCEL
public static final java.lang.String ACTION_CANCEL
- See Also:
- Constant Field Values
ACTION_ABOUT
public static final java.lang.String ACTION_ABOUT
- See Also:
- Constant Field Values
ACTION_VIEW_ENTRY
public static final java.lang.String ACTION_VIEW_ENTRY
- See Also:
- Constant Field Values
ACTION_VIEW_ALL_ENTRIES
public static final java.lang.String ACTION_VIEW_ALL_ENTRIES
- See Also:
- Constant Field Values
ACTION_DB_OPTIONS
public static final java.lang.String ACTION_DB_OPTIONS
- See Also:
- Constant Field Values
ACTION_NEW_JOURNAL
public static final java.lang.String ACTION_NEW_JOURNAL
- See Also:
- Constant Field Values
ACTION_DELETE_JOURNAL
public static final java.lang.String ACTION_DELETE_JOURNAL
- See Also:
- Constant Field Values
ACTION_CHANGE_PASSWORD
public static final java.lang.String ACTION_CHANGE_PASSWORD
- See Also:
- Constant Field Values
ACTION_CHANGE_JOURNAL
public static final java.lang.String ACTION_CHANGE_JOURNAL
- See Also:
- Constant Field Values
ACTION_EXPORT_CSV
public static final java.lang.String ACTION_EXPORT_CSV
- See Also:
- Constant Field Values
ACTION_EXPORT_TEXT
public static final java.lang.String ACTION_EXPORT_TEXT
- See Also:
- Constant Field Values
ACTION_EXPORT_HTML
public static final java.lang.String ACTION_EXPORT_HTML
- See Also:
- Constant Field Values
ACTION_SKINS_USE
public static final java.lang.String ACTION_SKINS_USE
- See Also:
- Constant Field Values
ACTION_SKINS_CHOOSE
public static final java.lang.String ACTION_SKINS_CHOOSE
- See Also:
- Constant Field Values
MainActionFactory
public MainActionFactory(java.lang.String path)
createAction
public com.cybertivity.powerjournal.framework.ActionFactory.DefaultAction createAction(java.lang.String command)
- Description copied from class:
com.cybertivity.powerjournal.framework.ActionFactory
- Create and return a DefaultAction for the given command.
createToggleAction
public com.cybertivity.powerjournal.framework.ActionFactory.ToggleAction createToggleAction(java.lang.String command)