A B C D E G H I J L M O P R S T U V

C

CELL_FOCUS - Static variable in class dyntable.EntityTableFocusType
Identifier for focusing on a cell.
CellAttribute - interface dyntable.CellAttribute.
$Id: CellAttribute.java,v 1.0 2005/09/25 jDynTable@gmx.de $
The CellAttribute Interface is implemented by DefaultCellAttribute and used by many of the table classes.
CellFont - interface dyntable.CellFont.
$Id: CellFont.java,v 1.0 2005/09/25 jDynTable@gmx.de $
The CellFont Interface is implemented by DefaultCellAttribute and used in JDynTable class.
CellSpan - interface dyntable.CellSpan.
$Id: CellSpan.java,v 1.0 2005/09/25 jDynTable@gmx.de $
The CellSpan Interface is implemented by DefaultCellAttribute and used in used in some of the table classes.
center(String, int, char) - Static method in class dyntable.PString
 
center(String, int, char, boolean) - Static method in class dyntable.PString
 
changeSelection(int, int, boolean, boolean) - Method in class dyntable.JFeatureTable
The changeSelection method is overwritten to exchange the cursor when it is when it is being moved over a line.
ColoredCell - interface dyntable.ColoredCell.
$Id: ColoredCell.java,v 1.0 2005/09/25 jDynTable@gmx.de $
The ColoredCell Interface is implemented by DefaultCellAttribute and used in JDynTable class.
COLUMN - Static variable in interface dyntable.CellSpan
Symbolic constant - value is 1
columnAdded(TableColumnModelEvent) - Method in class dyntable.ProxyColumnModel
Fires the change event for adding a column.
columnAdded(TableColumnModelEvent) - Method in class dyntable.JDynTable
Updates the table after a column has been added.
columnAtPoint(Point) - Method in class dyntable.JFeatureTable
Returns the index of the column at the given Point.
columnAtPoint(Point) - Method in class dyntable.JDynTable
Returns the index of the column at the given Point.
columnMarginChanged(ChangeEvent) - Method in class dyntable.ProxyColumnModel
Fires the column margin changed event.
columnMarginChanged(ChangeEvent) - Method in class dyntable.JDynTable
Updates the table after a change to the column margins.
columnMoved(TableColumnModelEvent) - Method in class dyntable.ProxyColumnModel
Fires the column moved event on behalf of the original model.
columnMoved(TableColumnModelEvent) - Method in class dyntable.JDynTable
Updates the table after a column has been moved.
columnRemoved(TableColumnModelEvent) - Method in class dyntable.ProxyColumnModel
Fires the column removed event on behalf of the original model.
columnRemoved(TableColumnModelEvent) - Method in class dyntable.JDynTable
Updates the table after removing a column.
columnSelectionChanged(ListSelectionEvent) - Method in class dyntable.ProxyColumnModel
Fires the column selection changed event on behalf of the original model.
columnSelectionChanged(ListSelectionEvent) - Method in class dyntable.JFeatureTable
 
columnSelectionChanged(ListSelectionEvent) - Method in class dyntable.JDynTable
Updates the table after a change in the column selection.
combine(int[], int[]) - Method in class dyntable.JDynTable
Combines two or more cells in the table
combine(int[], int[]) - Method in class dyntable.DefaultCellAttribute
 
combine(int[], int[]) - Method in interface dyntable.CellAttribute
Combines cells

A B C D E G H I J L M O P R S T U V