|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface URISelectionDialog
This interface gives clients a portable interface to control basic file and directory selection dialogs.
| Nested Class Summary | |
|---|---|
static interface |
URISelectionDialog.ValidatorClients of the URISelectionDialog implement a Validator when they need to validate the selected URI(s) before the selection dialog is dismissed. |
| Method Summary | |
|---|---|
java.net.URI[] |
getResults()Gets any dialog result parameters as an array of objects. |
int |
show()Shows the dialog. |
int |
show(URISelectionDialog.Validator validator)Shows the dialog. |
| Method Detail |
|---|
int show()
IDEDialogs.OK_ID and IDEDialogs.CANCEL_ID.int show(URISelectionDialog.Validator validator)
validator - An implementation of the Validator interface that will be called to validate selected URIs.java.net.URI[] getResults()
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||