Autopsy
4.12.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
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) |
The state of a filter: selected, disabled, active, etc.
<FilterType> | The type of filter this is the state for. |
Definition at line 29 of file FilterState.java.
BooleanExpression org.sleuthkit.autopsy.timeline.ui.filtering.datamodel.FilterState< FilterType >.activeProperty | ( | ) |
FilterState<FilterType> org.sleuthkit.autopsy.timeline.ui.filtering.datamodel.FilterState< FilterType >.copyOf | ( | ) |
BooleanProperty org.sleuthkit.autopsy.timeline.ui.filtering.datamodel.FilterState< FilterType >.disabledProperty | ( | ) |
FilterType org.sleuthkit.autopsy.timeline.ui.filtering.datamodel.FilterState< FilterType >.getActiveFilter | ( | ) |
String org.sleuthkit.autopsy.timeline.ui.filtering.datamodel.FilterState< FilterType >.getDisplayName | ( | ) |
FilterType org.sleuthkit.autopsy.timeline.ui.filtering.datamodel.FilterState< FilterType >.getFilter | ( | ) |
boolean org.sleuthkit.autopsy.timeline.ui.filtering.datamodel.FilterState< FilterType >.isActive | ( | ) |
boolean org.sleuthkit.autopsy.timeline.ui.filtering.datamodel.FilterState< FilterType >.isDisabled | ( | ) |
boolean org.sleuthkit.autopsy.timeline.ui.filtering.datamodel.FilterState< FilterType >.isSelected | ( | ) |
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 | ) |
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.