Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.ide.view
Interface URISelectionDialog.Validator  view URISelectionDialog.Validator download URISelectionDialog.Validator.java

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.