projectPrototype.view.graphicEditor
Class GraphicEditor.MouseClick

java.lang.Object
  extended byjava.awt.event.MouseAdapter
      extended byprojectPrototype.view.graphicEditor.GraphicEditor.MouseClick
All Implemented Interfaces:
java.util.EventListener, java.awt.event.MouseListener
Enclosing class:
GraphicEditor

private class GraphicEditor.MouseClick
extends java.awt.event.MouseAdapter

Author:
Dário Apolinário & Gustavo Reis This clas was created to handle Mouse click Event's.
See Also:
MouseAdapter

Constructor Summary
private GraphicEditor.MouseClick()
           
 
Method Summary
 void mousePressed(java.awt.event.MouseEvent e)
           
 void mouseReleased(java.awt.event.MouseEvent e)
           
 
Methods inherited from class java.awt.event.MouseAdapter
mouseClicked, mouseEntered, mouseExited
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphicEditor.MouseClick

private GraphicEditor.MouseClick()
Method Detail

mousePressed

public void mousePressed(java.awt.event.MouseEvent e)

mouseReleased

public void mouseReleased(java.awt.event.MouseEvent e)