|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.station.support.DisplayerFactoryWrapper
public class DisplayerFactoryWrapper
A wrapper for a DisplayerFactory. Every call to the Interface
is forwarded to a delegate. If no delegate is set, a default
DisplayerFactory provided by the DockTheme
is used.
| Constructor Summary | |
|---|---|
DisplayerFactoryWrapper()
|
|
| Method Summary | |
|---|---|
DockableDisplayer |
create(DockStation station,
Dockable dockable,
DockTitle title)
Creates a new DockableDisplayer which will be shown
on station, will have dockable as
child and will display the title. |
DisplayerFactory |
getDelegate()
Gets the delegate of this wrapper. |
void |
setDelegate(DisplayerFactory delegate)
Sets the delegate of this wrapper. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DisplayerFactoryWrapper()
| Method Detail |
|---|
public DisplayerFactory getDelegate()
nullpublic void setDelegate(DisplayerFactory delegate)
delegate - the delegate or null
public DockableDisplayer create(DockStation station,
Dockable dockable,
DockTitle title)
DisplayerFactoryDockableDisplayer which will be shown
on station, will have dockable as
child and will display the title.
create in interface DisplayerFactorystation - the parent of the created displayerdockable - the child of the created displayertitle - the title for the displayer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||