private Map<String, PackageEditorWrapper> openedPackageEditors = new HashMap<String, PackageEditorWrapper>();
private Map<Panel, String[]> itemWidgets = new HashMap<Panel, String[]>();
public ExplorerViewCenterPanel() {
tabLayoutPanel = new ScrollTabLayoutPanel(2,
Unit.EM);
Constants constants = GWT.create(Constants.class);
DockLayoutPanel layoutPanel = new DockLayoutPanel(Unit.EM);