public static interface URISelectionDialog.Validator
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 |
|---|---|
boolean |
validate(java.net.URI[] uri,
Context context)
Method called when the user presses the OK button of the
URISelectionDialog. |