|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DockingActionListener
A listener to docking actions.
This listener can be used to be notified of docking actions and to react to them (including vetoing).
Method Summary | |
---|---|
boolean |
acceptDockingAction(DockingActionEvent event)
Invoked before a docking action is processed, to give a chance to the listener to react to it and cancel it if needed. |
void |
dockingActionPerformed(DockingActionEvent event)
Invoked once a docking action has been performed. |
Method Detail |
---|
boolean acceptDockingAction(DockingActionEvent event)
void dockingActionPerformed(DockingActionEvent event)
event
- the event corresponding to the docking action. Subclasses of
DockingActionEvent are used to reflect different types of action
(DockingActionCloseEvent when a dockable is closed,
DockingActionSplitDockableEvent when a dockable is moved ...).
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |