Class Gui.HandleActionListener

java.lang.Object
eu.bandm.tools.option.runtime.Gui.HandleActionListener
All Implemented Interfaces:
ActionListener, EventListener
Enclosing class:
Gui

protected abstract class Gui.HandleActionListener extends Object implements ActionListener
Basic functionality: identify and give access to the context of a handle-click.
  • Field Details

    • p

      protected Gui.Handles p
      The group of three Gui.TTHandle containing the pressed button.
    • pp

      protected JPanel pp
      The owner of the owner, which is a Panel of Handles and Collections
    • i

      protected int i
      The position number of the pressed button's group.
  • Constructor Details

    • HandleActionListener

      protected HandleActionListener()
  • Method Details

    • actionPerformed

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

      protected void findContext(ActionEvent e)
      Identify the Handles group, the repetition group, and the index of the button group therein, where the current mouse click happened. Put output in the output registers p, pp, and i.