Generated by
JDiff

Class com.qoppa.pdf.actions.LaunchAction

Added Constructors
LaunchAction(String, int) Constructs the action with the given file name.
 

Removed Methods
void setNewWindow(boolean) A flag specifying whether to open the destination document in a new window.
 

Added Methods
int getNewWindow() A flag specifying whether to open the destination document in a new window.
void setNewWindow(int) A flag specifying whether to open the destination document in a new window.
void setNewWindow(boolean) A flag specifying whether to open the destination document in a new window.
 

Changed Methods
Boolean isNewWindow() Change in return type from boolean to Boolean.
Now deprecated.
Use {@link LaunchAction#getNewWindow()}