| Modifier and Type | Field and Description |
|---|---|
WorkspaceForm |
TyreDatBuilder.currentWorkspace |
| Constructor and Description |
|---|
BuildDatForm(java.lang.String workspaces_id,
WorkspaceForm ownedBy)
Constructor that sets the workspace id, and the container that owns this form.
|
BuildDatProcess(java.lang.String WkspcId,
WorkspaceForm Owner,
java.io.PrintStream Out,
javax.swing.JTextArea TextArea)
Constructor that sets the workspace id, the owner, a print stream, and a text area for live logging of the process.
|
CheckTablesForm(java.lang.String workspaces_id,
WorkspaceForm ownedBy)
Constructor that sets the workspace id and the owner form.
|
CheckTablesProcess(java.lang.String workspaces_id,
WorkspaceForm ownedBy)
Creates a new CheckTables thread.
|
CleanDatForm(java.lang.String workspaces_id,
WorkspaceForm ownedBy)
Constructor that sets the workspace id and the owner of this form.
|
CleanDatProcess(java.lang.String workspaces_id,
WorkspaceForm ownedBy)
Constructor that provides the workspace id and the form that owns this process.
|
DisplayBuildDatFormThread(java.lang.String workspaces_id,
WorkspaceForm ownedBy)
Creates a new instance of displayBuildDatFormThread.
|
DisplayCheckTablesFormThread(java.lang.String workspaces_id,
WorkspaceForm ownedBy)
Creates a new instance of displayValidateDatForm.
|
DisplayCleanDatFormThread(java.lang.String workspaces_id,
WorkspaceForm ownedBy)
Creates a new instance of displayCleanDatFormThread.
|
DisplayLevelBuilderFormThread(java.lang.String workspaces_id,
WorkspaceForm ownedBy)
General constructor, passes in the workspace id and the owner of this form.
|
DisplayNpcPreviewFormThread(java.lang.String workspaces_id,
WorkspaceForm ownedBy)
Creates a new instance of displayNpcPreviewForm.
|
DisplayValidateDatFormThread(java.lang.String workspaces_id,
WorkspaceForm ownedBy)
Creates a new instance of displayValidateDatForm.
|
DisplayWorkspaceCopyFormThread(java.lang.String workspaces_id,
WorkspaceForm ownedBy)
General constructor, sets the workspace id of this form.
|
LevelBuilderForm(java.lang.String workspaces_id,
WorkspaceForm ownedBy)
Creates a new level builder form.
|
ValidateDatForm(java.lang.String workspaces_id,
WorkspaceForm ownedBy)
Creates a new instance of validateDatForm
|
ValidateDatProcess(java.lang.String workspaces_id,
WorkspaceForm Owner)
Creates a new instance of validateDatProcess.
|
WorkspaceCopyForm(java.lang.String workspaces_id,
WorkspaceForm ownedBy)
Creates a new workspaceCopyClass.
|