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