Package | Description |
---|---|
be.ac.ulb.infof307.g02.controllers | |
be.ac.ulb.infof307.g02.views |
Modifier and Type | Field and Description |
---|---|
private HelpPage |
ControllerWithMenu.helpPage |
Modifier and Type | Method and Description |
---|---|
void |
ControllerMaster.onShowHelp(HelpPage helpPage)
Shows the help view in a new stage
|
Constructor and Description |
---|
ControllerWithMenu(HelpPage helpPage) |
ControllerWithMenuThatSaves(HelpPage helpPage) |
HelpController(ControllerMaster controllerMaster,
HelpPage helpPage) |
Modifier and Type | Method and Description |
---|---|
static HelpPage |
HelpPage.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HelpPage[] |
HelpPage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private void |
HelpView.initializeHelpView(HelpPage helpPage)
Sets up the user interface with a specific help page to display
|
Constructor and Description |
---|
HelpView(HelpController controller,
HelpPage helpPage) |