Autopsy  4.12.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | List of all members
org.sleuthkit.autopsy.timeline.ui.filtering.datamodel.FilterState< FilterType > Interface Template Reference

Public Member Functions

BooleanExpression activeProperty ()
 
FilterState< FilterType > copyOf ()
 
BooleanProperty disabledProperty ()
 
FilterType getActiveFilter ()
 
String getDisplayName ()
 
FilterType getFilter ()
 
boolean isActive ()
 
boolean isDisabled ()
 
boolean isSelected ()
 
BooleanProperty selectedProperty ()
 
void setDisabled (Boolean act)
 
void setSelected (Boolean act)
 

Detailed Description

The state of a filter: selected, disabled, active, etc.

Parameters
<FilterType>The type of filter this is the state for.

Definition at line 29 of file FilterState.java.

Member Function Documentation

BooleanExpression org.sleuthkit.autopsy.timeline.ui.filtering.datamodel.FilterState< FilterType >.activeProperty ( )
BooleanProperty org.sleuthkit.autopsy.timeline.ui.filtering.datamodel.FilterState< FilterType >.disabledProperty ( )
FilterType org.sleuthkit.autopsy.timeline.ui.filtering.datamodel.FilterState< FilterType >.getActiveFilter ( )
BooleanProperty org.sleuthkit.autopsy.timeline.ui.filtering.datamodel.FilterState< FilterType >.selectedProperty ( )
void org.sleuthkit.autopsy.timeline.ui.filtering.datamodel.FilterState< FilterType >.setDisabled ( Boolean  act)
void org.sleuthkit.autopsy.timeline.ui.filtering.datamodel.FilterState< FilterType >.setSelected ( Boolean  act)

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

Copyright © 2012-2018 Basis Technology. Generated on: Wed Sep 18 2019
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.