Class
caplin.workbench.connectionstatuseditor

WorkbenchConnectionStatusEditor

Implements caplin.workbench.ui.WorkbenchComponent

The caplin.workbench.connectionstatuseditor.WorkbenchConnectionStatusEditor will create a connection state UI representation that can be manually controlled by the user.

This workbench widget will use a {@link caplin.services.testing.ConnectionServiceStub} which can be optionally initialized to start in certain initial state.


To use this class, add it to a {@link caplin.workbench.ui.Workbench} object. E.g.
var oWorkbenchConnectionStatusEditorr = new caplin.workbench.connectionstatuseditor.WorkbenchConnectionStatusEditor();

workbench.addToLeftWing(oWorkbenchConnectionStatusEditorr, "ConnectionStateEditor");
.

Constructor Summary

Attributes Name and Description
caplin.workbench.connectionstatuseditor.WorkbenchConnectionStatusEditor()

Method Summary

Attributes Name and Description
void getElement()

Constructor Detail

caplin.workbench.connectionstatuseditor.WorkbenchConnectionStatusEditor()

Method Detail