Interface DropTarget

Description

In BBj 7.0 and higher, a BBjControl implements the DropTarget interface if the user can specify drop actions and types.

Implementing Classes

BBjBarChart, BBjButton, BBjCEdit, BBjCheckBox, BBjColorChooser, BBjEditBox, BBjEditBoxSpinner, BBjFileChooser, BBjFontChooser, BBjGrid, BBjHtmlView, BBjInputD, BBjInputDSpinner, BBjInputE, BBjInputESpinner, BBjInputN, BBjInputNSpinner, BBjLineChart, BBjListBox, BBjListButton, BBjListEdit, BBjMenuButton, BBjNavigator, BBjPieChart, BBjPrintPreview, BBjProgressBar, BBjScrollBar, BBjSlider, BBjTabCtrl, BBjToolButton, BBjTree, BBjWindow

Methods of DropTarget

Return Value

Method

int

getDropActions()

void

setDropActions(int actions)

BBjVector

getDropTypes()

void

setDropTypes(BBjVector  types)

Event

Callback Code

Object-oriented Event

Read Record Event

Code

ON_DROP_TARGET_DROP

BBjDropTargetDropEvent

Drag Source Drop Event

D

Examples

Drag and Drop

Drag and Drop Actions

Drag and Drop Events

Drag and Drop Types

See Also

BBjAPI

BBjSysGui

Interface DragSource

BBj Drag and Drop

See the BBj Object Diagram for an illustration of the relationship between BBj Objects.