JComponentPack 1.3.0

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

Packages that use CellSpanListener
com.zfqjava.swing   
com.zfqjava.swing.model   
 

Uses of CellSpanListener in com.zfqjava.swing
 

Classes in com.zfqjava.swing that implement CellSpanListener
 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 CellSpanListener
 CellSpanListener[] AbstractCellSpanModel.getCellSpanListeners()
          Returns an array of all the table model listeners registered on this model.
 CellSpanListener[] AbstractDataGridModel.getCellSpanListeners()
          Returns an array of all the table model listeners registered on this model.
 

Methods in com.zfqjava.swing with parameters of type CellSpanListener
 void AbstractCellSpanModel.addCellSpanListener(CellSpanListener l)
           
 void AbstractDataGridModel.addCellSpanListener(CellSpanListener l)
           
 void CellSpanModel.addCellSpanListener(CellSpanListener l)
          Adds a listener to the list that is notified each time a change to the cell span model occurs.
 void AbstractCellSpanModel.removeCellSpanListener(CellSpanListener l)
           
 void AbstractDataGridModel.removeCellSpanListener(CellSpanListener l)
           
 void CellSpanModel.removeCellSpanListener(CellSpanListener l)
          Removes a listener from the list that is notified each time a change to the cell span model occurs.
 

Uses of CellSpanListener in com.zfqjava.swing.model
 

Methods in com.zfqjava.swing.model with parameters of type CellSpanListener
 void DataGridModelAdapter.addCellSpanListener(CellSpanListener l)
           
 void DataGridModelAdapter.removeCellSpanListener(CellSpanListener l)
           
 


JComponentPack 1.3.0

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