Class AbortControl

    • Constructor Detail

      • AbortControl

        public AbortControl()
    • Method Detail

      • getControl

        public JButton getControl()
        Specified by:
        getControl in interface EvolutionControl
        Returns:
        A button that, when pressed, will trigger the abort condition associated with this control.
      • reset

        public void reset()
        Enables the GUI control and resets the abort condition ready for use.
        Specified by:
        reset in interface EvolutionControl
      • setDescription

        public final void setDescription​(String description)
        Provides a textual description of the purpose of the control. This may be displayed somewhere on the GUI component (typically as tooltip text).
        Specified by:
        setDescription in interface EvolutionControl
        Parameters:
        description - The description of the control.