|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InserterSource
Contains information about a drop and drop operation that needs to be examined by
an Inserter
.
Method Summary | |
---|---|
StationDropItem |
getItem()
Gets information about the item that is dropped. |
StationDropOperation |
getOperation()
Gets the StationDropOperation that was created by DockStation#prepareDrop(int, int, int, int, Dockable) ,
this might be null if the station was not yet asked or if the station does not
accept the new child. |
DockStation |
getParent()
Gets the DockStation which might be the next parent of #getChild() . |
Method Detail |
---|
DockStation getParent()
DockStation
which might be the next parent of #getChild()
.
null
StationDropItem getItem()
Dockable
StationDropOperation getOperation()
StationDropOperation
that was created by DockStation#prepareDrop(int, int, int, int, Dockable)
,
this might be null
if the station was not yet asked or if the station does not
accept the new child.
null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |