com.qoppa.pdfViewer.actions
Class Action

java.lang.Object
  extended by com.qoppa.pdfViewer.actions.Action
Direct Known Subclasses:
GotoPageAction, GotoPageRemoteAction, HideShowAction, JSAction, LaunchAction, NamedAction, NullAction, ResetForm, SetOCGState, SubmitFormAction, URLAction

public abstract class Action
extends Object

Abstract class to define a generic actions. Actions objects are created when a user perform an 'action' on the currently viewed document. Actions are typically links on the document to other pages, documents or URLs.


Constructor Summary
Action()
           
 
Method Summary
abstract  String getActionType()
          Returns the type of action.
abstract  String getActionTypeDesc()
          Returns the action type description
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Action

public Action()
Method Detail

getActionType

public abstract String getActionType()
Returns the type of action.

Returns:
The action type.

getActionTypeDesc

public abstract String getActionTypeDesc()
Returns the action type description