|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.themes.basic.BasicDisplayerFactory
public class BasicDisplayerFactory
A DisplayerFactory that creates DockableDisplayer with
no special settings.
| Constructor Summary | |
|---|---|
BasicDisplayerFactory()
|
|
| 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. |
protected BasicDockableDisplayer |
create(DockStation station,
Dockable dockable,
DockTitle title,
DockableDisplayer.Location location)
Creates a new displayer. |
DockableDisplayer.Location |
getDockableLocation()
Gets the location where the DockTitle will be shown on the
DockableDisplayer, if a Dockable is used as child. |
DockableDisplayer.Location |
getStationLocation()
Gets the location where the DockTitle will be shown on the
DockableDisplayer, if a DockStation is used as child. |
void |
setDockableLocation(DockableDisplayer.Location dockableLocation)
Sets the location where the DockTitle will be shown on a
DockableDisplayer if a Dockable is used as child. |
void |
setStationLocation(DockableDisplayer.Location stationLocation)
Sets the location where the DockTitle will be shown on a
DockableDisplayer if a DockStation is used as child. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BasicDisplayerFactory()
| Method Detail |
|---|
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
protected BasicDockableDisplayer create(DockStation station,
Dockable dockable,
DockTitle title,
DockableDisplayer.Location location)
station - the station for which this displayer is neededdockable - the element that is shown on the displayertitle - the title of the displayerlocation - the location of title
public DockableDisplayer.Location getDockableLocation()
DockTitle will be shown on the
DockableDisplayer, if a Dockable is used as child.
setDockableLocation(bibliothek.gui.dock.station.DockableDisplayer.Location)public void setDockableLocation(DockableDisplayer.Location dockableLocation)
DockTitle will be shown on a
DockableDisplayer if a Dockable is used as child.
dockableLocation - the locationpublic DockableDisplayer.Location getStationLocation()
DockTitle will be shown on the
DockableDisplayer, if a DockStation is used as child.
setDockableLocation(bibliothek.gui.dock.station.DockableDisplayer.Location)public void setStationLocation(DockableDisplayer.Location stationLocation)
DockTitle will be shown on a
DockableDisplayer if a DockStation is used as child.
stationLocation - the location
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||