|
org.sleuthkit.autopsy.corecomponentinterfaces/0 0.0 1 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface DataContentViewer
Responsible for a tab in the DataContent component. Displays the
contents of the node passed to setNode(ContentNode).
| Method Summary | |
|---|---|
java.awt.Component |
getComponent()
Get Component to display this DataContentViewer |
DataContentViewer |
getInstance()
Get new DataContentViewer instance. |
java.lang.String |
getTitle()
Returns the title of this viewer. |
boolean |
isSupported(org.sleuthkit.autopsy.datamodel.ContentNode node)
Checks whether the given node is supported by the viewer |
void |
resetComponent()
Resets the component in this viewer. |
void |
setNode(org.sleuthkit.autopsy.datamodel.ContentNode selectedNode)
Sets the node to display in the viewer. |
| Method Detail |
|---|
void setNode(org.sleuthkit.autopsy.datamodel.ContentNode selectedNode)
java.lang.String getTitle()
DataContentViewer getInstance()
java.awt.Component getComponent()
void resetComponent()
boolean isSupported(org.sleuthkit.autopsy.datamodel.ContentNode node)
node - Node to check for support
|
org.sleuthkit.autopsy.corecomponentinterfaces/0 0.0 1 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||