public class ToolboxStateManager extends Object
Designed to be trivial to use: simply instantiate one if you want to use one. (Make sure the toolbox's Components are initialized first). Note that not all Components are supported; currently the ToolboxStateManager will save the state for the following components only: JTextComponent, JToggleButton (including JCheckBox), JComboBox.
| Modifier and Type | Class and Description |
|---|---|
static class |
ToolboxStateManager.Strategy |
| Constructor and Description |
|---|
ToolboxStateManager(ToolboxDialog toolbox) |
ToolboxStateManager(ToolboxDialog toolbox,
Map customComponentClassToStrategyMap) |
public ToolboxStateManager(ToolboxDialog toolbox)
public ToolboxStateManager(ToolboxDialog toolbox, Map customComponentClassToStrategyMap)
Copyright © 2015. All rights reserved.