|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbibliothek.gui.dock.station.OrientingDockStationEvent
public class OrientingDockStationEvent
An event fired by an OrientedDockStation
if one or many children
changed their orientation.
Constructor Summary | |
---|---|
OrientingDockStationEvent(OrientingDockStation station)
Creates a new event, this is equivalent of calling OrientingDockStationEvent(OrientingDockStation, Dockable[]) with
the children array set to null |
|
OrientingDockStationEvent(OrientingDockStation station,
bibliothek.gui.Dockable[] children)
Creates a new event. |
Method Summary | |
---|---|
Collection<bibliothek.gui.Dockable> |
getChildren()
Gets all affected children, the collection is not modifiable. |
OrientingDockStation |
getStation()
Gets the source of the event. |
boolean |
isAffected(bibliothek.gui.Dockable dockable)
Tells whether dockable was affected by the event. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OrientingDockStationEvent(OrientingDockStation station)
OrientingDockStationEvent(OrientingDockStation, Dockable[])
with
the children
array set to null
station
- the source of the eventpublic OrientingDockStationEvent(OrientingDockStation station, bibliothek.gui.Dockable[] children)
station
- the source of the eventchildren
- the affected children or null
, if
null
then all children of station
are affectedMethod Detail |
---|
public OrientingDockStation getStation()
public boolean isAffected(bibliothek.gui.Dockable dockable)
dockable
was affected by the event.
dockable
- some dockable which may or may not be affected
true
if dockable
may have changed its
orientationpublic Collection<bibliothek.gui.Dockable> getChildren()
Dockable
s
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |