Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


oracle.ide.cmd
Class OpenCommandData

java.lang.Object
  extended by oracle.ide.cmd.OpenCommandData


public class OpenCommandData
extends java.lang.Object

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 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 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

showDialog

public final boolean showDialog
Set to false when the file selection dialog should not be shown.

dialogTitle

public java.lang.String dialogTitle
If the file selection dialog is shown, use this dialogTitle.

urlFilter

public URLFilter urlFilter
If file selection dialog is show, use these URLFilters to specify what files can be opened.

directoryURL

public java.net.URL directoryURL
URL to use as the directory to open the file selection dialog in. Use only when there is a need to override what the directory that will be derived from the context passed into the command.

LAST_WORKSPACE_DIR_KEY

public static final java.lang.String LAST_WORKSPACE_DIR_KEY
See Also:
Constant Field Values

Constructor Detail

OpenCommandData

public OpenCommandData(boolean showDialog)
Constructor.
Parameters:
showDialog - Indicate whether the file selection dialog should be shown.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Copyright © 1997, 2012, Oracle. All rights reserved.