|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.extension.gui.dock.theme.bubble.ReducedBubbleTitleFactory
public class ReducedBubbleTitleFactory
A factory creating instances of BubbleDockTitle. The titles are
modified such that the always have round edges.
| Constructor Summary | |
|---|---|
ReducedBubbleTitleFactory()
|
|
| Method Summary | |
|---|---|
DockTitle |
createTitle(Dockable dockable)
Creates a new title without origin. |
void |
install(DockTitleRequest request)
Informs this factory that it might need to create a DockTitle for
request. |
void |
request(DockTitleRequest request)
Asks this factory to provide a DockTitle for request,
this method should call DockTitleRequest.answer(DockTitle). |
void |
uninstall(DockTitleRequest request)
Informs this factory that it no longer requires to provide any titles for request. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReducedBubbleTitleFactory()
| Method Detail |
|---|
public void install(DockTitleRequest request)
DockTitleFactoryDockTitle for
request.
install in interface DockTitleFactoryrequest - the new requestpublic void uninstall(DockTitleRequest request)
DockTitleFactoryrequest.
uninstall in interface DockTitleFactoryrequest - the request that is no longer managed by this factorypublic void request(DockTitleRequest request)
DockTitleFactoryDockTitle for request,
this method should call DockTitleRequest.answer(DockTitle). Note
that this method may be called for requests that are not installed!
request in interface DockTitleFactoryrequest - the request to answerpublic DockTitle createTitle(Dockable dockable)
dockable - the owner of the title
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||