public class OpenCommandData
extends java.lang.Object
OpenCommand class to indicate whether
to open the selected files without popping up the file selection dialog.| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
dialogTitle
If the file selection dialog is shown, use this
dialogTitle. |
java.net.URL |
directoryURL
URL to use as the directory to open the file selection dialog in.
|
static java.lang.String |
LAST_WORKSPACE_DIR_KEY |
boolean |
showDialog
Set to
false when the file selection dialog should not
be shown. |
URLFilter |
urlFilter
If file selection dialog is show, use these
URLFilters to specify
what files can be opened. |
| Constructor and Description |
|---|
OpenCommandData(boolean showDialog)
Constructor.
|
public final boolean showDialog
false when the file selection dialog should not
be shown.public java.lang.String dialogTitle
dialogTitle.public URLFilter urlFilter
URLFilters to specify
what files can be opened.public java.net.URL directoryURL
public static final java.lang.String LAST_WORKSPACE_DIR_KEY