public class SceneFrame.UpdateSceneTask extends Object
Constructor and Description |
---|
UpdateSceneTask(PatchTableModel model,
int[] indx) |
Modifier and Type | Method and Description |
---|---|
void |
cancel() |
int |
getCurrent()
Called from ProgressBarDemo to find out how much has been done.
|
int |
getLengthOfTask()
Called from ProgressBarDemo to find out how much work needs to be
done.
|
String |
getMessage()
Returns the most recent status message, or null if there is no
current status message.
|
void |
go() |
boolean |
isDone()
Called from ProgressBarDemo to find out if the task has completed.
|
void |
undo() |
public UpdateSceneTask(PatchTableModel model, int[] indx)
public void go()
public int getLengthOfTask()
public int getCurrent()
public void cancel()
public boolean isDone()
public String getMessage()
public void undo()
Copyright © 2014. All Rights Reserved.