ix.iview.table
Class ConstructTableMouser

java.lang.Object
  extended by java.awt.event.MouseAdapter
      extended by ix.iview.table.ConstructTableMouser
All Implemented Interfaces:
java.awt.event.MouseListener, java.awt.event.MouseMotionListener, java.awt.event.MouseWheelListener, java.util.EventListener

public class ConstructTableMouser
extends java.awt.event.MouseAdapter

A Mouse Adapter for construct summary tables


Constructor Summary
ConstructTableMouser(IXTable table, AConstructFramePanel editPanel)
          A Mouse Adapter for construct summary tables.
 
Method Summary
 void mouseClicked(java.awt.event.MouseEvent me)
          If the left button was clicked on a row (except column 0) put the construct in the editor.
 
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
 

Constructor Detail

ConstructTableMouser

public ConstructTableMouser(IXTable table,
                            AConstructFramePanel editPanel)
A Mouse Adapter for construct summary tables. Works for tables with AbstractIXTableModels.

Method Detail

mouseClicked

public void mouseClicked(java.awt.event.MouseEvent me)
If the left button was clicked on a row (except column 0) put the construct in the editor.

Specified by:
mouseClicked in interface java.awt.event.MouseListener
Overrides:
mouseClicked in class java.awt.event.MouseAdapter