org.noos.xing.mydoggy.plaf.ui.look
Class TitleBarMouseAdapter

java.lang.Object
  extended by java.awt.event.MouseAdapter
      extended by org.noos.xing.mydoggy.plaf.ui.look.TitleBarMouseAdapter
All Implemented Interfaces:
MouseListener, MouseMotionListener, MouseWheelListener, EventListener

public class TitleBarMouseAdapter
extends MouseAdapter

Author:
Angelo De Caro (angelo.decaro@gmail.com)

Field Summary
protected  org.noos.xing.mydoggy.ToolWindow toolWindow
           
protected  ToolWindowDescriptor toolWindowDescriptor
           
 
Constructor Summary
TitleBarMouseAdapter(ToolWindowDescriptor toolWindowDescriptor)
           
 
Method Summary
 void mouseClicked(MouseEvent e)
           
 
Methods inherited from class java.awt.event.MouseAdapter
mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, mouseWheelMoved
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

toolWindowDescriptor

protected ToolWindowDescriptor toolWindowDescriptor

toolWindow

protected org.noos.xing.mydoggy.ToolWindow toolWindow
Constructor Detail

TitleBarMouseAdapter

public TitleBarMouseAdapter(ToolWindowDescriptor toolWindowDescriptor)
Method Detail

mouseClicked

public void mouseClicked(MouseEvent e)
Specified by:
mouseClicked in interface MouseListener
Overrides:
mouseClicked in class MouseAdapter


Copyright © 2012. All Rights Reserved.