All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.fge.grappa.debugger.csvtrace.tabs.treedepth.TreeDepthTabView Maven / Gradle / Ivy

The newest version!
package com.github.fge.grappa.debugger.csvtrace.tabs.treedepth;

import java.util.Map;

public interface TreeDepthTabView
{
    void disableToolbar();

    void setMaxLines(int nrLines);

    void displayChart(Map depthMap);

    void updateStartLine(int startLine);

    void updateToolbar(boolean disablePrev, boolean disableNext);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy