Uses of Interface
net.anwiba.commons.swing.object.IToolTipFactory
-
Packages that use IToolTipFactory Package Description net.anwiba.commons.swing.component.search net.anwiba.commons.swing.object -
-
Uses of IToolTipFactory in net.anwiba.commons.swing.component.search
Constructors in net.anwiba.commons.swing.component.search with parameters of type IToolTipFactory Constructor Description SearchComponent(IBooleanModel enabledDistributor, IToolTipFactory toolTipFactory, ISearchEngine<C,R> engine, IFactory<java.lang.String,C,java.lang.RuntimeException> stringConditionFactory, javax.swing.JComponent... components)SearchComponent(IBooleanModel enabledDistributor, IToolTipFactory toolTipFactory, ISearchEngine<C,R> engine, IFactory<java.lang.String,C,java.lang.RuntimeException> stringConditionFactory, IAdvancedSearchActionFactory<C> advancedSearchActionFactory, javax.swing.JComponent... components) -
Uses of IToolTipFactory in net.anwiba.commons.swing.object
Methods in net.anwiba.commons.swing.object that return IToolTipFactory Modifier and Type Method Description IToolTipFactoryAbstractObjectTextFieldConfiguration. getToolTipFactory()IToolTipFactoryIObjectFieldConfiguration. getToolTipFactory()Methods in net.anwiba.commons.swing.object with parameters of type IToolTipFactory Modifier and Type Method Description BAbstractObjectFieldBuilder. setToolTipFactory(IToolTipFactory factory)CAbstractObjectFieldConfigurationBuilder. setToolTipFactory(IToolTipFactory factory)Constructors in net.anwiba.commons.swing.object with parameters of type IToolTipFactory 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)
-