com.vlsolutions.swing.docking.event
public class DockableSelectionEvent extends Object
Useful for example when the developper wants to enable or disable actions depending on the dockable which takes the keyboard focus.
implementation note : works with keyboard focus events.
Since: 2.0
See Also: DockableSelectionListener
| Constructor Summary | |
|---|---|
| DockableSelectionEvent(Dockable selectedDockable) | |
| Method Summary | |
|---|---|
| Dockable | getSelectedDockable() Returns the currently selected Dockable |