@Deprecated public class ExecutionNodeProgressAnimator extends java.lang.Object implements java.lang.Runnable, Disposable
Disposable.Parent
Modifier and Type | Field and Description |
---|---|
static javax.swing.Icon[] |
FRAMES
Deprecated.
|
Constructor and Description |
---|
ExecutionNodeProgressAnimator(BuildTreeConsoleView treeConsoleView)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addNode(ExecutionNode currentNode)
Deprecated.
|
void |
dispose()
Deprecated.
Usually not invoked directly, see class javadoc.
|
static javax.swing.Icon |
getCurrentFrame()
Deprecated.
|
static int |
getCurrentFrameIndex()
Deprecated.
|
void |
run()
Deprecated.
|
void |
startMovie()
Deprecated.
|
void |
stopMovie()
Deprecated.
|
public ExecutionNodeProgressAnimator(BuildTreeConsoleView treeConsoleView)
public static int getCurrentFrameIndex()
public static javax.swing.Icon getCurrentFrame()
public void run()
run
in interface java.lang.Runnable
public void addNode(ExecutionNode currentNode)
public void startMovie()
public void stopMovie()
public void dispose()
Disposable
dispose
in interface Disposable