JComponentPack 1.3.0

Uses of Interface
com.zfqjava.swing.event.CellSelectionListener

Packages that use CellSelectionListener
com.zfqjava.swing   
 

Uses of CellSelectionListener in com.zfqjava.swing
 

Classes in com.zfqjava.swing that implement CellSelectionListener
 class JDataGrid
          JDataGrid provides a data grid, add some features such as row header, cell attributes, cell merge and split, undo and redo support.
 class JDataTable
          JDataTable provides a data table with the ResultSetTableModel.
 

Methods in com.zfqjava.swing that return CellSelectionListener
 CellSelectionListener[] AbstractCellSelectionModel.getCellSelectionListeners()
          Returns an array of all the table model listeners registered on this model.
 

Methods in com.zfqjava.swing with parameters of type CellSelectionListener
 void AbstractCellSelectionModel.addCellSelectionListener(CellSelectionListener l)
           
 void CellSelectionModel.addCellSelectionListener(CellSelectionListener l)
          Adds listener to the list of listeners that are notified each time the set of selected cells changes.
 void AbstractCellSelectionModel.removeCellSelectionListener(CellSelectionListener l)
           
 void CellSelectionModel.removeCellSelectionListener(CellSelectionListener l)
          Removes listener from the list of listeners that are notified each time the set of selected cells changes.
 


JComponentPack 1.3.0

Send your Feedback
JComponentPack 1.3.0
Copyright © 2001-2007 Extreme Component, Inc. All rights reserved.