|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.3.0) E17493-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.ide.cmd.OpenCommandData
public class OpenCommandData
Data object used by the OpenCommand class to indicate whether to open the selected files without popping up the file selection dialog.
| Field Summary | |
|---|---|
java.lang.String |
dialogTitleIf the file selection dialog is shown, use this dialogTitle. |
java.net.URL |
directoryURLURL to use as the directory to open the file selection dialog in. |
static java.lang.String |
LAST_WORKSPACE_DIR_KEY |
boolean |
showDialogSet to false when the file selection dialog should not be shown. |
URLFilter |
urlFilterIf file selection dialog is show, use these URLFilters to specify what files can be opened. |
| Constructor Summary | |
|---|---|
OpenCommandData(boolean showDialog)Constructor. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
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
| Constructor Detail |
|---|
public OpenCommandData(boolean showDialog)
showDialog - Indicate whether the file selection dialog should be shown.
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.3.0) E17493-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||