|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.kwfgrid.gwui.gui.AbstractWorkflowElementView
net.kwfgrid.gwui.gui.AbstractWorkflowElementEditor
public abstract class AbstractWorkflowElementEditor
Abstract super class for an editor of a workflow element.
| Constructor Summary | |
|---|---|
protected |
AbstractWorkflowElementEditor(Executor executor,
net.kwfgrid.gworkflowdl.protocol.structure.ProtocolWorkflow workflow,
net.kwfgrid.gworkflowdl.protocol.structure.IStructureObject element)
Constructor. |
| Method Summary | |
|---|---|
protected Executor |
getExecutor()
Get the executor for method calls on the document edited by this editor. |
boolean |
isEditable()
|
boolean |
isPerformingTask()
Check if a task which has been initiated by this view is currently performed. |
void |
notifyTaskFailed()
|
void |
notifyTaskFinished()
|
void |
setEditable(boolean editable)
Set if this view is editable. |
void |
setPerformingTask(boolean performing)
Set if a task which has been initiated by this view is currently performed. |
| Methods inherited from class net.kwfgrid.gwui.gui.AbstractWorkflowElementView |
|---|
createBorder, dispose, getElement, getWorkflow, isEnabled, objectsAdded, objectsRemoved, propertyChanged, setEnabled, updateState, updateView |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.glassbox.gui.Visible |
|---|
getView |
| Constructor Detail |
|---|
protected AbstractWorkflowElementEditor(Executor executor,
net.kwfgrid.gworkflowdl.protocol.structure.ProtocolWorkflow workflow,
net.kwfgrid.gworkflowdl.protocol.structure.IStructureObject element)
exeuctor - The exeuctor to run method calls.workflow - The edited workflow.element - The edited element, an object in the workflow structure.| Method Detail |
|---|
protected Executor getExecutor()
public void setPerformingTask(boolean performing)
updateState() after changing the performing-task state.
public boolean isPerformingTask()
public void setEditable(boolean editable)
updateState() after changing the editable state.
public boolean isEditable()
public void notifyTaskFinished()
notifyTaskFinished in interface GUIMethodCallTask.Callbackpublic void notifyTaskFailed()
notifyTaskFailed in interface GUIMethodCallTask.Callback
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||