![JAR search and dependency download from the Maven repository](/logo.png)
com.github.fge.grappa.debugger.csvtrace.tabs.treedepth.TreeDepthTabView Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of grappa-debugger Show documentation
Show all versions of grappa-debugger Show documentation
GUI application to debug grappa parsers
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