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. Does nothing in
case the GraphicsEnvironment.isHeadless() returns true.void disable()
BrowserView. Does nothing in
case the GraphicsEnvironment.isHeadless() returns true.boolean isEnabled()
BrowserView. By default, the drag and drop support is enabled unless the GraphicsEnvironment.isHeadless() returns true.