Module imp

Class NavigatorEventFactory

java.lang.Object
de.grogra.persistence.ShareableBase
de.grogra.imp.viewhandler.NavigatorEventFactory
All Implemented Interfaces:
DisposableViewEventFactory, Manageable, Shareable
Direct Known Subclasses:
Navigator2DFactory, Navigator3DFactory

public abstract class NavigatorEventFactory extends ShareableBase implements DisposableViewEventFactory
The NavigatorEventFactory is the factory for the NavigatorEvent. It defines the default activation events that trigger the navigation mode. The activation events are:
  • Right mouse button pressed.
  • Wheel used.
  • Middle button pressed.
  • Left mouse button dragged over empty space.
The activation events can be overrided to change the activation.