| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
          Description
| Interface Summary | |
|---|---|
| IDEDialogs | The IDEDialogs provides the interface through which extension writers can invoke standard IDE dialogs, such as: information, warning, error, file and directory selection dialogs. | 
| ProgressMonitor | Use to Monitor the progress of time consuming operations. | 
| URISelectionDialog | This interface gives clients a portable interface to control basic file and directory selection dialogs. | 
| URISelectionDialog.Validator | Clients of the URISelectionDialogimplement aValidatorwhen they need to validate the selected URI(s) 
 before the selection dialog is dismissed. | 
| Viewable | Viewables are objects that map directly to visible
 GUI elements that users can select. | 
| WaitCursor | WaitCursorinterface. | 
| Class Summary | |
|---|---|
| DefaultViewable | DefaultViewables are objects that map directly to visible
 GUI elements that users can select such as a menu items, nodes in
 the project explorer, etc.. | 
| GUIPanel | A GUIPanelopaquely encapsulates the gui panel that is to 
 be hosted by an IDE's service such as: the IDE preferences panel, 
 the editor's panel, etc.. | 
| GUIUtilities | The GUIUtilities provide access to the IDEDialogs, aWaitCursorand aProgressMonitorobjects that extension
 writers use for * time consuming tasks. | 
| View | Viewcomponents display information to the user. | 
IDE view support classes and interfaces. These classes and interfaces hide platform specific graphical user interface components.
  For example, the GUIPanel encapsulates a graphical panel
  that IDEs can host on IDE provided windows.
  The Viewable interface is an abstraction for data objects that
  can be displayed inside graphical user interfaces, and that users can 
  select and perform operations on.
| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||