Class DropAction
- java.lang.Object
-
- net.infonode.docking.internalutil.DropAction
-
public abstract class DropAction extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
DropAction()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description void
clear(DockingWindow window, DropAction newDropAction)
abstract void
execute(DockingWindow window, java.awt.event.MouseEvent mouseEvent)
boolean
showTitle()
-
-
-
Method Detail
-
execute
public abstract void execute(DockingWindow window, java.awt.event.MouseEvent mouseEvent)
-
showTitle
public boolean showTitle()
-
clear
public void clear(DockingWindow window, DropAction newDropAction)
-
-