|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectPdfObjectContainer
com.crionics.jpdf.action.AbstractAction
public abstract class AbstractAction
Abstract implementation of an action, where the common methods are stored.
Actions are tasks which are performed by a PDF Viewer application when their
container are activated.
Actions can be associated with:
AbstractAnnotationAbstractFieldAbstractOutlineItemPdfDocument.addOpenAction(AbstractAction)A facility is also available to add multiple actions to be trigged (see
GotoActionGo to a destination in the current document. HideActionSet an annotation’s Hidden flag. JavaScriptActionExecute a JavaScript script. LaunchActionLaunch an application, usually to open a file. NamedActionExecute an action predefined by the viewer application. ResetFormActionSet fields to their default values. SubmitFormActionSend data to a uniform resource locator. URIActionResolve a uniform resource identifier. GoToR Go to a destination in another document. GoToE Go to a destination in an embedded file. Thread Begin reading an article thread. Sound Play a sound. Movie Play a movie. ImportData Import field values from a file. SetOCGState Set the states of optional content groups. Rendition Controls the playing of multimedia content. Trans Updates the display of a document, using a transition dictionary. GoTo3DView Set the current view of a 3D annotation.
setNextAction(AbstractAction)).
| Method Summary | |
|---|---|
AbstractAction |
getNextAction()
Returns the next action which will be executed after the current one. |
boolean |
hasNextAction()
Checks for the presence of another action registered to be executed after the current one. |
void |
setNextAction(AbstractAction action)
Sets the next action to execute after the current one. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public AbstractAction getNextAction()
throws PdfException,
java.io.IOException
PdfException - If a problem occured while parsing the document.
java.io.IOException - If a problem occured while parsing the file.public boolean hasNextAction()
public void setNextAction(AbstractAction action)
throws PdfException,
java.io.IOException
action - The action to add to the current list, or null if the rest of
the list should be deleted.
PdfException - If a problem occured while parsing the document.
java.io.IOException - If a problem occured while parsing the file.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||