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.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.grogra.persistence.ShareableBase
addReference, appendReferencesTo, fieldModified, getProvider, getStamp, initProvider, manageableReadResolve, manageableWriteReplace, removeReferenceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.grogra.imp.viewhandler.DisposableViewEventFactory
createEvent, initMethods inherited from interface de.grogra.persistence.Manageable
getManageableType
-
Constructor Details
-
NavigatorEventFactory
public NavigatorEventFactory()
-
-
Method Details
-
isActivationEvent
- Specified by:
isActivationEventin interfaceDisposableViewEventFactory
-