public interface DragAndDrop
BrowserView
.Modifier and Type | Method and Description |
---|---|
void |
disable()
Disables the drag and drop support for the associated
BrowserView . |
void |
enable()
Enables the drag and drop support for the associated
BrowserView . |
boolean |
isEnabled()
Indicates whether the drag and drop support is enabled for the associated
BrowserView . |
void enable()
BrowserView
.void disable()
BrowserView
.boolean isEnabled()
BrowserView
. By default, the drag and drop support is enabled.