|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractDropController | |
---|---|
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 AbstractDropController in com.allen_sauer.gwt.dnd.client.drop |
---|
Subclasses of AbstractDropController in com.allen_sauer.gwt.dnd.client.drop | |
---|---|
class |
AbsolutePositionDropController
A DropController which allows a draggable widget to be placed at specific (absolute)
locations on an AbsolutePanel drop target. |
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 AbstractDropController in com.sage.swt.client.widget.dnd |
---|
Subclasses of AbstractDropController in com.sage.swt.client.widget.dnd | |
---|---|
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 |