A B C D E F G H I J M N P R S U V

C

CELLS_UPDATED - Static variable in class net.sf.jeppers.grid.GridModelEvent
A range of cells were updated.
CELL_STYLES_CHANGED - Static variable in class net.sf.jeppers.grid.StyleModelEvent
CellStyles have changed for a range of cells
COLUMNS_DELETED - Static variable in class net.sf.jeppers.grid.GridModelEvent
A continuous set of columns were removed from the model.
COLUMNS_INSERTED - Static variable in class net.sf.jeppers.grid.GridModelEvent
A continuous set of columns were inserted into the model.
COLUMNS_UPDATED - Static variable in class net.sf.jeppers.grid.GridModelEvent
A continuous set of columns were updated.
CellSpan - class net.sf.jeppers.grid.CellSpan.
This class embodies the idea that cells can be merged.
CellSpan(int, int, int, int) - Constructor for class net.sf.jeppers.grid.CellSpan
Create a CellSpan that represents a span at anchorRow and anchorColumn that spans over the following rowCount rows and columnCount columns.
CellStyle - interface net.sf.jeppers.grid.CellStyle.
Provides rendering information about a cell.
changeSelection(int, int, boolean, boolean) - Method in class net.sf.jeppers.grid.JGrid
 
clearSelection() - Method in class net.sf.jeppers.grid.DefaultSelectionModel
 
clearSelection() - Method in interface net.sf.jeppers.grid.SelectionModel
Clear selection
cloneView() - Method in class net.sf.jeppers.grid.JGrid
 
columnAtPoint(Point) - Method in class net.sf.jeppers.grid.JGrid
Return the column at the specified point
containsCell(int, int) - Method in class net.sf.jeppers.grid.CellSpan
Returns true if the cell at row and column is part of the span.
copy() - Method in interface net.sf.jeppers.grid.CellStyle
Return a new object that is a duplicate of this CellStyle
copy() - Method in class net.sf.jeppers.grid.DefaultCellStyle
 
createUI(JComponent) - Static method in class net.sf.jeppers.grid.BasicGridHeaderUI
 
createUI(JComponent) - Static method in class net.sf.jeppers.grid.BasicGridUI
 

A B C D E F G H I J M N P R S U V