Uses of Class
VASSAL.property.Property
Packages that use Property
-
Uses of Property in VASSAL.property
Fields in VASSAL.property declared as PropertyFields in VASSAL.property with type parameters of type PropertyModifier and TypeFieldDescriptionprotected ConcurrentMap<Property<?>,List<PropertyListener<?>>>ConcurrentPropertySupport.plistenersMethods in VASSAL.property that return types with arguments of type PropertyModifier and TypeMethodDescriptionPropertyContainer.getProperties()Returns thePropertys known to this container.SinglePropertyContainer.getProperties()Returns thePropertys known to this container.Methods in VASSAL.property with parameters of type PropertyModifier and TypeMethodDescription<T> voidAbstractPropertyContainer.addPropertyListener(Property<T> prop, PropertyListener<? super T> l)Adds a listener for a specificProperty.<T> voidConcurrentPropertySupport.addPropertyListener(Property<T> prop, PropertyListener<? super T> l)Adds a listener for a specificProperty.<T> voidPropertyContainer.addPropertyListener(Property<T> prop, PropertyListener<? super T> listener)Adds a listener for a specificProperty.<T> voidPropertySupport.addPropertyListener(Property<T> prop, PropertyListener<? super T> listener)Adds a listener for a specificProperty.<T> voidSinglePropertyContainer.addPropertyListener(Property<T> prop, PropertyListener<? super T> l)Adds a listener for a specificProperty.protected <T> voidAbstractPropertyContainer.fireChanged(Property<T> prop, T oldVal, T newVal)<T> voidConcurrentPropertySupport.fireChanged(Object src, Property<T> prop, T oldVal, T newVal)Notifies listeners of a property change.<T> voidPropertySupport.fireChanged(Object src, Property<T> prop, T oldVal, T newVal)Notifies listeners of a property change.<T> List<PropertyListener<? super T>>AbstractPropertyContainer.getPropertyListeners(Property<T> prop)Returns a list ofPropertyListeners listening to a givenProperty.<T> List<PropertyListener<? super T>>ConcurrentPropertySupport.getPropertyListeners(Property<T> prop)Returns a list ofPropertyListeners listening to a givenProperty.<T> List<PropertyListener<? super T>>PropertyContainer.getPropertyListeners(Property<T> prop)Returns a list ofPropertyListeners listening to a givenProperty.<T> List<PropertyListener<? super T>>PropertySupport.getPropertyListeners(Property<T> prop)Returns a list ofPropertyListeners listening to a givenProperty.<T> List<PropertyListener<? super T>>SinglePropertyContainer.getPropertyListeners(Property<T> prop)Returns a list ofPropertyListeners listening to a givenProperty.<T> TGets the value of aProperty.<T> TGets the value of aProperty.<T> booleanAbstractPropertyContainer.hasListeners(Property<T> prop)Checks whether there arePropertyListeners for a givenProperty.<T> booleanConcurrentPropertySupport.hasListeners(Property<T> prop)Checks whether there arePropertyListeners for a givenProperty.<T> booleanPropertyContainer.hasListeners(Property<T> prop)Checks whether there arePropertyListeners for a givenProperty.<T> booleanPropertySupport.hasListeners(Property<T> prop)Checks whether there arePropertyListeners for a givenProperty.<T> booleanSinglePropertyContainer.hasListeners(Property<T> prop)Checks whether there arePropertyListeners for a givenProperty.<U extends T>
voidPropertyListener.propertyChanged(Object src, Property<U> prop, U oldVal, U newVal)Invoked when aPropertychange occurs.<T> voidAbstractPropertyContainer.removePropertyListener(Property<T> prop, PropertyListener<? super T> l)Removes a listener for a specificProperty.<T> voidConcurrentPropertySupport.removePropertyListener(Property<T> prop, PropertyListener<? super T> l)Removes a listener for a specificProperty.<T> voidPropertyContainer.removePropertyListener(Property<T> prop, PropertyListener<? super T> listener)Removes a listener for a specificProperty.<T> voidPropertySupport.removePropertyListener(Property<T> prop, PropertyListener<? super T> listener)Removes a listener for a specificProperty.<T> voidSinglePropertyContainer.removePropertyListener(Property<T> prop, PropertyListener<? super T> l)Removes a listener for a specificProperty.<T> voidSets the value of aProperty.<T> voidSets the value of aProperty.Constructors in VASSAL.property with parameters of type PropertyModifierConstructorDescriptionSinglePropertyContainer(Property<V> prop, V value)Creates a container for a singleProperty.