Class ActionStepEditor.ActionStepFactory
java.lang.Object
com.inductiveautomation.sfc.designer.workspace.editors.ActionStepEditor.ActionStepFactory
- All Implemented Interfaces:
StepConfigFactory
- Enclosing class:
- ActionStepEditor
Factory for making new ActionScriptEditor Uis
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateConfigUI
(ChartUIModel model, ChartUIElement element) Create the editnig UI for the given chart elementvoid
initPopupMenu
(ChartUIModel model, ChartUIElement element, JPopupMenu menu) A chance for the step to add config actions for a chart element.
-
Constructor Details
-
ActionStepFactory
public ActionStepFactory()
-
-
Method Details
-
createConfigUI
Description copied from interface:StepConfigFactory
Create the editnig UI for the given chart element- Specified by:
createConfigUI
in interfaceStepConfigFactory
-
initPopupMenu
Description copied from interface:StepConfigFactory
A chance for the step to add config actions for a chart element.- Specified by:
initPopupMenu
in interfaceStepConfigFactory
-