net.sourceforge.atunes.gui.views.controls.playList
Class PlayListColumnModel

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

public class PlayListColumnModel
extends javax.swing.table.DefaultTableColumnModel

The Class PlayListColumnModel.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.table.DefaultTableColumnModel
changeEvent, columnMargin, columnSelectionAllowed, listenerList, selectionModel, tableColumns, totalColumnWidth
 
Constructor Summary
PlayListColumnModel(PlayListTable playList)
          Instantiates a new play list column model.
 
Method Summary
 void addColumn(javax.swing.table.TableColumn aColumn)
           
 int getColumnIndexAtPosition(int x)
          Return column for x position.
 
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

PlayListColumnModel

public PlayListColumnModel(PlayListTable playList)
Instantiates a new play list column model.

Parameters:
playList - the play list
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

getColumnIndexAtPosition

public int getColumnIndexAtPosition(int x)
Return column for x position.

Parameters:
x - the x
Returns:
the column index at position


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