Uses of Interface
net.anwiba.commons.swing.table.IKeyListenerFactory
-
Packages that use IKeyListenerFactory Package Description net.anwiba.commons.swing.table -
-
Uses of IKeyListenerFactory in net.anwiba.commons.swing.table
Methods in net.anwiba.commons.swing.table that return IKeyListenerFactory Modifier and Type Method Description IKeyListenerFactory<T>IObjectTableConfiguration. getKeyListenerFactory()IKeyListenerFactory<T>ObjectTableConfiguration. getKeyListenerFactory()Methods in net.anwiba.commons.swing.table with parameters of type IKeyListenerFactory Modifier and Type Method Description IObjectTableBuilder<T>IObjectTableBuilder. setKeyListenerFactory(IKeyListenerFactory<T> keyListenerFactory)ObjectListTableConfigurationBuilder<T>ObjectListTableConfigurationBuilder. setKeyListenerFactory(IKeyListenerFactory<T> keyListenerFactory)IObjectTableBuilder<T>ObjectTableBuilder. setKeyListenerFactory(IKeyListenerFactory<T> keyListenerFactory)voidObjectTableConfigurationBuilder. setKeyListenerFactory(IKeyListenerFactory<T> keyListenerFactory)Constructors in net.anwiba.commons.swing.table with parameters of type IKeyListenerFactory Constructor Description ObjectListTableConfiguration(IStringSubstituter toolTipSubstituter, IColumToStringConverter columnToStringConverter, IObjectDistributor<IAcceptor<T>> filterModel, int autoRizeMode, int selectionMode, int preferredVisibleRowCount, java.util.List<IObjectListColumnConfiguration<T>> columnConfigurations, IMouseListenerFactory<T> headerMouseListenerFactory, IMouseListenerFactory<T> tableMouseListenerFactory, IKeyListenerFactory<T> keyListenerFactory, ITableActionConfiguration<T> actionConfiguration, ITableTextFieldActionConfiguration<T> textFieldActionConfiguration, IFactory<IObjectTableModel<T>,javax.swing.JComponent,java.lang.RuntimeException> accessoryHeaderPanelFactory, ITableTextFieldKeyListenerFactory<T> textFieldKeyListenerFactory)
-