| Class and Description |
|---|
| BuildDatForm
The buildDatForm holds the GUI displayed when a new game DAT file is being built.
|
| CheckTablesForm
Runs a check on the data tables.
|
| CleanDatForm
Class that displays the form for running a clean DAT asynchronous process.
|
| 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.
|
| DataAccessTemplate
Abstract dataAccess class, base template for SQL database access.
|
| DataAccessTemplate.DatabaseType
Lists the supported database types.
|
| FormBuilder
Creates a new instance of the formBuilder class.
|
| ImageFileChooser
Class used to locate and set image files.
|
| ImageSample
Image preview helper class.
|
| LevelBuilderForm
This form is used to visually build levels in the game.
|
| LinkTableObject
The link table object class represents the connection between rooms.
|
| 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.
|
| RoomPreview
Shows a preview of the contents of a room in the game, using live game data.
|
| 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.
|
| ValidateDatForm
The DAT validation form handles the GUI for the DAT validation 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.
|