| Package | Description |
|---|---|
| javax.ide.view |
IDE view support classes and interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
URISelectionDialog |
IDEDialogs.getDirectorySelectionDialog(java.lang.String title, java.net.URI location, Context context, GUIPanel parent)
Creates a "directory selection" dialog.
|
URISelectionDialog |
IDEDialogs.getFileSelectionDialog(java.lang.String title, java.net.URI location, Context context, GUIPanel parent)
Creates a "file selection" dialog.
|