public class Controller
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected ControllerMaster |
master |
Constructor and Description |
---|
Controller() |
Modifier and Type | Method and Description |
---|---|
boolean |
isHelpOpen()
Many controllers need to know if the help view is open so that they can de-activate
the Help button on the menu.
|
void |
onHelpViewStatusChanged(boolean isHelpOpen)
Some controllers must enable the help button when the help window is closed or disable
the help button when the help is opened.
|
protected ControllerMaster master
public boolean isHelpOpen()
public void onHelpViewStatusChanged(boolean isHelpOpen)
isHelpOpen
- boolean to know if the help is open.