net.infonode.docking.drop
Class InteriorDropInfo

java.lang.Object
  extended by net.infonode.docking.drop.DropInfo
      extended by net.infonode.docking.drop.InteriorDropInfo

public class InteriorDropInfo
extends DropInfo

Information about a drop into a window.

This drop type is performed on a RootWindow or a FloatingWindow when they don't have any top-level windows i.e. they appear empty. It is also perfomed on a SplitWindow when the drop will result in a replace of the split window with a tab window containing the left window, right window and the window that was dropped.

Since:
IDW 1.4.0
Version:
$Revision: 1.4 $
Author:
$Author: jesper $

Constructor Summary
InteriorDropInfo(DockingWindow window, DockingWindow dropWindow, java.awt.Point point)
           
 
Method Summary
 
Methods inherited from class net.infonode.docking.drop.DropInfo
getDropWindow, getPoint, getWindow
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InteriorDropInfo

public InteriorDropInfo(DockingWindow window,
                        DockingWindow dropWindow,
                        java.awt.Point point)