AttributeType values.See: Description
| Interface | Description |
|---|---|
| AttributeContainer |
This is an attribute collection.
|
| AttributeListener<T> |
Listener for
AttributeType value manipulation. |
| Class | Description |
|---|---|
| AttributeEvent<T> |
Attribute change event for
AttributeListener. |
| Attributes |
A utility for
AttributeType value related functionality. |
| AttributeType<T> |
AttributeTypes and their values can be considered the core data of the JALSE model.
|
| DefaultAttributeContainer |
An DefaultAttributeContainer is a thread-safe implementation of
AttributeContainer.DefaultAttributeContainer can take a delegate AttributeContainer to supply to AttributeEvent. |
| DefaultAttributeContainer.Builder |
Chaining builder for DefaultAttributeContainer.
|
| NamedAttributeType<T> |
A named
AttributeType for defining name-type combinations. |
AttributeType values. An
AttributeContainer is an attribute type to value container (similar to
Map but with named and typed keys).NamedAttributeType,
Attributes,
DefaultAttributeContainer