org.xnap.commons.gui.table
Class TableLayout.EventHandler

java.lang.Object
  extended by org.xnap.commons.gui.table.TableLayout.EventHandler
All Implemented Interfaces:
MouseListener, MouseMotionListener, PropertyChangeListener, EventListener, TableColumnModelListener
Enclosing class:
TableLayout

protected class TableLayout.EventHandler
extends Object
implements MouseListener, MouseMotionListener, TableColumnModelListener, PropertyChangeListener


Constructor Summary
protected TableLayout.EventHandler()
           
 
Method Summary
 void columnAdded(TableColumnModelEvent event)
           
 void columnMarginChanged(ChangeEvent event)
           
 void columnMoved(TableColumnModelEvent event)
           
 void columnRemoved(TableColumnModelEvent event)
           
 void columnSelectionChanged(ListSelectionEvent event)
           
 void mouseClicked(MouseEvent e)
           
 void mouseDragged(MouseEvent e)
           
 void mouseEntered(MouseEvent e)
           
 void mouseExited(MouseEvent e)
           
 void mouseMoved(MouseEvent e)
           
 void mousePressed(MouseEvent e)
           
 void mouseReleased(MouseEvent e)
           
 void propertyChange(PropertyChangeEvent evt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableLayout.EventHandler

protected TableLayout.EventHandler()
Method Detail

columnAdded

public void columnAdded(TableColumnModelEvent event)
Specified by:
columnAdded in interface TableColumnModelListener

columnMarginChanged

public void columnMarginChanged(ChangeEvent event)
Specified by:
columnMarginChanged in interface TableColumnModelListener

columnMoved

public void columnMoved(TableColumnModelEvent event)
Specified by:
columnMoved in interface TableColumnModelListener

columnRemoved

public void columnRemoved(TableColumnModelEvent event)
Specified by:
columnRemoved in interface TableColumnModelListener

columnSelectionChanged

public void columnSelectionChanged(ListSelectionEvent event)
Specified by:
columnSelectionChanged in interface TableColumnModelListener

mouseClicked

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

mouseDragged

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

mouseEntered

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

mouseExited

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

mouseMoved

public void mouseMoved(MouseEvent e)
Specified by:
mouseMoved in interface MouseMotionListener

mousePressed

public void mousePressed(MouseEvent e)
Specified by:
mousePressed in interface MouseListener

mouseReleased

public void mouseReleased(MouseEvent e)
Specified by:
mouseReleased in interface MouseListener

propertyChange

public void propertyChange(PropertyChangeEvent evt)
Specified by:
propertyChange in interface PropertyChangeListener


Copyright © 2004-2007 XNap Commons Team. All Rights Reserved.