org.jsqltool.replication.gui
Class ReplicationFrame_profileList_mouseAdapter

java.lang.Object
  |
  +--java.awt.event.MouseAdapter
        |
        +--org.jsqltool.replication.gui.ReplicationFrame_profileList_mouseAdapter
All Implemented Interfaces:
java.util.EventListener, java.awt.event.MouseListener

class ReplicationFrame_profileList_mouseAdapter
extends java.awt.event.MouseAdapter


Field Summary
(package private)  ReplicationFrame adaptee
           
 
Constructor Summary
(package private) ReplicationFrame_profileList_mouseAdapter(ReplicationFrame 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
 

Field Detail

adaptee

ReplicationFrame adaptee
Constructor Detail

ReplicationFrame_profileList_mouseAdapter

ReplicationFrame_profileList_mouseAdapter(ReplicationFrame 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