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 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.
-
Method Details
-
createConfigUI
Create the editnig UI for the given chart element -
initPopupMenu
A chance for the step to add config actions for a chart element.
-