Programatically select a dockable

Hi,

How can I programatically select a dockable?

Thanks

Either use AbstractCDockable.toFront(), or use “DockStation.setFrontDockable”. You can find the parent of a CDockable by using “CDockable.intern().getDockParent()”.

The first method will transfer focus, the second method will only select.