|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PickupDragController | |
---|---|
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. |
com.sage.swt.client.widget.layout | Contains work-in-progress widgets for simplifying the layout of widgets on data entry UI's. |
com.sage.swt.client.widget.tree | Contains classes used by the SwtTree widget. |
Uses of PickupDragController in com.sage.swt.client.widget |
---|
Methods in com.sage.swt.client.widget that return PickupDragController | |
---|---|
PickupDragController |
ContainsPortletGallery.getDragController()
The dragController which has a registered drop controller for handling the Widgets(say ShortcutsThumbnail) in the Gallery which can be re-positioned using drag and drop |
Methods in com.sage.swt.client.widget with parameters of type PickupDragController | |
---|---|
void |
SwtDockPanel.addDragDrop(PickupDragController dragController)
|
void |
SwtTree.addDragDrop(PickupDragController dragController,
java.lang.String style)
Sets up the widget to be used in drag and drop mode drop allowing the user to drop widgets into the widget (as is the case when it is used by the UI Designer). |
void |
SwtTabPanel.addDragDrop(PickupDragController dragController,
java.lang.String style)
Sets up the widget to be used in drag and drop mode drop allowing the user to drop widgets into the widget (as is the case when it is used by the UI Designer). |
void |
SwtTab.addDragDrop(PickupDragController dragController,
java.lang.String style)
Sets up the widget to be used in drag and drop mode drop allowing the user to drop widgets into the widget (as is the case when it is used by the UI Designer). |
void |
SwtSingleTabPanel.addDragDrop(PickupDragController dragController,
java.lang.String style)
Sets up the widget to be used in drag and drop mode drop allowing the user to drop widgets into the widget (as is the case when it is used by the UI Designer). |
void |
SwtSimplePanel.addDragDrop(PickupDragController dragController,
java.lang.String style)
|
void |
SwtGridPanel.addDragDrop(PickupDragController dragController,
java.lang.String style)
Sets up the widget to be used in drag and drop mode drop allowing the user to drop widgets into the widget (as is the case when it is used by the UI Designer). |
void |
SwtFlowPanel.addDragDrop(PickupDragController dragController,
java.lang.String style)
Sets up the widget to be used in drag and drop mode drop allowing the user to drop widgets into the widget (as is the case when it is used by the UI Designer). |
void |
SwtFlexTable.addDragDrop(PickupDragController dragController,
java.lang.String style)
Sets up the widget to be used in drag and drop mode drop allowing the user to drop widgets into the widget (as is the case when it is used by the UI Designer). |
void |
SwtDisclosurePanel.addDragDrop(PickupDragController dragController,
java.lang.String style)
Sets up the widget to be used in drag and drop mode drop allowing the user to drop widgets into the widget (as is the case when it is used by the UI Designer). |
void |
SwtDecoratorPanel.addDragDrop(PickupDragController dragController,
java.lang.String style)
Sets up the widget to be used in drag and drop mode drop allowing the user to drop widgets into the widget (as is the case when it is used by the UI Designer). |
void |
SwtCaptionPanel.addDragDrop(PickupDragController dragController,
java.lang.String style)
Sets up the widget to be used in drag and drop mode drop allowing the user to drop widgets into the widget (as is the case when it is used by the UI Designer). |
void |
HasDropController.addDragDrop(PickupDragController dragController,
java.lang.String style)
Sets up the widget to be used in drag and drop mode drop allowing the user to drop widgets into the widget (as is the case when it is used by the UI Designer). |
void |
AbstractSwtCellPanel.addDragDrop(PickupDragController dragController,
java.lang.String style)
Sets up the widget to be used in drag and drop mode drop allowing the user to drop widgets into the widget (as is the case when it is used by the UI Designer). |
void |
SwtTree.addDragDrop(PickupDragController dragController,
SwtTreeDropController dropController,
java.lang.String style)
Special addDragDrop for the SwtTree. |
Uses of PickupDragController in com.sage.swt.client.widget.dnd |
---|
Subclasses of PickupDragController in com.sage.swt.client.widget.dnd | |
---|---|
class |
SwtDragController
This class customises(overrides) PickupDragController the unique behaviour for the SWT. |
Uses of PickupDragController in com.sage.swt.client.widget.layout |
---|
Methods in com.sage.swt.client.widget.layout with parameters of type PickupDragController | |
---|---|
void |
SwtSectionLayoutPanel.addDragDrop(PickupDragController dragController,
java.lang.String style)
|
void |
SwtOptionsLayoutPanel.addDragDrop(PickupDragController dragController,
java.lang.String style)
|
void |
SwtNavigatorLayoutPanel.addDragDrop(PickupDragController dragController,
java.lang.String style)
|
void |
SwtMultiColumnInputLayoutPanel.addDragDrop(PickupDragController dragController,
java.lang.String style)
|
void |
SwtKeyLayoutPanel.addDragDrop(PickupDragController dragController,
java.lang.String style)
|
void |
SwtFieldLayoutPanel.addDragDrop(PickupDragController dragController,
java.lang.String style)
|
void |
SwtDualColumnLayoutPanel.addDragDrop(PickupDragController dragController,
java.lang.String style)
|
void |
SwtButtonLayoutPanel.addDragDrop(PickupDragController dragController,
java.lang.String style)
|
Uses of PickupDragController in com.sage.swt.client.widget.tree |
---|
Methods in com.sage.swt.client.widget.tree with parameters of type PickupDragController | |
---|---|
void |
SwtTreeItemTreeviewWrapper.addDragDrop(PickupDragController dragController,
java.lang.String style)
Sets up the widget to be used in drag and drop mode drop allowing the user to drop widgets into the widget (as is the case when it is used by the UI Designer). |
void |
SwtTreeItemPreviewWrapper.addDragDrop(PickupDragController dragController,
java.lang.String style)
Sets up the widget to be used in drag and drop mode drop allowing the user to drop widgets into the widget (as is the case when it is used by the UI Designer). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |