public class DockableSelectionEvent
extends java.lang.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.
DockableSelectionListener
Constructor and Description |
---|
DockableSelectionEvent(Dockable selectedDockable) |
Modifier and Type | Method and Description |
---|---|
Dockable |
getSelectedDockable()
Returns the currently selected Dockable
|
Copyright © 2010-2014 Pacific Biosciences. All Rights Reserved.