Autopsy  4.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Static Public Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.timeline.filters.HashSetFilter Class Reference

Inherits org.sleuthkit.autopsy.timeline.filters.AbstractFilter.

Public Member Functions

 HashSetFilter (String hashSetName, long hashSetID)
 
BooleanBinding activeProperty ()
 
synchronized HashSetFilter copyOf ()
 
ObservableBooleanValue disabledProperty ()
 
boolean equals (Object obj)
 
String getDisplayName ()
 
long getHashSetID ()
 
String getHashSetName ()
 
String getHTMLReportString ()
 
String getStringCheckBox ()
 
int hashCode ()
 
boolean isActive ()
 
boolean isDisabled ()
 
boolean isSelected ()
 
SimpleBooleanProperty selectedProperty ()
 
void setDisabled (Boolean act)
 
void setSelected (Boolean act)
 

Static Public Member Functions

static IntersectionFilter< Filterintersect (ObservableList< Filter > filters)
 
static IntersectionFilter< Filterintersect (Filter[] filters)
 

Private Attributes

final long hashSetID
 
final String hashSetName
 

Detailed Description

Filter for an individual hash set

Definition at line 26 of file HashSetFilter.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.timeline.filters.HashSetFilter.HashSetFilter ( String  hashSetName,
long  hashSetID 
)

Member Function Documentation

BooleanBinding org.sleuthkit.autopsy.timeline.filters.AbstractFilter.activeProperty ( )
inherited

Implements org.sleuthkit.autopsy.timeline.filters.Filter.

Definition at line 75 of file AbstractFilter.java.

synchronized HashSetFilter org.sleuthkit.autopsy.timeline.filters.HashSetFilter.copyOf ( )
ObservableBooleanValue org.sleuthkit.autopsy.timeline.filters.AbstractFilter.disabledProperty ( )
inherited
boolean org.sleuthkit.autopsy.timeline.filters.HashSetFilter.equals ( Object  obj)
String org.sleuthkit.autopsy.timeline.filters.HashSetFilter.getDisplayName ( )
long org.sleuthkit.autopsy.timeline.filters.HashSetFilter.getHashSetID ( )
String org.sleuthkit.autopsy.timeline.filters.HashSetFilter.getHashSetName ( )
String org.sleuthkit.autopsy.timeline.filters.HashSetFilter.getHTMLReportString ( )
String org.sleuthkit.autopsy.timeline.filters.AbstractFilter.getStringCheckBox ( )
inherited
int org.sleuthkit.autopsy.timeline.filters.HashSetFilter.hashCode ( )

Definition at line 63 of file HashSetFilter.java.

static IntersectionFilter<Filter> org.sleuthkit.autopsy.timeline.filters.Filter.intersect ( ObservableList< Filter filters)
staticinherited
Parameters
filtersa set of filters to intersect
Returns
a filter that is the intersection of the given filters

Definition at line 37 of file Filter.java.

static IntersectionFilter<Filter> org.sleuthkit.autopsy.timeline.filters.Filter.intersect ( Filter[]  filters)
staticinherited
Parameters
filtersa set of filters to intersect
Returns
a filter that is the intersection of the given filters

Definition at line 46 of file Filter.java.

boolean org.sleuthkit.autopsy.timeline.filters.AbstractFilter.isActive ( )
inherited
boolean org.sleuthkit.autopsy.timeline.filters.AbstractFilter.isDisabled ( )
inherited
boolean org.sleuthkit.autopsy.timeline.filters.AbstractFilter.isSelected ( )
inherited
SimpleBooleanProperty org.sleuthkit.autopsy.timeline.filters.AbstractFilter.selectedProperty ( )
inherited
void org.sleuthkit.autopsy.timeline.filters.AbstractFilter.setDisabled ( Boolean  act)
inherited
void org.sleuthkit.autopsy.timeline.filters.AbstractFilter.setSelected ( Boolean  act)
inherited

Member Data Documentation

final long org.sleuthkit.autopsy.timeline.filters.HashSetFilter.hashSetID
private
final String org.sleuthkit.autopsy.timeline.filters.HashSetFilter.hashSetName
private

The documentation for this class was generated from the following file:

Copyright © 2012-2015 Basis Technology. Generated on: Wed Apr 6 2016
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.