Uses of Interface
net.anwiba.commons.swing.object.IToolTipFactory
Packages that use IToolTipFactory
Package
Description
-
Uses of IToolTipFactory in net.anwiba.commons.swing.component.search
Constructors in net.anwiba.commons.swing.component.search with parameters of type IToolTipFactoryModifierConstructorDescriptionSearchComponent(IBooleanModel enabledDistributor, IToolTipFactory toolTipFactory, ISearchEngine<C, R> engine, IFactory<String, C, RuntimeException> stringConditionFactory, JComponent... components) SearchComponent(IBooleanModel enabledDistributor, IToolTipFactory toolTipFactory, ISearchEngine<C, R> engine, IFactory<String, C, RuntimeException> stringConditionFactory, IAdvancedSearchActionFactory<C> advancedSearchActionFactory, JComponent... components) -
Uses of IToolTipFactory in net.anwiba.commons.swing.object
Methods in net.anwiba.commons.swing.object that return IToolTipFactoryModifier and TypeMethodDescriptionAbstractObjectTextFieldConfiguration.getToolTipFactory()IObjectFieldConfiguration.getToolTipFactory()Methods in net.anwiba.commons.swing.object with parameters of type IToolTipFactoryModifier and TypeMethodDescriptionAbstractObjectFieldBuilder.setToolTipFactory(IToolTipFactory factory) AbstractObjectFieldConfigurationBuilder.setToolTipFactory(IToolTipFactory factory) Constructors in net.anwiba.commons.swing.object with parameters of type IToolTipFactoryModifierConstructorDescriptionAbstractObjectTextFieldConfiguration(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) -
Uses of IToolTipFactory in net.anwiba.commons.swing.object.temporal
Constructors in net.anwiba.commons.swing.object.temporal with parameters of type IToolTipFactoryModifierConstructorDescriptionDefaultObjectFieldConfiguration(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)