public class DefaultToolsSwingManager extends Object implements ToolsSwingManager
Constructor and Description |
---|
DefaultToolsSwingManager() |
Modifier and Type | Method and Description |
---|---|
ActionListenerSupport |
createActionListenerSupport() |
ComboBoxModel |
createComboBoxModel(TreeModel treeModel) |
JListWithCheckbox |
createJListWithCheckbox(JList wrappedList) |
void |
setTreeModel(JComboBox comboBox,
TreeModel aTreeModel) |
public ActionListenerSupport createActionListenerSupport()
createActionListenerSupport
in interface ToolsSwingManager
public JListWithCheckbox createJListWithCheckbox(JList wrappedList)
createJListWithCheckbox
in interface ToolsSwingManager
public void setTreeModel(JComboBox comboBox, TreeModel aTreeModel)
setTreeModel
in interface ToolsSwingManager
public ComboBoxModel createComboBoxModel(TreeModel treeModel)
createComboBoxModel
in interface ToolsSwingManager