Uses of Interface
net.anwiba.commons.swing.ui.IObjectUi
Packages that use IObjectUi
Package
Description
-
Uses of IObjectUi in net.anwiba.commons.swing.combobox
Methods in net.anwiba.commons.swing.combobox with parameters of type IObjectUi -
Uses of IObjectUi in net.anwiba.commons.swing.configuration
Classes in net.anwiba.commons.swing.configuration that implement IObjectUi -
Uses of IObjectUi in net.anwiba.commons.swing.dialog.chooser
Classes in net.anwiba.commons.swing.dialog.chooser that implement IObjectUi -
Uses of IObjectUi in net.anwiba.commons.swing.dialog.wizard
Constructors in net.anwiba.commons.swing.dialog.wizard with parameters of type IObjectUiModifierConstructorDescriptionChooseOneOfManyWizardPage(String title, String message, Icon icon, DataState state, boolean finishable, IObjectUi<T> objectUi, List<T> values, IObjectModel<T> mobel, IObjectModel<IWizardAction> wizardActionModel, IApplicable<IWizardPage> applicable) -
Uses of IObjectUi in net.anwiba.commons.swing.list
Methods in net.anwiba.commons.swing.list that return IObjectUiMethods in net.anwiba.commons.swing.list with parameters of type IObjectUiModifier and TypeMethodDescriptionObjectListComponentBuilder.setObjectUi(IObjectUi<T> objectUi) ObjectListConfigurationBuilder.setObjectUi(IObjectUi<T> objectUi) -
Uses of IObjectUi in net.anwiba.commons.swing.object
Methods in net.anwiba.commons.swing.object with parameters of type IObjectUiConstructors in net.anwiba.commons.swing.object with parameters of type IObjectUi -
Uses of IObjectUi in net.anwiba.commons.swing.table
Constructors in net.anwiba.commons.swing.table with parameters of type IObjectUiModifierConstructorDescriptionObjectListColumnConfiguration(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 IObjectUi in net.anwiba.commons.swing.table.renderer
Constructors in net.anwiba.commons.swing.table.renderer with parameters of type IObjectUiModifierConstructorDescriptionObjectUiTableCellRenderer(IObjectUi<T> objectUi, Class<T> clazz, int horizontalAlignment) -
Uses of IObjectUi in net.anwiba.commons.swing.ui
Classes in net.anwiba.commons.swing.ui that implement IObjectUiMethods in net.anwiba.commons.swing.ui that return IObjectUiConstructors in net.anwiba.commons.swing.ui with parameters of type IObjectUiModifierConstructorDescriptionObjectUiListCellRenderer(IObjectUi<T> objectUi) ObjectUiListCellRenderer(IObjectUiCellRendererConfiguration configuration, IObjectUi<T> objectUi) ObjectUiTableCellRenderer(IObjectUi<T> objectUi) ObjectUiTableCellRenderer(IObjectUiCellRendererConfiguration configuration, IObjectUi<T> objectUi)