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


Represents a generic list with modification notifications.

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

 Protected Constructors

  Name Description

BaseList

Overloaded. Initializes a new instance of the BaseList class.

 Public Methods

  Name Description

add

Overloaded. Adds an element to the list.

addBaseListListener

Adds a BaseListListener to the list.

clear

Removes all elements from the list.

get

Returns the element at the specified position in the list.

remove

Overloaded. Removes an element from this list.

removeBaseListListener

Removes the specified BaseListListener from the list.

set

Replaces the element at the specified position in this list with the specified element.

size

Returns the number of elements in the list.

 See Also

BaseList(E) Class
com.mindfusion.common Namespace