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 void
addActionListener(ActionListener actionListener, Component component)
protected Object
getDefaultValue(Object initialToolboxValue, Component component)
protected abstract Object
getToolboxValue(Component component)
void
monitor(Component component, ToolboxStateManager manager)
protected abstract void
setToolboxValue(Object value, Component component)
-
-
-
Method Detail
-
monitor
public void monitor(Component component, ToolboxStateManager manager)
-
addActionListener
protected abstract void addActionListener(ActionListener actionListener, Component component)
-
-