com.pepper.platform.program.actions
Class CommonActionMgr

java.lang.Object
  extended by com.pepper.platform.program.actions.CommonActionMgr

public class CommonActionMgr
extends Object

This class defines constants that represent the names of common actions that are available to every package in the Keeper and from Javascript via the Bridge. To use actions defined here, use AbstractPepperProgram.getAction(String) where the action name is the name of one of the constants defined below. From Javascript, you must use the literal string described in the description. Refer to the actionPerformed() method Javadoc for the associated action class for a description of the parameters that can be passed to the action via Javascript.


Field Summary
static String ACTION_DEEP_REFRESH
          Constant for the "DeepRefresh" page action
static String ACTION_DELETE_PAGE
          Constant for the "DeletePage" action
static String ACTION_DELETE_SECTION
          Constant for the "DeleteSection" action
static String ACTION_MOVE_PAGE
          Constant for the "MovePage" action
static String ACTION_NEW_PAGE
          Constant for the "NewPage" action
static String ACTION_NEW_SECTION
          Constant for the "NewSection" action
static String ACTION_PACKAGE_QUIT
          Constant for the "PackageQuit" action
static String ACTION_REFRESH
          Constant for the "Refresh" page action
static String ACTION_RENAME_SECTION
          Constant for the "RenameSection" action
static String ACTION_SHOW_PAGE
          Constant for "ShowPage" action
static String ACTION_SORT_PAGE
          Constant for the "SortPage" command
static String ACTION_VIEW_BACK
          Constant for the "Back" navigation action
static String ACTION_VIEW_NEXT
          Constant for the "NextPage" action
static String ACTION_VIEW_PREV
          Constant for the "PrevPage" action
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ACTION_SHOW_PAGE

public static final String ACTION_SHOW_PAGE
Constant for "ShowPage" action

See Also:
ShowPageAction, Constant Field Values

ACTION_NEW_SECTION

public static final String ACTION_NEW_SECTION
Constant for the "NewSection" action

See Also:
NewSectionAction, Constant Field Values

ACTION_DELETE_SECTION

public static final String ACTION_DELETE_SECTION
Constant for the "DeleteSection" action

See Also:
DeleteSectionAction, Constant Field Values

ACTION_RENAME_SECTION

public static final String ACTION_RENAME_SECTION
Constant for the "RenameSection" action

See Also:
RenameSectionAction, Constant Field Values

ACTION_NEW_PAGE

public static final String ACTION_NEW_PAGE
Constant for the "NewPage" action

See Also:
NewPageAction, Constant Field Values

ACTION_DELETE_PAGE

public static final String ACTION_DELETE_PAGE
Constant for the "DeletePage" action

See Also:
DeletePageAction, Constant Field Values

ACTION_MOVE_PAGE

public static final String ACTION_MOVE_PAGE
Constant for the "MovePage" action

See Also:
MovePageAction, Constant Field Values

ACTION_SORT_PAGE

public static final String ACTION_SORT_PAGE
Constant for the "SortPage" command

See Also:
SortPageAction, Constant Field Values

ACTION_VIEW_BACK

public static final String ACTION_VIEW_BACK
Constant for the "Back" navigation action

See Also:
BackAction, Constant Field Values

ACTION_VIEW_PREV

public static final String ACTION_VIEW_PREV
Constant for the "PrevPage" action

See Also:
ViewNavAction, Constant Field Values

ACTION_VIEW_NEXT

public static final String ACTION_VIEW_NEXT
Constant for the "NextPage" action

See Also:
ViewNavAction, Constant Field Values

ACTION_REFRESH

public static final String ACTION_REFRESH
Constant for the "Refresh" page action

See Also:
RefreshAction, Constant Field Values

ACTION_DEEP_REFRESH

public static final String ACTION_DEEP_REFRESH
Constant for the "DeepRefresh" page action

See Also:
DeepRefreshAction, Constant Field Values

ACTION_PACKAGE_QUIT

public static final String ACTION_PACKAGE_QUIT
Constant for the "PackageQuit" action

See Also:
PackageQuitAction, Constant Field Values


Copyright © 2006-2007 Pepper Computer, Inc. All Rights Reserved.