Represents a generic list with modification notifications.
The following tables list the members exposed by the ObservableList(E) type.
Name | Description | |
---|---|---|
![]() |
Overloaded. Initializes a new instance of the ObservableList class. |
Name | Description | |
---|---|---|
![]() |
Overloaded. Adds an element to the list. (Inherited from BaseList.) |
|
![]() |
Adds a BaseListListener to the list. (Inherited from BaseList.) |
|
![]() |
Removes all elements from the list. (Inherited from BaseList.) |
|
![]() |
Returns the element at the specified position in the list. (Inherited from BaseList.) |
|
![]() |
Overloaded. Removes an element from this list. (Inherited from BaseList.) |
|
![]() |
Removes the specified BaseListListener from the list. (Inherited from BaseList.) |
|
![]() |
Replaces the element at the specified position in this list with the specified element. (Inherited from BaseList.) |
|
![]() |
Returns the number of elements in the list. (Inherited from BaseList.) |