|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GUIPanel | |
|---|---|
| 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. |
| Uses of GUIPanel in javax.ide.menu |
|---|
| Methods in javax.ide.menu that return GUIPanel | |
|---|---|
abstract GUIPanel |
ItemFactory.createItem(java.lang.String path)Create the GUI item for the specified menu or toolbar item. |
| Uses of GUIPanel in javax.ide.property |
|---|
| Methods in javax.ide.property that return GUIPanel | |
|---|---|
abstract GUIPanel |
PropertyPage.getGUI()Get the root graphical user interface component. |
| Uses of GUIPanel in javax.ide.view |
|---|
| Methods in javax.ide.view that return GUIPanel | |
|---|---|
abstract GUIPanel |
View.getGUI()Get the root graphical user interface component. |
| Methods in javax.ide.view with parameters of type GUIPanel | |
|---|---|
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. |
| Uses of GUIPanel in oracle.ide.inspector.layout |
|---|
| Methods in oracle.ide.inspector.layout that return GUIPanel | |
|---|---|
abstract GUIPanel |
CustomGUIComponent.getGUIPanel() |
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||