public class DisplayLevelBuilderFormThread
extends java.lang.Object
implements java.lang.Runnable
| Constructor and Description |
|---|
DisplayLevelBuilderFormThread(java.lang.String workspaces_id,
WorkspaceForm ownedBy)
General constructor, passes in the workspace id and the owner of this form.
|
| Modifier and Type | Method and Description |
|---|---|
void |
run()
If the level builder form is hidden, show and focus.
|
public DisplayLevelBuilderFormThread(java.lang.String workspaces_id,
WorkspaceForm ownedBy)
workspaces_id - A workspace id.ownedBy - The owner of this form.