This event is used to explain a dockable action : it doesn't contain any information about the current state of a dockable, but describes precisely what we want to do with it (for example, detach it, or left-split another dockable).
The DockingActionDockableEvent abstract subclass is used as a superclass for all events associated to a single dockable.
Concrete sub classes are used for every type of docking action (split, tab...) @since 2.1 @author Lilian Chamontin, VLSolutions
|
|