biggests.tables
Class TableFunctionIndividual_this_mouseAdapter

java.lang.Object
  extended by java.awt.event.MouseAdapter
      extended by biggests.tables.TableFunctionIndividual_this_mouseAdapter
All Implemented Interfaces:
java.awt.event.MouseListener, java.util.EventListener

 class TableFunctionIndividual_this_mouseAdapter
extends java.awt.event.MouseAdapter

Title:

Description:

Copyright: Copyright (C) 2007 Joana Gonçalves This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.


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

Constructor Detail

TableFunctionIndividual_this_mouseAdapter

TableFunctionIndividual_this_mouseAdapter(TableFunctionIndividual adaptee)
Method Detail

mouseClicked

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