A B C D F G H J O P R S T V

A

addKey(int) - Method in class com.google.code.validationframework.swing.trigger.BaseComponentKeyTrigger
Adds a key code for which the validation will be triggered.
Key codes correspond to KeyEvent#VK_*.
addPostRule(Rule<Object, O>) - Method in class com.google.code.validationframework.experimental.format.RuleBasedFormat
 
addPreRule(Rule<String, E>) - Method in class com.google.code.validationframework.experimental.format.RuleBasedFormat
 
Aggregatable<O> - Interface in com.google.code.validationframework.experimental.transform
 
AggregatableValueAggregator<I,O> - Class in com.google.code.validationframework.experimental.transform
 
AggregatableValueAggregator(Transformer<Collection<I>, O>) - Constructor for class com.google.code.validationframework.experimental.transform.AggregatableValueAggregator
 
attach(JTextComponent) - Method in class com.google.code.validationframework.experimental.utils.swing.FormatAndSelectOnEnterFeature
 

B

BaseComponentKeyTrigger<C extends Component> - Class in com.google.code.validationframework.swing.trigger
Trigger that initiates the validation whenever a key is pressed, released or typed on the component.
BaseComponentKeyTrigger(C, int...) - Constructor for class com.google.code.validationframework.swing.trigger.BaseComponentKeyTrigger
Constructor specifying the text component to listen to.
build() - Method in class com.google.code.validationframework.experimental.builder.context.resultcollectorvalidator.ValidatorContext
Creates the validator and makes all the connections.
build() - Method in class com.google.code.validationframework.experimental.builder.context.simplevalidator.ValidatorContext
Creates the validator and makes all the connections.

C

check(Rule<Collection<D>, O>) - Method in class com.google.code.validationframework.experimental.builder.context.resultcollectorvalidator.ResultHandlerContext
 
check(Rule<Collection<D>, O>...) - Method in class com.google.code.validationframework.experimental.builder.context.resultcollectorvalidator.ResultHandlerContext
 
check(Collection<Rule<Collection<D>, O>>) - Method in class com.google.code.validationframework.experimental.builder.context.resultcollectorvalidator.ResultHandlerContext
 
check(Rule<Collection<D>, O>) - Method in class com.google.code.validationframework.experimental.builder.context.resultcollectorvalidator.RuleContext
 
check(Rule<Collection<D>, O>...) - Method in class com.google.code.validationframework.experimental.builder.context.resultcollectorvalidator.RuleContext
 
check(Collection<Rule<Collection<D>, O>>) - Method in class com.google.code.validationframework.experimental.builder.context.resultcollectorvalidator.RuleContext
 
check(Rule<D, O>) - Method in class com.google.code.validationframework.experimental.builder.context.simplevalidator.ResultHandlerContext
 
check(Rule<D, O>...) - Method in class com.google.code.validationframework.experimental.builder.context.simplevalidator.ResultHandlerContext
Adds another rule to the validator.
check(Collection<Rule<D, O>>) - Method in class com.google.code.validationframework.experimental.builder.context.simplevalidator.ResultHandlerContext
 
check(Class<? extends Rule<D, O>>) - Method in class com.google.code.validationframework.experimental.builder.context.simplevalidator.RuleContext
 
check(Rule<D, O>) - Method in class com.google.code.validationframework.experimental.builder.context.simplevalidator.RuleContext
 
check(Rule<D, O>...) - Method in class com.google.code.validationframework.experimental.builder.context.simplevalidator.RuleContext
Adds the first rules to the validator.
check(Collection<Rule<D, O>>) - Method in class com.google.code.validationframework.experimental.builder.context.simplevalidator.RuleContext
 
collect(ResultCollector<?, D>) - Method in class com.google.code.validationframework.experimental.builder.context.resultcollectorvalidator.ResultCollectorContext
 
collect(ResultCollector<?, D>...) - Method in class com.google.code.validationframework.experimental.builder.context.resultcollectorvalidator.ResultCollectorContext
 
collect(Collection<ResultCollector<?, D>>) - Method in class com.google.code.validationframework.experimental.builder.context.resultcollectorvalidator.ResultCollectorContext
 
collect(ResultCollector<?, D>) - Method in class com.google.code.validationframework.experimental.builder.context.resultcollectorvalidator.RuleContext
 
collect(ResultCollector<?, D>...) - Method in class com.google.code.validationframework.experimental.builder.context.resultcollectorvalidator.RuleContext
 
collect(Collection<ResultCollector<?, D>>) - Method in class com.google.code.validationframework.experimental.builder.context.resultcollectorvalidator.RuleContext
 
collect(ResultCollector<?, D>) - Static method in class com.google.code.validationframework.experimental.builder.ResultCollectorValidatorBuilder
Deprecated. Use com.google.code.validationframework.base.validator.generalvalidator.dsl.GeneralValidatorBuilder instead.
collect(ResultCollector<?, D>...) - Static method in class com.google.code.validationframework.experimental.builder.ResultCollectorValidatorBuilder
Deprecated. Use com.google.code.validationframework.base.validator.generalvalidator.dsl.GeneralValidatorBuilder instead.
collect(Collection<ResultCollector<?, D>>) - Static method in class com.google.code.validationframework.experimental.builder.ResultCollectorValidatorBuilder
Deprecated. Use com.google.code.validationframework.base.validator.generalvalidator.dsl.GeneralValidatorBuilder instead.
com.google.code.validationframework.experimental.builder - package com.google.code.validationframework.experimental.builder
 
com.google.code.validationframework.experimental.builder.context.resultcollectorvalidator - package com.google.code.validationframework.experimental.builder.context.resultcollectorvalidator
 
com.google.code.validationframework.experimental.builder.context.simplevalidator - package com.google.code.validationframework.experimental.builder.context.simplevalidator
 
com.google.code.validationframework.experimental.format - package com.google.code.validationframework.experimental.format
 
com.google.code.validationframework.experimental.resulthandler - package com.google.code.validationframework.experimental.resulthandler
 
com.google.code.validationframework.experimental.rule - package com.google.code.validationframework.experimental.rule
 
com.google.code.validationframework.experimental.transform - package com.google.code.validationframework.experimental.transform
 
com.google.code.validationframework.experimental.utils.swing - package com.google.code.validationframework.experimental.utils.swing
 
com.google.code.validationframework.swing.trigger - package com.google.code.validationframework.swing.trigger
 

D

DataProviderContext - Class in com.google.code.validationframework.experimental.builder.context.simplevalidator
Context to add more triggers and the first data providers.
DataProviderContext(List<Trigger>) - Constructor for class com.google.code.validationframework.experimental.builder.context.simplevalidator.DataProviderContext
 
detach(JTextComponent) - Method in class com.google.code.validationframework.experimental.utils.swing.FormatAndSelectOnEnterFeature
 
dispose() - Method in class com.google.code.validationframework.swing.trigger.BaseComponentKeyTrigger
 

F

format(Object, StringBuffer, FieldPosition) - Method in class com.google.code.validationframework.experimental.format.RuleBasedFormat
 
FormatAndSelectOnEnterFeature - Class in com.google.code.validationframework.experimental.utils.swing
 
FormatAndSelectOnEnterFeature(JTextComponent) - Constructor for class com.google.code.validationframework.experimental.utils.swing.FormatAndSelectOnEnterFeature
 

G

getAggregatableValue() - Method in interface com.google.code.validationframework.experimental.transform.Aggregatable
 
getComponent() - Method in class com.google.code.validationframework.swing.trigger.BaseComponentKeyTrigger
Gets the source component.
getKeyEventId() - Method in class com.google.code.validationframework.swing.trigger.BaseComponentKeyTrigger
 
getKeys() - Method in class com.google.code.validationframework.swing.trigger.BaseComponentKeyTrigger
Gets the key codes for which the validation will be triggered.
Key codes correspond to KeyEvent#VK_*.
getLabel() - Method in class com.google.code.validationframework.experimental.resulthandler.JLabelBooleanFeedback
 
getModifiers() - Method in class com.google.code.validationframework.swing.trigger.BaseComponentKeyTrigger
 
getPostResultAggregator() - Method in class com.google.code.validationframework.experimental.format.RuleBasedFormat
 
getPreResultAggregator() - Method in class com.google.code.validationframework.experimental.format.RuleBasedFormat
 
getWrappedFormat() - Method in class com.google.code.validationframework.experimental.format.RuleBasedFormat
 

H

handleResult(Boolean) - Method in class com.google.code.validationframework.experimental.resulthandler.JLabelBooleanFeedback
 
handleWith(ResultHandler<O>) - Method in class com.google.code.validationframework.experimental.builder.context.resultcollectorvalidator.ResultHandlerContext
 
handleWith(ResultHandler<O>...) - Method in class com.google.code.validationframework.experimental.builder.context.resultcollectorvalidator.ResultHandlerContext
Adds the first result handlers to the validator.
handleWith(Collection<ResultHandler<O>>) - Method in class com.google.code.validationframework.experimental.builder.context.resultcollectorvalidator.ResultHandlerContext
 
handleWith(ResultHandler<O>) - Method in class com.google.code.validationframework.experimental.builder.context.resultcollectorvalidator.ValidatorContext
 
handleWith(ResultHandler<O>...) - Method in class com.google.code.validationframework.experimental.builder.context.resultcollectorvalidator.ValidatorContext
Adds more result handlers to the validator.
handleWith(Collection<ResultHandler<O>>) - Method in class com.google.code.validationframework.experimental.builder.context.resultcollectorvalidator.ValidatorContext
 
handleWith(Class<? extends ResultHandler<O>>) - Method in class com.google.code.validationframework.experimental.builder.context.simplevalidator.ResultHandlerContext
 
handleWith(ResultHandler<O>) - Method in class com.google.code.validationframework.experimental.builder.context.simplevalidator.ResultHandlerContext
 
handleWith(ResultHandler<O>...) - Method in class com.google.code.validationframework.experimental.builder.context.simplevalidator.ResultHandlerContext
Adds the first result handlers to the validator.
handleWith(Collection<ResultHandler<O>>) - Method in class com.google.code.validationframework.experimental.builder.context.simplevalidator.ResultHandlerContext
 
handleWith(ResultHandler<O>) - Method in class com.google.code.validationframework.experimental.builder.context.simplevalidator.ValidatorContext
 
handleWith(ResultHandler<O>...) - Method in class com.google.code.validationframework.experimental.builder.context.simplevalidator.ValidatorContext
Adds more result handlers to the validator.
handleWith(Collection<ResultHandler<O>>) - Method in class com.google.code.validationframework.experimental.builder.context.simplevalidator.ValidatorContext
 

J

JLabelBooleanFeedback - Class in com.google.code.validationframework.experimental.resulthandler
 
JLabelBooleanFeedback() - Constructor for class com.google.code.validationframework.experimental.resulthandler.JLabelBooleanFeedback
 
JSpinnerNumberModelRule<D extends Number> - Class in com.google.code.validationframework.experimental.rule
Convenience rule that will check if the data is within the bounds of the spinner model.
Note that the model of the spinner should be an AbstractSpinnerModel.
JSpinnerNumberModelRule(JSpinner) - Constructor for class com.google.code.validationframework.experimental.rule.JSpinnerNumberModelRule
Constructor specifying the spinner whose SpinnerNumberModel is to be checked.

O

on(Class<? extends Trigger>) - Method in class com.google.code.validationframework.experimental.builder.context.simplevalidator.DataProviderContext
 
on(Trigger) - Method in class com.google.code.validationframework.experimental.builder.context.simplevalidator.DataProviderContext
 
on(Trigger...) - Method in class com.google.code.validationframework.experimental.builder.context.simplevalidator.DataProviderContext
Adds more triggers to the validator.
on(Collection<Trigger>) - Method in class com.google.code.validationframework.experimental.builder.context.simplevalidator.DataProviderContext
 
on(Class<? extends Trigger>) - Method in class com.google.code.validationframework.experimental.builder.context.simplevalidator.TriggerContext
 
on(Trigger) - Method in class com.google.code.validationframework.experimental.builder.context.simplevalidator.TriggerContext
 
on(Trigger...) - Method in class com.google.code.validationframework.experimental.builder.context.simplevalidator.TriggerContext
Adds the first triggers to the validator.
on(Collection<Trigger>) - Method in class com.google.code.validationframework.experimental.builder.context.simplevalidator.TriggerContext
 
on(Trigger) - Static method in class com.google.code.validationframework.experimental.builder.SimpleValidatorBuilder
Deprecated. Use com.google.code.validationframework.base.validator.generalvalidator.dsl.GeneralValidatorBuilder instead.
on(Trigger...) - Static method in class com.google.code.validationframework.experimental.builder.SimpleValidatorBuilder
Deprecated. Use com.google.code.validationframework.base.validator.generalvalidator.dsl.GeneralValidatorBuilder instead.
on(Collection<Trigger>) - Static method in class com.google.code.validationframework.experimental.builder.SimpleValidatorBuilder
Deprecated. Use com.google.code.validationframework.base.validator.generalvalidator.dsl.GeneralValidatorBuilder instead.
on(Class<? extends Trigger>) - Static method in class com.google.code.validationframework.experimental.builder.SimpleValidatorBuilder
Deprecated. Use com.google.code.validationframework.base.validator.generalvalidator.dsl.GeneralValidatorBuilder instead.

P

parseObject(String) - Method in class com.google.code.validationframework.experimental.format.RuleBasedFormat
 
parseObject(String, ParsePosition) - Method in class com.google.code.validationframework.experimental.format.RuleBasedFormat
 

R

read(Class<? extends DataProvider<D>>) - Method in class com.google.code.validationframework.experimental.builder.context.simplevalidator.DataProviderContext
 
read(DataProvider<D>) - Method in class com.google.code.validationframework.experimental.builder.context.simplevalidator.DataProviderContext
 
read(DataProvider<D>...) - Method in class com.google.code.validationframework.experimental.builder.context.simplevalidator.DataProviderContext
Adds the first data providers to the validator.
read(Collection<DataProvider<D>>) - Method in class com.google.code.validationframework.experimental.builder.context.simplevalidator.DataProviderContext
 
read(Class<? extends Rule<D, O>>) - Method in class com.google.code.validationframework.experimental.builder.context.simplevalidator.ResultHandlerContext
 
read(Class<? extends DataProvider<D>>) - Method in class com.google.code.validationframework.experimental.builder.context.simplevalidator.RuleContext
 
read(DataProvider<D>) - Method in class com.google.code.validationframework.experimental.builder.context.simplevalidator.RuleContext
 
read(DataProvider<D>...) - Method in class com.google.code.validationframework.experimental.builder.context.simplevalidator.RuleContext
Adds more data providers to the validator.
read(Collection<DataProvider<D>>) - Method in class com.google.code.validationframework.experimental.builder.context.simplevalidator.RuleContext
 
read(Class<? extends ResultHandler<O>>) - Method in class com.google.code.validationframework.experimental.builder.context.simplevalidator.ValidatorContext
 
removeKey(int) - Method in class com.google.code.validationframework.swing.trigger.BaseComponentKeyTrigger
Removes a key code for which the validation should no longer be triggered.
Key codes correspond to KeyEvent#VK_*.
removePostRule(Rule<Object, O>) - Method in class com.google.code.validationframework.experimental.format.RuleBasedFormat
 
removePreRule(Rule<String, E>) - Method in class com.google.code.validationframework.experimental.format.RuleBasedFormat
 
ResultCollectorContext - Class in com.google.code.validationframework.experimental.builder.context.resultcollectorvalidator
 
ResultCollectorContext() - Constructor for class com.google.code.validationframework.experimental.builder.context.resultcollectorvalidator.ResultCollectorContext
 
ResultCollectorValidatorBuilder - Class in com.google.code.validationframework.experimental.builder
Deprecated. Use com.google.code.validationframework.base.validator.generalvalidator.dsl.GeneralValidatorBuilder instead.
ResultHandlerContext<D,O> - Class in com.google.code.validationframework.experimental.builder.context.resultcollectorvalidator
Context to add more rules and the first result handlers.
ResultHandlerContext(List<ResultCollector<?, D>>, List<Rule<Collection<D>, O>>) - Constructor for class com.google.code.validationframework.experimental.builder.context.resultcollectorvalidator.ResultHandlerContext
 
ResultHandlerContext<D,O> - Class in com.google.code.validationframework.experimental.builder.context.simplevalidator
Context to add more rules and the first result handlers.
ResultHandlerContext(List<Trigger>, List<DataProvider<D>>, List<Rule<D, O>>) - Constructor for class com.google.code.validationframework.experimental.builder.context.simplevalidator.ResultHandlerContext
 
RuleBasedFormat<E,O> - Class in com.google.code.validationframework.experimental.format
 
RuleBasedFormat() - Constructor for class com.google.code.validationframework.experimental.format.RuleBasedFormat
 
RuleBasedFormat(Format) - Constructor for class com.google.code.validationframework.experimental.format.RuleBasedFormat
 
RuleBasedFormat(Aggregator<E, Boolean>, Format, Aggregator<O, Boolean>) - Constructor for class com.google.code.validationframework.experimental.format.RuleBasedFormat
 
RuleContext<D> - Class in com.google.code.validationframework.experimental.builder.context.resultcollectorvalidator
 
RuleContext(List<ResultCollector<?, D>>) - Constructor for class com.google.code.validationframework.experimental.builder.context.resultcollectorvalidator.RuleContext
 
RuleContext<D> - Class in com.google.code.validationframework.experimental.builder.context.simplevalidator
Context to add more data providers and the first rules.
RuleContext(List<Trigger>, List<DataProvider<D>>) - Constructor for class com.google.code.validationframework.experimental.builder.context.simplevalidator.RuleContext
 

S

setKeyEventId(int) - Method in class com.google.code.validationframework.swing.trigger.BaseComponentKeyTrigger
 
setLabel(JLabel) - Method in class com.google.code.validationframework.experimental.resulthandler.JLabelBooleanFeedback
 
setModifiers(int) - Method in class com.google.code.validationframework.swing.trigger.BaseComponentKeyTrigger
 
setModifiers(int, boolean) - Method in class com.google.code.validationframework.swing.trigger.BaseComponentKeyTrigger
 
setPostResultAggregator(Aggregator<O, Boolean>) - Method in class com.google.code.validationframework.experimental.format.RuleBasedFormat
 
setPreResultAggregator(Aggregator<E, Boolean>) - Method in class com.google.code.validationframework.experimental.format.RuleBasedFormat
 
setWrappedFormat(Format) - Method in class com.google.code.validationframework.experimental.format.RuleBasedFormat
 
SimpleValidatorBuilder - Class in com.google.code.validationframework.experimental.builder
Deprecated. Use com.google.code.validationframework.base.validator.generalvalidator.dsl.GeneralValidatorBuilder instead.
source - Variable in class com.google.code.validationframework.swing.trigger.BaseComponentKeyTrigger
Text component that is the source of the trigger.

T

transform(Collection<Aggregatable<I>>) - Method in class com.google.code.validationframework.experimental.transform.AggregatableValueAggregator
 
TriggerContext - Class in com.google.code.validationframework.experimental.builder.context.simplevalidator
Context to add the first triggers.
TriggerContext() - Constructor for class com.google.code.validationframework.experimental.builder.context.simplevalidator.TriggerContext
 

V

validate(Comparable<D>) - Method in class com.google.code.validationframework.experimental.rule.JSpinnerNumberModelRule
 
ValidatorContext<D,O> - Class in com.google.code.validationframework.experimental.builder.context.resultcollectorvalidator
Context to add more result handlers and to create the validator.
ValidatorContext(List<ResultCollector<?, D>>, List<Rule<Collection<D>, O>>, List<ResultHandler<O>>) - Constructor for class com.google.code.validationframework.experimental.builder.context.resultcollectorvalidator.ValidatorContext
 
ValidatorContext<D,O> - Class in com.google.code.validationframework.experimental.builder.context.simplevalidator
Context to add more result handlers and to create the validator.
ValidatorContext(List<Trigger>, List<DataProvider<D>>, List<Rule<D, O>>, List<ResultHandler<O>>) - Constructor for class com.google.code.validationframework.experimental.builder.context.simplevalidator.ValidatorContext
 

A B C D F G H J O P R S T V

Copyright © 2013. All Rights Reserved.