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;
43 @NbBundle.Messages({
"ViewArtifactInTimelineAction.displayName=View Result in Timeline... "})
45 super(Bundle.ViewArtifactInTimelineAction_displayName());
57 }
catch (TskCoreException ex) {
59 logger.log(Level.SEVERE,
"Error showing timeline.", ex);
72 for (BlackboardAttribute attr : artifact.getAttributes()) {
73 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
static String getConfigSetting(String moduleName, String settingName)
synchronized static Logger getLogger(String name)
void actionPerformed(ActionEvent e)
static void error(String message)