java.lang.Object | ||
↳ | com.pspdfkit.annotations.actions.Action | |
↳ | com.pspdfkit.annotations.actions.LaunchAction |
Represents an action to launch an external application or file.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
LaunchAction(String path)
Creates action instance.
| |||||||||||
LaunchAction(String path, List<Action> subActions)
Creates action instance.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean | equals(Object o) | ||||||||||
String |
getPath()
Path to the application that shall be launched or the document that shall be opened or
printed.
| ||||||||||
ActionType |
getType()
Returns type of action to make down-casting easier.
| ||||||||||
int | hashCode() | ||||||||||
String | toString() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Creates action instance.
path | Path to the application that shall be launched or the document that shall be opened or printed. |
---|
Creates action instance.
path | Path to the application that shall be launched or the document that shall be opened or printed. |
---|---|
subActions | List of sub-actions of this action. |
Path to the application that shall be launched or the document that shall be opened or printed.
Returns type of action to make down-casting easier.