this.setText(stringValue);
TreeUI treeUI = tree.getUI();
if (treeUI instanceof SubstanceTreeUI) {
SubstanceTreeUI ui = (SubstanceTreeUI) treeUI;
TreePathId pathId = new TreePathId(tree.getPathForRow(row));
ComponentState state = ui.getPathState(pathId);
ComponentState prevState = ui.getPrevPathState(pathId);
SubstanceColorScheme scheme = (state == ComponentState.DEFAULT) ? ui
.getDefaultColorScheme()
: SubstanceColorSchemeUtilities.getColorScheme(tree,