DroidDiagram Programmer's Guide
BaseList(E) Members
Constructors Fields Methods
 


Implements common functionality of DroidDiagram List classes.

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

 Protected Constructors

  Name Description

BaseList

Overloaded.  

 Protected Fields

  Name Description

list

 

listEvent

 

notifyParent

 

 Public Methods

  Name Description

add

Adds a new element to the list.

clear

Removes all elements from the list.

contains

Determines if this list contains the specified element.

first

Gets the first element of this list.

get

Gets the element at the specified position in this list.

last

Gets the last element of this list.

readExternal

Loads the list's contents.

remove

Overloaded.  

removeRange

Removes a range of elements from this list.

set

Sets the element at the specified position in this list.

size

Gets the number of elements in this list.

writeExternal

Saves the list's contents.

 Protected Methods

  Name Description

raiseAdding

Raises the adding event.

raiseClearing

Raises the clearing event.

raiseRemoving

Raises the removing event.

 See Also

BaseList<E> Class
com.mindfusion.diagramming Namespace