public class CancelWorkbenchView extends CancelWorkbenchController.View
Modifier and Type | Field and Description |
---|---|
static int |
WaitDisplayDelayDefault |
SignalViewStateChanged
Constructor and Description |
---|
CancelWorkbenchView() |
Modifier and Type | Method and Description |
---|---|
void |
displayComputing() |
void |
displayReady() |
javax.swing.JComponent |
getComponent() |
void |
registerViewStatePane(CancelPreprocessors state,
javax.swing.JComponent component) |
void |
setViewStateEnabled(CancelPreprocessors state,
boolean isEnabled) |
void |
showViewState(CancelPreprocessors state) |
public static final int WaitDisplayDelayDefault
public javax.swing.JComponent getComponent()
public void registerViewStatePane(CancelPreprocessors state, javax.swing.JComponent component)
registerViewStatePane
in class AbstractContainerController.View<CancelPreprocessors>
public void setViewStateEnabled(CancelPreprocessors state, boolean isEnabled)
setViewStateEnabled
in class AbstractContainerController.View<CancelPreprocessors>
public void showViewState(CancelPreprocessors state)
showViewState
in class AbstractContainerController.View<CancelPreprocessors>
public void displayComputing()
displayComputing
in class CancelWorkbenchController.View
public void displayReady()
displayReady
in class CancelWorkbenchController.View