net.infonode.docking.internalutil
Class DropAction

java.lang.Object
  extended by net.infonode.docking.internalutil.DropAction

public abstract class DropAction
extends java.lang.Object

Version:
$Revision: 1.6 $
Author:
$Author: jesper $

Constructor Summary
protected DropAction()
           
 
Method Summary
 void clear(DockingWindow window, DropAction newDropAction)
           
abstract  void execute(DockingWindow window, java.awt.event.MouseEvent mouseEvent)
           
 boolean showTitle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DropAction

protected DropAction()
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)