public class SelectionList<T> extends AnnotationListBase
AnnotationListBase.HitTestArgs
Constructor and Description |
---|
SelectionList(Annotations annotations)
Constructs a newly allocated SelectionList object
|
Modifier and Type | Method and Description |
---|---|
boolean |
add(AnnotationObject o)
Description goes here
|
void |
add(int index,
AnnotationObject element)
Description goes here
|
boolean |
addAll(java.util.Collection<? extends AnnotationObject> c)
Description goes here
|
boolean |
addAll(int index,
java.util.Collection<? extends AnnotationObject> c)
Description goes here
|
void |
clear()
Description goes here
|
boolean |
contains(java.lang.Object o)
Description goes here
|
boolean |
containsAll(java.util.Collection<?> c)
Description goes here
|
AnnotationObject |
get(int index)
Description goes here
|
int |
indexOf(java.lang.Object element)
Description goes here
|
boolean |
isEmpty()
Description goes here
|
java.util.Iterator<AnnotationObject> |
iterator()
Description goes here
|
int |
lastIndexOf(java.lang.Object element)
Description goes here
|
java.util.ListIterator<AnnotationObject> |
listIterator()
Description goes here
|
java.util.ListIterator<AnnotationObject> |
listIterator(int index)
Description goes here
|
AnnotationObject |
remove(int index)
Description goes here
|
boolean |
remove(java.lang.Object o)
Description goes here
|
boolean |
removeAll(java.util.Collection<?> c)
Description goes here
|
boolean |
retainAll(java.util.Collection<?> c)
Description goes here
|
AnnotationObject |
set(int index,
AnnotationObject element)
Description goes here
|
int |
size()
Description goes here
|
java.util.List<AnnotationObject> |
subList(int fromIndex,
int toIndex)
Description goes here
|
java.lang.Object[] |
toArray()
Description goes here
|
T[] |
toArray(T[] a)
Description goes here
|
hitTest
public SelectionList(Annotations annotations)
annotations
- public AnnotationObject get(int index)
index
- public AnnotationObject set(int index, AnnotationObject element)
index
- element
- public boolean add(AnnotationObject o)
o
- public void add(int index, AnnotationObject element)
index
- element
- public boolean addAll(java.util.Collection<? extends AnnotationObject> c)
c
- public boolean addAll(int index, java.util.Collection<? extends AnnotationObject> c)
index
- c
- public void clear()
public boolean contains(java.lang.Object o)
o
- public boolean containsAll(java.util.Collection<?> c)
c
- public int indexOf(java.lang.Object element)
element
- public boolean isEmpty()
public java.util.Iterator<AnnotationObject> iterator()
public int lastIndexOf(java.lang.Object element)
element
- public java.util.ListIterator<AnnotationObject> listIterator()
public java.util.ListIterator<AnnotationObject> listIterator(int index)
index
- public AnnotationObject remove(int index)
index
- public boolean remove(java.lang.Object o)
o
- public boolean removeAll(java.util.Collection<?> c)
c
- public boolean retainAll(java.util.Collection<?> c)
c
- public int size()
public java.util.List<AnnotationObject> subList(int fromIndex, int toIndex)
fromIndex
- toIndex
- public java.lang.Object[] toArray()
2014 Software FX, Inc. All Rights Reserved. Chart FX is a registered trademark of Software FX, Inc
All other names are trademarks or registered trademarks of their respective owners.