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