mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-13 16:36:15 +00:00
Make DataResultViewerTable class public.
This commit is contained in:
parent
bb85548e67
commit
d366a634ce
@ -55,7 +55,7 @@ import org.sleuthkit.autopsy.corecomponentinterfaces.DataResultViewer;
|
|||||||
// service provider when DataResultViewers can be made compatible with node
|
// service provider when DataResultViewers can be made compatible with node
|
||||||
// multiple selection actions.
|
// multiple selection actions.
|
||||||
//@ServiceProvider(service = DataResultViewer.class)
|
//@ServiceProvider(service = DataResultViewer.class)
|
||||||
class DataResultViewerTable extends AbstractDataResultViewer {
|
public class DataResultViewerTable extends AbstractDataResultViewer {
|
||||||
|
|
||||||
private String firstColumnLabel = "Name";
|
private String firstColumnLabel = "Name";
|
||||||
private Set<Property> propertiesAcc = new LinkedHashSet<>();
|
private Set<Property> propertiesAcc = new LinkedHashSet<>();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user