private static Command finishCmd = null;
private SingleSelectionModel<JndiEntry> selectionModel = new SingleSelectionModel<JndiEntry>();
private DefaultCellTree cellTree;
public JndiTreeParser() {
cellTree = new DefaultCellTree(treeModel, "root");
cellTree.setStyleName("jndi-tree");
cellTree.setKeyboardSelectionPolicy(HasKeyboardSelectionPolicy.KeyboardSelectionPolicy.ENABLED);
}