com.qoppa.pdfViewer.actions
Class NamedAction
java.lang.Object
com.qoppa.pdfViewer.actions.Action
com.qoppa.pdfViewer.actions.NamedAction
- public class NamedAction
- extends Action
NAME_NEXT_PAGE
public static final String NAME_NEXT_PAGE
- See Also:
- Constant Field Values
NAME_PREV_PAGE
public static final String NAME_PREV_PAGE
- See Also:
- Constant Field Values
NAME_FIRST_PAGE
public static final String NAME_FIRST_PAGE
- See Also:
- Constant Field Values
NAME_LAST_PAGE
public static final String NAME_LAST_PAGE
- See Also:
- Constant Field Values
NAME_PRINT
public static final String NAME_PRINT
- See Also:
- Constant Field Values
NAME_SAVE
public static final String NAME_SAVE
- See Also:
- Constant Field Values
NAME_OPEN
public static final String NAME_OPEN
- See Also:
- Constant Field Values
ACTION_TYPE_DESCRIPTION
public static String ACTION_TYPE_DESCRIPTION
NamedAction
public NamedAction(String actionName)
getActionType
public String getActionType()
- Description copied from class:
Action
- Returns the type of action.
- Specified by:
getActionType in class Action
- Returns:
- The action type.
getActionTypeDesc
public String getActionTypeDesc()
- Description copied from class:
Action
- Returns the action type description
- Specified by:
getActionTypeDesc in class Action
getActionName
public String getActionName()
getNameList
public static Vector getNameList()
toString
public String toString()
- Returns the description of the action.