|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DropController | |
---|---|
com.allen_sauer.gwt.dnd.client | Main drag-and-drop classes. |
com.allen_sauer.gwt.dnd.client.drop | Classes related to drop targets. |
com.sage.swt.client.widget.dnd | Contains classes for drag and drop that extend the allen_sauer library. |
Uses of DropController in com.allen_sauer.gwt.dnd.client |
---|
Fields in com.allen_sauer.gwt.dnd.client declared as DropController | |
---|---|
DropController |
DragContext.dropController
The currently engaged drop controller or null when not dragging, or when the drag
controller does not utilize drop controllers. |
DropController |
DragContext.finalDropController
The drop controller which participated in the final drop, or null before the final
drop has occurred, or when the drag controller does not utilize drop controllers. |
Methods in com.allen_sauer.gwt.dnd.client that return types with arguments of type DropController | |
---|---|
protected java.util.ArrayList<DropController> |
PickupDragController.getDropControllerList()
|
Methods in com.allen_sauer.gwt.dnd.client with parameters of type DropController | |
---|---|
void |
PickupDragController.registerDropController(DropController dropController)
Register a new DropController, representing a new drop target, with this drag controller. |
void |
PickupDragController.unregisterDropController(DropController dropController)
Unregister a DropController from this drag controller. |
Uses of DropController in com.allen_sauer.gwt.dnd.client.drop |
---|
Classes in com.allen_sauer.gwt.dnd.client.drop that implement DropController | |
---|---|
class |
AbsolutePositionDropController
A DropController which allows a draggable widget to be placed at specific (absolute)
locations on an AbsolutePanel drop target. |
class |
AbstractDropController
Base class for typical drop controllers. |
class |
AbstractIndexedDropController
Deprecated. Use AbstractInsertPanelDropController instead |
class |
AbstractInsertPanelDropController
A DropController for InsertPanel drop targets. |
class |
AbstractPositioningDropController
A DropController which allows a draggable widget to be placed at valid positions
(locations) on the drop target, such as AbsolutePanel ,
VerticalPanel or
HorizontalPanel . |
class |
BoundaryDropController
A DropController for the Panel which contains a
given draggable widget. |
class |
FlowPanelDropController
A DropController for instances of FlowPanel . |
class |
GridConstrainedDropController
A DropController which constrains the placement of draggable widgets the grid specified
in the constructor. |
class |
HorizontalPanelDropController
A DropController for instances of HorizontalPanel . |
class |
IndexedDropController
Deprecated. User HorizontalPanelDropController or VerticalPanelDropController
instead. |
class |
SimpleDropController
Simple DropController which accepts widgets dropped on it. |
class |
VerticalPanelDropController
A DropController for instances of VerticalPanel . |
Uses of DropController in com.sage.swt.client.widget.dnd |
---|
Classes in com.sage.swt.client.widget.dnd that implement DropController | |
---|---|
class |
AbstractSimplePanelDropController
DropController which allows a widget to be dropped on a: SimplePanel SwtCaptionPanel SwtDisclosurePanel drop target when the drop target does not yet have a child widget. |
class |
SimplePanelDropController
DropController which allows a widget to be dropped on a: SimplePanel SwtCaptionPanel SwtDisclosurePanel drop target when the drop target does not yet have a child widget. |
class |
SwtAbsoluteDropController
|
class |
SwtCellPanelDropController
|
class |
SwtFlowPanelDropController
|
class |
SwtPreviewTreeItemDropController
A drop controller for handling drag and drop to tree item wrapper widgets in preview |
class |
SwtSimplePanelDropController
|
class |
SwtTreeDropController
SwtTreeDropController is a drop controller used to make the SwtTree draggable. |
class |
SwtTreeItemDropController
A drop controller for handling drag and drop to tree item wrapper widgets in treeview / preview |
class |
SwtTreeviewTreeItemDropController
A drop controller for handling drag and drop to tree item wrapper widgets in treeview |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |