de.glossmaker.gui
Class ColumnModelListener

Package class diagram package ColumnModelListener
java.lang.Object
  extended by de.glossmaker.gui.ColumnModelListener
All Implemented Interfaces:
EventListener, TableColumnModelListener

public class ColumnModelListener
extends Object
implements TableColumnModelListener

This class listens to resize of the columns and the movement of columns.

Author:
Markus Flingelli

Constructor Summary
ColumnModelListener(String key, int size)
           
 
Method Summary
 void columnAdded(TableColumnModelEvent event)
           
 void columnMarginChanged(ChangeEvent event)
           
 void columnMoved(TableColumnModelEvent event)
           
 void columnRemoved(TableColumnModelEvent event)
           
 void columnSelectionChanged(ListSelectionEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColumnModelListener

public ColumnModelListener(String key,
                           int size)
Method Detail

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

columnAdded

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


Copyright © 2010 - 2011 Markus Flingelli. All Rights Reserved.