Package | Description |
---|---|
cusack.hcg.games.graph.graph | |
cusack.hcg.gui.controller | |
cusack.hcg.gui.controller.admin | |
cusack.hcg.gui.screens | |
cusack.hcg.gui.view.tables |
Constructor and Description |
---|
ChooseGraphController(GUI g,
TableView<GraphWithUsage> view)
Constructor
|
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) |
void |
AlgorithmTableController.init(StackedScreen g,
java.lang.String gameName,
TableView<PlayablePuzzle> view) |
void |
GenericTableController.init(StackedScreen g,
java.lang.String gameName,
TableView<S> view) |
void |
ChooseGenericTableController.init(StackedScreen g,
TableView<PlayablePuzzle> view,
Puzzle.PuzzleType type) |
void |
TableController.setView(TableView<T> view) |
Constructor and Description |
---|
AlgorithmInfoTableController(GUI g,
java.lang.String gameName,
TableView<UserAlgorithm> view) |
GenericTableController(StackedScreen g,
java.lang.String gameName,
TableView<S> view) |
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
|
Constructor and Description |
---|
TableSplitScreen(TableView<T> view,
TableController<T> controller) |
Modifier and Type | Class and Description |
---|---|
class |
AdminGenericPuzzleTableView
The jTableView for the JTable associated with the administrator create/edit PebbleIt puzzles.
|
class |
AdminGraphTable
The jTableView for the JTable associated with the administrator create/edit graph screen.
|
class |
AdminReplayTable
The jTableView for the JTable associated with the administrator replay screen.
|
class |
AdminUserTable
Administrator screen for interfacing with users.
|
class |
AlgorithmInfoTable |
class |
AlgorithmPuzzleTable |
class |
AlgorithmSolutionsTable
The jTableView for the algorithm solutions JTable associated with the algorithm info screen.
|
class |
GlobalScoreTable
Display Global Scores
|
class |
HighScoreTable
High scores.
|
class |
PuzzleTable
Sets up the table that allows user to jTableView which PebbleIt and related puzzles they wish to play
|
class |
SolutionTable
This class took far too long to create, but I suppose a few things were learned...
|