| 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<?> |
UIFactory.createFormTable()
Creates a formtable.
|
FormTable<?> |
DefaultUIFactory.createFormTable() |
FormTable<?> |
UIFactory.createFormTable(TableModel model)
Creates a formtable for a given data model.
|
FormTable<?> |
DefaultUIFactory.createFormTable(TableModel model) |
FormTable<?> |
FormComponentCellEditor.getFormTable()
Gets the table.
|
FormTable<?> |
FormTableUtilityPopup.getTable()
Gets the table.
|
FormTable |
FormTableTraversalEvent.getTable()
Gets the table.
|
FormTable |
FormTableRowObject.getTable()
Gets the table.
|
FormTable<T> |
FormTableModel.getTable()
Gets the table.
|
FormTable |
FormTableEntry.getTable() |
FormTable<T> |
BindableTableModel.getTable()
Gets the table.
|
FormTable<T> |
AbstractFormTableModel.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 |
FormTableSorter.setTable(FormTable<T> table)
Sets the table.
|
void |
BindableTableModel.setTable(FormTable<T> table)
Sets the table.
|
void |
AbstractFormTableModel.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.
|
Copyright © 2016 Krake Softwaretechnik. All rights reserved.