Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.ide.view
Class GUIUtilities  view GUIUtilities download GUIUtilities.java

java.lang.Object
  extended byjavax.ide.Service
      extended byjavax.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.