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

R

refresh() - Method in class dyntable.JDynTable
Updates the JDynTable with any changes made to the column model.
removeColumn(int) - Method in interface dyntable.EntityTableColumnModel
Removes the specified column from the table.
removeColumn(int) - Method in class dyntable.AbstractEntityTableColumnModel
 
removeEntity(int) - Method in class dyntable.ProxyEntityList
 
removeEntity(int) - Method in class dyntable.OrderTranslatorEntityList
Removes the entity at the specified index.
removeEntity(int) - Method in interface dyntable.EntityList
Removes the specified entity.
removeEntityListListener(EntityListListener) - Method in class dyntable.ProxyEntityList
 
removeEntityListListener(EntityListListener) - Method in class dyntable.OrderTranslatorEntityList
Removes an existing listener that listened for changes in the EntityList.
removeEntityListListener(EntityListListener) - Method in interface dyntable.EntityList
Removes an entity list listener so that list changes will not trigger events for that listener.
replaceAll(EntityList) - Method in class dyntable.ProxyEntityList
 
replaceAll(EntityList) - Method in class dyntable.OrderTranslatorEntityList
Replaces all the entities in the EntityList with those specified by the new EntityList.
replaceAll(EntityList) - Method in interface dyntable.EntityList
Replaces all the current entities with those given by the EntityList parameter.
resizeCursor - Static variable in class dyntable.TableRowResizer
 
resizeCursor - Static variable in class dyntable.TableColumnResizer
 
revalidate() - Method in class dyntable.ProxyColumnModel
Sets the properties and listeners for the original model (EntityTableColumnModel).
revalidate() - Method in class dyntable.JDynTable
Updates the JDynTable with any changes made to the column model.
RIGHT_ALIGNMENT_SORTABLE - Static variable in class dyntable.EntityTableColumn
Symbolic constant representing the column being right alignment sortable.
ROW - Static variable in interface dyntable.CellSpan
Symbolic constant - value is 0
ROW_FOCUS - Static variable in class dyntable.EntityTableFocusType
Identifier for focusing on a row.
rowAtPoint(Point) - Method in class dyntable.JFeatureTable
Returns the index of row at the given Point.
rowAtPoint(Point) - Method in class dyntable.JDynTable
Returns the index of the row at the given Point.
RowHeaderColumnModel - class dyntable.RowHeaderColumnModel.
$Id: RowHeaderColumnModel.java,v 1.0 2005/09/25 jDynTable@gmx.de $
The RowHeaderColumnModel is used by the Jdyntable to store all the columns that correspond to the row header of the table.
RowHeaderColumnModel() - Constructor for class dyntable.RowHeaderColumnModel
Constructs a new RowHeaderColumnModel.
RowHeaderColumnModel(EntityTableColumnModel) - Constructor for class dyntable.RowHeaderColumnModel
Constructs a new RowHeaderColumnModel with the given EntityTableColumnModel.
RowHeaderModel - class dyntable.RowHeaderModel.
$Id: RowHeaderModel.java,v 1.0 2005/09/25 jDynTable@gmx.de $
This RowHeaderModel is used to manage and manipulate the row header of the EntityTable.
RowHeaderModel(int, int) - Constructor for class dyntable.RowHeaderModel
Constructs a new RowHeaderModel.
RowHeaderModel(ProxyTableModel) - Constructor for class dyntable.RowHeaderModel
Constructs a new RowHeaderModel using the given ProxyTableModel, which holds the EntityList and EntityTableColumnModel, which define the rows and the columns of the table respectively.

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