|
|||||||||
| Home >> All >> javax >> ide >> [ view overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
javax.ide.view
Interface URISelectionDialog.Validator

- Enclosing interface:
- URISelectionDialog
- public 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.
| Method Summary | |
boolean |
validate(java.net.URI[] uri,
javax.ide.command.Context context)
Method called when the user presses the OK button of the URISelectionDialog. |
| Method Detail |
validate
public boolean validate(java.net.URI[] uri, javax.ide.command.Context context)
- Method called when the user presses the OK button of the
URISelectionDialog.
|
|||||||||
| Home >> All >> javax >> ide >> [ view overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC