|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.pepper.platform.program.actions.CommonActionMgr
public class CommonActionMgr
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 |
---|
public static final String ACTION_SHOW_PAGE
ShowPageAction
,
Constant Field Valuespublic static final String ACTION_NEW_SECTION
NewSectionAction
,
Constant Field Valuespublic static final String ACTION_DELETE_SECTION
DeleteSectionAction
,
Constant Field Valuespublic static final String ACTION_RENAME_SECTION
RenameSectionAction
,
Constant Field Valuespublic static final String ACTION_NEW_PAGE
NewPageAction
,
Constant Field Valuespublic static final String ACTION_DELETE_PAGE
DeletePageAction
,
Constant Field Valuespublic static final String ACTION_MOVE_PAGE
MovePageAction
,
Constant Field Valuespublic static final String ACTION_SORT_PAGE
SortPageAction
,
Constant Field Valuespublic static final String ACTION_VIEW_BACK
BackAction
,
Constant Field Valuespublic static final String ACTION_VIEW_PREV
ViewNavAction
,
Constant Field Valuespublic static final String ACTION_VIEW_NEXT
ViewNavAction
,
Constant Field Valuespublic static final String ACTION_REFRESH
RefreshAction
,
Constant Field Valuespublic static final String ACTION_DEEP_REFRESH
DeepRefreshAction
,
Constant Field Valuespublic static final String ACTION_PACKAGE_QUIT
PackageQuitAction
,
Constant Field Values
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |