Uses of Interface
org.jhotdraw8.fxcollection.typesafekey.MapAccessor
Packages that use MapAccessor
-
Uses of MapAccessor in org.jhotdraw8.fxcollection.typesafekey
Subinterfaces of MapAccessor in org.jhotdraw8.fxcollection.typesafekeyModifier and TypeInterfaceDescriptioninterfaceCompositeMapAccessor composes one or moreMapAccessors.interfaceKey<T>An name which provides typesafe access to a map entry.interfaceNonNullKey<T>NonNullKey.interfaceNonNullMapAccessor.interfaceNullableKey<T>NullableKey.Classes in org.jhotdraw8.fxcollection.typesafekey that implement MapAccessorModifier and TypeClassDescriptionclassAbstractKey<T>A name which provides typesafe access to a map entry.classAKeythat stores a list of values.classA simpleKeywhich has a non-nullable value.classA simpleKeywhich has a nullable value.classSetValueMapAccessor.classTransientKey<T>TransientKey can be used to store temporary data in an object.Methods in org.jhotdraw8.fxcollection.typesafekey that return types with arguments of type MapAccessorModifier and TypeMethodDescriptionCompositeMapAccessor.getSubAccessors()SetValueMapAccessor.getSubAccessors()Constructors in org.jhotdraw8.fxcollection.typesafekey with parameters of type MapAccessorModifierConstructorDescriptionKeyMapEntryProperty(@NonNull javafx.collections.ObservableMap<Key<?>, Object> map, MapAccessor<V> key) ReadOnlyKeyMapEntryProperty(@NonNull javafx.collections.ObservableMap<Key<?>, Object> map, MapAccessor<V> key) SetValueMapAccessor(@NonNull String name, boolean isTransient, @NonNull MapAccessor<ImmutableSet<E>> setAccessor, @Nullable E value, boolean defaultValue) SetValueMapAccessor(@NonNull String name, @NonNull MapAccessor<ImmutableSet<E>> setAccessor, E value)