public class DisplayWorkspaceCopyFormThread
extends java.lang.Object
implements java.lang.Runnable
| Constructor and Description |
|---|
DisplayWorkspaceCopyFormThread(java.lang.String workspaces_id,
WorkspaceForm ownedBy)
General constructor, sets the workspace id of this form.
|
| Modifier and Type | Method and Description |
|---|---|
void |
run()
If the workspace copy form is hidden, show and focus.
|
public DisplayWorkspaceCopyFormThread(java.lang.String workspaces_id,
WorkspaceForm ownedBy)
workspaces_id - A valid workspace id.ownedBy - The form that owns this class.