MouseListener on Dockable?

Hello there. I’m wondering if there is any way to add mouse listener on dockables?!
I just want when mouse click or mouse over dockable to show title and when loose focus to disable title.
Or there is other way to do that?! Thanks…

Every AbstractCDockable has a method to show or hide its title “setTitleShown(boolean)”.

The MouseListener itself… I cannot offer a good solution, I would propably add it as AWTEventListener to the java.awt.Toolkit.

Focus can be monitored with the CFocusListener, which you can add to a CDockable or the CControl.