| Package | Description |
|---|---|
| repgrid |
Classes to provide a basic repertory grid abstraction and editing capabilities.
|
| Modifier and Type | Field and Description |
|---|---|
private RGTableModel |
RGDisplayWindow.model |
protected RGTableModel |
RGElicitor.model
The table model for the grid, in case we're displaying it
|
| Modifier and Type | Method and Description |
|---|---|
RGTableModel |
RGElicitor.getTableModel() |
| Modifier and Type | Method and Description |
|---|---|
private RGElicitor |
RGDisplayWindow.getElicitor(TrackedRepertoryGrid g,
RGTableModel m) |
| Constructor and Description |
|---|
RGDiadicElicitor(TrackedRepertoryGrid rg,
RGTableModel t) |
RGElicitor(TrackedRepertoryGrid rg,
RGTableModel m)
General constructor for any elicitor.
|
RGTriadicElicitor(TrackedRepertoryGrid rg,
RGTableModel t) |