|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.icesoft.pdf.pobjects.Dictionary
com.icesoft.pdf.pobjects.actions.Action
com.icesoft.pdf.pobjects.actions.LaunchAction
The launch action launches an applicaiton or opens or prints a document.
There are optional Win which allow for platform specific parameters for launching the designated application.
| Nested Class Summary | |
class |
LaunchAction.WindowsLaunchParameters
Paramaters specific to launching files on windows. |
| Field Summary |
| Fields inherited from class com.icesoft.pdf.pobjects.actions.Action |
ACTION_TYPE_GOTO, ACTION_TYPE_GOTO_REMOTE, ACTION_TYPE_LAUNCH, ACTION_TYPE_URI |
| Fields inherited from class com.icesoft.pdf.pobjects.Dictionary |
entries, inited, library |
| Constructor Summary | |
LaunchAction(Library l,
Hashtable h)
Creates a new instance of a Action. |
|
| Method Summary | |
String |
getExternalFile()
Gets the applicaiton to be launched or the document to be opened or printed. |
FileSpecification |
getFileSpecification()
Gets the file specification of the destination file. |
Boolean |
getNewWindow()
Specifies whether or not ta new window should be opend. |
LaunchAction.WindowsLaunchParameters |
getWinLaunchParameters()
Gets an object which hold the windows-specific launch parameters. |
| Methods inherited from class com.icesoft.pdf.pobjects.actions.Action |
getType |
| Methods inherited from class com.icesoft.pdf.pobjects.Dictionary |
getEntries, getFloat, getInt, getLibrary, getNumber, getObject, getPObjectReference, init, setPObjectReference, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public LaunchAction(Library l,
Hashtable h)
l - document library.h - Action dictionary entries.| Method Detail |
public String getExternalFile()
public Boolean getNewWindow()
public LaunchAction.WindowsLaunchParameters getWinLaunchParameters()
public FileSpecification getFileSpecification()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||