de.glossmaker.gui
Class ColumnModelListener
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ColumnModelListener
public ColumnModelListener(String key,
int size)
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.