|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbuoyx.docking.DockingEvent
public class DockingEvent
A DockingEvent is generated by a DockingContainer whenever a DockableWidget is dragged
into it, out of it, or to a new location inside it.
| Constructor Summary | |
|---|---|
DockingEvent(DockingContainer sourceContainer,
DockingContainer targetContainer,
DockableWidget[] widgets)
Create a new DockingEvent. |
|
| Method Summary | |
|---|---|
java.util.List |
getMovedWidgets()
Get the list of DockableWidgets which were moved. |
DockingContainer |
getSourceContainer()
Get the DockingContainer from which one or more DockableWidgets were dragged. |
DockingContainer |
getTargetContainer()
Get the DockingContainer into which the DockableWidgets were dragged. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DockingEvent(DockingContainer sourceContainer,
DockingContainer targetContainer,
DockableWidget[] widgets)
sourceContainer - the container from which one or more DockableWidgets were draggedtargetContainer - the container into which the DockableWidgets were draggedwidgets - the list of DockableWidgets which were moved| Method Detail |
|---|
public DockingContainer getSourceContainer()
public DockingContainer getTargetContainer()
public java.util.List getMovedWidgets()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||