Uses of Interface
bibliothek.gui.dock.frontend.FrontendEntry

Packages that use FrontendEntry
bibliothek.gui The high level interfaces of the framework and the most often used classes. 
 

Uses of FrontendEntry in bibliothek.gui
 

Classes in bibliothek.gui that implement FrontendEntry
 class DockFrontend.DockInfo
          Information about a Dockable.
 

Methods in bibliothek.gui that return FrontendEntry
 FrontendEntry DockFrontend.getFrontendEntry(java.lang.String key)
          Gets all the information known about the Dockable with name key.
 

Methods in bibliothek.gui that return types with arguments of type FrontendEntry
 java.util.List<FrontendEntry> DockFrontend.listFrontendEntries()
          Gets a list of all informations known of any Dockable that is or might be registered at this frontend.