Class BeginStepEditor.BeginStepFactory
- java.lang.Object
-
- com.inductiveautomation.sfc.designer.workspace.editors.BeginStepEditor.BeginStepFactory
-
- All Implemented Interfaces:
StepConfigFactory
- Enclosing class:
- BeginStepEditor
public static class BeginStepEditor.BeginStepFactory extends java.lang.Object implements StepConfigFactory
Factory for making new BeginStepEditor Uis
-
-
Constructor Summary
Constructors Constructor Description BeginStepFactory(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
-
BeginStepFactory
public BeginStepFactory(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
-
-