| Package | Description |
|---|---|
| org.tentackle.swing |
Extended Swing layer.
|
| org.tentackle.swing.mocking |
Swing mocking.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SumFormTableEntry<T>
A formtable entry to sumup the numeric columns of a table.
|
| Modifier and Type | Method and Description |
|---|---|
FormTableEntry<T> |
FormTable.getEntryAt(int row)
Gets the FormTableEntry at a given (visible) row.
|
abstract FormTableEntry<T> |
AbstractFormTableModel.getEntryAt(int rowIndex)
Gets the form table entry at given row.
|
FormTableEntry<T> |
FormTableMap.getEntryAt(int rowIndex) |
FormTableEntry<T> |
FormTableSorter.getEntryAt(int rowIndex) |
FormTableEntry<T> |
FormTableModel.getEntryAt(int row) |
FormTableEntry<T> |
FormTableSorter.getSumEntry() |
abstract FormTableEntry<T> |
AbstractFormTableModel.getTemplate()
Gets the table entry template from the model.
|
FormTableEntry<T> |
FormTableMap.getTemplate() |
FormTableEntry<T> |
FormTableModel.getTemplate() |
FormTableEntry<T> |
SumFormTableEntry.newInstance(T object) |
abstract FormTableEntry<T> |
FormTableEntry.newInstance(T object)
Creates a new instance of an entry for a given data-object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FormTable.applyTemplate(FormTableEntry<T> template)
Sets the formatting flags from a
FormTableEntry. |
int |
FormTableEntry.compareTo(FormTableEntry<? extends T> entry,
int[] compareBy)
Compares this entry with another one (for sorting).
|
String |
FormTable.getPreferencesName(FormTableEntry<?> entry)
Gets the Preferences-name for this table.
The name is built from the classname of the FormTableEntry associated with the table-model plus the name of the table. |
boolean |
FormTableEntry.isVisiblyEqual(FormTableEntry<? extends T> entry)
Compares what the user sees on the GUI between two HistoryTableEntries.
|
void |
FormComponentCellEditor.prepare(FormTableEntry<?> entry,
int column)
In some cases it is necessary to update celleditors before
invocations of getTableCellEditorComponent(), especially if FormTableEntry.isCellEditorFixed()==true,
which is the default.
|
boolean |
AbstractFormTableModel.setEntryAt(FormTableEntry<T> entry,
int rowIndex)
Sets the form table entry at given row.
The default implementation just triggers a value changed event for the table. |
boolean |
FormTableModel.setEntryAt(FormTableEntry<T> entry,
int row) |
void |
FormTableSorter.setSumEntry(FormTableEntry<T> sumEntry)
Sets a table entry to sum up the rows.
|
void |
FormTableModel.setTemplate(FormTableEntry<T> template)
Sets the template.
Useful if context has changed. |
| Constructor and Description |
|---|
FormTableModel(FormTableEntry<T> template)
Creates an empty table model for a given template.
|
FormTableModel(FormTableEntry<T> template,
List<T> list)
Creates a table model for a list of objects.
|
FormTableModel(FormTableEntry<T> template,
T[] array)
Creates a table model for an array of objects.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MockFormTableEntry
A mocking formtable entry.
|
| Modifier and Type | Method and Description |
|---|---|
FormTableEntry |
MockFormTableEntry.newInstance(Object object) |
Tentackle - a domain driven enterprise framework