Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits OptionsPanelController.
Public Member Functions | |
void | addPropertyChangeListener (PropertyChangeListener l) |
void | applyChanges () |
void | cancel () |
JComponent | getComponent (Lookup lkp) |
HelpCtx | getHelpCtx () |
boolean | isChanged () |
boolean | isValid () |
void | removePropertyChangeListener (PropertyChangeListener l) |
void | update () |
Private Member Functions | |
TagOptionsPanel | getPanel () |
Private Attributes | |
boolean | changed |
TagOptionsPanel | panel |
final PropertyChangeSupport | pcs = new PropertyChangeSupport(this) |
Definition at line 37 of file TagsOptionsPanelController.java.
void org.sleuthkit.autopsy.casemodule.services.TagsOptionsPanelController.addPropertyChangeListener | ( | PropertyChangeListener | l | ) |
Definition at line 102 of file TagsOptionsPanelController.java.
void org.sleuthkit.autopsy.casemodule.services.TagsOptionsPanelController.applyChanges | ( | ) |
This method is called when both the Ok and Apply buttons are pressed. It applies to any of the panels that have been opened in the process of using the options pane.
Definition at line 58 of file TagsOptionsPanelController.java.
References org.sleuthkit.autopsy.casemodule.services.TagsOptionsPanelController.getPanel().
void org.sleuthkit.autopsy.casemodule.services.TagsOptionsPanelController.cancel | ( | ) |
This method is called when the Cancel button is pressed. It applies to any of the panels that have been opened in the process of using the options pane.
Definition at line 71 of file TagsOptionsPanelController.java.
References org.sleuthkit.autopsy.casemodule.services.TagsOptionsPanelController.getPanel().
JComponent org.sleuthkit.autopsy.casemodule.services.TagsOptionsPanelController.getComponent | ( | Lookup | lkp | ) |
Definition at line 92 of file TagsOptionsPanelController.java.
References org.sleuthkit.autopsy.casemodule.services.TagsOptionsPanelController.getPanel().
HelpCtx org.sleuthkit.autopsy.casemodule.services.TagsOptionsPanelController.getHelpCtx | ( | ) |
Definition at line 97 of file TagsOptionsPanelController.java.
|
private |
Definition at line 111 of file TagsOptionsPanelController.java.
References org.sleuthkit.autopsy.casemodule.services.TagsOptionsPanelController.panel.
Referenced by org.sleuthkit.autopsy.casemodule.services.TagsOptionsPanelController.applyChanges(), org.sleuthkit.autopsy.casemodule.services.TagsOptionsPanelController.cancel(), org.sleuthkit.autopsy.casemodule.services.TagsOptionsPanelController.getComponent(), and org.sleuthkit.autopsy.casemodule.services.TagsOptionsPanelController.update().
boolean org.sleuthkit.autopsy.casemodule.services.TagsOptionsPanelController.isChanged | ( | ) |
Used to determine whether any changes have been made to this controller's panel.
Definition at line 87 of file TagsOptionsPanelController.java.
boolean org.sleuthkit.autopsy.casemodule.services.TagsOptionsPanelController.isValid | ( | ) |
Definition at line 76 of file TagsOptionsPanelController.java.
void org.sleuthkit.autopsy.casemodule.services.TagsOptionsPanelController.removePropertyChangeListener | ( | PropertyChangeListener | l | ) |
Definition at line 107 of file TagsOptionsPanelController.java.
void org.sleuthkit.autopsy.casemodule.services.TagsOptionsPanelController.update | ( | ) |
Component should load its data here.
Definition at line 47 of file TagsOptionsPanelController.java.
References org.sleuthkit.autopsy.casemodule.services.TagsOptionsPanelController.getPanel().
|
private |
Definition at line 41 of file TagsOptionsPanelController.java.
|
private |
Definition at line 39 of file TagsOptionsPanelController.java.
Referenced by org.sleuthkit.autopsy.casemodule.services.TagsOptionsPanelController.getPanel().
|
private |
Definition at line 40 of file TagsOptionsPanelController.java.
Copyright © 2012-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.