JPlanner Programmer's Guide
ObservableList(E) Members
Constructors Methods
 


Represents a generic list with modification notifications.

The following tables list the members exposed by the ObservableList(E) type.

 Public Constructors

  Name Description

ObservableList

Overloaded. Initializes a new instance of the ObservableList class.

 Public Methods

  Name Description

add

Overloaded. Adds an element to the list. (Inherited from BaseList.)

addBaseListListener

Adds a BaseListListener to the list. (Inherited from BaseList.)

clear

Removes all elements from the list. (Inherited from BaseList.)

get

Returns the element at the specified position in the list. (Inherited from BaseList.)

remove

Overloaded. Removes an element from this list. (Inherited from BaseList.)

removeBaseListListener

Removes the specified BaseListListener from the list. (Inherited from BaseList.)

set

Replaces the element at the specified position in this list with the specified element. (Inherited from BaseList.)

size

Returns the number of elements in the list. (Inherited from BaseList.)

 See Also

ObservableList(E) Class
com.mindfusion.common Namespace