Uses of Interface
be.ugent.caagt.swirl.subwindows.SubwindowListener

Packages that use SubwindowListener
be.ugent.caagt.swirl.subwindows Provides subwindow components that look a bit like a window, and that can be 'collapsed' by clicking on it. 
 

Uses of SubwindowListener in be.ugent.caagt.swirl.subwindows
 

Methods in be.ugent.caagt.swirl.subwindows with parameters of type SubwindowListener
 void Subwindow.addSubwindowListener(SubwindowListener listener)
          Register a listener which will be notified of all changes in the collapsed state of the subwindow.
 void Subwindow.removeSubwindowListener(SubwindowListener listener)
          Undo the registration of the given listener as a subwindow listener.