| abbot.tester.DropLabel abbot.tester.DragLabel
Field Summary | |
public volatile boolean | dragEnded Source got an indication the drag ended. | public volatile boolean | dragExited Drag has left the building, er, Component. | public volatile boolean | dragStarted Drag gesture was recognized. | public volatile boolean | dropSuccessful Source registered a successful drop. | public Exception | exception |
dragEnded | public volatile boolean dragEnded(Code) | | Source got an indication the drag ended.
|
dragExited | public volatile boolean dragExited(Code) | | Drag has left the building, er, Component.
|
dragStarted | public volatile boolean dragStarted(Code) | | Drag gesture was recognized.
|
dropSuccessful | public volatile boolean dropSuccessful(Code) | | Source registered a successful drop.
|
DragLabel | public DragLabel(String name, boolean acceptDrops)(Code) | | |
|
|