Class ConfigurationDialog

java.lang.Object
org.languagetool.gui.ConfigurationDialog
All Implemented Interfaces:
ActionListener, EventListener

public class ConfigurationDialog extends Object implements ActionListener
Dialog that offers the available rules so they can be turned on/off individually.
Author:
Daniel Naber
  • Constructor Details

    • ConfigurationDialog

      public ConfigurationDialog(Frame owner, boolean insideOffice, Configuration config)
  • Method Details

    • show

      public boolean show(List<org.languagetool.rules.Rule> rules)
    • showPanel

      public boolean showPanel(List<org.languagetool.rules.Rule> rules)
    • actionPerformed

      public void actionPerformed(ActionEvent e)
      Specified by:
      actionPerformed in interface ActionListener