Hi,
How to get the WindowStateChange event for the ToolWindow or DockingWindow .
For Example: My sample application consists of two toolwindows(toolwindow1,toolwindow2) and as float the toolwindow1 from the sample application then i should get the notification that my toolwindow1 state has been chaged to float state.and again dock the floated toolwindow1 into the sample application then i should get the notification that my toolwindow1 state has been chaged to docked.
My requirement is like
1. As i float the toolwindow1,titlebar for that toolwindow1 should be hidden .
2. As i dock that floated toolwindow1, titlebar for that toolwindow1 should be visible.