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

C

cancelCellEditing() - Method in class net.sf.jeppers.grid.GenericCellEditor
Forwards the message from the CellEditor to the delegate.
cancelCellEditing() - Method in class net.sf.jeppers.grid.GenericCellEditor.EditorDelegate
Cancels editing.
CELL_STYLES_CHANGED - Static variable in class net.sf.jeppers.grid.StyleModelEvent
CellStyles have changed for a range of cells
cellEditor - Variable in class net.sf.jeppers.grid.JGrid
The object that overwrites the screen real estate occupied by the current cell and allows the user to change its contents.
CELLS_UPDATED - Static variable in class net.sf.jeppers.grid.GridModelEvent
A range of cells 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
clickCountToStart - Variable in class net.sf.jeppers.grid.GenericCellEditor
An integer specifying the number of clicks needed to start editing.
columnAtPoint(Point) - Method in class net.sf.jeppers.grid.JGrid
Return the column at the specified point
columnModel - Variable in class net.sf.jeppers.grid.JGrid
 
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.
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 class net.sf.jeppers.grid.DefaultCellStyle
 
copy() - Method in interface net.sf.jeppers.grid.CellStyle
Return a new object that is a duplicate of this CellStyle
create(GridModel, SpanModel, StyleModel, RulerModel, RulerModel, SelectionModel) - Method in class net.sf.jeppers.grid.JGrid
 
createMouseInputListener() - Method in class net.sf.jeppers.grid.BasicGridUI
Creates the mouse listener for the JTable.
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 I J L M N P R S U V