AnalyzerSetupPanel

public abstract class AnalyzerSetupPanel extends javax.swing.JPanel

Sets up the analyzer, allows to customize settings.

Author:Marcel Stefko

Methods

getName

public abstract String getName()

initAnalyzer

public abstract Analyzer initAnalyzer()

Construct the analyzer from current settings.

Returns:initialized analyzer