Package | Description |
---|---|
bibliothek.gui |
The high level interfaces of the framework and the most often used classes.
|
Modifier and Type | Class and Description |
---|---|
class |
DockFrontend.DockInfo
Information about a
Dockable . |
Modifier and Type | Method and Description |
---|---|
FrontendEntry |
DockFrontend.getFrontendEntry(Dockable dockable)
Gets all the information known about the registered
dockable . |
FrontendEntry |
DockFrontend.getFrontendEntry(String key)
Gets all the information known about the
Dockable with
name key . |
Modifier and Type | Method and Description |
---|---|
List<FrontendEntry> |
DockFrontend.listFrontendEntries()
Gets a list of all informations known of any
Dockable
that is or might be registered at this frontend. |