|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OrientingDockStation
A DockStation
where the children have an orientation.
Method Summary | |
---|---|
void |
addOrientingDockStationListener(OrientingDockStationListener listener)
Adds the observer listener to this station. |
Orientation |
getOrientationOf(bibliothek.gui.Dockable child)
Tells what orientation child has. |
void |
removeOrientingDockStationListener(OrientingDockStationListener listener)
Removes the observer listener from this station. |
Methods inherited from interface bibliothek.gui.DockStation |
---|
accept, addDockStationListener, aside, canDrag, canReplace, changed, drag, drop, drop, getController, getDirectActionOffers, getDockable, getDockableCount, getDockableProperty, getFrontDockable, getIndirectActionOffers, getLayers, getPlaceholders, getTheme, isChildShowing, isStationShowing, isStationVisible, isVisible, move, prepareDrag, prepareDrop, removeDockStationListener, replace, replace, requestChildDisplayer, requestChildDockTitle, setController, setFrontDockable, setPlaceholders, updateTheme |
Methods inherited from interface bibliothek.gui.dock.DockElement |
---|
asDockable, asDockStation, getFactoryID |
Methods inherited from interface bibliothek.gui.dock.component.DockComponentRoot |
---|
getComponentConfiguration, setComponentConfiguration |
Method Detail |
---|
Orientation getOrientationOf(bibliothek.gui.Dockable child)
child
has.
child
- a child of this station
null
IllegalArgumentException
- if child
is not a childvoid addOrientingDockStationListener(OrientingDockStationListener listener)
listener
to this station. The observer
receives an event if the orientation of a child of this station changed.
The observer may or may not receive an event upon dropping a new
Dockable
onto this station.
listener
- the new observer, not null
void removeOrientingDockStationListener(OrientingDockStationListener listener)
listener
from this station.
listener
- the listener to remove
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |