Package | Description |
---|---|
oracle.ide.dialogs |
Contains classes implementing standard dialogs used by JDeveloper.
|
oracle.ide.net |
Provides a virtual file system framework based on java.net.URL.
|
oracle.jdeveloper.vcs.controls | |
oracle.jdeveloper.webapp.faces |
Modifier and Type | Method and Description |
---|---|
static URLChooser |
DialogUtil.newURLChooser()
Creates a new
URLChooser that is initialized using a default Context . |
static URLChooser |
DialogUtil.newURLChooser(Context context)
Creates a new
URLChooser that is initialized according to the specified Context . |
static URLChooser |
DialogUtil.newURLChooser(Context context, java.net.URL initialURL)
Creates a new
URLChooser that is initialized according to the specified Context with the specified URL as the initial selection. |
static URLChooser |
DialogUtil.newURLChooser(java.net.URL initialURL)
Creates a new
URLChooser that is initialized with the specified URL as the initial selection. |
Modifier and Type | Method and Description |
---|---|
static void |
DialogUtil.addShortcutButtons(URLChooser uc, Context context)
Adds shortcut buttons on the left side of the
URLChooser based on the specified Context . |
static void |
DialogUtil.initURLChooser(URLChooser urlChooser, Context context)
Initializes the specified
URLChooser according to the current Context . |
Modifier and Type | Method and Description |
---|---|
protected URLChooser |
URLTextField.createChooser(Context context, java.net.URL url)
Creates a URL chooser initialized to the URL displayed in this field.
|
protected URLChooser |
URLTextField.createChooser(java.net.URL url)
Creates a URL chooser initialized to the URL displayed in this field.
|
Modifier and Type | Method and Description |
---|---|
void |
URLChooserInit.initURLChooser(URLChooser urlChooser)
Initializes the specified
URLChooser . |
Modifier and Type | Method and Description |
---|---|
protected void |
ConnectionImportExportPanel.setURLChooserFilter(URLChooser urc, URLFilter filter)
Override to set the default URLFilter for the URLChooser
|
Modifier and Type | Method and Description |
---|---|
static URLChooser |
JsfResourceUtils.getResourceLibraryURLChooser(Context context) |
static URLChooser |
JsfResourceUtils.getResourceURLChooser(Context context, URLFilter resourceFilter, java.lang.String defaultLibrary, boolean chooseOnlyExisting) |