Package org.sleuthkit.autopsy.imageanalyzer.actions

Examples of org.sleuthkit.autopsy.imageanalyzer.actions.Back


    private final Map<Long, DrawableCell> cellMap = new HashMap<>();

    public GroupPane(ImageAnalyzerController controller) {
        this.controller = controller;
        nextGroupAction = new NextUnseenGroup(controller);
        backAction = new Back(controller);
        forwardAction = new Forward(controller);
        FXMLConstructor.construct(this, "GroupPane.fxml");
    }
View Full Code Here

TOP

Related Classes of org.sleuthkit.autopsy.imageanalyzer.actions.Back

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.