window.setShowMinimizeButton(false);
window.setShowCloseButton(true);
window.setCanDragReposition(false);
window.setCanDragResize(false);
window.setShowShadow(false);
window.addItem(panel);
window.setParentElement(parentPanel);
String nodeID = explorerTreeNode.getNodeID();
String historyToken = nodeID.substring(0, nodeID.indexOf(idSuffix));
History.newItem(historyToken, false);
window.addCloseClickHandler(new CloseClickHandler() {