| Package | Description |
|---|---|
| org.tentackle.swing |
Extended Swing layer.
|
| Modifier and Type | Field and Description |
|---|---|
protected FormTable<?> |
FormComponentCellEditor.table
last table referenced
|
| Modifier and Type | Method and Description |
|---|---|
FormTable<?> |
FormComponentCellEditor.getFormTable()
Gets the table.
|
FormTable |
FormTableTraversalEvent.getTable()
Gets the table.
|
FormTable<T> |
AbstractFormTableModel.getTable()
Gets the table.
|
FormTable<T> |
BindableTableModel.getTable()
Gets the table.
|
FormTable<T> |
FormTableModel.getTable()
Gets the table.
|
FormTable |
FormTableEntry.getTable() |
FormTable<?> |
FormTableUtilityPopup.getTable()
Gets the table.
|
FormTable |
FormTableRowObject.getTable()
Gets the table.
|
| Modifier and Type | Method and Description |
|---|---|
FormComponent |
FormComponentCellEditor.getTableCellEditorComponent(FormTable<?> table,
boolean selected,
int row,
int column)
Returns the editor initialized for the table cell.
Does _not_ set the value. |
protected void |
FormComponentCellEditor.prepareTableCellEditorComponent(FormTable<?> table,
boolean selected,
int row,
int column)
Prepares the table cell editor.
|
protected void |
FormFieldComponentCellEditor.prepareTableCellEditorComponent(FormTable table,
boolean selected,
int row,
int column) |
void |
FormTableUtilityPopup.setTable(FormTable<?> table)
Sets the table.
|
void |
AbstractFormTableModel.setTable(FormTable<T> table)
Sets the table.
|
void |
BindableTableModel.setTable(FormTable<T> table)
Sets the table.
|
void |
FormTableSorter.setTable(FormTable<T> table)
Sets the table.
|
| Constructor and Description |
|---|
FormTableTraversalEvent(FormTable table,
boolean inhibited,
int fromRow,
int fromColumn,
int toRow,
int toColumn,
boolean editing,
boolean next)
Creates a new traversal event.
|
Tentackle - distributed, domain- and model-driven