Uses of Interface
net.anwiba.commons.swing.ui.IObjectUi
-
-
Uses of IObjectUi in net.anwiba.commons.swing.combobox
Methods in net.anwiba.commons.swing.combobox with parameters of type IObjectUi Modifier and Type Method Description ObjectComboBoxBuilder<T>ObjectComboBoxBuilder. setObjectUi(IObjectUi<T> objectUi) -
Uses of IObjectUi in net.anwiba.commons.swing.configuration
Classes in net.anwiba.commons.swing.configuration that implement IObjectUi Modifier and Type Class Description classConfigurationUi -
Uses of IObjectUi in net.anwiba.commons.swing.dialog.chooser
Classes in net.anwiba.commons.swing.dialog.chooser that implement IObjectUi Modifier and Type Class Description classChooserPanelConfigurationUi<T> -
Uses of IObjectUi in net.anwiba.commons.swing.dialog.wizard
Constructors in net.anwiba.commons.swing.dialog.wizard with parameters of type IObjectUi Constructor Description ChooseOneOfManyWizardPage(java.lang.String title, java.lang.String message, javax.swing.Icon icon, DataState state, boolean finishable, IObjectUi<T> objectUi, java.util.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 IObjectUi Modifier and Type Method Description IObjectUi<T>IObjectListConfiguration. getObjectUi()Methods in net.anwiba.commons.swing.list with parameters of type IObjectUi Modifier and Type Method Description ObjectListComponentBuilder<T>ObjectListComponentBuilder. setObjectUi(IObjectUi<T> objectUi)ObjectListConfigurationBuilder<T>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 IObjectUi Modifier and Type Method Description ObjectLabelBuilder<T>ObjectLabelBuilder. setObjectUi(IObjectUi<T> objectUi)Constructors in net.anwiba.commons.swing.object with parameters of type IObjectUi Constructor Description ObjectLabel(IObjectModel<T> model, IObjectUi<T> objectUi) -
Uses of IObjectUi in net.anwiba.commons.swing.table
Constructors in net.anwiba.commons.swing.table with parameters of type IObjectUi 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 IObjectUi in net.anwiba.commons.swing.table.renderer
Constructors in net.anwiba.commons.swing.table.renderer with parameters of type IObjectUi Constructor Description ObjectUiTableCellRenderer(IObjectUi<T> objectUi, java.lang.Class<T> clazz, int horizontalAlignment) -
Uses of IObjectUi in net.anwiba.commons.swing.ui
Classes in net.anwiba.commons.swing.ui that implement IObjectUi Modifier and Type Class Description classAbstractObjectUi<T>classDateUiclassToStringUi<T>Methods in net.anwiba.commons.swing.ui that return IObjectUi Modifier and Type Method Description IObjectUi<T>ObjectUiBuilder. build()Constructors in net.anwiba.commons.swing.ui with parameters of type IObjectUi Constructor Description ObjectUiListCellRenderer(IObjectUi<T> objectUi)ObjectUiListCellRenderer(IObjectUiCellRendererConfiguration configuration, IObjectUi<T> objectUi)ObjectUiTableCellRenderer(IObjectUi<T> objectUi)ObjectUiTableCellRenderer(IObjectUiCellRendererConfiguration configuration, IObjectUi<T> objectUi)
-