Class UserTaskInspector
java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.designer.common.inspector.NodeInspector
ru.cg.webbpm.studio.subsystems.bpmn.designer.common.inspector.UserTaskInspector
- All Implemented Interfaces:
Inspector
- Author:
- Tim Urmancheev
-
Field Summary
Fields inherited from class ru.cg.webbpm.studio.subsystems.bpmn.designer.common.inspector.NodeInspector
header, nameField, taskNameLabel
-
Constructor Summary
ConstructorsConstructorDescriptionUserTaskInspector
(UserTaskContext context, PageManager pageManager, NavigationManager navigationManager, Alerts alerts) -
Method Summary
Methods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.designer.common.inspector.NodeInspector
applyEditorStyle, applyLabelStyle, dispose, getComponent
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ru.cg.webbpm.studio.platform.api.inspector.Inspector
getRequiredWidth
-
Constructor Details
-
Method Details
-
getName
- Specified by:
getName
in interfaceInspector
- Overrides:
getName
in classNodeInspector
-
getContent
protected javafx.scene.Node getContent()- Specified by:
getContent
in classNodeInspector
-
getContext
- Specified by:
getContext
in interfaceInspector
- Overrides:
getContext
in classNodeInspector
-