public class WorkbenchView extends WorkbenchController.View
SignalViewStateChanged
Constructor and Description |
---|
WorkbenchView() |
Modifier and Type | Method and Description |
---|---|
javax.swing.JComponent |
getComponent() |
void |
registerViewStatePane(WorkbenchController.ViewState state,
javax.swing.JComponent component) |
void |
setViewStateEnabled(WorkbenchController.ViewState state,
boolean isEnabled) |
void |
showViewState(WorkbenchController.ViewState state) |
public javax.swing.JComponent getComponent()
public void registerViewStatePane(WorkbenchController.ViewState state, javax.swing.JComponent component)
registerViewStatePane
in class AbstractContainerController.View<WorkbenchController.ViewState>
public void setViewStateEnabled(WorkbenchController.ViewState state, boolean isEnabled)
setViewStateEnabled
in class AbstractContainerController.View<WorkbenchController.ViewState>
public void showViewState(WorkbenchController.ViewState state)
showViewState
in class AbstractContainerController.View<WorkbenchController.ViewState>