|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.infonode.docking.title.LengthLimitedDockingWindowTitleProvider
public class LengthLimitedDockingWindowTitleProvider
A docking window title provider that constructs a window title from the views inside the window. It adds view titles until the window title reaches a specified length. If not all view titles fit into the window title, primarily titles from view inside selected tabs are used.
Constructor Summary | |
---|---|
LengthLimitedDockingWindowTitleProvider(int maxLength)
Constructor. |
Method Summary | |
---|---|
java.lang.String |
getTitle(DockingWindow window)
Returns a text title for a DockingWindow . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LengthLimitedDockingWindowTitleProvider(int maxLength)
maxLength
- if the title exceeds this length no more view titles are added to itMethod Detail |
---|
public java.lang.String getTitle(DockingWindow window)
DockingWindowTitleProvider
DockingWindow
.
getTitle
in interface DockingWindowTitleProvider
window
- the docking window
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |