jar

com.valaphee : foundry-databind

Maven & Gradle

Aug 25, 2021
1 usages
3 stars

Foundry Databind · Use a binding to create a two-way connection between a property that stores data, and a view that displays and changes the data. A binding connects a property to a source of truth stored elsewhere, instead of storing data directly.

Table Of Contents

Latest Version

Download com.valaphee : foundry-databind JAR file - Latest Versions:

All Versions

Download com.valaphee : foundry-databind JAR file - All Versions:

Version Vulnerabilities Size Updated
1.3.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window foundry-databind-1.3.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.valaphee.foundry.databind.value

├─ com.valaphee.foundry.databind.value.CompositeObservableValue.class - [JAR]

├─ com.valaphee.foundry.databind.value.ObservableValue.class - [JAR]

├─ com.valaphee.foundry.databind.value.Value.class - [JAR]

├─ com.valaphee.foundry.databind.value.ValueValidationFailed.class - [JAR]

├─ com.valaphee.foundry.databind.value.ValueValidationFailedException.class - [JAR]

├─ com.valaphee.foundry.databind.value.ValueValidationResult.class - [JAR]

├─ com.valaphee.foundry.databind.value.ValueValidationSuccessful.class - [JAR]

├─ com.valaphee.foundry.databind.value.ValueWithConverter.class - [JAR]

├─ com.valaphee.foundry.databind.value.WritableValue.class - [JAR]

com.valaphee.foundry.databind

├─ com.valaphee.foundry.databind.Atom.class - [JAR]

├─ com.valaphee.foundry.databind.AtomKt.class - [JAR]

├─ com.valaphee.foundry.databind.ChangeType.class - [JAR]

├─ com.valaphee.foundry.databind.DefaultAtom.class - [JAR]

├─ com.valaphee.foundry.databind.ListAdd.class - [JAR]

├─ com.valaphee.foundry.databind.ListAddAll.class - [JAR]

├─ com.valaphee.foundry.databind.ListAddAllAt.class - [JAR]

├─ com.valaphee.foundry.databind.ListAddAt.class - [JAR]

├─ com.valaphee.foundry.databind.ListChange.class - [JAR]

├─ com.valaphee.foundry.databind.ListClear.class - [JAR]

├─ com.valaphee.foundry.databind.ListRemove.class - [JAR]

├─ com.valaphee.foundry.databind.ListRemoveAll.class - [JAR]

├─ com.valaphee.foundry.databind.ListRemoveAllWhen.class - [JAR]

├─ com.valaphee.foundry.databind.ListRemoveAt.class - [JAR]

├─ com.valaphee.foundry.databind.ListSet.class - [JAR]

├─ com.valaphee.foundry.databind.Maybe.class - [JAR]

├─ com.valaphee.foundry.databind.ObservableValueChanged.class - [JAR]

├─ com.valaphee.foundry.databind.ScalarChange.class - [JAR]

com.valaphee.foundry.databind.property

├─ com.valaphee.foundry.databind.property.DefaultProperty.class - [JAR]

├─ com.valaphee.foundry.databind.property.DefaultPropertyDelegate.class - [JAR]

├─ com.valaphee.foundry.databind.property.InternalProperty.class - [JAR]

├─ com.valaphee.foundry.databind.property.Property.class - [JAR]

├─ com.valaphee.foundry.databind.property.PropertyDelegate.class - [JAR]

├─ com.valaphee.foundry.databind.property.PropertyKt.class - [JAR]

com.valaphee.foundry.databind.converter

├─ com.valaphee.foundry.databind.converter.Converter.class - [JAR]

├─ com.valaphee.foundry.databind.converter.ConvertersKt.class - [JAR]

├─ com.valaphee.foundry.databind.converter.IdentityConverter.class - [JAR]

├─ com.valaphee.foundry.databind.converter.IsomorphicConverter.class - [JAR]

com.valaphee.foundry.databind.binding

├─ com.valaphee.foundry.databind.binding.BaseBinding.class - [JAR]

├─ com.valaphee.foundry.databind.binding.BidirectionalBinding.class - [JAR]

├─ com.valaphee.foundry.databind.binding.Binding.class - [JAR]

├─ com.valaphee.foundry.databind.binding.BindingKt.class - [JAR]

├─ com.valaphee.foundry.databind.binding.BooleanBindingsKt.class - [JAR]

├─ com.valaphee.foundry.databind.binding.CircularBindingException.class - [JAR]

├─ com.valaphee.foundry.databind.binding.CollectionBindingsKt.class - [JAR]

├─ com.valaphee.foundry.databind.binding.ComputedBinding.class - [JAR]

├─ com.valaphee.foundry.databind.binding.ComputedDualBinding.class - [JAR]

├─ com.valaphee.foundry.databind.binding.DoubleBindingsKt.class - [JAR]

├─ com.valaphee.foundry.databind.binding.FloatBindingsKt.class - [JAR]

├─ com.valaphee.foundry.databind.binding.GenericBindingsKt.class - [JAR]

├─ com.valaphee.foundry.databind.binding.IntBindingsKt.class - [JAR]

├─ com.valaphee.foundry.databind.binding.ListBinding.class - [JAR]

├─ com.valaphee.foundry.databind.binding.ListBindingKt.class - [JAR]

├─ com.valaphee.foundry.databind.binding.LongBindingsKt.class - [JAR]

├─ com.valaphee.foundry.databind.binding.StringBindingsKt.class - [JAR]

├─ com.valaphee.foundry.databind.binding.UnidirectionalBinding.class - [JAR]

com.valaphee.foundry.util

├─ com.valaphee.foundry.util.Disposable.class - [JAR]

├─ com.valaphee.foundry.util.DisposeState.class - [JAR]

├─ com.valaphee.foundry.util.DisposedByException.class - [JAR]

├─ com.valaphee.foundry.util.DisposedByHand.class - [JAR]

├─ com.valaphee.foundry.util.NotDisposed.class - [JAR]

├─ com.valaphee.foundry.util.PredicatesKt.class - [JAR]

com.valaphee.foundry.databind.collection

├─ com.valaphee.foundry.databind.collection.CollectionProperty.class - [JAR]

├─ com.valaphee.foundry.databind.collection.DefaultListProperty.class - [JAR]

├─ com.valaphee.foundry.databind.collection.DefaultMapProperty.class - [JAR]

├─ com.valaphee.foundry.databind.collection.DefaultSetProperty.class - [JAR]

├─ com.valaphee.foundry.databind.collection.ListBindingDecorator.class - [JAR]

├─ com.valaphee.foundry.databind.collection.ListProperty.class - [JAR]

├─ com.valaphee.foundry.databind.collection.MapProperty.class - [JAR]

├─ com.valaphee.foundry.databind.collection.ObservableCollection.class - [JAR]

├─ com.valaphee.foundry.databind.collection.ObservableCollectionKt.class - [JAR]

├─ com.valaphee.foundry.databind.collection.ObservableList.class - [JAR]

├─ com.valaphee.foundry.databind.collection.ObservableListBinding.class - [JAR]

├─ com.valaphee.foundry.databind.collection.ObservableListKt.class - [JAR]

├─ com.valaphee.foundry.databind.collection.ObservableMap.class - [JAR]

├─ com.valaphee.foundry.databind.collection.ObservableMapKt.class - [JAR]

├─ com.valaphee.foundry.databind.collection.ObservableSet.class - [JAR]

├─ com.valaphee.foundry.databind.collection.ObservableSetBinding.class - [JAR]

├─ com.valaphee.foundry.databind.collection.ObservableSetKt.class - [JAR]

├─ com.valaphee.foundry.databind.collection.SetBindingDecorator.class - [JAR]

├─ com.valaphee.foundry.databind.collection.SetProperty.class - [JAR]

├─ com.valaphee.foundry.databind.collection.WritableCollection.class - [JAR]

├─ com.valaphee.foundry.databind.collection.WritableList.class - [JAR]

├─ com.valaphee.foundry.databind.collection.WritableMap.class - [JAR]

├─ com.valaphee.foundry.databind.collection.WritableSet.class - [JAR]

com.valaphee.foundry.event

├─ com.valaphee.foundry.event.CallbackResult.class - [JAR]

├─ com.valaphee.foundry.event.DefaultEventBus.class - [JAR]

├─ com.valaphee.foundry.event.DefaultUnscopedEventBus.class - [JAR]

├─ com.valaphee.foundry.event.DisposeSubscription.class - [JAR]

├─ com.valaphee.foundry.event.Event.class - [JAR]

├─ com.valaphee.foundry.event.EventBus.class - [JAR]

├─ com.valaphee.foundry.event.EventBusKt.class - [JAR]

├─ com.valaphee.foundry.event.EventScope.class - [JAR]

├─ com.valaphee.foundry.event.GlobalScope.class - [JAR]

├─ com.valaphee.foundry.event.KeepSubscription.class - [JAR]

├─ com.valaphee.foundry.event.NoProcessorSubmitResult.class - [JAR]

├─ com.valaphee.foundry.event.SubmitResult.class - [JAR]

├─ com.valaphee.foundry.event.SubmitResultError.class - [JAR]

├─ com.valaphee.foundry.event.SubmitResultValue.class - [JAR]

├─ com.valaphee.foundry.event.Subscription.class - [JAR]

├─ com.valaphee.foundry.event.SubscriptionKt.class - [JAR]

├─ com.valaphee.foundry.event.UnscopedEventBus.class - [JAR]

Advertisement