Uses of Interface
net.anwiba.commons.swing.ui.IObjectUiCellRendererConfiguration
Packages that use IObjectUiCellRendererConfiguration
Package
Description
-
Uses of IObjectUiCellRendererConfiguration in net.anwiba.commons.swing.list
Methods in net.anwiba.commons.swing.list that return IObjectUiCellRendererConfigurationModifier and TypeMethodDescriptionObjectUiCellRendererConfigurationBuilder.build()IObjectListConfiguration.getObjectUiCellRendererConfiguration() -
Uses of IObjectUiCellRendererConfiguration in net.anwiba.commons.swing.table
Constructors in net.anwiba.commons.swing.table with parameters of type IObjectUiCellRendererConfigurationModifierConstructorDescriptionObjectListColumnConfiguration(Object headerValue, IColumnValueProvider<T> columnValueProvider, IObjectUiCellRendererConfiguration configuration, IObjectUi<?> objectUi, int preferredWidth, Class<?> clazz, boolean isSortable, Comparator comparator) ObjectListColumnConfiguration(Object headerValue, IColumnValueProvider<T> columnValueProvider, IObjectUiCellRendererConfiguration configuration, IObjectUi<?> objectUi, IColumnValueAdaptor<T> columnValueAdaptor, TableCellEditor cellEditor, int preferredWidth, Class<?> clazz, boolean isSortable, Comparator comparator) -
Uses of IObjectUiCellRendererConfiguration in net.anwiba.commons.swing.ui
Constructors in net.anwiba.commons.swing.ui with parameters of type IObjectUiCellRendererConfigurationModifierConstructorDescriptionObjectUiListCellRenderer(IObjectUiCellRendererConfiguration configuration, IObjectUi<T> objectUi) ObjectUiTableCellRenderer(IObjectUiCellRendererConfiguration configuration, IObjectUi<T> objectUi)