Class ToolboxStateManager.Strategy
- java.lang.Object
-
- org.locationtech.jts.jump.workbench.ui.toolbox.ToolboxStateManager.Strategy
-
- Enclosing class:
- ToolboxStateManager
public abstract static class ToolboxStateManager.Strategy extends Object
-
-
Constructor Summary
Constructors Constructor Description Strategy()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract voidaddActionListener(ActionListener actionListener, Component component)protected ObjectgetDefaultValue(Object initialToolboxValue, Component component)protected abstract ObjectgetToolboxValue(Component component)voidmonitor(Component component, ToolboxStateManager manager)protected abstract voidsetToolboxValue(Object value, Component component)
-
-
-
Method Detail
-
monitor
public void monitor(Component component, ToolboxStateManager manager)
-
addActionListener
protected abstract void addActionListener(ActionListener actionListener, Component component)
-
-