public class ProgressWindow extends Object
No methods may be called on this window befor it has been initialised through
initialise().
| Constructor and Description |
|---|
ProgressWindow(GuiController guiController)
Creates a progress window that will report the user’s requests to the given
guiController. |
| Modifier and Type | Method and Description |
|---|---|
void |
hide()
Hides the progress window.
|
void |
initialise()
Initialises this window.
|
void |
setAborting()
Updates the window to reflect that the analysis is running.
|
void |
setPaused()
Updates the window to reflect that the analysis is paused.
|
void |
setPreparing()
Updates the window to reflect that the analysis is being prepared.
|
void |
setRunning()
Updates the window to reflect that the analysis is running.
|
void |
show()
Shows the progress window in order to indicate that Beagle’s analysis is running.
|
public ProgressWindow(GuiController guiController)
guiController.guiController - The controller to report the user’s requests to.public void initialise()
public void show()
public void hide()
public void setPreparing()
public void setRunning()
public void setAborting()
public void setPaused()