Class EnclosingStepEditor.EnclosingStepFactory
- java.lang.Object
-
- com.inductiveautomation.sfc.designer.workspace.editors.EnclosingStepEditor.EnclosingStepFactory
-
- All Implemented Interfaces:
StepConfigFactory
- Enclosing class:
- EnclosingStepEditor
public static class EnclosingStepEditor.EnclosingStepFactory extends java.lang.Object implements StepConfigFactory
Factory for making new EnclosingStepEditor Uis
-
-
Constructor Summary
Constructors Constructor Description EnclosingStepFactory(DesignerContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ElementEditorcreateConfigUI(ChartUIModel model, ChartUIElement element)Create the editnig UI for the given chart elementvoidinitPopupMenu(ChartUIModel model, ChartUIElement element, javax.swing.JPopupMenu menu)A chance for the step to add config actions for a chart element.
-
-
-
Constructor Detail
-
EnclosingStepFactory
public EnclosingStepFactory(DesignerContext context)
-
-
Method Detail
-
createConfigUI
public ElementEditor createConfigUI(ChartUIModel model, ChartUIElement element)
Description copied from interface:StepConfigFactoryCreate the editnig UI for the given chart element- Specified by:
createConfigUIin interfaceStepConfigFactory
-
initPopupMenu
public void initPopupMenu(ChartUIModel model, ChartUIElement element, javax.swing.JPopupMenu menu)
Description copied from interface:StepConfigFactoryA chance for the step to add config actions for a chart element.- Specified by:
initPopupMenuin interfaceStepConfigFactory
-
-