| Package | Description |
|---|---|
| net.anwiba.commons.swing.table | |
| net.anwiba.commons.swing.table.action | |
| net.anwiba.commons.swing.table.listener |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractObjectTableModel<T> |
class |
FilterableObjectTableModel<T> |
class |
ObjectListTableModel<T> |
| Modifier and Type | Method and Description |
|---|---|
IObjectTableModel<T> |
ObjectTable.getTableModel() |
| Modifier and Type | Method and Description |
|---|---|
KeyListener |
IKeyListenerFactory.create(IObjectTableModel<T> tableModel,
ISelectionIndexModel<T> selectionIndexModel,
net.anwiba.commons.model.ISelectionModel<T> selectionModel,
net.anwiba.commons.model.IBooleanDistributor sortStateModel) |
MouseListener |
IMouseListenerFactory.create(IObjectTableModel<T> tableModel,
ISelectionIndexModel<T> selectionIndexModel,
net.anwiba.commons.model.ISelectionModel<T> selectionModel,
net.anwiba.commons.model.IBooleanDistributor sortStateModel) |
ObjectTableRowSorter<T> |
IObjectTableConfiguration.getRowSorter(IObjectTableModel<T> tableModel) |
ObjectTableRowSorter<T> |
ObjectTableConfiguration.getRowSorter(IObjectTableModel<T> tableModel) |
| Constructor and Description |
|---|
FilterableObjectTableModel(IObjectTableModel<T> objectTableModel) |
ObjectTable(IObjectTableConfiguration<T> configuration,
IObjectTableModel<T> tableModel) |
ObjectTableRowSorter(IObjectTableModel<T> tableModel) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
AbstractTableActionFactory.checkEnabled(Action action,
IObjectTableModel<T> tableModel,
ISelectionIndexModel<T> selectionIndexModel,
net.anwiba.commons.model.ISelectionModel<T> selectionModel,
net.anwiba.commons.model.IBooleanProvider sortStateProvider) |
protected void |
EditTableActionFactory.checkEnabled(Action action,
IObjectTableModel<T> tableModel,
ISelectionIndexModel<T> selectionIndexModel,
net.anwiba.commons.model.ISelectionModel<T> selectionModel,
net.anwiba.commons.model.IBooleanProvider sortStateProvider) |
protected void |
MoveTableRowUpActionFactory.checkEnabled(Action action,
IObjectTableModel<T> tableModel,
ISelectionIndexModel<T> selectionIndexModel,
net.anwiba.commons.model.ISelectionModel<T> selectionModel,
net.anwiba.commons.model.IBooleanProvider sortStateProvider) |
protected void |
RemoveTableRowActionFactory.checkEnabled(Action action,
IObjectTableModel<T> tableModel,
ISelectionIndexModel<T> selectionIndexModel,
net.anwiba.commons.model.ISelectionModel<T> selectionModel,
net.anwiba.commons.model.IBooleanProvider sortStateProvider) |
protected void |
MoveTableRowDownActionFactory.checkEnabled(Action action,
IObjectTableModel<T> tableModel,
ISelectionIndexModel<T> selectionIndexModel,
net.anwiba.commons.model.ISelectionModel<T> selectionModel,
net.anwiba.commons.model.IBooleanProvider sortStateProvider) |
Action |
AbstractTableActionFactory.create(IObjectTableModel<T> tableModel,
ISelectionIndexModel<T> selectionIndexModel,
net.anwiba.commons.model.ISelectionModel<T> selectionModel,
net.anwiba.commons.model.IBooleanDistributor sortStateModel) |
Action |
ITableActionFactory.create(IObjectTableModel<T> tableModel,
ISelectionIndexModel<T> selectionIndicesProvider,
net.anwiba.commons.model.ISelectionModel<T> selectionModel,
net.anwiba.commons.model.IBooleanDistributor sortStateModel) |
Action |
AddTableRowActionFactory.create(IObjectTableModel<T> tableModel,
ISelectionIndexModel<T> selectionIndexModel,
net.anwiba.commons.model.ISelectionModel<T> selectionModel,
net.anwiba.commons.model.IBooleanDistributor sortStateModel) |
protected abstract AbstractAction |
AbstractTableActionFactory.createAction(IObjectTableModel<T> tableModel,
net.anwiba.commons.model.ISelectionModel<T> selectionModel,
ISelectionIndexModel<T> selectionIndexModel) |
protected AbstractAction |
EditTableActionFactory.createAction(IObjectTableModel<T> tableModel,
net.anwiba.commons.model.ISelectionModel<T> selectionModel,
ISelectionIndexModel<T> selectionIndexModel) |
protected AbstractAction |
MoveTableRowUpActionFactory.createAction(IObjectTableModel<T> tableModel,
net.anwiba.commons.model.ISelectionModel<T> selectionModel,
ISelectionIndexModel<T> selectionIndexModel) |
AbstractAction |
RemoveTableRowActionFactory.createAction(IObjectTableModel<T> tableModel,
net.anwiba.commons.model.ISelectionModel<T> selectionModel,
ISelectionIndexModel<T> selectionIndexModel) |
protected AbstractAction |
MoveTableRowDownActionFactory.createAction(IObjectTableModel<T> tableModel,
net.anwiba.commons.model.ISelectionModel<T> selectionModel,
ISelectionIndexModel<T> selectionIndexModel) |
void |
ITableActionClosure.execute(Component component,
IObjectTableModel<T> tableModel,
ISelectionIndexModel<T> selectionIndexModel) |
| Constructor and Description |
|---|
MoveTableRowDownAction(String name,
Icon icon,
String tooltipText,
IObjectTableModel<T> tableModel,
ISelectionIndexModel<T> selectionIndexModel) |
MoveTableRowUpAction(String name,
Icon icon,
String tooltipText,
IObjectTableModel<T> tableModel,
ISelectionIndexModel<T> selectionIndexModel) |
RemoveTableRowAction(String name,
Icon icon,
String tooltipText,
ISelectionIndexModel<T> selectionIndexModel,
IObjectTableModel<T> tableModel) |
TableActionClosureAction(IActionCustomization customization,
IObjectTableModel<T> tableModel,
ISelectionIndexModel<T> selectionIndexModel,
ITableActionClosure<T> closure) |
| Constructor and Description |
|---|
SelectionListener(IObjectTableModel<T> tableModel,
ListSelectionModel tableSelectionModel,
net.anwiba.commons.model.ISelectionModel<T> objectSelectionModel,
ISortedRowMapper sortedRowMapper) |
TableSelectionListener(IObjectTableModel<T> tableModel,
ListSelectionModel tableSelectionModel,
net.anwiba.commons.model.ISelectionModel<T> objectSelectionModel,
ISortedRowMapper sortedRowMapper) |
Copyright © 2007–2017 Andreas Bartels. All rights reserved.