| Interface | Description |
|---|---|
| DataAccessTemplate |
Abstract dataAccess class, base template for SQL database access.
|
| TyreDatBuilderFormTemplate |
Interface for future expansion of workspace builder forms.
|
| Class | Description |
|---|---|
| BuildDatForm |
The buildDatForm holds the GUI displayed when a new game DAT file is being built.
|
| BuildDatProcess |
Runnable class that is responsible for generating the serialized file representation of the game database.
|
| CheckBoxNode |
Check box node used as part of a tree view.
|
| CheckBoxTreeCellRenderer |
Check box node used as part of a tree view.
|
| CheckTablesForm |
Runs a check on the data tables.
|
| CheckTablesProcess |
Runnable class that performs checks on the database tables for a given workspace id.
|
| CleanDatForm |
Class that displays the form for running a clean DAT asynchronous process.
|
| CleanDatProcess |
Worker process for cleaning a DAT file.
|
| ComboBoxNode |
Class the stores text and a selected id value.
|
| ConfigForm |
configForm class handles the configuration XML form and it's GUI interface.
|
| CreateWorkspaceForm |
Class that handles creating a new workspace or prepping the database for
a new workspace.
|
| DataAccess |
DataAccess implementation class supporting Oracle databases.
|
| DisplayBuildDatFormThread |
Runnable class that displays the build DAT form.
|
| DisplayCheckTablesFormThread |
Runnable class that displays the check tables form.
|
| DisplayCleanDatFormThread |
Runnable class that displays the clean DAT form.
|
| DisplayConfigFormThread |
Runnable class that is used to display the configuration form.
|
| DisplayCreateWorkspaceThread |
Runnable class that is used to display the workspace form.
|
| DisplayLevelBuilderFormThread |
Runnable class that is sued to display the level builder form.
|
| DisplayNpcPreviewFormThread |
Runnable class to display the NPC preview form.
|
| DisplayOpenWorkspaceThread |
Runnable class that shows the open workspace form.
|
| DisplayValidateDatFormThread |
Runnable class that displays the validate DAT form.
|
| DisplayWorkspaceCopyFormThread |
Runnable class to display the workspace copy form.
|
| DisplayWorkspaceFormThread | |
| FileExtensionFilter |
File extension filter for adjusting what files appear in a file chooser.
|
| FormBuilder |
Creates a new instance of the formBuilder class.
|
| ImageFileChooser |
Class used to locate and set image files.
|
| ImagePreview |
Image preview helper class.
|
| ImageSample |
Image preview helper class.
|
| ImageTreeCellRenderer |
Image node used as part of a tree view.
|
| JPanelEx |
An extension of the JPanel class that holds extra information.
|
| JTextAreaEx |
An extension of the JTextArea class that holds extra information.
|
| JTextFieldEx |
An extension of the JTextArea class that holds extra information.
|
| LevelBuilderForm |
This form is used to visually build levels in the game.
|
| LinkTableObject |
The link table object class represents the connection between rooms.
|
| MidiFileChooser |
Class used to locate and set sound files.
|
| NamedVector |
A named vector class.
|
| NpcPreviewForm | |
| Objects |
A wrapper class that is used to represent an object table entry.
|
| OpenWorkspaceForm |
A form that allows users to choose a workspace to open from a drop down list.
|
| RoomData |
Represents a room data object.
|
| RoomPreview |
Shows a preview of the contents of a room in the game, using live game data.
|
| StoredProcedure |
An extension of the JPanel class that holds extra information.
|
| TreeLabel |
Tree label extends JPanel and is used as a tree node label.
|
| TreeNodeEx |
This class extends the default TreeNode to allow for the quick storage
and access of application specific information.
|
| TyreDatBuilder |
Main Java class used to start the TyreDatBuilderGui2 project.
|
| TyreUtils |
Simple class that provides some basic utilities.
|
| ValidateDatForm |
The DAT validation form handles the GUI for the DAT validation process.
|
| ValidateDatProcess |
A runnable class that attempts to validate the DAT reading process.
|
| WorkspaceCopyForm |
A copy workspace feature that allows you to copy information from one workspace to another.
|
| WorkspaceForm |
Workspace form is the main editing form that allows you to view all of
your workspace objects in a tree view.
|
| Enum | Description |
|---|---|
| DataAccessTemplate.DatabaseType |
Lists the supported database types.
|