Interface StepConfigFactory
- 
- All Known Implementing Classes:
- ActionStepEditor.ActionStepFactory,- AssertionStepEditor.AssertionStepFactory,- BeginStepEditor.BeginStepFactory,- EnclosingStepEditor.EnclosingStepFactory
 
 public interface StepConfigFactoryA 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 theStepConfigRegistry
- 
- 
Method SummaryAll Methods Instance Methods Abstract 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.
 
- 
- 
- 
Method Detail- 
createConfigUIElementEditor createConfigUI(ChartUIModel model, ChartUIElement element) Create the editnig UI for the given chart element
 - 
initPopupMenuvoid initPopupMenu(ChartUIModel model, ChartUIElement element, javax.swing.JPopupMenu menu) A chance for the step to add config actions for a chart element.
 
- 
 
-