public static class EnclosingStepEditor.EnclosingStepFactory extends java.lang.Object implements StepConfigFactory
| Constructor and Description |
|---|
EnclosingStepFactory(DesignerContext context) |
| Modifier and Type | Method and Description |
|---|---|
ElementEditor |
createConfigUI(ChartUIModel model,
ChartUIElement element)
Create the editnig UI for the given chart element
|
void |
initPopupMenu(ChartUIModel model,
ChartUIElement element,
javax.swing.JPopupMenu menu)
A chance for the step to add config actions for a chart element.
|
public EnclosingStepFactory(DesignerContext context)
public ElementEditor createConfigUI(ChartUIModel model, ChartUIElement element)
StepConfigFactorycreateConfigUI in interface StepConfigFactorypublic void initPopupMenu(ChartUIModel model, ChartUIElement element, javax.swing.JPopupMenu menu)
StepConfigFactoryinitPopupMenu in interface StepConfigFactory