19 package org.sleuthkit.autopsy.timeline.actions;
21 import java.awt.event.ActionEvent;
22 import java.util.logging.Level;
23 import javax.swing.AbstractAction;
24 import org.openide.util.NbBundle;
25 import org.openide.util.actions.SystemAction;
42 @NbBundle.Messages({
"ViewArtifactInTimelineAction.displayName=View Result in Timeline... "})
44 super(Bundle.ViewArtifactInTimelineAction_displayName());
52 }
catch (TskCoreException ex) {
54 logger.log(Level.SEVERE,
"Error showing timeline.", ex);
67 for (BlackboardAttribute attr : artifact.getAttributes()) {
68 if (attr.getValueType() == BlackboardAttribute.TSK_BLACKBOARD_ATTRIBUTE_VALUE_TYPE.DATETIME) {
static final Logger logger
static boolean hasSupportedTimeStamp(BlackboardArtifact artifact)
ViewArtifactInTimelineAction(BlackboardArtifact artifact)
final BlackboardArtifact artifact
synchronized static Logger getLogger(String name)
void actionPerformed(ActionEvent e)
static void error(String message)