Class DropAction
- java.lang.Object
-
- net.infonode.docking.internalutil.DropAction
-
public abstract class DropAction extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDropAction()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidclear(DockingWindow window, DropAction newDropAction)abstract voidexecute(DockingWindow window, java.awt.event.MouseEvent mouseEvent)booleanshowTitle()
-
-
-
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)
-
-