| |
|
| java.lang.Object org.eclipse.ui.internal.progress.ProgressAnimationProcessor
ProgressAnimationProcessor | class ProgressAnimationProcessor implements IAnimationProcessor(Code) | | The ProgressAnimationProcessor is the processor for the animation using the
system progress.
|
ProgressAnimationProcessor | ProgressAnimationProcessor(AnimationManager animationManager)(Code) | | Create a new instance of the receiver and listen to the animation
manager.
Parameters: animationManager - |
animationFinished | public void animationFinished()(Code) | | |
animationStarted | public void animationStarted()(Code) | | |
getPreferredWidth | public int getPreferredWidth()(Code) | | |
hasItems | public boolean hasItems()(Code) | | |
isProcessorJob | public boolean isProcessorJob(Job job)(Code) | | |
itemsInactiveRedraw | public void itemsInactiveRedraw()(Code) | | |
startAnimationLoop | public void startAnimationLoop(IProgressMonitor monitor)(Code) | | |
|
|
|