mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 07:56:16 +00:00
Formatted DataExplorer.java
This commit is contained in:
parent
8345151ccd
commit
d404793b37
@ -16,7 +16,6 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.sleuthkit.autopsy.corecomponentinterfaces;
|
||||
|
||||
import java.beans.PropertyChangeListener;
|
||||
@ -31,11 +30,11 @@ public interface DataExplorer extends PropertyChangeListener {
|
||||
|
||||
/**
|
||||
* Gets the TopComponent for rendering this DateExplorer
|
||||
*
|
||||
*
|
||||
* @return the DataExplorer's TopComponent
|
||||
*/
|
||||
public TopComponent getTopComponent();
|
||||
|
||||
|
||||
public boolean hasMenuOpenAction();
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user