org.noos.xing.mydoggy.plaf.ui.cmp
Class MultiSplitTabbedContentContainer.TabbedDragListener

java.lang.Object
  extended by org.noos.xing.mydoggy.plaf.ui.drag.DragListenerAdapter
      extended by org.noos.xing.mydoggy.plaf.ui.cmp.MultiSplitTabbedContentContainer.TabbedDragListener
All Implemented Interfaces:
DragGestureListener, DragSourceListener, DragSourceMotionListener, EventListener, Cleaner, DragListener
Enclosing class:
MultiSplitTabbedContentContainer<D extends org.noos.xing.mydoggy.Dockable>

public class MultiSplitTabbedContentContainer.TabbedDragListener
extends DragListenerAdapter


Field Summary
protected  int dragTabIndex
           
protected  TabbedContentPane tabbedContentPane
           
 
Fields inherited from class org.noos.xing.mydoggy.plaf.ui.drag.DragListenerAdapter
descriptor, ghostImage, lastBarAnchor, lastDropPanel, manager, updatedGhostImage
 
Constructor Summary
MultiSplitTabbedContentContainer.TabbedDragListener(TabbedContentPane tabbedContentPane)
           
 
Method Summary
 void dragDropEnd(DragSourceDropEvent dsde)
           
 void dragGestureRecognized(DragGestureEvent dge)
           
 void dragMouseMoved(DragSourceDragEvent dsde)
           
protected  boolean isDragEnabled()
           
 
Methods inherited from class org.noos.xing.mydoggy.plaf.ui.drag.DragListenerAdapter
acquireLocks, checkStatus, cleanup, cleanupGhostImage, dockableDropDragEnd, dockableDropDragExit, dragEnter, dragExit, dragOver, dropActionChanged, releaseLocks, releaseLocksOne, releaseLocksTwo, resetGhostImage, setGhostImage, updateDropTarget, updateGhostImage, updateGhostImage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tabbedContentPane

protected TabbedContentPane tabbedContentPane

dragTabIndex

protected int dragTabIndex
Constructor Detail

MultiSplitTabbedContentContainer.TabbedDragListener

public MultiSplitTabbedContentContainer.TabbedDragListener(TabbedContentPane tabbedContentPane)
Method Detail

dragGestureRecognized

public void dragGestureRecognized(DragGestureEvent dge)
Specified by:
dragGestureRecognized in interface DragGestureListener
Overrides:
dragGestureRecognized in class DragListenerAdapter

dragMouseMoved

public void dragMouseMoved(DragSourceDragEvent dsde)
Specified by:
dragMouseMoved in interface DragSourceMotionListener
Overrides:
dragMouseMoved in class DragListenerAdapter

dragDropEnd

public void dragDropEnd(DragSourceDropEvent dsde)
Specified by:
dragDropEnd in interface DragSourceListener
Overrides:
dragDropEnd in class DragListenerAdapter

isDragEnabled

protected boolean isDragEnabled()
Overrides:
isDragEnabled in class DragListenerAdapter


Copyright © 2012. All Rights Reserved.