Autopsy
4.17.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.timeline.ui.detailview.MultiEventNodeBase<,, >.
Public Member Functions | |
void | applySelectionEffect (boolean applied) |
final void | clearContextMenu () |
ReadOnlyObjectProperty< TimelineLevelOfDetail > | descriptionLoDProperty () |
Orientation | getContentBias () |
ContextMenu | getContextMenu (MouseEvent mouseEvent) |
TimeLineController | getController () |
Type | getEvent () |
Optional< EventNodeBase<?> > | getParentNode () |
List< EventNodeBase<?> > | getSubNodes () |
void | handleTimeLineTagEvent (TagsAddedEvent event) |
void | handleTimeLineTagEvent (TagsDeletedEvent event) |
void | setMaxDescriptionWidth (double w) |
Protected Member Functions | |
EventNodeBase<?> | createChildNode (EventCluster cluster) throws TskCoreException |
void | installActionButtons () |
void | layoutChildren () |
Private Member Functions | |
Action | newHideAction () |
Private Attributes | |
Button | hideButton |
Node used in DetailsChart to represent an EventStripe.
Definition at line 42 of file EventStripeNode.java.
|
inherited |
apply the 'effect' to visually indicate selection
applied | true to apply the selection 'effect', false to remove it |
Definition at line 214 of file EventNodeBase.java.
|
inherited |
Definition at line 421 of file EventNodeBase.java.
|
protected |
Definition at line 119 of file EventStripeNode.java.
References org.sleuthkit.autopsy.timeline.ui.detailview.EventNodeBase< BundleType >.getController(), org.sleuthkit.autopsy.timeline.EventsModel.getEventById(), org.sleuthkit.autopsy.timeline.TimeLineController.getEventsModel(), and org.sleuthkit.autopsy.timeline.ui.detailview.datamodel.SingleDetailsViewEvent.withParent().
|
inherited |
Definition at line 83 of file MultiEventNodeBase.java.
|
inherited |
Definition at line 114 of file MultiEventNodeBase.java.
|
inherited |
Definition at line 424 of file EventNodeBase.java.
|
inherited |
Definition at line 188 of file EventNodeBase.java.
Referenced by org.sleuthkit.autopsy.timeline.ui.detailview.EventStripeNode::createChildNode().
|
inherited |
Definition at line 183 of file EventNodeBase.java.
References org.sleuthkit.autopsy.timeline.ui.detailview.EventNodeBase< Type extends DetailViewEvent >::tlEvent.
Referenced by org.sleuthkit.autopsy.timeline.ui.detailview.EventStripeNode::newHideAction().
|
inherited |
Definition at line 192 of file EventNodeBase.java.
|
inherited |
Definition at line 99 of file MultiEventNodeBase.java.
|
inherited |
|
inherited |
TODO: this method implementation is wrong and just a place holder
Definition at line 456 of file EventNodeBase.java.
References org.sleuthkit.autopsy.timeline.ui.detailview.EventNodeBase< Type extends DetailViewEvent >::getEvent(), and org.sleuthkit.autopsy.timeline.events.TagsUpdatedEvent::getUpdatedEventIDs().
|
protected |
Definition at line 108 of file EventStripeNode.java.
References org.sleuthkit.autopsy.timeline.ui.detailview.EventStripeNode.newHideAction().
|
protectedinherited |
Definition at line 119 of file MultiEventNodeBase.java.
|
private |
Get a new Action that hides stripes with the same description as this one.
Definition at line 103 of file EventStripeNode.java.
References org.sleuthkit.autopsy.timeline.ui.detailview.EventNodeBase< BundleType >.getEvent().
Referenced by org.sleuthkit.autopsy.timeline.ui.detailview.EventStripeNode.installActionButtons().
|
inherited |
w | the maximum width the description label should have |
Definition at line 203 of file EventNodeBase.java.
|
private |
The button to expand hide stripes with this description, created lazily.
Definition at line 47 of file EventStripeNode.java.
Copyright © 2012-2021 Basis Technology. Generated on: Tue Jan 19 2021
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.