com.togethersoft.openapi.ide.progress
Class IdeProgressIndicatorAccess


public abstract class IdeProgressIndicatorAccess

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

Author:
TogetherSoft
Since: Together 3.0
See Also: IdeProgressIndicator

Field Summary
 private static IdeProgressIndicatorFactorymyFactory
           
 private static IdeProgressIndicatormyIndicator
           

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.

Field Detail

myFactory

private static IdeProgressIndicatorFactory myFactory

myIndicator

private static IdeProgressIndicator myIndicator
Method Detail

createProgressIndicator

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

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
Since:
Together 3.1

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