|
JComponentPack 1.5.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Cell | |
|---|---|
| com.zfqjava.formula | |
| com.zfqjava.swing | |
| com.zfqjava.swing.cell | |
| com.zfqjava.swing.event | |
| com.zfqjava.swing.model | |
| Uses of Cell in com.zfqjava.formula |
|---|
| Methods in com.zfqjava.formula that return Cell | |
|---|---|
Cell |
CellReference.getCell()
|
| Uses of Cell in com.zfqjava.swing |
|---|
| Methods in com.zfqjava.swing that return Cell | |
|---|---|
Cell |
AbstractDataGridModel.getCellSpans(int rowIndex,
int columnIndex)
|
Cell |
CellSpanModel.getCellSpans(int rowIndex,
int columnIndex)
Returns the cell that spans the specified cell at rowIndex and columnIndex. |
Cell |
DataGridModel.getCellSpans(int rowIndex,
int columnIndex)
Returns the cell that spans the specified cell at rowIndex and columnIndex. |
Cell |
DefaultCellSpanModel.getCellSpans(int rowIndex,
int columnIndex)
|
Cell[] |
AbstractDataGridModel.getCellSpans(int firstRow,
int lastRow,
int firstColumn,
int lastColumn)
|
Cell[] |
CellSpanModel.getCellSpans(int firstRow,
int lastRow,
int firstColumn,
int lastColumn)
Returns the cells that spans the specified cell area. |
Cell[] |
DataGridModel.getCellSpans(int firstRow,
int lastRow,
int firstColumn,
int lastColumn)
Returns the cells that spans the specified cell area. |
Cell[] |
DefaultCellSpanModel.getCellSpans(int firstRow,
int lastRow,
int firstColumn,
int lastColumn)
|
Cell[] |
AbstractDataGridModel.getFormulaCells()
Returns all formula cells. |
Cell[] |
DefaultDataGridModel.getFormulaCells()
Returns all formula cells. |
Cell |
CellSelectionModel.getSelectedCell()
Returns the selected cell as Cell object. |
Cell |
DefaultCellSelectionModel.getSelectedCell()
|
Cell |
JDataGrid.getSelectedCell()
Returns the selected cell as Cell object. |
Cell[] |
CellSelectionModel.getSelectedCells()
Returns all selected cells in the selection. |
Cell[] |
DefaultCellSelectionModel.getSelectedCells()
|
Cell[] |
JDataGrid.getSelectedCells()
Returns all selected cells. |
Cell[] |
AbstractDataGridModel.getSpannedCells()
|
Cell[] |
CellSpanModel.getSpannedCells()
Returns all spanned cells. |
Cell[] |
DataGridModel.getSpannedCells()
Returns all spanned cells. |
Cell[] |
DefaultCellSpanModel.getSpannedCells()
|
| Methods in com.zfqjava.swing with parameters of type Cell | |
|---|---|
void |
CellSelectionModel.addSelectionCell(Cell cell)
Adds the specified cell to the selection. |
void |
DefaultCellSelectionModel.addSelectionCell(Cell cell)
|
void |
CellSelectionModel.addSelectionCells(Cell[] cells)
Adds the specified cells to the selection. |
void |
DefaultCellSelectionModel.addSelectionCells(Cell[] cells)
|
boolean |
AbstractDataGridModel.clear(Cell c)
Clears the cell data for the specified cell area c. |
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. |
static void |
ModelFactory.clearTableModel(TableModel model,
Cell c)
Clears the cell area in TableModel. |
boolean |
DefaultDataGridModel.clearValue(Cell c)
Clears the cell value for the specified cell area c. |
boolean |
AbstractDataGridModel.fill(Cell c,
TableModel model)
Fills the cell area c use the specified data. |
boolean |
DefaultDataGridModel.fill(Cell c,
TableModel model)
Fills the cell area c use the specified data. |
boolean |
AbstractDataGridModel.fillCellAttributes(Cell c,
List[] l)
Fills the cell attributes of the cell area c use the specified data. |
boolean |
DefaultDataGridModel.fillCellAttributes(Cell c,
List[] l)
Fills the cell attributes of the cell area c use the specified data. |
boolean |
DefaultDataGridModel.fillCellClass(Cell c,
List[] l)
Fills the cell class of the cell area c use the specified data. |
boolean |
DefaultDataGridModel.fillCellEditable(Cell c,
List[] l)
Fills the cell editable of the cell area c use the specified data. |
static void |
ModelFactory.fillTableModel(TableModel model,
Cell c,
TableModel data)
Fills the cell area in TableModel by the specified
TableModel. |
boolean |
DefaultDataGridModel.fillValue(Cell c,
List[] l)
Fills the value of the cell area c use the specified data. |
protected void |
AbstractDataGridModel.fireCellAttributesChanged(Cell c)
Notifies all listeners that cell attributes have been changed. |
protected void |
AbstractDataGridModel.fireCellChanged(Cell c)
Notifies all listeners that all cell object 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 |
AbstractCellSpanModel.fireCellMerged(Cell c)
Forwards the given notification event to all CellSpanListeners that registered
themselves as listeners for this cell span model. |
protected void |
AbstractDataGridModel.fireCellMerged(Cell c)
Forwards the given notification event to all CellSpanListeners that registered
themselves as listeners for this cell span model. |
protected void |
AbstractDataGridModel.fireCellSpanChanged(Cell c)
Notifies all listeners that cell span have been changed. |
protected void |
AbstractCellSpanModel.fireCellSplitted(Cell c)
Forwards the given notification event to all CellSpanListeners that registered
themselves as listeners for this cell span model. |
protected void |
AbstractDataGridModel.fireCellSplitted(Cell c)
Forwards the given notification event to all CellSpanListeners that registered
themselves as listeners for this cell span model. |
protected void |
AbstractDataGridModel.fireCellValueChanged(Cell c)
Notifies all listeners that cell value have been changed. |
Rectangle |
JDataGrid.getCellRect(Cell c,
boolean includeSpacing)
Returns a rectangle for the cell that lies at the intersection of c. |
Rectangle |
JDataGrid.getCellRect(Cell c,
boolean includeSpacing,
Rectangle rect)
|
boolean |
CellSelectionModel.isCellSelected(Cell c)
Returns whether the cell is selected. |
boolean |
DefaultCellSelectionModel.isCellSelected(Cell c)
|
boolean |
JDataGrid.isCellSelected(Cell c)
Returns whether the cell is selected. |
boolean |
AbstractDataGridModel.isSpannedCell(Cell c)
|
boolean |
CellSpanModel.isSpannedCell(Cell c)
Determines whether the cell is spanned cell. |
boolean |
DataGridModel.isSpannedCell(Cell c)
Determines whether the cell is spanned cell. |
boolean |
DefaultCellSpanModel.isSpannedCell(Cell c)
|
boolean |
AbstractDataGridModel.merge(Cell c)
|
boolean |
CellSpanModel.merge(Cell c)
Merges the cell. |
boolean |
DataGridModel.merge(Cell c)
Merges the cell. |
boolean |
DefaultCellSpanModel.merge(Cell c)
|
boolean |
DefaultDataGridModel.move(Cell from,
Cell to)
Moves the cell area from to to. |
void |
CellSelectionModel.removeSelectionCell(Cell cell)
Removes the specified cell from the selection. |
void |
DefaultCellSelectionModel.removeSelectionCell(Cell cell)
|
void |
CellSelectionModel.removeSelectionCells(Cell[] cells)
Adds the specified cells to the selection. |
void |
DefaultCellSelectionModel.removeSelectionCells(Cell[] cells)
|
void |
JDataGrid.selectCell(Cell c)
Selects the specified cell in the data grid. |
void |
JDataGrid.selectCell(Cell c,
boolean includeSpan)
Selects the specified cell in the data grid. |
void |
AbstractDataGridModel.setCellAttributes(AttributeSet attributes,
Cell c)
Sets the cell attributes. |
void |
DefaultDataGridModel.setCellAttributes(AttributeSet attributes,
Cell c)
Sets the cell attributes. |
void |
AbstractDataGridModel.setCellClass(Class cc,
Cell c)
Sets the cell class. |
void |
DefaultDataGridModel.setCellClass(Class cc,
Cell c)
Sets the cell class. |
void |
DefaultDataGridModel.setCellEditable(boolean editable,
Cell c)
Sets the cell editable. |
void |
CellSelectionModel.setSelectionCell(Cell cell)
Changes the selection to select the specified cell. |
void |
DefaultCellSelectionModel.setSelectionCell(Cell cell)
|
void |
CellSelectionModel.setSelectionCells(Cell[] cells)
Changes the selection to select the specified cells. |
void |
DefaultCellSelectionModel.setSelectionCells(Cell[] cells)
|
void |
DefaultDataGridModel.setValueAt(Object aValue,
Cell c)
Sets the cell value. |
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.sort(Cell c,
boolean[] orders,
int[] keys,
boolean byColumn)
Sorts the cell area. |
boolean |
DefaultDataGridModel.sort(Cell c,
boolean[] orders,
int[] keys,
boolean byColumn,
boolean ignoreBlank)
Sorts the cell area. |
boolean |
DefaultDataGridModel.sort(Cell c,
boolean ascending,
int index,
boolean byColumn)
Sorts the cell area. |
boolean |
DefaultDataGridModel.sort(Cell c,
boolean ascending,
int index,
boolean byColumn,
boolean ignoreBlank)
Sorts the cell area. |
boolean |
AbstractDataGridModel.split(Cell c)
|
boolean |
CellSpanModel.split(Cell c)
Splits the cell. |
boolean |
DataGridModel.split(Cell c)
Splits the cell. |
boolean |
DefaultCellSpanModel.split(Cell c)
|
void |
AbstractDataGridModel.startUndoableEdit(Cell undoCell,
Cell redoCell)
Starts the undoable edit. |
DataGridModel |
AbstractDataGridModel.toModel(Cell c)
Converts the cell area to the model. |
DataGridModel |
DefaultDataGridModel.toModel(Cell c)
Converts the cell area to the model. |
static TableModel |
ModelFactory.toTableModel(TableModel model,
Cell c)
Converts the cell area in TableModel to a new
TableModel |
| Constructors in com.zfqjava.swing with parameters of type Cell | |
|---|---|
TableBasicChartModel(TableModel model,
Cell c)
|
|
| Uses of Cell in com.zfqjava.swing.cell |
|---|
| Methods in com.zfqjava.swing.cell that return Cell | |
|---|---|
Cell |
CellEdit.getCell()
|
Cell |
Range.getCell()
|
Cell |
CellEdit.getRedoCell()
|
Cell |
CellEditTracking.getRedoCell()
|
Cell |
CompoundCellEdit.getRedoCell()
|
Cell |
CellEdit.getUndoCell()
|
Cell |
CellEditTracking.getUndoCell()
|
Cell |
CompoundCellEdit.getUndoCell()
|
Cell |
Cell.intersection(Cell c)
Returns the intersection of this cell and the specified cell (return null if the two cell have not intersection). |
Cell |
Cell.intersection(int firstRow,
int lastRow,
int firstColumn,
int lastColumn)
Returns the intersection of this cell and the specified cell (return null if the two cell have not intersection). |
Cell |
Cell.union(Cell c)
Returns the union of this cell and the specified cell. |
static Cell |
Cell.valueOf(String s)
Returns a cell object. |
| Methods in com.zfqjava.swing.cell with parameters of type Cell | |
|---|---|
boolean |
Cell.contains(Cell c)
Determines whether this cell contains the c. |
Cell |
Cell.intersection(Cell c)
Returns the intersection of this cell and the specified cell (return null if the two cell have not intersection). |
boolean |
Cell.intersects(Cell c)
Determines whether this cell intersects the cell at the specified area. |
protected void |
CellEdit.setCell(Cell c)
|
Cell |
Cell.union(Cell c)
Returns the union of this cell and the specified cell. |
| Constructors in com.zfqjava.swing.cell with parameters of type Cell | |
|---|---|
CompoundCellEdit(Cell undoCell,
Cell redoCell)
|
|
Range(Cell cell,
String sheetName)
Creates a new instance of Range |
|
Range(Cell cell,
String firstSheetName,
String lastSheetName)
|
|
| Uses of Cell in com.zfqjava.swing.event |
|---|
| Methods in com.zfqjava.swing.event that return Cell | |
|---|---|
Cell[] |
CellSelectionEvent.getAddedCells()
Retruns the added cells. |
Cell |
CellSpanEvent.getCell()
|
Cell[] |
CellSelectionEvent.getRemovedCells()
Returns the removed cells. |
| Constructors in com.zfqjava.swing.event with parameters of type Cell | |
|---|---|
CellSelectionEvent(Object source,
Cell[] addedCells,
Cell[] removedCells,
boolean isAdjusting)
|
|
CellSelectionEvent(Object source,
Cell[] addedCells,
Cell[] removedCells,
boolean isAdjusting)
|
|
CellSpanEvent(Object source,
Cell cell)
|
|
| Uses of Cell in com.zfqjava.swing.model |
|---|
| Methods in com.zfqjava.swing.model that return Cell | |
|---|---|
Cell |
DataGridModelAdapter.getCellSpans(int rowIndex,
int columnIndex)
|
Cell[] |
DataGridModelAdapter.getCellSpans(int firstRow,
int lastRow,
int firstColumn,
int lastColumn)
|
Cell[] |
DataGridModelAdapter.getSpannedCells()
|
| Methods in com.zfqjava.swing.model with parameters of type Cell | |
|---|---|
boolean |
DataGridModelAdapter.isSpannedCell(Cell c)
|
boolean |
DataGridModelAdapter.merge(Cell c)
|
boolean |
DataGridModelAdapter.split(Cell c)
|
|
JComponentPack 1.5.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||