A B C D F G H I J L N O P R S T V W 

A

AbstractReadableProperty<T> - Class in com.google.code.validationframework.base.binding
Abstract implementation of a ReadableProperty.
AbstractReadableProperty() - Constructor for class com.google.code.validationframework.base.binding.AbstractReadableProperty
 
addChangeListener(ReadablePropertyChangeListener<T>) - Method in class com.google.code.validationframework.base.binding.AbstractReadableProperty
 
addChangeListener(ReadablePropertyChangeListener<T>) - Method in interface com.google.code.validationframework.base.binding.ReadableProperty
Adds a WritableProperty as a slave.
addPostRule(Rule<Object, O>) - Method in class com.google.code.validationframework.swing.format.RuleBasedFormat
 
addPreRule(Rule<String, E>) - Method in class com.google.code.validationframework.swing.format.RuleBasedFormat
 
attach(JTextComponent) - Method in class com.google.code.validationframework.swing.utils.FormatAndSelectOnEnterFeature
 

B

Binder - Class in com.google.code.validationframework.base.binding
Utility class that can be used to help binding properties and transform their values.
Binder.MultipleMastersBinding<MO,SI> - Class in com.google.code.validationframework.base.binding
 
Binder.MultipleMastersBinding(Collection<ReadableProperty<MO>>, Collection<Transformer>) - Constructor for class com.google.code.validationframework.base.binding.Binder.MultipleMastersBinding
 
Binder.SingleMasterBinding<MO,SI> - Class in com.google.code.validationframework.base.binding
 
Binder.SingleMasterBinding(ReadableProperty<MO>, Collection<Transformer>) - Constructor for class com.google.code.validationframework.base.binding.Binder.SingleMasterBinding
 
bindFrom(ReadableProperty<MO>) - Static method in class com.google.code.validationframework.base.binding.Binder
Specifies the master property that is part of the binding.
bindFrom(Collection<ReadableProperty<MO>>) - Static method in class com.google.code.validationframework.base.binding.Binder
Specifies the master properties that are part of the binding.
bindFrom(ReadableProperty<MO>...) - Static method in class com.google.code.validationframework.base.binding.Binder
Specifies the master properties that are part of the binding.
BooleanProperty - Class in com.google.code.validationframework.base.binding
Simple property holding a Boolean value.
BooleanProperty() - Constructor for class com.google.code.validationframework.base.binding.BooleanProperty
 
BooleanProperty(Boolean) - Constructor for class com.google.code.validationframework.base.binding.BooleanProperty
 
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.
ByteProperty - Class in com.google.code.validationframework.base.binding
Simple property holding a Byte value.
ByteProperty() - Constructor for class com.google.code.validationframework.base.binding.ByteProperty
 
ByteProperty(Byte) - Constructor for class com.google.code.validationframework.base.binding.ByteProperty
 

C

CharacterProperty - Class in com.google.code.validationframework.base.binding
Simple property holding a Character value.
CharacterProperty() - Constructor for class com.google.code.validationframework.base.binding.CharacterProperty
 
CharacterProperty(Character) - Constructor for class com.google.code.validationframework.base.binding.CharacterProperty
 
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
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
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
Use com.google.code.validationframework.base.validator.generalvalidator.dsl.GeneralValidatorBuilder instead.
ColorProperty - Class in com.google.code.validationframework.swing.binding
Simple property holding a Color value.
ColorProperty() - Constructor for class com.google.code.validationframework.swing.binding.ColorProperty
 
ColorProperty(Color) - Constructor for class com.google.code.validationframework.swing.binding.ColorProperty
 
com.google.code.validationframework.base.binding - package com.google.code.validationframework.base.binding
 
com.google.code.validationframework.base.dataprovider - package com.google.code.validationframework.base.dataprovider
 
com.google.code.validationframework.base.resulthandler - package com.google.code.validationframework.base.resulthandler
 
com.google.code.validationframework.base.trigger - package com.google.code.validationframework.base.trigger
 
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.swing.binding - package com.google.code.validationframework.swing.binding
 
com.google.code.validationframework.swing.format - package com.google.code.validationframework.swing.format
 
com.google.code.validationframework.swing.resulthandler - package com.google.code.validationframework.swing.resulthandler
 
com.google.code.validationframework.swing.rule - package com.google.code.validationframework.swing.rule
 
com.google.code.validationframework.swing.utils - package com.google.code.validationframework.swing.utils
 
ComponentAncestorProperty - Class in com.google.code.validationframework.swing.binding
Readable property representing the ancestor property of a Component.
ComponentAncestorProperty(Component) - Constructor for class com.google.code.validationframework.swing.binding.ComponentAncestorProperty
 
ComponentEnabledProperty - Class in com.google.code.validationframework.swing.binding
 
ComponentEnabledProperty(Component) - Constructor for class com.google.code.validationframework.swing.binding.ComponentEnabledProperty
 
ComponentFocusedProperty - Class in com.google.code.validationframework.swing.binding
 
ComponentFocusedProperty(Component) - Constructor for class com.google.code.validationframework.swing.binding.ComponentFocusedProperty
 
ComponentRolloverProperty - Class in com.google.code.validationframework.swing.binding
 
ComponentRolloverProperty(Component) - Constructor for class com.google.code.validationframework.swing.binding.ComponentRolloverProperty
 
ComponentVisibleProperty - Class in com.google.code.validationframework.swing.binding
Readable/writable property representing the visible property of a Component.
ComponentVisibleProperty(Component) - Constructor for class com.google.code.validationframework.swing.binding.ComponentVisibleProperty
 

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.swing.utils.FormatAndSelectOnEnterFeature
 
dispose() - Method in class com.google.code.validationframework.base.trigger.PropertyTrigger
 
dispose() - Method in class com.google.code.validationframework.swing.binding.ComponentAncestorProperty
 
dispose() - Method in class com.google.code.validationframework.swing.binding.ComponentEnabledProperty
 
dispose() - Method in class com.google.code.validationframework.swing.binding.ComponentFocusedProperty
 
dispose() - Method in class com.google.code.validationframework.swing.binding.ComponentRolloverProperty
 
dispose() - Method in class com.google.code.validationframework.swing.binding.ComponentVisibleProperty
 
dispose() - Method in class com.google.code.validationframework.swing.binding.JComponentOpaqueProperty
 
dispose() - Method in class com.google.code.validationframework.swing.binding.JFormattedTextFieldValueProperty
 
dispose() - Method in class com.google.code.validationframework.swing.binding.JToggleButtonSelectedProperty
 
DoubleProperty - Class in com.google.code.validationframework.base.binding
Simple property holding a Double value.
DoubleProperty() - Constructor for class com.google.code.validationframework.base.binding.DoubleProperty
 
DoubleProperty(Double) - Constructor for class com.google.code.validationframework.base.binding.DoubleProperty
 

F

FloatProperty - Class in com.google.code.validationframework.base.binding
Simple property holding a Float value.
FloatProperty() - Constructor for class com.google.code.validationframework.base.binding.FloatProperty
 
FloatProperty(Float) - Constructor for class com.google.code.validationframework.base.binding.FloatProperty
 
FontProperty - Class in com.google.code.validationframework.swing.binding
Simple property holding a Font value.
FontProperty() - Constructor for class com.google.code.validationframework.swing.binding.FontProperty
 
FontProperty(Font) - Constructor for class com.google.code.validationframework.swing.binding.FontProperty
 
format(Object, StringBuffer, FieldPosition) - Method in class com.google.code.validationframework.swing.format.RuleBasedFormat
 
FormatAndSelectOnEnterFeature - Class in com.google.code.validationframework.swing.utils
 
FormatAndSelectOnEnterFeature(JTextComponent) - Constructor for class com.google.code.validationframework.swing.utils.FormatAndSelectOnEnterFeature
 

G

getData() - Method in class com.google.code.validationframework.base.dataprovider.PropertyDataProvider
 
getLabel() - Method in class com.google.code.validationframework.swing.resulthandler.JLabelBooleanFeedback
 
getPostResultAggregator() - Method in class com.google.code.validationframework.swing.format.RuleBasedFormat
 
getPreResultAggregator() - Method in class com.google.code.validationframework.swing.format.RuleBasedFormat
 
getValue() - Method in interface com.google.code.validationframework.base.binding.ReadableProperty
Gets the value of the property.
getValue() - Method in class com.google.code.validationframework.base.binding.SimpleProperty
 
getValue() - Method in class com.google.code.validationframework.base.binding.TransformerProperty
 
getValue() - Method in class com.google.code.validationframework.swing.binding.ComponentAncestorProperty
 
getValue() - Method in class com.google.code.validationframework.swing.binding.ComponentEnabledProperty
 
getValue() - Method in class com.google.code.validationframework.swing.binding.ComponentFocusedProperty
 
getValue() - Method in class com.google.code.validationframework.swing.binding.ComponentRolloverProperty
 
getValue() - Method in class com.google.code.validationframework.swing.binding.ComponentVisibleProperty
 
getValue() - Method in class com.google.code.validationframework.swing.binding.InvokeLater
 
getValue() - Method in class com.google.code.validationframework.swing.binding.JComponentOpaqueProperty
 
getValue() - Method in class com.google.code.validationframework.swing.binding.JFormattedTextFieldValueProperty
 
getValue() - Method in class com.google.code.validationframework.swing.binding.JToggleButtonSelectedProperty
 
getWrappedFormat() - Method in class com.google.code.validationframework.swing.format.RuleBasedFormat
 

H

handleResult(RHI) - Method in class com.google.code.validationframework.base.resulthandler.PropertyResultHandler
 
handleResult(Boolean) - Method in class com.google.code.validationframework.swing.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
 

I

IntegerProperty - Class in com.google.code.validationframework.base.binding
Simple property holding a Integer value.
IntegerProperty() - Constructor for class com.google.code.validationframework.base.binding.IntegerProperty
 
IntegerProperty(Integer) - Constructor for class com.google.code.validationframework.base.binding.IntegerProperty
 
InvokeLater<T> - Class in com.google.code.validationframework.swing.binding
 
InvokeLater() - Constructor for class com.google.code.validationframework.swing.binding.InvokeLater
 
InvokeLater(T) - Constructor for class com.google.code.validationframework.swing.binding.InvokeLater
 
InvokeLater(ReadablePropertyChangeListener<T>...) - Constructor for class com.google.code.validationframework.swing.binding.InvokeLater
 
InvokeLater(T, ReadablePropertyChangeListener<T>...) - Constructor for class com.google.code.validationframework.swing.binding.InvokeLater
 

J

JComponentOpaqueProperty - Class in com.google.code.validationframework.swing.binding
Readable/writable property representing the opaque property of a JComponent.
JComponentOpaqueProperty(JComponent) - Constructor for class com.google.code.validationframework.swing.binding.JComponentOpaqueProperty
 
JFormattedTextFieldValueProperty - Class in com.google.code.validationframework.swing.binding
 
JFormattedTextFieldValueProperty(JFormattedTextField) - Constructor for class com.google.code.validationframework.swing.binding.JFormattedTextFieldValueProperty
 
JLabelBooleanFeedback - Class in com.google.code.validationframework.swing.resulthandler
 
JLabelBooleanFeedback() - Constructor for class com.google.code.validationframework.swing.resulthandler.JLabelBooleanFeedback
 
JSpinnerNumberModelRule<D extends Number> - Class in com.google.code.validationframework.swing.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.swing.rule.JSpinnerNumberModelRule
Constructor specifying the spinner whose SpinnerNumberModel is to be checked.
JToggleButtonSelectedProperty - Class in com.google.code.validationframework.swing.binding
 
JToggleButtonSelectedProperty(JToggleButton) - Constructor for class com.google.code.validationframework.swing.binding.JToggleButtonSelectedProperty
 

L

LongProperty - Class in com.google.code.validationframework.base.binding
Simple property holding a Long value.
LongProperty() - Constructor for class com.google.code.validationframework.base.binding.LongProperty
 
LongProperty(Long) - Constructor for class com.google.code.validationframework.base.binding.LongProperty
 

N

notifyListeners(T, T) - Method in class com.google.code.validationframework.base.binding.AbstractReadableProperty
Updates the slaved writable properties with this property's value.
NumberProperty - Class in com.google.code.validationframework.base.binding
Simple property holding a Number value.
NumberProperty() - Constructor for class com.google.code.validationframework.base.binding.NumberProperty
 
NumberProperty(Number) - Constructor for class com.google.code.validationframework.base.binding.NumberProperty
 

O

ObjectProperty - Class in com.google.code.validationframework.base.binding
Simple property holding a Object value.
ObjectProperty() - Constructor for class com.google.code.validationframework.base.binding.ObjectProperty
 
ObjectProperty(Object) - Constructor for class com.google.code.validationframework.base.binding.ObjectProperty
 
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
Use com.google.code.validationframework.base.validator.generalvalidator.dsl.GeneralValidatorBuilder instead.
on(Trigger...) - Static method in class com.google.code.validationframework.experimental.builder.SimpleValidatorBuilder
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
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
Use com.google.code.validationframework.base.validator.generalvalidator.dsl.GeneralValidatorBuilder instead.

P

parseObject(String) - Method in class com.google.code.validationframework.swing.format.RuleBasedFormat
 
parseObject(String, ParsePosition) - Method in class com.google.code.validationframework.swing.format.RuleBasedFormat
 
propertyChanged(ReadableProperty<T>, T, T) - Method in interface com.google.code.validationframework.base.binding.ReadablePropertyChangeListener
 
PropertyDataProvider<DPO> - Class in com.google.code.validationframework.base.dataprovider
Data provider returning the value of a given property.
PropertyDataProvider(ReadableProperty<DPO>) - Constructor for class com.google.code.validationframework.base.dataprovider.PropertyDataProvider
Constructor specifying the property to read the value from.
PropertyResultHandler<RHI> - Class in com.google.code.validationframework.base.resulthandler
Result handler setting the value of a given property with the validation result.
PropertyResultHandler(WritableProperty<RHI>) - Constructor for class com.google.code.validationframework.base.resulthandler.PropertyResultHandler
Constructor specifying the property whose value should be set with the result.
PropertyTrigger<T> - Class in com.google.code.validationframework.base.trigger
Trigger initiating the validation whenever the value of a specified property changes.
PropertyTrigger(ReadableProperty<T>) - Constructor for class com.google.code.validationframework.base.trigger.PropertyTrigger
Constructor specifying the property whose changes should trigger the validation.

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
 
ReadableProperty<T> - Interface in com.google.code.validationframework.base.binding
Interface to be implemented by readable property that can notify ReadablePropertyChangeListeners.
ReadablePropertyChangeListener<T> - Interface in com.google.code.validationframework.base.binding
 
removeChangeListener(ReadablePropertyChangeListener<T>) - Method in class com.google.code.validationframework.base.binding.AbstractReadableProperty
 
removeChangeListener(ReadablePropertyChangeListener<T>) - Method in interface com.google.code.validationframework.base.binding.ReadableProperty
Removes the WritableProperty.
removePostRule(Rule<Object, O>) - Method in class com.google.code.validationframework.swing.format.RuleBasedFormat
 
removePreRule(Rule<String, E>) - Method in class com.google.code.validationframework.swing.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
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.swing.format
 
RuleBasedFormat() - Constructor for class com.google.code.validationframework.swing.format.RuleBasedFormat
 
RuleBasedFormat(Format) - Constructor for class com.google.code.validationframework.swing.format.RuleBasedFormat
 
RuleBasedFormat(Aggregator<E, Boolean>, Format, Aggregator<O, Boolean>) - Constructor for class com.google.code.validationframework.swing.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

setLabel(JLabel) - Method in class com.google.code.validationframework.swing.resulthandler.JLabelBooleanFeedback
 
setPostResultAggregator(Aggregator<O, Boolean>) - Method in class com.google.code.validationframework.swing.format.RuleBasedFormat
 
setPreResultAggregator(Aggregator<E, Boolean>) - Method in class com.google.code.validationframework.swing.format.RuleBasedFormat
 
setValue(T) - Method in class com.google.code.validationframework.base.binding.SimpleProperty
 
setValue(I) - Method in class com.google.code.validationframework.base.binding.TransformerProperty
 
setValue(T) - Method in interface com.google.code.validationframework.base.binding.WritableProperty
Sets the value of the property.
setValue(Container) - Method in class com.google.code.validationframework.swing.binding.ComponentAncestorProperty
 
setValue(Boolean) - Method in class com.google.code.validationframework.swing.binding.ComponentEnabledProperty
 
setValue(Boolean) - Method in class com.google.code.validationframework.swing.binding.ComponentVisibleProperty
 
setValue(T) - Method in class com.google.code.validationframework.swing.binding.InvokeLater
 
setValue(Boolean) - Method in class com.google.code.validationframework.swing.binding.JComponentOpaqueProperty
 
setValue(Object) - Method in class com.google.code.validationframework.swing.binding.JFormattedTextFieldValueProperty
 
setValue(Boolean) - Method in class com.google.code.validationframework.swing.binding.JToggleButtonSelectedProperty
 
setWrappedFormat(Format) - Method in class com.google.code.validationframework.swing.format.RuleBasedFormat
 
ShortProperty - Class in com.google.code.validationframework.base.binding
Simple property holding a Short value.
ShortProperty() - Constructor for class com.google.code.validationframework.base.binding.ShortProperty
 
ShortProperty(Short) - Constructor for class com.google.code.validationframework.base.binding.ShortProperty
 
SimpleProperty<T> - Class in com.google.code.validationframework.base.binding
Simple implementation of a property that is both readable and writable.
SimpleProperty() - Constructor for class com.google.code.validationframework.base.binding.SimpleProperty
Default constructor using null as the initial property value.
SimpleProperty(T) - Constructor for class com.google.code.validationframework.base.binding.SimpleProperty
Constructor specifying the initial property value.
SimpleValidatorBuilder - Class in com.google.code.validationframework.experimental.builder
Use com.google.code.validationframework.base.validator.generalvalidator.dsl.GeneralValidatorBuilder instead.
StringProperty - Class in com.google.code.validationframework.base.binding
Simple property holding a String value.
StringProperty() - Constructor for class com.google.code.validationframework.base.binding.StringProperty
 
StringProperty(String) - Constructor for class com.google.code.validationframework.base.binding.StringProperty
 

T

to(WritableProperty<SI>) - Method in class com.google.code.validationframework.base.binding.Binder.MultipleMastersBinding
 
to(Collection<WritableProperty<SI>>) - Method in class com.google.code.validationframework.base.binding.Binder.MultipleMastersBinding
 
to(WritableProperty<SI>...) - Method in class com.google.code.validationframework.base.binding.Binder.MultipleMastersBinding
 
to(WritableProperty<SI>) - Method in class com.google.code.validationframework.base.binding.Binder.SingleMasterBinding
 
to(Collection<WritableProperty<SI>>) - Method in class com.google.code.validationframework.base.binding.Binder.SingleMasterBinding
 
to(WritableProperty<SI>...) - Method in class com.google.code.validationframework.base.binding.Binder.SingleMasterBinding
 
transform(Transformer<SI, TSI>) - Method in class com.google.code.validationframework.base.binding.Binder.MultipleMastersBinding
 
transform(Transformer<SI, TSI>) - Method in class com.google.code.validationframework.base.binding.Binder.SingleMasterBinding
 
TransformerProperty<I,O> - Class in com.google.code.validationframework.base.binding
Implementation of a readable and writable property whose output is the result of the transformation of the input.
TransformerProperty(Transformer<I, O>) - Constructor for class com.google.code.validationframework.base.binding.TransformerProperty
Constructor specifying the transformer to be used to transform input values, using null as the initial input value.
TransformerProperty(Transformer<I, O>, I) - Constructor for class com.google.code.validationframework.base.binding.TransformerProperty
Constructor specifying the transformer to be used to transform input values, and the initial input value.
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.swing.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
 

W

WritableProperty<T> - Interface in com.google.code.validationframework.base.binding
Interface to be implemented by writable properties whose value can be set by the programmer or slave to readable properties.
A B C D F G H I J L N O P R S T V W 

Copyright © 2013. All Rights Reserved.