|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.icepdf.core.pobjects.actions.LaunchAction.WindowsLaunchParameters
public class LaunchAction.WindowsLaunchParameters
Paramaters specific to launching files on windows. These parameters specify what application should load the file as well what any special load commands.
| Constructor Summary | |
|---|---|
LaunchAction.WindowsLaunchParameters()
Creates a new instance of a Action. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDefaultDirectory()
Gets a string specifying the default directory in standard DOS syntax(Optional). |
java.lang.String |
getLaunchFile()
Gets the file name of the application to be launched or the document to be opened or printed, in standard Windows pathname format. |
FileSpecification |
getLaunchFileSpecification()
Gets the file specification of the destination file. |
java.lang.String |
getOperation()
Indicates the operation to perform (Optional). |
java.lang.String |
getParameters()
Gets a parameter string to be passed to the application designated by the fileName entry.(Optional). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LaunchAction.WindowsLaunchParameters()
| Method Detail |
|---|
public java.lang.String getLaunchFile()
public java.lang.String getDefaultDirectory()
public java.lang.String getOperation()
public java.lang.String getParameters()
public FileSpecification getLaunchFileSpecification()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||