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 Object
implements StepConfigFactory
Factory for making new AssertionStepEditor Uis
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateConfigUI(ChartUIModel model, ChartUIElement element) Create the editnig UI for the given chart elementvoidinitPopupMenu(ChartUIModel model, ChartUIElement element, JPopupMenu menu) A chance for the step to add config actions for a chart element.
-
Constructor Details
-
AssertionStepFactory
-
-
Method Details
-
createConfigUI
Description copied from interface:StepConfigFactoryCreate the editnig UI for the given chart element- Specified by:
createConfigUIin interfaceStepConfigFactory
-
initPopupMenu
Description copied from interface:StepConfigFactoryA chance for the step to add config actions for a chart element.- Specified by:
initPopupMenuin interfaceStepConfigFactory
-