org.noos.xing.mydoggy.plaf.ui.look
Class ToolWindowRepresentativeAnchorUI.ToolWindowRepresentativeAnchorMouseAdapter

java.lang.Object
  extended by java.awt.event.MouseAdapter
      extended by javax.swing.event.MouseInputAdapter
          extended by org.noos.xing.mydoggy.plaf.ui.look.ToolWindowRepresentativeAnchorUI.ToolWindowRepresentativeAnchorMouseAdapter
All Implemented Interfaces:
ActionListener, MouseListener, MouseMotionListener, MouseWheelListener, EventListener, MouseInputListener, Cleaner
Enclosing class:
ToolWindowRepresentativeAnchorUI

public class ToolWindowRepresentativeAnchorUI.ToolWindowRepresentativeAnchorMouseAdapter
extends MouseInputAdapter
implements ActionListener, Cleaner


Field Summary
protected  boolean firstPreview
           
protected  Timer previewTimer
           
 
Constructor Summary
ToolWindowRepresentativeAnchorUI.ToolWindowRepresentativeAnchorMouseAdapter()
           
 
Method Summary
 void actionPerformed(ActionEvent e)
           
 void cleanup()
           
 void mouseClicked(MouseEvent e)
           
 void mouseDragged(MouseEvent e)
           
 void mouseEntered(MouseEvent e)
           
 void mouseExited(MouseEvent e)
           
protected  void setFullPreviewBounds()
           
protected  void setPreviewPanelBounds(RootPaneContainer rootPaneContainer)
           
protected  void setThumbnailPreviewBounds(RootPaneContainer rootPaneContainer)
           
 
Methods inherited from class java.awt.event.MouseAdapter
mouseMoved, mousePressed, mouseReleased, mouseWheelMoved
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.awt.event.MouseListener
mousePressed, mouseReleased
 
Methods inherited from interface java.awt.event.MouseMotionListener
mouseMoved
 

Field Detail

previewTimer

protected Timer previewTimer

firstPreview

protected boolean firstPreview
Constructor Detail

ToolWindowRepresentativeAnchorUI.ToolWindowRepresentativeAnchorMouseAdapter

public ToolWindowRepresentativeAnchorUI.ToolWindowRepresentativeAnchorMouseAdapter()
Method Detail

mouseClicked

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

mouseEntered

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

mouseExited

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

mouseDragged

public void mouseDragged(MouseEvent e)
Specified by:
mouseDragged in interface MouseMotionListener
Overrides:
mouseDragged in class MouseAdapter

actionPerformed

public void actionPerformed(ActionEvent e)
Specified by:
actionPerformed in interface ActionListener

cleanup

public void cleanup()
Specified by:
cleanup in interface Cleaner

setPreviewPanelBounds

protected void setPreviewPanelBounds(RootPaneContainer rootPaneContainer)

setThumbnailPreviewBounds

protected void setThumbnailPreviewBounds(RootPaneContainer rootPaneContainer)

setFullPreviewBounds

protected void setFullPreviewBounds()


Copyright © 2012. All Rights Reserved.