Commits

Jordan Henderson committed 6aa6202526f
Added back find object functionality to DefaultTreeView and deleted no longer needed DefaultTreeViewOld. DefaultTreeView completely migrated to SWT, except for ChangeIndexingDialog. Fixed issue where popup menu for Data Objects wouldn't show when right clicking an object for the first time because selectedObject would be null. Added more disabling to popup menu based on type of object selected. Fixed expandAll bug where only the next level down items were being expanded due to SWT timing issue when firing SetData events leaving group data null until a later time. Fixed expandAll/collapseAll bug with right icon not being set on groups. fixed cursor setting in TreeView during open file and expand groups fixed dataset exporting in TreeView since FileDialog can't be subclassed TreeView can now open multiple files instead of one at a time InputDialog gets centered relative to HDFView window now Added ability to expand or collapse groups and show content of data objects by pressing enter