net.infonode.docking.title |
Docking window title classes.
|
Java Source File Name | Type | Comment |
DockingWindowTitleProvider.java | Interface | Returns a text title for a
DockingWindow . |
DockingWindowTitleProviderProperty.java | Class | A property that has a
DockingWindowTitleProvider object as value. |
LengthLimitedDockingWindowTitleProvider.java | Class | A docking window title provider that constructs a window title from the views inside the window. |
SimpleDockingWindowTitleProvider.java | Class | A docking window title provider that concatenates all the titles of all the views contained in a window. |