C D E G H I O R W 

C

changed(ObservableValue<? extends T>, T, T) - Method in class com.google.code.validationframework.javafx.trigger.ChangeListenerTrigger
 
ChangeListenerTrigger<T> - Class in com.google.code.validationframework.javafx.trigger
Trigger listening that can be added as a ChangeListener on an ObservableValue and triggering the validation whenever the value changes.
ChangeListenerTrigger() - Constructor for class com.google.code.validationframework.javafx.trigger.ChangeListenerTrigger
 
com.google.code.validationframework.javafx.dataprovider - package com.google.code.validationframework.javafx.dataprovider
 
com.google.code.validationframework.javafx.resulthandler - package com.google.code.validationframework.javafx.resulthandler
 
com.google.code.validationframework.javafx.trigger - package com.google.code.validationframework.javafx.trigger
 

D

dispose() - Method in class com.google.code.validationframework.javafx.trigger.ObservableInvalidationTrigger
 
dispose() - Method in class com.google.code.validationframework.javafx.trigger.ObservableValueChangeTrigger
 

E

EventHandlerTrigger<E extends javafx.event.Event> - Class in com.google.code.validationframework.javafx.trigger
Trigger that can be added as an EventHandler on a javafx.scene.Node and initiating the validation whenever an event of the specified class and type(s) is fired.
EventHandlerTrigger() - Constructor for class com.google.code.validationframework.javafx.trigger.EventHandlerTrigger
Default constructor accepting any type of event to trigger the validation.
EventHandlerTrigger(EventType<? extends Event>...) - Constructor for class com.google.code.validationframework.javafx.trigger.EventHandlerTrigger
Constructor specifying the types of event to trigger the validation.

G

getData() - Method in class com.google.code.validationframework.javafx.dataprovider.ObservableValueProvider
 

H

handle(E) - Method in class com.google.code.validationframework.javafx.trigger.EventHandlerTrigger
 
handleResult(RHI) - Method in class com.google.code.validationframework.javafx.resulthandler.RunLaterResultHandler
 
handleResult(RHI) - Method in class com.google.code.validationframework.javafx.resulthandler.WritableValueSetterResultHandler
 

I

invalidated(Observable) - Method in class com.google.code.validationframework.javafx.trigger.InvalidationListenerTrigger
 
InvalidationListenerTrigger - Class in com.google.code.validationframework.javafx.trigger
Trigger that can be added as an InvalidationListener on an Observable object and initiating the validation whenever this object is invalidated.
InvalidationListenerTrigger() - Constructor for class com.google.code.validationframework.javafx.trigger.InvalidationListenerTrigger
 

O

ObservableInvalidationTrigger - Class in com.google.code.validationframework.javafx.trigger
Trigger initiating the validation whenever an observable object is invalidated.
ObservableInvalidationTrigger(Observable) - Constructor for class com.google.code.validationframework.javafx.trigger.ObservableInvalidationTrigger
Constructor specifying the observable object to listen to.
ObservableValueChangeTrigger<T> - Class in com.google.code.validationframework.javafx.trigger
Trigger initiating the validation whenever an observable value is changed.
ObservableValueChangeTrigger(ObservableValue<T>) - Constructor for class com.google.code.validationframework.javafx.trigger.ObservableValueChangeTrigger
Constructor specifying the observable object to listen to.
ObservableValueProvider<DPO> - Class in com.google.code.validationframework.javafx.dataprovider
Data provider giving the data from a specified ObservableValue.
ObservableValueProvider(ObservableValue<DPO>) - Constructor for class com.google.code.validationframework.javafx.dataprovider.ObservableValueProvider
Constructor specifying the ObservableValue to get the data from.

R

RunLaterResultHandler<RHI> - Class in com.google.code.validationframework.javafx.resulthandler
Result handler wrapper to re-schedule the handling of the result by the wrapped result handler on the FX Application Thread.
RunLaterResultHandler(ResultHandler<RHI>) - Constructor for class com.google.code.validationframework.javafx.resulthandler.RunLaterResultHandler
Constructor specifying the wrapped result handler to be re-scheduled.
RunLaterResultHandler(ResultHandler<RHI>, boolean) - Constructor for class com.google.code.validationframework.javafx.resulthandler.RunLaterResultHandler
Constructor specifying the wrapped result handler to be re-scheduled and whether re-scheduling should occur even if already on the application thread.
RunLaterTrigger - Class in com.google.code.validationframework.javafx.trigger
Trigger wrapper to re-schedule the wrapped trigger on the FX Application Thread.
RunLaterTrigger(Trigger) - Constructor for class com.google.code.validationframework.javafx.trigger.RunLaterTrigger
Constructor specifying the wrapped trigger to be rescheduled.
RunLaterTrigger(Trigger, boolean) - Constructor for class com.google.code.validationframework.javafx.trigger.RunLaterTrigger
Constructor specifying the wrapped trigger and whether to re-schedule on the application thread even if the wrapped trigger is already initiated on the application thread.

W

WritableValueSetterResultHandler<RHI> - Class in com.google.code.validationframework.javafx.resulthandler
Result handler setting the result in a specified WritableValue.
WritableValueSetterResultHandler(WritableValue<RHI>) - Constructor for class com.google.code.validationframework.javafx.resulthandler.WritableValueSetterResultHandler
Constructor specifying the writable value to be updated.
WritableValueSetterResultHandler(WritableValue<RHI>, RHI) - Constructor for class com.google.code.validationframework.javafx.resulthandler.WritableValueSetterResultHandler
Constructor specifying the writable value to be updated and the value to be set in case of a null result handler input.
C D E G H I O R W 

Copyright © 2015. All Rights Reserved.