net.sourceforge.geeboss.controller.dnd
Class EffectTabFolderDnd

java.lang.Object
  extended by net.sourceforge.geeboss.controller.dnd.EffectTabFolderDnd

public class EffectTabFolderDnd
extends java.lang.Object

Samlpe file for tab dnd


Constructor Summary
EffectTabFolderDnd(org.eclipse.swt.custom.CTabFolder tabFolder, PatchTreeDnd patchTreeDnd)
          Create a new EffectTabFolderDnd
 
Method Summary
 void dispose()
          Dispose the DragSource object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EffectTabFolderDnd

public EffectTabFolderDnd(org.eclipse.swt.custom.CTabFolder tabFolder,
                          PatchTreeDnd patchTreeDnd)
Create a new EffectTabFolderDnd

Parameters:
tabFolder - The CTabFolder to apply basic drag and drop support
patchTreeDnd - A reference to the drag and drop class of the patchs tree. This is needed because the drop target will be the tree
Method Detail

dispose

public void dispose()
Dispose the DragSource object



Copyright (c) 2005 The Geeboss team (http://geeboss.sourceforge.net). All Rights Reserved.