Frames | No Frames |
Classes derived from com.vlsolutions.swing.docking.event.DockingActionEvent | |
class | A DockingActionEvent describing the first insertion of a dockable either inside a desktop
docking panel (main panel) or into a compoundDockable (nested) container. |
class | A DockingActionEvent describing the closing of a dockable
|
class | A DockingActionEvent describing a tab insertion (or movement). |
class | A DockingActionEvent involving a single dockable as source of the action. |
class | An event describing a basic state change. |
class | A DockingActionEvent describing a split action (from a base component (splitcontainer, tab...)). |
class | A split event : split a base component in two, and puts a dockable container
in the other split position. |
class | A DockingActionEvent describing a split action (from a base dockable). |
Fields of type com.vlsolutions.swing.docking.event.DockingActionEvent | |
DockingActionEvent | The action corresponding to the drag and drop gesture
(actions can be seen as allowed docking gestures)
|
Methods with parameter type com.vlsolutions.swing.docking.event.DockingActionEvent | |
boolean | Invoked before a docking action is processed, to give a chance to the
listener to react to it and cancel it if needed. |
void | Invoked once a docking action has been performed. |
void | Set the docking action corresponding to this drag and drop gesture. |
Methods with return type com.vlsolutions.swing.docking.event.DockingActionEvent | |
DockingActionEvent | Returns the DockingActionEvent corresponding to the drag and drop gesture |