Merge branch '3624-tree-table-view' of https://github.com/briangsweeney/autopsy into 3624-tree-table-view

# Conflicts:
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesPanel.java
#	Core/src/org/sleuthkit/autopsy/corecomponents/DataResultViewerTable.java
This commit is contained in:
Brian Sweeney 2018-04-04 07:15:56 -06:00
parent 8a6c7b6e3d
commit 2f00491528

View File

@ -141,7 +141,7 @@ public class DataResultViewerTable extends AbstractDataResultViewer {
initComponents(); initComponents();
outlineView.setAllowedDragActions(DnDConstants.ACTION_NONE); outlineView.setAllowedDragActions(DnDConstants.ACTION_NONE);
outline = outlineView.getOutline(); outline = outlineView.getOutline();
outline.setRowSelectionAllowed(true); outline.setRowSelectionAllowed(true);
outline.setColumnSelectionAllowed(true); outline.setColumnSelectionAllowed(true);