Uses of Class
com.zfqjava.swing.cell.Cell

Uses of Cell in com.zfqjava.swing
 

Methods in com.zfqjava.swing that return Cell
 Cell JDataGrid.getSelectedCell()
          Returns the selected cell as Cell object.
 Cell[] JDataGrid.getSelectedCells()
          Returns all selected cells.
 Cell DataGridModel.getCellSpans(int rowIndex, int columnIndex)
          Returns the cell that spans the specified cell at rowIndex and columnIndex.
 Cell[] DataGridModel.getCellSpans(int firstRow, int lastRow, int firstColumn, int lastColumn)
          Returns the cells that spans the specified cell area.
 Cell[] DataGridModel.getSpannedCells()
          Returns all spanned cells.
 Cell DefaultDataGridModel.getCellSpans(int rowIndex, int columnIndex)
          Returns the cell that spans the specified cell at rowIndex and columnIndex.
 Cell[] DefaultDataGridModel.getCellSpans(int firstRow, int lastRow, int firstColumn, int lastColumn)
          Returns the cells that spans the specified cell area.
 Cell[] DefaultDataGridModel.getSpannedCells()
          Returns all spanned cells.
 

Methods in com.zfqjava.swing with parameters of type Cell
 java.awt.Rectangle JDataGrid.getCellRect(Cell c, boolean includeSpacing)
          Returns a rectangle for the cell that lies at the intersection of c.
 void JDataGrid.selectCell(Cell c)
          Selects the specified cell in the data grid.
 boolean DataGridModel.isSpannedCell(Cell c)
          Determines whether the cell is spanned cell.
 boolean DataGridModel.merge(Cell c)
          Merges the cell.
 boolean DataGridModel.split(Cell c)
          Splits the cell.
protected  void AbstractDataGridModel.fireCellAttributesChanged(Cell c)
          Notifies all listeners that cell attributes have been changed.
protected  void AbstractDataGridModel.fireCellClassChanged(Cell c)
          Notifies all listeners that cell class have been changed.
protected  void AbstractDataGridModel.fireCellEditableChanged(Cell c)
          Notifies all listeners that cell editable have been changed.
protected  void AbstractDataGridModel.fireCellSpanChanged(Cell c)
          Notifies all listeners that cell span have been changed.
protected  void AbstractDataGridModel.fireCellValueChanged(Cell c)
          Notifies all listeners that cell value have been changed.
protected  void AbstractDataGridModel.fireCellChanged(Cell c)
          Notifies all listeners that all cell object have been changed.
 boolean DefaultDataGridModel.isSpannedCell(Cell c)
          Determines whether the cell is spanned cell.
 boolean DefaultDataGridModel.merge(Cell c)
          Merges the cell.
 boolean DefaultDataGridModel.split(Cell c)
          Splits the cell.
 boolean DefaultDataGridModel.sort(Cell c, boolean ascending)
          Sorts the cell area.Returns true if this model changes as a result of the call.
 boolean DefaultDataGridModel.move(Cell from, Cell to)
          Moves the cell area from to to.
 boolean DefaultDataGridModel.fillCellAttributes(Cell c, java.util.List[] l)
          Fills the cell attributes of the cell area c use the specified data.
 boolean DefaultDataGridModel.fillCellClass(Cell c, java.util.List[] l)
          Fills the cell class of the cell area c use the specified data.
 boolean DefaultDataGridModel.fillCellEditable(Cell c, java.util.List[] l)
          Fills the cell editable of the cell area c use the specified data.
 boolean DefaultDataGridModel.fillValue(Cell c, java.util.List[] l)
          Fills the value of the cell area c use the specified data.
 boolean DefaultDataGridModel.clear(Cell c)
          Clears the cell data for the specified cell area c.
 boolean DefaultDataGridModel.clearCellAttributes(Cell c)
          Clears the cell attributes for the specified cell area c.
 boolean DefaultDataGridModel.clearCellClass(Cell c)
          Clears the cell class for the specified cell area c.
 boolean DefaultDataGridModel.clearCellEditable(Cell c)
          Clears the cell editable for the specified cell area c.
 boolean DefaultDataGridModel.clearValue(Cell c)
          Clears the cell value for the specified cell area c.
 void DefaultDataGridModel.setCellAttributes(javax.swing.text.AttributeSet attributes, Cell c)
          Sets the cell attributes.
 void DefaultDataGridModel.setCellClass(java.lang.Class cc, Cell c)
          Sets the cell class.
 void DefaultDataGridModel.setCellEditable(boolean editable, Cell c)
          Sets the cell editable.
 void DefaultDataGridModel.setValueAt(java.lang.Object aValue, Cell c)
          Sets the cell value.
 

Uses of Cell in com.zfqjava.swing.cell
 

Methods in com.zfqjava.swing.cell with parameters of type Cell
 boolean Cell.contains(Cell c)
          Determines whether this cell contains the c.
 boolean Cell.intersects(Cell c)
          Determines whether this cell intersects the cell at the specified area.
 



Copyright © 2001-2003 Extreme Component, Inc. All rights reserved.