selectedPaths.put(pathId, selectionPath.getLastPathComponent());
prevStateMap.put(pathId, ComponentState.SELECTED);
}
}
setExpandedIcon(new IconUIResource(SubstanceIconFactory.getTreeIcon(
this.tree, false)));
setCollapsedIcon(new IconUIResource(SubstanceIconFactory.getTreeIcon(
this.tree, true)));
this.tree.putClientProperty(SubstanceCoreUtilities.USE_HIGHLIGHT,
Boolean.TRUE);
// instead of computing the cell renderer insets on