Package net.anwiba.commons.swing.table
Class TableActionConfiguration<T>
- java.lang.Object
-
- net.anwiba.commons.swing.table.TableActionConfiguration<T>
-
- All Implemented Interfaces:
ITableActionConfiguration<T>
public final class TableActionConfiguration<T> extends java.lang.Object implements ITableActionConfiguration<T>
-
-
Constructor Summary
Constructors Constructor Description TableActionConfiguration(java.util.List<ITableActionFactory<T>> actionFactories)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Iterable<ITableActionFactory<T>>getFactories()booleanisEmpty()
-
-
-
Constructor Detail
-
TableActionConfiguration
public TableActionConfiguration(java.util.List<ITableActionFactory<T>> actionFactories)
-
-
Method Detail
-
getFactories
public java.lang.Iterable<ITableActionFactory<T>> getFactories()
- Specified by:
getFactoriesin interfaceITableActionConfiguration<T>
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmptyin interfaceITableActionConfiguration<T>
-
-