Uses of Class
bibliothek.gui.dock.util.AbstractWindowProvider

Packages that use AbstractWindowProvider
bibliothek.gui.dock.util   
 

Uses of AbstractWindowProvider in bibliothek.gui.dock.util
 

Subclasses of AbstractWindowProvider in bibliothek.gui.dock.util
 class ComponentWindowProvider
          A window provider which just returns the ancestor window of some Component
 class DirectWindowProvider
          A window provider where the window can be set directly.
 class WindowProviderWrapper
          A wrapper around another WindowProvider, allows to exchange providers without the need to reattach WindowProviderListeners.