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 ToolsSwingManagerpublic JListWithCheckbox createJListWithCheckbox(JList wrappedList)
createJListWithCheckbox in interface ToolsSwingManagerpublic void setTreeModel(JComboBox comboBox, TreeModel aTreeModel)
setTreeModel in interface ToolsSwingManagerpublic ComboBoxModel createComboBoxModel(TreeModel treeModel)
createComboBoxModel in interface ToolsSwingManager