Uses of Interface
net.anwiba.commons.swing.ui.IObjectUiCellRendererConfiguration
-
Packages that use IObjectUiCellRendererConfiguration Package Description net.anwiba.commons.swing.list net.anwiba.commons.swing.table net.anwiba.commons.swing.ui -
-
Uses of IObjectUiCellRendererConfiguration in net.anwiba.commons.swing.list
Methods in net.anwiba.commons.swing.list that return IObjectUiCellRendererConfiguration Modifier and Type Method Description IObjectUiCellRendererConfigurationObjectUiCellRendererConfigurationBuilder. build()IObjectUiCellRendererConfigurationIObjectListConfiguration. getObjectUiCellRendererConfiguration() -
Uses of IObjectUiCellRendererConfiguration in net.anwiba.commons.swing.table
Constructors in net.anwiba.commons.swing.table with parameters of type IObjectUiCellRendererConfiguration Constructor Description ObjectListColumnConfiguration(java.lang.Object headerValue, IColumnValueProvider<T> columnValueProvider, IObjectUiCellRendererConfiguration configuration, IObjectUi<?> objectUi, int preferredWidth, java.lang.Class<?> clazz, boolean isSortable, java.util.Comparator comparator)ObjectListColumnConfiguration(java.lang.Object headerValue, IColumnValueProvider<T> columnValueProvider, IObjectUiCellRendererConfiguration configuration, IObjectUi<?> objectUi, IColumnValueAdaptor<T> columnValueAdaptor, javax.swing.table.TableCellEditor cellEditor, int preferredWidth, java.lang.Class<?> clazz, boolean isSortable, java.util.Comparator comparator) -
Uses of IObjectUiCellRendererConfiguration in net.anwiba.commons.swing.ui
Constructors in net.anwiba.commons.swing.ui with parameters of type IObjectUiCellRendererConfiguration Constructor Description ObjectUiListCellRenderer(IObjectUiCellRendererConfiguration configuration, IObjectUi<T> objectUi)ObjectUiTableCellRenderer(IObjectUiCellRendererConfiguration configuration, IObjectUi<T> objectUi)
-