com.tensegrity.gui.swing.dock.core
Class CustomDGListener

java.lang.Object
  extended bycom.tensegrity.gui.swing.dock.core.CustomDGListener
All Implemented Interfaces:
java.awt.dnd.DragGestureListener, java.util.EventListener

public final class CustomDGListener
extends java.lang.Object
implements java.awt.dnd.DragGestureListener

CustomDGListener is a DragGestureListener implementation for use on components that are made inside a CustomTabTitle.

This class is meant to used from CustomTabTitle.

Author:
srutz

Constructor Summary
CustomDGListener(TabEntryProvider tabentryprovider, TabPane tabpane, TabEntry entry)
          Creates a new instance of CustomDGListener to use for making user components a drag-source for the docking gui.
 
Method Summary
 void dragGestureRecognized(java.awt.dnd.DragGestureEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomDGListener

public CustomDGListener(TabEntryProvider tabentryprovider,
                        TabPane tabpane,
                        TabEntry entry)
Creates a new instance of CustomDGListener to use for making user components a drag-source for the docking gui. Please note that CustomTabTitle extends TabEntryProvider.

Parameters:
tabentryprovider -
tabpane -
entry -
Method Detail

dragGestureRecognized

public void dragGestureRecognized(java.awt.dnd.DragGestureEvent e)
Specified by:
dragGestureRecognized in interface java.awt.dnd.DragGestureListener


Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.