ASP.NET Pack Programmer's Guide
BaseList(E) Members
Constructors Fields Methods
 


Implements common functionality of JDiagram 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.

get

Gets the element at the specified position in this list.

readExternal

 

remove

Overloaded.  

removeRange

 

set

Sets the element at the specified position in this list.

size

Gets the number of elements in this list.

writeExternal

 

 Protected Methods

  Name Description

raiseAdding

 

raiseClearing

 

raiseRemoving

 

 See Also

BaseList(E) Class
com.mindfusion.diagramming Namespace