com.qoppa.pdfViewer.actions
Class Action
java.lang.Object
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.
Action
public Action()
getActionType
public abstract String getActionType()
- Returns the type of action.
- Returns:
- The action type.
getActionTypeDesc
public abstract String getActionTypeDesc()
- Returns the action type description