Class OpenNodeInspectorBySelection
java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.designer.common.editor.OpenNodeInspectorBySelection
- All Implemented Interfaces:
SelectionChangeListener
@Component
public class OpenNodeInspectorBySelection
extends Object
implements SelectionChangeListener
- Author:
- Abdulin
-
Constructor Summary
ConstructorsConstructorDescriptionOpenNodeInspectorBySelection
(InspectorManager inspectorManager, BpmnContextFactory bpmnContextFactory) -
Method Summary
Modifier and TypeMethodDescriptionvoid
onCancelSelection
(Bpmn2Editor editor) void
onSelection
(Bpmn2Editor editor, SelectionInfo selectionInfo)
-
Constructor Details
-
OpenNodeInspectorBySelection
@Autowired public OpenNodeInspectorBySelection(InspectorManager inspectorManager, BpmnContextFactory bpmnContextFactory)
-
-
Method Details
-
onSelection
- Specified by:
onSelection
in interfaceSelectionChangeListener
-
onCancelSelection
- Specified by:
onCancelSelection
in interfaceSelectionChangeListener
-