| Package | Description |
|---|---|
| net.anwiba.commons.swing.object |
| Modifier and Type | Method and Description |
|---|---|
IKeyListenerFactory<T> |
AbstractObjectTextFieldConfiguration.getKeyListenerFactory() |
IKeyListenerFactory<T> |
IObjectFieldConfiguration.getKeyListenerFactory() |
| Modifier and Type | Method and Description |
|---|---|
B |
AbstractObjectFieldBuilder.setKeyListenerFactory(IKeyListenerFactory<O> keyListenerFactory) |
C |
AbstractObjectFieldConfigurationBuilder.setKeyListenerFactory(IKeyListenerFactory<T> keyListenerFactory) |
| Constructor and Description |
|---|
AbstractObjectTextFieldConfiguration(IObjectModel<T> model,
IObjectModel<IValidationResult> validStateModel,
IToolTipFactory toolTipFactory,
IBooleanModel enabledModel,
boolean isEditable,
int columns,
List<IActionFactory<T>> actionFactorys,
List<IButtonFactory<T>> buttonFactorys,
IKeyListenerFactory<T> keyListenerFactory,
Color backgroundColor,
boolean isDisguise) |
DefaultObjectFieldConfiguration(IObjectModel<T> model,
IObjectModel<IValidationResult> validStateModel,
IValidator<String> validator,
ICharFilter characterFilter,
IConverter<String,T,RuntimeException> toObjectConverter,
IConverter<T,String,RuntimeException> toStringConverter,
IToolTipFactory toolTipFactory,
IBooleanModel enabledModel,
boolean isEditable,
int columns,
List<IActionFactory<T>> actionFactorys,
List<IButtonFactory<T>> buttonFactorys,
IKeyListenerFactory<T> keyListenerFactory,
Color backgroundColor,
boolean isDisguise) |
Copyright © 2007–2019 Andreas W. Bartels. All rights reserved.