MouseEventListener
implementations.See: Description
Class | Description |
---|---|
AbstractionAddingListener | |
AbstractionRemovingListener | |
AbstractListeners |
Listeners which contain additional code to be easily applied to values or variables.
|
AbstractListeners.DualArgumentListener |
Listener which takes two arguments.
|
AbstractListeners.ListenerWithLanguage |
A very simple listener which simply also contains the "listener" language which can be used to
avoid some boilerplate code of initializing the same language in every listener.
|
AbstractListeners.NoArgumentListener |
Listener which handles events concerning no nodes.
|
AbstractListeners.SingleArgumentListener |
Listener which handles events concerning a single node.
|
BlackListingListener |
Listener which allows adding certain fields of values to be blacklisted.
|
DragFormatListener | |
EditPrimitiveListener |
Listener which creates a popup entry to allow editing of primitive fields of Java objects.
|
ExecuteMethodListener | |
ExpandValueListener |
Listener for interactive mode, allowing values to be expanded by one level or fully, as well as completely
unexpanded.
|
InspectValueListener |
Listener which allows to inspect the Java object corresponding to a value directly within Eclipse's
existing framework allowing inspect expressions.
|
SetOrderConstraintListener |
A listener which allows setting some default order constraints for values.
|
SetStringFormatListener |
Listener to set the string format of a node according to its fields.
|
MouseEventListener
implementations. Other packages may still
contain more specific listeners, but the general ones are located here.