| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static URLChooserInit |
DialogUtil.getURLChooserInit(Context context)
Returns a
URLChooser initializer. |
| Modifier and Type | Method and Description |
|---|---|
URLChooserInit |
URLTextField.getChooserInit()
Retrieves the current filter for browsing new URLs
|
| Modifier and Type | Method and Description |
|---|---|
void |
URLTextField.setChooserInit(URLChooserInit chooserInit)
Specifies a URLChooserInit to use when browsing for new URLs.
|