|
|||||||||
| 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

- 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.
|
|||||||||
| Home >> All >> javax >> ide >> [ view overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC