public abstract class DropAction
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
DropAction() |
Modifier and Type | Method and Description |
---|---|
void |
clear(DockingWindow window,
DropAction newDropAction) |
abstract void |
execute(DockingWindow window,
java.awt.event.MouseEvent mouseEvent) |
boolean |
showTitle() |
public abstract void execute(DockingWindow window, java.awt.event.MouseEvent mouseEvent)
public boolean showTitle()
public void clear(DockingWindow window, DropAction newDropAction)