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()Gets allMapAccessors that this accessor is composing.SetValueMapAccessor.getSubAccessors()Constructors in org.jhotdraw8.fxcollection.typesafekey with parameters of type MapAccessorModifierConstructorDescriptionKeyMapEntryProperty(javafx.collections.ObservableMap<Key<?>, Object> map, MapAccessor<V> key) ReadOnlyKeyMapEntryProperty(javafx.collections.ObservableMap<Key<?>, Object> map, MapAccessor<V> key) SetValueMapAccessor(String name, boolean isTransient, MapAccessor<ImmutableSet<E>> setAccessor, @Nullable E value, boolean defaultValue) SetValueMapAccessor(String name, MapAccessor<ImmutableSet<E>> setAccessor, E value)