Modifier and Type | Class and Description |
---|---|
class |
ChooseGraphController
This class allows the user to choose a graph to edit, rename, copy, or create a new graph from scratch.
|
Modifier and Type | Class and Description |
---|---|
class |
ChooseLightsOutController |
Modifier and Type | Class and Description |
---|---|
class |
ChooseFindDesignsController |
Modifier and Type | Class and Description |
---|---|
class |
ChooseConfoundItController
This is where a user can choose ConfoundIt puzzles.
|
Modifier and Type | Class and Description |
---|---|
class |
ChooseOptimizeItController
This is where a user can choose ConfoundIt puzzles.
|
Modifier and Type | Class and Description |
---|---|
class |
ChooseReachItController
This class is a specialized version of the ChoosePuzzleController were the specific type of puzzle to be returned to the user, pebbleIt, lightsOut,
etc, can be specifically created here.
|
Modifier and Type | Class and Description |
---|---|
class |
ChooseRockItController
This class is a specialized version of the ChoosePuzzleController were the specific type of puzzle to be returned to the user, pebbleIt, lightsOut,
etc, can be specifically created here.
|
Modifier and Type | Class and Description |
---|---|
class |
ChoosePortalForgerController |
Modifier and Type | Class and Description |
---|---|
class |
ChoosePowerHousesController |
Modifier and Type | Class and Description |
---|---|
class |
ChoosePowerLinesController |
Modifier and Type | Class and Description |
---|---|
class |
ChoosePowerZonesController |
Modifier and Type | Class and Description |
---|---|
class |
ChooseMinimumSpanningTreeController |
Modifier and Type | Class and Description |
---|---|
class |
ChooseSSShortestPathController |
Modifier and Type | Class and Description |
---|---|
class |
ChooseTravelingSalesmanController |
Modifier and Type | Class and Description |
---|---|
class |
AlgorithmInfoTableController |
class |
AlgorithmTableController
An interface to run algorithms with.
|
class |
ChooseGenericTableController
This class is the controller for the screen where a puzzle is chosen by a user to be played.
|
class |
GenericTableController<S extends TableRow> |
class |
OldAlgorithmTableController
An interface to run algorithms with.
|
Modifier and Type | Class and Description |
---|---|
class |
AdminGenericPuzzleTableController<S extends PuzzleInstance>
This class is the controller for the screen where a user can choose a pebble puzzle to edit.
|
class |
AdminGenericReplayTableController
JTable screen that allows for administrator to see the selection of replay for games.
|
class |
AdminUserTableController
Controller for administration of users.
|
Modifier and Type | Method and Description |
---|---|
TableController<T> |
TableSplitScreen.getController() |
Constructor and Description |
---|
TableSplitScreen(TableView<T> view,
TableController<T> controller) |
Modifier and Type | Method and Description |
---|---|
void |
TableView.setController(TableController<T> controller) |