Uses of Interface
net.anwiba.commons.swing.object.IKeyListenerFactory
-
Packages that use IKeyListenerFactory Package Description net.anwiba.commons.swing.object -
-
Uses of IKeyListenerFactory in net.anwiba.commons.swing.object
Methods in net.anwiba.commons.swing.object that return IKeyListenerFactory Modifier and Type Method Description IKeyListenerFactory<T>AbstractObjectTextFieldConfiguration. getKeyListenerFactory()IKeyListenerFactory<T>IObjectFieldConfiguration. getKeyListenerFactory()Methods in net.anwiba.commons.swing.object with parameters of type IKeyListenerFactory Modifier and Type Method Description BAbstractObjectFieldBuilder. setKeyListenerFactory(IKeyListenerFactory<O> keyListenerFactory)CAbstractObjectFieldConfigurationBuilder. setKeyListenerFactory(IKeyListenerFactory<T> keyListenerFactory)Constructors in net.anwiba.commons.swing.object with parameters of type IKeyListenerFactory Constructor Description AbstractObjectTextFieldConfiguration(IObjectModel<T> model, IObjectModel<IValidationResult> validStateModel, IToolTipFactory toolTipFactory, IBooleanModel enabledModel, boolean isEditable, int columns, java.util.List<IActionFactory<T>> actionFactorys, java.util.List<IButtonFactory<T>> buttonFactorys, IKeyListenerFactory<T> keyListenerFactory, java.awt.Color backgroundColor, boolean isDisguise)DefaultObjectFieldConfiguration(IObjectModel<T> model, IObjectModel<IValidationResult> validStateModel, IValidator<java.lang.String> validator, ICharFilter characterFilter, IConverter<java.lang.String,T,java.lang.RuntimeException> toObjectConverter, IConverter<T,java.lang.String,java.lang.RuntimeException> toStringConverter, IToolTipFactory toolTipFactory, IBooleanModel enabledModel, boolean isEditable, int columns, java.util.List<IActionFactory<T>> actionFactorys, java.util.List<IButtonFactory<T>> buttonFactorys, IKeyListenerFactory<T> keyListenerFactory, java.awt.Color backgroundColor, boolean isDisguise)
-