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

Quick Search    Search Deep

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


public interface URISelectionDialog

This interface gives clients a portable interface to control basic file and directory selection dialogs.


Nested Class Summary
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
 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.
 

Method Detail

show

public int show()
Shows the dialog.


show

public int show(URISelectionDialog.Validator validator)
Shows the dialog.


getResults

public java.net.URI[] getResults()
Gets any dialog result parameters as an array of objects.