| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.4.0) E13403-05  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.ide.Service
javax.ide.view.GUIUtilities
public abstract class GUIUtilities
The GUIUtilities provide access to the IDEDialogs, a
 WaitCursor and a ProgressMonitor objects that extension
 writers use for * time consuming tasks.
Service| Constructor Summary | |
|---|---|
GUIUtilities()
 | 
|
| Method Summary | |
|---|---|
static GUIUtilities | 
getGUIUtilities()
Get the GUIUtilities service for this IDE.  | 
abstract  IDEDialogs | 
getIDEDialogs()
Get the IDEDialogs that can be used to show standard IDE
 dialogs. | 
abstract  ProgressMonitor | 
getProgressMonitor()
Get a progress monitor to show that a time consuming operation is in progress.  | 
abstract  WaitCursor | 
getWaitCursor()
Get a wait cursor indicating that a time consuming operation is in progress.  | 
| Methods inherited from class javax.ide.Service | 
|---|
getService, initialize, resetAllServices | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public GUIUtilities()
| Method Detail | 
|---|
public abstract IDEDialogs getIDEDialogs()
IDEDialogs that can be used to show standard IDE
 dialogs.
IDEDialogs.public abstract WaitCursor getWaitCursor()
WaitCursor.public abstract ProgressMonitor getProgressMonitor()
ProgressMonitor.public static GUIUtilities getGUIUtilities()
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.4.0) E13403-05  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||