Uses of Class
bibliothek.gui.DockFrontend.DockInfo

Packages that use DockFrontend.DockInfo
bibliothek.gui.dock.frontend Classes and interfaces needed by the DockFrontend 
 

Uses of DockFrontend.DockInfo in bibliothek.gui.dock.frontend
 

Methods in bibliothek.gui.dock.frontend that return DockFrontend.DockInfo
 DockFrontend.DockInfo[] DockFrontendInternals.getDockables()
          Gets information about all the Dockables that are registered.
 DockFrontend.DockInfo DockFrontendInternals.getInfo(Dockable dockable)
          Searches information about dockable.
 DockFrontend.DockInfo DockFrontendInternals.getInfo(String key)
          Searches for information about the Dockable with unique identifier key.