|
|||||||||
| Home >> All >> org >> scopemvc >> model >> [ collection overview ] | PREV NEXT | ||||||||
A
- ARRAY - Static variable in class org.scopemvc.model.collection.ArrayModel
- ArrayModel - class org.scopemvc.model.collection.ArrayModel.
-
A BasicModel wrapper for an
Object[]that can propogate changes to contained Models up the Model hierarchy, and implements the java.util.List interface. - ArrayModel() - Constructor for class org.scopemvc.model.collection.ArrayModel
- ArrayModel(Object[]) - Constructor for class org.scopemvc.model.collection.ArrayModel
- ArrayModel(int) - Constructor for class org.scopemvc.model.collection.ArrayModel
- ArrayModel(boolean) - Constructor for class org.scopemvc.model.collection.ArrayModel
- ArrayModel(boolean, int) - Constructor for class org.scopemvc.model.collection.ArrayModel
- ArrayModel(boolean, Object[]) - Constructor for class org.scopemvc.model.collection.ArrayModel
- add(Object) - Method in class org.scopemvc.model.collection.ArrayModel
- add(int, Object) - Method in class org.scopemvc.model.collection.ArrayModel
- add(Object) - Method in class org.scopemvc.model.collection.ListModel
- add(int, Object) - Method in class org.scopemvc.model.collection.ListModel
- add(Object) - Method in class org.scopemvc.model.collection.SetModel
- addAll(Collection) - Method in class org.scopemvc.model.collection.ArrayModel
- addAll(int, Collection) - Method in class org.scopemvc.model.collection.ArrayModel
- addAll(Collection) - Method in class org.scopemvc.model.collection.ListModel
- addAll(int, Collection) - Method in class org.scopemvc.model.collection.ListModel
- addAll(Collection) - Method in class org.scopemvc.model.collection.SetModel
- addToList(List) - Method in class org.scopemvc.model.collection.ListModelSource
C
- clear() - Method in class org.scopemvc.model.collection.ArrayModel
- clear() - Method in class org.scopemvc.model.collection.ListModel
- clear() - Method in class org.scopemvc.model.collection.SetModel
- comparator - Variable in class org.scopemvc.model.collection.ListModelAdaptor
- contains(Object) - Method in class org.scopemvc.model.collection.ArrayModel
- contains(Object) - Method in class org.scopemvc.model.collection.ListModel
- contains(Object) - Method in class org.scopemvc.model.collection.SetModel
- containsAll(Collection) - Method in class org.scopemvc.model.collection.ArrayModel
- containsAll(Collection) - Method in class org.scopemvc.model.collection.ListModel
- containsAll(Collection) - Method in class org.scopemvc.model.collection.SetModel
- contents - Variable in class org.scopemvc.model.collection.ArrayModel
- contents - Variable in class org.scopemvc.model.collection.ListModel
- contents - Variable in class org.scopemvc.model.collection.SetModel
E
- equals(Object) - Method in class org.scopemvc.model.collection.ArrayModel
- equals(Object) - Method in class org.scopemvc.model.collection.ListModel
- equals(Object) - Method in class org.scopemvc.model.collection.SetModel
G
- get(int) - Method in class org.scopemvc.model.collection.ArrayModel
- get(int) - Method in class org.scopemvc.model.collection.ListModel
- getArray() - Method in class org.scopemvc.model.collection.ArrayModel
- getElementAt(int) - Method in class org.scopemvc.model.collection.ListModelAdaptor
- getIndexOf(Object) - Method in class org.scopemvc.model.collection.ArrayModel
- Deprecated. see indexOf
- getIndexOf(Object) - Method in class org.scopemvc.model.collection.ListModel
- getList() - Method in class org.scopemvc.model.collection.ListModel
- getList() - Method in class org.scopemvc.model.collection.ListModelAdaptor
- getListSource() - Method in class org.scopemvc.model.collection.ListModelSource
- getListSourceModel() - Method in class org.scopemvc.model.collection.ListModelSource
- getListSourceSelector() - Method in class org.scopemvc.model.collection.ListModelSource
- getSet() - Method in class org.scopemvc.model.collection.SetModel
- getSize() - Method in class org.scopemvc.model.collection.ArrayModel
- Expose size as a JavaBeans property.
- getSize() - Method in class org.scopemvc.model.collection.ListModel
- getSize() - Method in class org.scopemvc.model.collection.ListModelAdaptor
- getSize() - Method in class org.scopemvc.model.collection.SetModel
H
- hashCode() - Method in class org.scopemvc.model.collection.ArrayModel
- hashCode() - Method in class org.scopemvc.model.collection.ListModel
- hashCode() - Method in class org.scopemvc.model.collection.SetModel
I
- indexOf(Object) - Method in class org.scopemvc.model.collection.ArrayModel
- indexOf(Object) - Method in class org.scopemvc.model.collection.ListModel
- isEmpty() - Method in class org.scopemvc.model.collection.ArrayModel
- isEmpty() - Method in class org.scopemvc.model.collection.ListModel
- isEmpty() - Method in class org.scopemvc.model.collection.SetModel
- isList() - Method in class org.scopemvc.model.collection.ListModelSource
- isListChangeEvent(ModelChangeEvent) - Method in class org.scopemvc.model.collection.ListModelAdaptor
- isModelBased() - Method in class org.scopemvc.model.collection.ListModelSource
- isSorted() - Method in class org.scopemvc.model.collection.ListModelAdaptor
- iterator() - Method in class org.scopemvc.model.collection.ArrayModel
- iterator() - Method in class org.scopemvc.model.collection.ListModel
- iterator() - Method in class org.scopemvc.model.collection.SetModel
L
- LIST - Static variable in class org.scopemvc.model.collection.ListModel
- LIST_SELECTOR - Static variable in class org.scopemvc.model.collection.ListModelAdaptor
- LIST_SIZE_SELECTOR - Static variable in class org.scopemvc.model.collection.ListModelAdaptor
- LOG - Static variable in class org.scopemvc.model.collection.ArrayModel
- LOG - Static variable in class org.scopemvc.model.collection.ListModel
- LOG - Static variable in class org.scopemvc.model.collection.SetModel
- ListModel - class org.scopemvc.model.collection.ListModel.
-
A BasicModel wrapper for an
Listthat can propogate changes to contained Models up the Model hierarchy. - ListModel() - Constructor for class org.scopemvc.model.collection.ListModel
- ListModel(List) - Constructor for class org.scopemvc.model.collection.ListModel
- ListModel(boolean) - Constructor for class org.scopemvc.model.collection.ListModel
- ListModel(boolean, List) - Constructor for class org.scopemvc.model.collection.ListModel
- ListModelAdaptor - class org.scopemvc.model.collection.ListModelAdaptor.
- Used to present a list of ListModelSources as an active BasicModel.
- ListModelAdaptor(ListModelSource[]) - Constructor for class org.scopemvc.model.collection.ListModelAdaptor
- ListModelAdaptor(ListModelSource) - Constructor for class org.scopemvc.model.collection.ListModelAdaptor
- ListModelSource - class org.scopemvc.model.collection.ListModelSource.
- Used with ListModelAdaptor to wrap a Collection, List, Array, Enumeration or Iterator as the source of a list of model objects.
- ListModelSource(ModelChangeEventSource, Selector) - Constructor for class org.scopemvc.model.collection.ListModelSource
- ListModelSource(Collection) - Constructor for class org.scopemvc.model.collection.ListModelSource
- ListModelSource(List) - Constructor for class org.scopemvc.model.collection.ListModelSource
- ListModelSource(Iterator) - Constructor for class org.scopemvc.model.collection.ListModelSource
- ListModelSource(Enumeration) - Constructor for class org.scopemvc.model.collection.ListModelSource
- lastIndexOf(Object) - Method in class org.scopemvc.model.collection.ArrayModel
- lastIndexOf(Object) - Method in class org.scopemvc.model.collection.ListModel
- list - Variable in class org.scopemvc.model.collection.ListModelAdaptor
- listIterator(int) - Method in class org.scopemvc.model.collection.ArrayModel
- listIterator() - Method in class org.scopemvc.model.collection.ArrayModel
- listIterator(int) - Method in class org.scopemvc.model.collection.ListModel
- listIterator() - Method in class org.scopemvc.model.collection.ListModel
- listModelManager - Variable in class org.scopemvc.model.collection.ListModelSource
- listSource - Variable in class org.scopemvc.model.collection.ListModelSource
- listSourceSelector - Variable in class org.scopemvc.model.collection.ListModelSource
- listSources - Variable in class org.scopemvc.model.collection.ListModelAdaptor
- loadList() - Method in class org.scopemvc.model.collection.ListModelAdaptor
M
- modelChanged(ModelChangeEvent) - Method in class org.scopemvc.model.collection.ListModelAdaptor
- modelChanged(ModelChangeEvent) - Method in class org.scopemvc.model.collection.SetModel
O
- org.scopemvc.model.collection - package org.scopemvc.model.collection
P
- propogateModelChanges - Variable in class org.scopemvc.model.collection.ArrayModel
- propogateModelChanges - Variable in class org.scopemvc.model.collection.ListModel
- propogateModelChanges - Variable in class org.scopemvc.model.collection.SetModel
R
- remove(Object) - Method in class org.scopemvc.model.collection.ArrayModel
- remove(int) - Method in class org.scopemvc.model.collection.ArrayModel
- remove(Object) - Method in class org.scopemvc.model.collection.ListModel
- remove(int) - Method in class org.scopemvc.model.collection.ListModel
- remove(Object) - Method in class org.scopemvc.model.collection.SetModel
- removeAll(Collection) - Method in class org.scopemvc.model.collection.ArrayModel
- removeAll(Collection) - Method in class org.scopemvc.model.collection.ListModel
- removeAll(Collection) - Method in class org.scopemvc.model.collection.SetModel
- removeModelChangeListeners() - Method in class org.scopemvc.model.collection.ListModelAdaptor
- retainAll(Collection) - Method in class org.scopemvc.model.collection.ArrayModel
- retainAll(Collection) - Method in class org.scopemvc.model.collection.ListModel
- retainAll(Collection) - Method in class org.scopemvc.model.collection.SetModel
S
- SET - Static variable in class org.scopemvc.model.collection.SetModel
- SetModel - class org.scopemvc.model.collection.SetModel.
-
A BasicModel wrapper for an
Setthat can propogate changes to contained Models up the Model hierarchy. - SetModel() - Constructor for class org.scopemvc.model.collection.SetModel
- SetModel(Set) - Constructor for class org.scopemvc.model.collection.SetModel
- SetModel(boolean) - Constructor for class org.scopemvc.model.collection.SetModel
- SetModel(boolean, Set) - Constructor for class org.scopemvc.model.collection.SetModel
- set(int, Object) - Method in class org.scopemvc.model.collection.ArrayModel
- set(int, Object) - Method in class org.scopemvc.model.collection.ListModel
- setArray(Object[]) - Method in class org.scopemvc.model.collection.ArrayModel
- Set contents to the passed Object array and fire a ModelChangeEvent.
- setComparator(Comparator) - Method in class org.scopemvc.model.collection.ListModelAdaptor
- setList(List) - Method in class org.scopemvc.model.collection.ListModel
- Set contents to the passed Object list and fire a ModelChangeEvent.
- setSet(Set) - Method in class org.scopemvc.model.collection.SetModel
- Set contents to the passed Object list and fire a ModelChangeEvent.
- setSorted(boolean) - Method in class org.scopemvc.model.collection.ListModelAdaptor
- size() - Method in class org.scopemvc.model.collection.ArrayModel
- size() - Method in class org.scopemvc.model.collection.ListModel
- size() - Method in class org.scopemvc.model.collection.SetModel
- sorted - Variable in class org.scopemvc.model.collection.ListModelAdaptor
- subList(int, int) - Method in class org.scopemvc.model.collection.ArrayModel
- subList(int, int) - Method in class org.scopemvc.model.collection.ListModel
T
- TO_STRING_SEPARATOR - Static variable in class org.scopemvc.model.collection.ArrayModel
- TO_STRING_SEPARATOR - Static variable in class org.scopemvc.model.collection.ListModel
- TO_STRING_SEPARATOR - Static variable in class org.scopemvc.model.collection.SetModel
- TO_STRING_SEPARATOR_LENGTH - Static variable in class org.scopemvc.model.collection.ArrayModel
- TO_STRING_SEPARATOR_LENGTH - Static variable in class org.scopemvc.model.collection.ListModel
- TO_STRING_SEPARATOR_LENGTH - Static variable in class org.scopemvc.model.collection.SetModel
- toArray(Object[]) - Method in class org.scopemvc.model.collection.ArrayModel
- toArray() - Method in class org.scopemvc.model.collection.ArrayModel
- toArray(Object[]) - Method in class org.scopemvc.model.collection.ListModel
- toArray() - Method in class org.scopemvc.model.collection.ListModel
- toArray() - Method in class org.scopemvc.model.collection.SetModel
- toArray(Object[]) - Method in class org.scopemvc.model.collection.SetModel
- toString() - Method in class org.scopemvc.model.collection.ArrayModel
- toString() - Method in class org.scopemvc.model.collection.ListModel
- toString() - Method in class org.scopemvc.model.collection.SetModel
A C E G H I L M O P R S T
|
|||||||||
| Home >> All >> org >> scopemvc >> model >> [ collection overview ] | PREV NEXT | ||||||||