Package | Description |
---|---|
cusack.hcg.games.graph.graph | |
cusack.hcg.gui | |
cusack.hcg.gui.controller | |
cusack.hcg.gui.controller.admin | |
cusack.hcg.gui.dialogs | |
cusack.hcg.gui.screens | |
cusack.hcg.gui.view |
Constructor and Description |
---|
ChooseGraphController(GUI g,
TableView<GraphWithUsage> view)
Constructor
|
Modifier and Type | Method and Description |
---|---|
static void |
Resources.createResources(GUI g) |
Modifier and Type | Method and Description |
---|---|
void |
OldAlgorithmTableController.init(GUI g,
java.lang.String gameName,
TableView<PlayablePuzzle> view) |
void |
AlgorithmInfoTableController.init(GUI g,
java.lang.String gameName,
TableView<UserAlgorithm> view) |
Constructor and Description |
---|
AlgorithmInfoTableController(GUI g,
java.lang.String gameName,
TableView<UserAlgorithm> view) |
Controller(GUI g)
The default constructor that sets up the three panels that make up a controller and any of the controller
subclasses.
|
TableController(GUI g,
TableView<T> view)
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
AdminGenericPuzzleTableController.init(GUI g,
java.lang.String gameName,
TableView<PlayablePuzzle> view) |
Constructor and Description |
---|
AdminGenericPuzzleTableController(GUI g,
java.lang.String gameName,
TableView<PlayablePuzzle> view) |
AdminGenericReplayTableController(GUI g,
java.lang.String gameName,
TableView<Replay> view) |
AdminUserTableController(GUI g,
TableView<User> view)
Constructor
|
Modifier and Type | Method and Description |
---|---|
static void |
SoundOptionsDialog.showSoundOptionsDialog(GUI gui)
This method displays the options that are available to the user, changing music, scrollbars, themes, etc.
|
Constructor and Description |
---|
AlgorithmInfoChooserScreen(GUI gui) |
MainAlgorithmChooserScreen(GUI gui) |
SoundOptionsDialog(GUI g)
Constructor
|
Constructor and Description |
---|
AdminBaseScreen(GUI g)
Constructor
|
CreditsScreen(GUI g) |
GameFamilySelectionScreen(GUI g) |
GenericGameFamilyMenuScreen(GUI g,
ProblemFamily family) |
GenericMenuScreen(GUI g,
java.lang.Object subclassParams) |
TitleScreen(GUI g,
boolean enable)
Constructor
|
Modifier and Type | Method and Description |
---|---|
static AchievementPanel |
AchievementPanel.getAchievementPanel(GUI g) |
void |
NewsPanel.init(GUI g) |
void |
GlobalScorePanel.init(GUI g) |
static void |
AchievementPanel.showAchievementsFrame(GUI gui,
java.lang.String name) |
static void |
GlobalScorePanel.showGlobalScorePanel(GUI g) |
Constructor and Description |
---|
GlobalScorePanel(GUI g) |
NewsPanel(GUI g) |