net.sourceforge.atunes.gui.model
Class NavigationTableColumnModel

java.lang.Object
  extended by javax.swing.table.DefaultTableColumnModel
      extended by net.sourceforge.atunes.gui.model.NavigationTableColumnModel
All Implemented Interfaces:
java.beans.PropertyChangeListener, java.io.Serializable, java.util.EventListener, javax.swing.event.ListSelectionListener, javax.swing.table.TableColumnModel

public class NavigationTableColumnModel
extends javax.swing.table.DefaultTableColumnModel

The Class NavigationTableColumnModel.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.table.DefaultTableColumnModel
changeEvent, columnMargin, columnSelectionAllowed, listenerList, selectionModel, tableColumns, totalColumnWidth
 
Constructor Summary
NavigationTableColumnModel(NavigationController controller)
          Instantiates a new navigation table column model.
 
Method Summary
 void addColumn(javax.swing.table.TableColumn aColumn)
           
 
Methods inherited from class javax.swing.table.DefaultTableColumnModel
addColumnModelListener, createSelectionModel, fireColumnAdded, fireColumnMarginChanged, fireColumnMoved, fireColumnRemoved, fireColumnSelectionChanged, getColumn, getColumnCount, getColumnIndex, getColumnIndexAtX, getColumnMargin, getColumnModelListeners, getColumns, getColumnSelectionAllowed, getListeners, getSelectedColumnCount, getSelectedColumns, getSelectionModel, getTotalColumnWidth, moveColumn, propertyChange, recalcWidthCache, removeColumn, removeColumnModelListener, setColumnMargin, setColumnSelectionAllowed, setSelectionModel, valueChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NavigationTableColumnModel

public NavigationTableColumnModel(NavigationController controller)
Instantiates a new navigation table column model.

Parameters:
controller - the controller
Method Detail

addColumn

public void addColumn(javax.swing.table.TableColumn aColumn)
Specified by:
addColumn in interface javax.swing.table.TableColumnModel
Overrides:
addColumn in class javax.swing.table.DefaultTableColumnModel


Copyright © 2006-2008 The aTunes Team. All Rights Reserved.