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