| Package | Description |
|---|---|
| org.nuiton.jaxx.application.swing | |
| org.nuiton.jaxx.application.swing.table |
| Modifier and Type | Method and Description |
|---|---|
protected <R> org.jdesktop.swingx.table.TableColumnExt |
AbstractApplicationUIHandler.addBooleanColumnToModel(TableColumnModel model,
ColumnIdentifier<R> identifier,
JTable table) |
protected <R> org.jdesktop.swingx.table.TableColumnExt |
AbstractApplicationUIHandler.addColumnToModel(TableColumnModel model,
ColumnIdentifier<R> identifier) |
protected <R> org.jdesktop.swingx.table.TableColumnExt |
AbstractApplicationUIHandler.addColumnToModel(TableColumnModel model,
TableCellEditor editor,
TableCellRenderer renderer,
ColumnIdentifier<R> identifier) |
protected <R,B> org.jdesktop.swingx.table.TableColumnExt |
AbstractApplicationUIHandler.addComboDataColumnToModel(TableColumnModel model,
ColumnIdentifier<R> identifier,
org.nuiton.decorator.Decorator<B> decorator,
List<B> data) |
protected <R> org.jdesktop.swingx.table.TableColumnExt |
AbstractApplicationUIHandler.addFloatColumnToModel(TableColumnModel model,
ColumnIdentifier<R> identifier,
String numberPattern,
boolean sign,
JTable table) |
protected <R> org.jdesktop.swingx.table.TableColumnExt |
AbstractApplicationUIHandler.addFloatColumnToModel(TableColumnModel model,
ColumnIdentifier<R> identifier,
String numberPattern,
JTable table) |
protected <R> org.jdesktop.swingx.table.TableColumnExt |
AbstractApplicationUIHandler.addIntegerColumnToModel(TableColumnModel model,
ColumnIdentifier<R> identifier,
String numberPattern,
boolean sign,
JTable table) |
protected <R> org.jdesktop.swingx.table.TableColumnExt |
AbstractApplicationUIHandler.addIntegerColumnToModel(TableColumnModel model,
ColumnIdentifier<R> identifier,
String numberPattern,
JTable table) |
| Modifier and Type | Field and Description |
|---|---|
protected List<ColumnIdentifier<R>> |
AbstractApplicationTableModel.identifiers
Identifiers of columns (in initial order).
|
protected Set<ColumnIdentifier<?>> |
AbstractApplicationTableModel.noneEditableCols
Set of non editable columns.
|
| Modifier and Type | Method and Description |
|---|---|
protected ColumnIdentifier<R> |
AbstractApplicationTableModel.getIdentifier(int columnIndex) |
static <R> ColumnIdentifier<R> |
ColumnIdentifier.newId(String propertyName,
String headerI18nKey,
String headerTipI18nKey) |
static <R> ColumnIdentifier<R> |
ColumnIdentifier.newReadOnlyId(String propertyName,
String headerI18nKey,
String headerTipI18nKey) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractApplicationTableModel.fireTableCellUpdated(int rowIndex,
ColumnIdentifier<R>... identifiers) |
protected boolean |
AbstractApplicationTableModel.isCellEditable(int rowIndex,
int columnIndex,
ColumnIdentifier<R> propertyName) |
void |
AbstractApplicationTableModel.setNoneEditableCols(ColumnIdentifier<?>... noneEditableCols) |
protected void |
AbstractApplicationTableModel.setValueAt(Object aValue,
int rowIndex,
int columnIndex,
ColumnIdentifier<R> propertyName,
R entry) |
Copyright © 2008–2016 CodeLutin. All rights reserved.