com.sun.svg.component
Interface SVGList.ListModel

All Known Implementing Classes:
ContactListSource
Enclosing class:
SVGList

public static interface SVGList.ListModel

Interface that list data sources must implement.


Method Summary
 java.lang.Object getElementAt(int index)
           
 int getSize()
          Returns the list's length.
 

Method Detail

getElementAt

java.lang.Object getElementAt(int index)
Parameters:
index - - the requested index.
Returns:
the data at the given index.

getSize

int getSize()
Returns the list's length.

Returns:
the length of the list.