Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


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, Context context)
          Method called when the user presses the OK button of the URISelectionDialog.

 

Method Detail

validate

boolean validate(java.net.URI[] uri,
                 Context context)
Method called when the user presses the OK button of the URISelectionDialog.
Parameters:
uri - the URIs to validate.
context - the current Context.
Returns:
true if the selected URIs validated.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


Copyright © 1997, 2011, Oracle. All rights reserved.