Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.cybertivity.powerjournal
Class MainActionFactory  view MainActionFactory download MainActionFactory.java

java.lang.Object
  extended bycom.cybertivity.powerjournal.framework.ActionFactory
      extended bycom.cybertivity.powerjournal.MainActionFactory

public class MainActionFactory
extends com.cybertivity.powerjournal.framework.ActionFactory

Description of the Class


Nested Class Summary
private  class MainActionFactory.AboutAction
           
private  class MainActionFactory.CancelAction
           
private  class MainActionFactory.GenericAction
           
private  class MainActionFactory.GenericToggleAction
           
private  class MainActionFactory.OptionsDatabaseAction
           
private  class MainActionFactory.QuitAction
           
private  class MainActionFactory.ViewAction
           
 
Nested classes inherited from class com.cybertivity.powerjournal.framework.ActionFactory
com.cybertivity.powerjournal.framework.ActionFactory.DefaultAction, com.cybertivity.powerjournal.framework.ActionFactory.ToggleAction
 
Field Summary
static java.lang.String ACTION_ABOUT
           
static java.lang.String ACTION_CANCEL
           
static java.lang.String ACTION_CHANGE_JOURNAL
           
static java.lang.String ACTION_CHANGE_PASSWORD
           
static java.lang.String ACTION_DB_OPTIONS
           
static java.lang.String ACTION_DELETE_JOURNAL
           
static java.lang.String ACTION_EXPORT_CSV
           
static java.lang.String ACTION_EXPORT_HTML
           
static java.lang.String ACTION_EXPORT_TEXT
           
static java.lang.String ACTION_NEW_JOURNAL
           
static java.lang.String ACTION_QUIT
           
static java.lang.String ACTION_SKINS_CHOOSE
           
static java.lang.String ACTION_SKINS_USE
           
static java.lang.String ACTION_VIEW_ALL_ENTRIES
           
static java.lang.String ACTION_VIEW_ENTRY
           
 
Fields inherited from class com.cybertivity.powerjournal.framework.ActionFactory
imagePath
 
Constructor Summary
MainActionFactory(java.lang.String path)
           
 
Method Summary
 com.cybertivity.powerjournal.framework.ActionFactory.DefaultAction createAction(java.lang.String command)
          Create and return a DefaultAction for the given command.
 com.cybertivity.powerjournal.framework.ActionFactory.ToggleAction createToggleAction(java.lang.String command)
           
 
Methods inherited from class com.cybertivity.powerjournal.framework.ActionFactory
getIcon
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

MainActionFactory

public MainActionFactory(java.lang.String path)
Method Detail

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)