|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DragController | |
---|---|
com.allen_sauer.gwt.dnd.client | Main drag-and-drop classes. |
com.sage.swt.client.widget | Contains the widgets that are used by the SWT. |
com.sage.swt.client.widget.dnd | Contains classes for drag and drop that extend the allen_sauer library. |
Uses of DragController in com.allen_sauer.gwt.dnd.client |
---|
Classes in com.allen_sauer.gwt.dnd.client that implement DragController | |
---|---|
class |
AbstractDragController
DragController which performs the bare essentials such as adding/removing styles,
maintaining collections, adding mouse listeners, etc. |
class |
PickupDragController
|
Fields in com.allen_sauer.gwt.dnd.client declared as DragController | |
---|---|
DragController |
DragContext.dragController
The DragController for which this context exists. |
Uses of DragController in com.sage.swt.client.widget |
---|
Methods in com.sage.swt.client.widget that return DragController | |
---|---|
DragController |
AbstractSwtPortletWidget.getDragController()
Get the drag controller. |
Methods in com.sage.swt.client.widget with parameters of type DragController | |
---|---|
void |
AbstractSwtPortletWidget.setDragController(DragController dragController)
Set the drag controller |
Uses of DragController in com.sage.swt.client.widget.dnd |
---|
Classes in com.sage.swt.client.widget.dnd that implement DragController | |
---|---|
class |
SwtDragController
This class customises(overrides) PickupDragController the unique behaviour for the SWT. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |