org.noos.xing.mydoggy.plaf.ui.look
Class ToolWindowTitleBarUI.ToolWindowTitleBarDragListener

java.lang.Object
  extended by org.noos.xing.mydoggy.plaf.ui.drag.DragListenerAdapter
      extended by org.noos.xing.mydoggy.plaf.ui.look.ToolWindowTitleBarUI.ToolWindowTitleBarDragListener
All Implemented Interfaces:
DragGestureListener, DragSourceListener, DragSourceMotionListener, EventListener, Cleaner, DragListener
Enclosing class:
ToolWindowTitleBarUI

public class ToolWindowTitleBarUI.ToolWindowTitleBarDragListener
extends DragListenerAdapter


Field Summary
protected  LineBorder highligthBorder
           
protected  org.noos.xing.mydoggy.ToolWindowAnchor lastAnchor
           
protected  JComponent lastOverCmp
           
protected  boolean moveAnchor
           
protected  Border oldBorder
           
 
Fields inherited from class org.noos.xing.mydoggy.plaf.ui.drag.DragListenerAdapter
descriptor, ghostImage, lastBarAnchor, lastDropPanel, manager, updatedGhostImage
 
Constructor Summary
ToolWindowTitleBarUI.ToolWindowTitleBarDragListener(ToolWindowDescriptor descriptor)
           
 
Method Summary
 void dragDropEnd(DragSourceDropEvent dsde)
           
 void dragGestureRecognized(DragGestureEvent dge)
           
 void dragMouseMoved(DragSourceDragEvent dsde)
           
 
Methods inherited from class org.noos.xing.mydoggy.plaf.ui.drag.DragListenerAdapter
acquireLocks, checkStatus, cleanup, cleanupGhostImage, dockableDropDragEnd, dockableDropDragExit, dragEnter, dragExit, dragOver, dropActionChanged, isDragEnabled, 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

lastOverCmp

protected JComponent lastOverCmp

oldBorder

protected Border oldBorder

highligthBorder

protected LineBorder highligthBorder

moveAnchor

protected boolean moveAnchor

lastAnchor

protected org.noos.xing.mydoggy.ToolWindowAnchor lastAnchor
Constructor Detail

ToolWindowTitleBarUI.ToolWindowTitleBarDragListener

public ToolWindowTitleBarUI.ToolWindowTitleBarDragListener(ToolWindowDescriptor descriptor)
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


Copyright © 2012. All Rights Reserved.