Package | Description |
---|---|
javax.ide.menu |
The menu registration classes that extension writers use to find information
about actions and menus.
|
javax.ide.property |
The property page extension classes that extension writers need to
implement in order to add their own property panels to an IDE
preferences UI and to the project settings UI.
|
javax.ide.view |
IDE view support classes and interfaces.
|
oracle.ide.inspector.layout |
Contains interfaces and abstract classes describing the property form layout
information.
|
Modifier and Type | Method and Description |
---|---|
abstract GUIPanel |
ItemFactory.createItem(java.lang.String path)
Create the GUI item for the specified menu or toolbar item.
|
Modifier and Type | Method and Description |
---|---|
abstract GUIPanel |
PropertyPage.getGUI()
Get the root graphical user interface component.
|
Modifier and Type | Method and Description |
---|---|
abstract GUIPanel |
View.getGUI()
Get the root graphical user interface component.
|
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.
|
void |
IDEDialogs.showErrorDialog(java.lang.String title,
java.lang.String message,
GUIPanel parent)
Show an error message box with title and message as specified
|
void |
IDEDialogs.showInformationDialog(java.lang.String title,
java.lang.String message,
GUIPanel parent)
Show an informational message box with title and message as specified.
|
int |
IDEDialogs.showOptionDialog(java.lang.String title,
java.lang.String message,
int option,
GUIPanel parent)
Show an options dialog with title and message as specified.
|
void |
IDEDialogs.showWarningDialog(java.lang.String title,
java.lang.String message,
GUIPanel parent)
Show a warning type dialog with title and message as specified.
|
void |
ProgressMonitor.start(GUIPanel parent,
java.lang.String msg,
int minValue,
int maxValue,
int delay)
Start monitoring a time consuming operation.
|
Modifier and Type | Method and Description |
---|---|
abstract GUIPanel |
CustomGUIComponent.getGUIPanel() |