|
|||||||||
| Home >> All >> javax >> ide >> [ view overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
javax.ide.view
Class GUIUtilities

java.lang.Objectjavax.ide.Service
javax.ide.view.GUIUtilities
- public abstract class GUIUtilities
- extends javax.ide.Service
The GUIUtilities provide access to the IDEDialogs, a WaitCursor and a ProgressMonitor objects that extension writers use for * time consuming tasks.
| Field Summary |
| Fields inherited from class javax.ide.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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
GUIUtilities
public GUIUtilities()
| Method Detail |
getIDEDialogs
public abstract IDEDialogs getIDEDialogs()
- Get the IDEDialogs that can be used to show standard IDE
dialogs.
getWaitCursor
public abstract WaitCursor getWaitCursor()
- Get a wait cursor indicating that a time consuming operation is
in progress.
getProgressMonitor
public abstract ProgressMonitor getProgressMonitor()
- Get a progress monitor to show that a time consuming operation is
in progress.
getGUIUtilities
public static GUIUtilities getGUIUtilities()
- Get the GUIUtilities service for this IDE.
|
|||||||||
| Home >> All >> javax >> ide >> [ view overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC