Uses of Interface
net.thevpc.common.props.Property
Packages that use Property
-
Uses of Property in net.thevpc.common.props
Subinterfaces of Property in net.thevpc.common.propsModifier and TypeInterfaceDescriptioninterfaceIndexedNode<T>interfaceNamedNode<T>interfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceObservableMap<K,V> interfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceWritableLiMap<K,V> interfaceWritableList<T>interfaceinterfaceinterfaceinterfaceWritableMap<K,V> interfaceinterfaceinterfaceinterfaceinterfaceClasses in net.thevpc.common.props that implement PropertyModifier and TypeClassDescriptionclassObservableMapAdapter<K,V> classclassclassclassclassclassclassclassWritableLiMapAdapter<K,V> classclassMethods in net.thevpc.common.props with type parameters of type PropertyMethods in net.thevpc.common.props that return PropertyModifier and TypeMethodDescriptiondefault PropertyProperty.getChildProperty(Path path) default PropertyProperty.readOnly()ChildPropertyResolver.resolveChildProperty(String name) Methods in net.thevpc.common.props with parameters of type PropertyModifier and TypeMethodDescriptionvoidPropertyListeners.addDelegate(Property withListeners, Supplier<Path> pathNameSupplier) default voiddefault voidvoidPropertyListeners.removeDelegate(Property listeners) Constructors in net.thevpc.common.props with parameters of type PropertyModifierConstructorDescriptionPropertyEvent(Property property, Object index, Object oldValue, Object newValue, Path path, PropertyUpdate eventType, boolean immediate) PropertyEvent(Property property, Object index, Object oldValue, Object newValue, Path path, PropertyUpdate eventType, String changeId, boolean immediate) -
Uses of Property in net.thevpc.common.props.impl
Classes in net.thevpc.common.props.impl that implement PropertyModifier and TypeClassDescriptionclassclassMappedValueBase<F,T> classclassclassclassclassclassclassclassReadOnlyList<T>classReadOnlyMap<K,V> classclassclassclassclassclassWritableLiMapBase<K,V> classWritableLiMapImpl<K,V> classclassclassclassclassclassWritableMapImpl<K,V> classclassclassclassclassTODO must implement correctly the events and the adjusters!!classclassclassFields in net.thevpc.common.props.impl declared as PropertyModifier and TypeFieldDescriptionprotected PropertyPropertyDelegate.baseprotected PropertyWritablePropertyDelegate.baseprotected PropertyPropertyBase.parentPropertyprotected PropertyPropertyDelegate.parentPropertyprotected PropertyPropertyAdjustersImpl.sourceprotected PropertyPropertyAdjustersReadOnly.sourceprotected PropertyPropertyVetosImpl.sourceFields in net.thevpc.common.props.impl with type parameters of type PropertyMethods in net.thevpc.common.props.impl that return PropertyModifier and TypeMethodDescriptionprotected PropertyPropertyDelegate.getBase()static PropertyWritableValueHelper.getChildProperty(Property parent, String name) static PropertyWritableValueHelper.getChildProperty(Property parent, Path relativePath) AppPropertyBinding.getProperty()PropertyBase.parentProperty()PropertyAdjusterContext.property()Methods in net.thevpc.common.props.impl with parameters of type PropertyModifier and TypeMethodDescriptionvoidDefaultPropertyListeners.addDelegate(Property p) voidDefaultPropertyListeners.addDelegate(Property prop, Supplier<Path> pathNameSupplier) static PropertyWritableValueHelper.getChildProperty(Property parent, String name) static PropertyWritableValueHelper.getChildProperty(Property parent, Path relativePath) static <T> voidWritableValueHelper.helperBind(WritableValue<T> first, Property root, Path rootPath, Path relativePath) protected voidPropertyBase.propagateEvents(Property... others) voidPropertySupport.propagateEvents(Property other) voidDefaultPropertyListeners.removeDelegate(Property property) Constructors in net.thevpc.common.props.impl with parameters of type PropertyModifierConstructorDescriptionAppPropertyBinding(Property property, String path) PropertyAdjustersImpl(Property source) PropertyAdjustersReadOnly(Property source) PropertyDelegate(Property base) PropertyVetosImpl(Property source)