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