Uses of Interface
net.anwiba.commons.swing.table.action.ITableActionFactory
-
Packages that use ITableActionFactory Package Description net.anwiba.commons.swing.table net.anwiba.commons.swing.table.action -
-
Uses of ITableActionFactory in net.anwiba.commons.swing.table
Methods in net.anwiba.commons.swing.table that return types with arguments of type ITableActionFactory Modifier and Type Method Description java.lang.Iterable<ITableActionFactory<T>>TableActionConfiguration. getFactories()Methods in net.anwiba.commons.swing.table with parameters of type ITableActionFactory Modifier and Type Method Description IObjectTableBuilder<T>IObjectTableBuilder. addActionFactory(ITableActionFactory<T> factory)IObjectTableBuilder<T>IObjectTableBuilder. addActionFactory(ITableActionFactory<T> factory, ITableCheckActionEnabledValidator<T> validator)ObjectListTableConfigurationBuilder<T>ObjectListTableConfigurationBuilder. addActionFactory(ITableActionFactory<T> factory)ObjectListTableConfigurationBuilder<T>ObjectListTableConfigurationBuilder. addActionFactory(ITableActionFactory<T> factory, ITableCheckActionEnabledValidator<T> validator)IObjectTableBuilder<T>ObjectTableBuilder. addActionFactory(ITableActionFactory<T> factory)IObjectTableBuilder<T>ObjectTableBuilder. addActionFactory(ITableActionFactory<T> factory, ITableCheckActionEnabledValidator<T> validator)voidObjectTableConfigurationBuilder. addActionFactory(ITableActionFactory<T> factory)Constructor parameters in net.anwiba.commons.swing.table with type arguments of type ITableActionFactory Constructor Description TableActionConfiguration(java.util.List<ITableActionFactory<T>> actionFactories) -
Uses of ITableActionFactory in net.anwiba.commons.swing.table.action
Classes in net.anwiba.commons.swing.table.action that implement ITableActionFactory Modifier and Type Class Description classAbstractTableActionFactory<T>classAddTableRowActionFactory<T>classEditTableActionFactory<T>classMoveTableRowDownActionFactory<T>classMoveTableRowUpActionFactory<T>classRemoveTableRowActionFactory<T>Methods in net.anwiba.commons.swing.table.action that return types with arguments of type ITableActionFactory Modifier and Type Method Description java.lang.Iterable<ITableActionFactory<T>>ITableActionConfiguration. getFactories()
-