| Class | Description |
|---|---|
| AdminGenericPuzzleTableView |
The jTableView for the JTable associated with the administrator create/edit PebbleIt puzzles.
|
| AdminGraphTable |
The jTableView for the JTable associated with the administrator create/edit graph screen.
|
| AdminReplayTable |
The jTableView for the JTable associated with the administrator replay screen.
|
| AdminUserTable |
Administrator screen for interfacing with users.
|
| AlgorithmInfoTable | |
| AlgorithmPuzzleTable | |
| AlgorithmSolutionsTable |
The jTableView for the algorithm solutions JTable associated with the algorithm info screen.
|
| DifficultyRenderer | |
| GlobalScoreTable |
Display Global Scores
|
| HighScoreTable |
High scores.
|
| MultiLineCellRenderer | |
| PuzzleTable |
Sets up the table that allows user to jTableView which PebbleIt and related puzzles they wish to play
|
| SolutionTable |
This class took far too long to create, but I suppose a few things were learned...
|
| TableView<T extends TableRow> |
Base jTableView for the administrator screens.
|