com.togethersoft.openapi.ide.progress
Class IdeProgressIndicatorAccess


public abstract class IdeProgressIndicatorAccess

Provides access to the IdeProgressIndicator (used for creating progress indicators).

Author:
TogetherSoft
See Also: IdeProgressIndicator

Method Summary
 static IdeProgressIndicatorcreateProgressIndicator()
           Creates new IdeProgressIndicator.
 static IdeProgressIndicatorgetProgressIndicator()
           Returns IdeProgressIndicator.
 protected static voidsetFactory(IdeProgressIndicatorFactory factory)
           Specifies factory that will be used to create new IdeProgressIndicator.
 protected static voidsetProgressIndicator(IdeProgressIndicator indicator)
           Specifies IdeProgressIndicator.

Method Detail

createProgressIndicator

public static IdeProgressIndicator createProgressIndicator()
Creates new IdeProgressIndicator.
Returns: New IdeProgressIndicator.

getProgressIndicator

public static IdeProgressIndicator getProgressIndicator()
Returns IdeProgressIndicator.
Returns: IdeProgressIndicator
See Also:
IdeProgressIndicator

setFactory

protected static void setFactory(IdeProgressIndicatorFactory factory)
Specifies factory that will be used to create new IdeProgressIndicator.
Parameters:
factory - IdeProgressIndicatorFactory object used to produce progress indicator

setProgressIndicator

protected static void setProgressIndicator(IdeProgressIndicator indicator)
Specifies IdeProgressIndicator. This method can be called only once.
Parameters:
indicator - IdeProgressIndicator object to be used as the current progress indicator

Association Links

to Class com.togethersoft.openapi.ide.progress.IdeProgressIndicator

to Class com.togethersoft.openapi.ide.progress.IdeProgressIndicatorFactory