Interface StepConfigFactory
- All Known Implementing Classes:
- ActionStepEditor.ActionStepFactory,- AssertionStepEditor.AssertionStepFactory,- BeginStepEditor.BeginStepFactory,- EnclosingStepEditor.EnclosingStepFactory
public interface StepConfigFactory
A factory that creates editing UIs for SFC chart elements. If you add a new type of step, you'll want to register one
 of these with the 
StepConfigRegistry- 
Method SummaryModifier 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.
- 
Method Details- 
createConfigUICreate the editnig UI for the given chart element
- 
initPopupMenuA chance for the step to add config actions for a chart element.
 
-