Class ConfiguratorAction

java.lang.Object
javax.swing.AbstractAction
zleurtor.scanmanager.control.ConfiguratorAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action

public class ConfiguratorAction extends AbstractAction
The action triggered when the user click the "Configurator" button.
Author:
Zleurtor
See Also:
  • Constructor Details

    • ConfiguratorAction

      public ConfiguratorAction(Master theMaster, SlavesPanel thePanel, JTextField theOptionsField)
      Constructs a new configurator action.
      Parameters:
      thePanel - The slaves panel involved in the action.
      theOptionsField - The options field involved in the action.
      theMaster - The model object which has to execute the options process.
  • Method Details

    • actionPerformed

      public final void actionPerformed(ActionEvent evt)