public interface URISelectionDialog
Modifier and Type | Interface and Description |
---|---|
static interface |
URISelectionDialog.Validator
Clients of the
URISelectionDialog implement a
Validator when they need to validate the selected URI(s)
before the selection dialog is dismissed. |
Modifier and Type | Method and Description |
---|---|
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.
|
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()