Class AbstractSymbolList.EditTranslater

All Implemented Interfaces:
EventListener, ChangeListener
Enclosing class:
AbstractSymbolList

This translates edit events that fall within a window into window co-ordinates.
Author:
Matthew Pocock
  • Constructor Details

  • Method Details

    • generateEvent

      Description copied from class: ChangeForwarder

      Return the new event to represent the originating event ce.

      The returned ChangeEvent is the event that will be fired, and should be built from information in the original event. If it is null, then no event will be fired.

      The default implementation just constructs a ChangeEvent of the same type that chains back to ce.

      Overrides:
      generateEvent in class AbstractSymbolList.EditScreener
      Parameters:
      ce - the originating ChangeEvent
      Returns:
      a new ChangeEvent to pass on, or null if no event should be sent