com.qoppa.pdfViewer.actions
Class NamedAction

java.lang.Object
  extended bycom.qoppa.pdfViewer.actions.Action
      extended bycom.qoppa.pdfViewer.actions.NamedAction

public class NamedAction
extends Action


Field Summary
static String ACTION_TYPE_DESCRIPTION
           
static String NAME_FIRST_PAGE
           
static String NAME_LAST_PAGE
           
static String NAME_NEXT_PAGE
           
static String NAME_OPEN
           
static String NAME_PREV_PAGE
           
static String NAME_PRINT
           
static String NAME_SAVE
           
 
Constructor Summary
NamedAction(String actionName)
           
 
Method Summary
 String getActionName()
           
 String getActionType()
          Returns the type of action.
 String getActionTypeDesc()
          Returns the action type description
static Vector getNameList()
           
 String toString()
          Returns the description of the action.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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

NamedAction

public NamedAction(String actionName)
Method Detail

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.