A C D E F G H I L M N O P R S T U V

A

ADD - Static variable in class org.apache.commons.events.observable.ModificationEventType
The method add(Object)
add(Object) - Method in class org.apache.commons.events.observable.ObservableBag
 
add(Object, int) - Method in class org.apache.commons.events.observable.ObservableBag
 
add(Object) - Method in class org.apache.commons.events.observable.ObservableCollection
 
add(int, Object) - Method in class org.apache.commons.events.observable.ObservableList
 
add(Object) - Method in class org.apache.commons.events.observable.ObservableList.ObservableListIterator
 
ADD_ALL - Static variable in class org.apache.commons.events.observable.ModificationEventType
The method addAll(Collection)
ADD_ALL_INDEXED - Static variable in class org.apache.commons.events.observable.ModificationEventType
The method addAll(int,Collection)
ADD_INDEXED - Static variable in class org.apache.commons.events.observable.ModificationEventType
The method add(int,Object)
ADD_ITERATED - Static variable in class org.apache.commons.events.observable.ModificationEventType
The method iterator.add(Object)
ADD_NCOPIES - Static variable in class org.apache.commons.events.observable.ModificationEventType
The method add(Object,int)
addAll(Collection) - Method in class org.apache.commons.events.observable.ObservableCollection
 
addAll(int, Collection) - Method in class org.apache.commons.events.observable.ObservableList
 
addPostModificationListener(Object) - Method in class org.apache.commons.events.observable.ModificationHandler
Adds a post listener to the list held in the handler.
addPostModificationListener(Object) - Method in class org.apache.commons.events.observable.standard.StandardModificationHandler
Adds a listener to the handler for post modification events.
addPostModificationListener(StandardPostModificationListener, int) - Method in class org.apache.commons.events.observable.standard.StandardModificationHandler
Adds a post listener to the list held in the handler.
addPreModificationListener(Object) - Method in class org.apache.commons.events.observable.ModificationHandler
Adds a pre listener to the list held in the handler.
addPreModificationListener(Object) - Method in class org.apache.commons.events.observable.standard.StandardModificationHandler
Adds a listener to the handler for pre modification events.
addPreModificationListener(StandardPreModificationListener, int) - Method in class org.apache.commons.events.observable.standard.StandardModificationHandler
Adds a pre listener to the list held in the handler.

C

calculatePostMask() - Method in class org.apache.commons.events.observable.standard.StandardModificationHandler
Calculate the combined masks.
calculatePreMask() - Method in class org.apache.commons.events.observable.standard.StandardModificationHandler
Calculate the combined masks.
CLEAR - Static variable in class org.apache.commons.events.observable.ModificationEventType
The method clear()
clear() - Method in class org.apache.commons.events.observable.ObservableCollection
 
collection - Variable in class org.apache.commons.events.observable.ModificationEvent
The source collection
comparator() - Method in class org.apache.commons.events.observable.ObservableSortedBag
 
comparator() - Method in class org.apache.commons.events.observable.ObservableSortedSet
 
createHandler(Collection, Object) - Method in interface org.apache.commons.events.observable.ModificationHandlerFactory
Creates a handler subclass for the specified listener.
createHandler(Collection, Object) - Method in class org.apache.commons.events.observable.ObservableCollection
Creates a handler subclass based on the specified listener.
createHeadSetHandler(Object) - Method in class org.apache.commons.events.observable.ModificationHandler
Creates a new handler for SortedSet headSet.
createSubListHandler(int, int) - Method in class org.apache.commons.events.observable.ModificationHandler
Creates a new handler for subLists that is aware of the offset.
createSubSetHandler(Object, Object) - Method in class org.apache.commons.events.observable.ModificationHandler
Creates a new handler for SortedSet subSet.
createTailSetHandler(Object) - Method in class org.apache.commons.events.observable.ModificationHandler
Creates a new handler for SortedSet tailSet.

D

decorate(Bag) - Static method in class org.apache.commons.events.observable.ObservableBag
Factory method to create an observable bag.
decorate(Bag, Object) - Static method in class org.apache.commons.events.observable.ObservableBag
Factory method to create an observable bag using a listener or a handler.
decorate(Buffer) - Static method in class org.apache.commons.events.observable.ObservableBuffer
Factory method to create an observable buffer.
decorate(Buffer, Object) - Static method in class org.apache.commons.events.observable.ObservableBuffer
Factory method to create an observable buffer using a listener or a handler.
decorate(Collection) - Static method in class org.apache.commons.events.observable.ObservableCollection
Factory method to create an observable collection.
decorate(Collection, Object) - Static method in class org.apache.commons.events.observable.ObservableCollection
Factory method to create an observable collection using a listener or a handler.
decorate(List) - Static method in class org.apache.commons.events.observable.ObservableList
Factory method to create an observable list.
decorate(List, Object) - Static method in class org.apache.commons.events.observable.ObservableList
Factory method to create an observable list using a listener or a handler.
decorate(Set) - Static method in class org.apache.commons.events.observable.ObservableSet
Factory method to create an observable set.
decorate(Set, Object) - Static method in class org.apache.commons.events.observable.ObservableSet
Factory method to create an observable set using a listener or a handler.
decorate(SortedBag) - Static method in class org.apache.commons.events.observable.ObservableSortedBag
Factory method to create an observable bag.
decorate(SortedBag, Object) - Static method in class org.apache.commons.events.observable.ObservableSortedBag
Factory method to create an observable bag using a listener or a handler.
decorate(SortedSet) - Static method in class org.apache.commons.events.observable.ObservableSortedSet
Factory method to create an observable set.
decorate(SortedSet, Object) - Static method in class org.apache.commons.events.observable.ObservableSortedSet
Factory method to create an observable set using a listener or a handler.

E

EMPTY_POST_HOLDERS - Static variable in class org.apache.commons.events.observable.standard.StandardModificationHandler
A reusable empty holders array.
EMPTY_PRE_HOLDERS - Static variable in class org.apache.commons.events.observable.standard.StandardModificationHandler
A reusable empty holders array.
event - Variable in exception org.apache.commons.events.observable.ModificationVetoedException
The source event

F

FACTORY - Static variable in class org.apache.commons.events.observable.standard.StandardModificationHandler
The singleton factory
firePostEvent(int, int, Object, int, Object, ObservableCollection, int) - Method in class org.apache.commons.events.observable.standard.StandardModificationHandler
Sends the post event to the listeners.
firePreEvent(int, int, Object, int, Object, ObservableCollection, int) - Method in class org.apache.commons.events.observable.standard.StandardModificationHandler
Sends the pre event to the listeners.
first() - Method in class org.apache.commons.events.observable.ObservableSortedBag
 
first() - Method in class org.apache.commons.events.observable.ObservableSortedSet
 

G

get() - Method in class org.apache.commons.events.observable.ObservableBuffer
 
get(int) - Method in class org.apache.commons.events.observable.ObservableList
 
getBaseCollection() - Method in class org.apache.commons.events.observable.ModificationEvent
Gets the base collection underlying the observable collection.
getBaseCollection() - Method in class org.apache.commons.events.observable.ModificationHandler
Gets the base collection.
getChangeCollection() - Method in class org.apache.commons.events.observable.standard.StandardModificationEvent
Gets the collection of changed objects.
getChangeIndex() - Method in class org.apache.commons.events.observable.standard.StandardModificationEvent
Gets the index of the change.
getChangeObject() - Method in class org.apache.commons.events.observable.standard.StandardModificationEvent
Gets the object that was added/removed/set.
getChangeRepeat() - Method in class org.apache.commons.events.observable.standard.StandardModificationEvent
Gets the number of times the object was added/removed.
getCount(Object) - Method in class org.apache.commons.events.observable.ObservableBag
 
getEvent() - Method in exception org.apache.commons.events.observable.ModificationVetoedException
Gets the event that caused the veto.
getHandler() - Method in class org.apache.commons.events.observable.ModificationEvent
Gets the handler of the events.
getHandler() - Method in class org.apache.commons.events.observable.ObservableCollection
Gets the handler that is observing this collection.
getObservedCollection() - Method in class org.apache.commons.events.observable.ModificationEvent
Gets the collection the event is reporting on.
getObservedCollection() - Method in class org.apache.commons.events.observable.ModificationHandler
Gets the observed collection.
getPostModificationListeners() - Method in class org.apache.commons.events.observable.ModificationHandler
Gets an array of all the post listeners active in the handler.
getPostModificationListeners() - Method in class org.apache.commons.events.observable.standard.StandardModificationHandler
Gets an array of all the post listeners active in the handler.
getPostSize() - Method in class org.apache.commons.events.observable.standard.StandardPostModificationEvent
Gets the size after the change.
getPreModificationListeners() - Method in class org.apache.commons.events.observable.ModificationHandler
Gets an array of all the pre listeners active in the handler.
getPreModificationListeners() - Method in class org.apache.commons.events.observable.standard.StandardModificationHandler
Gets an array of all the pre listeners active in the handler.
getPreSize() - Method in class org.apache.commons.events.observable.standard.StandardModificationEvent
Gets the size before the change.
getPrevious() - Method in class org.apache.commons.events.observable.standard.StandardModificationEvent
Gets the previous value that is being replaced or removed.
getRootHandler() - Method in class org.apache.commons.events.observable.ModificationHandler
Gets the root handler.
getSizeChange() - Method in class org.apache.commons.events.observable.standard.StandardPostModificationEvent
Gets the size change, negative for remove/clear.
getType() - Method in class org.apache.commons.events.observable.ModificationEvent
Gets the event type constant.
getView() - Method in class org.apache.commons.events.observable.standard.StandardModificationEvent
Gets the view, null if none.
getViewOffset() - Method in class org.apache.commons.events.observable.ModificationHandler
Gets the view offset.
getViewOffset() - Method in class org.apache.commons.events.observable.standard.StandardModificationEvent
Gets the view offset, -1 if no view or unknown offset.
GROUP_ADD - Static variable in class org.apache.commons.events.observable.ModificationEventType
All add methods
GROUP_ALL - Static variable in class org.apache.commons.events.observable.ModificationEventType
All methods
GROUP_BULK - Static variable in class org.apache.commons.events.observable.ModificationEventType
All bulk methods (xxxAll, clear)
GROUP_CHANGE - Static variable in class org.apache.commons.events.observable.ModificationEventType
All methods that change without structure modification
GROUP_CLEAR - Static variable in class org.apache.commons.events.observable.ModificationEventType
All clear methods
GROUP_FROM_BAG - Static variable in class org.apache.commons.events.observable.ModificationEventType
All methods sent by a Bag
GROUP_FROM_BUFFER - Static variable in class org.apache.commons.events.observable.ModificationEventType
All methods sent by a Buffer
GROUP_FROM_COLLECTION - Static variable in class org.apache.commons.events.observable.ModificationEventType
All methods sent by a Collection
GROUP_FROM_LIST - Static variable in class org.apache.commons.events.observable.ModificationEventType
All methods sent by a List
GROUP_FROM_SET - Static variable in class org.apache.commons.events.observable.ModificationEventType
All methods sent by a Set
GROUP_INDEXED - Static variable in class org.apache.commons.events.observable.ModificationEventType
All indexed methods
GROUP_ITERATED - Static variable in class org.apache.commons.events.observable.ModificationEventType
All iterated methods
GROUP_NCOPIES - Static variable in class org.apache.commons.events.observable.ModificationEventType
All ncopies methods
GROUP_NEXT - Static variable in class org.apache.commons.events.observable.ModificationEventType
All 'next' methods
GROUP_NONE - Static variable in class org.apache.commons.events.observable.ModificationEventType
No methods
GROUP_REDUCE - Static variable in class org.apache.commons.events.observable.ModificationEventType
All reducing methods (remove, retain and clear)
GROUP_REMOVE - Static variable in class org.apache.commons.events.observable.ModificationEventType
All remove methods
GROUP_RETAIN - Static variable in class org.apache.commons.events.observable.ModificationEventType
All retain methods
GROUP_STRUCTURE_MODIFIED - Static variable in class org.apache.commons.events.observable.ModificationEventType
All methods that modify the structure

H

handler - Variable in class org.apache.commons.events.observable.ModificationEvent
The handler
handler - Variable in class org.apache.commons.events.observable.ObservableCollection
The handler to delegate event handling to
headSet(Object) - Method in class org.apache.commons.events.observable.ObservableSortedSet
 

I

index - Variable in class org.apache.commons.events.observable.standard.StandardModificationEvent
The index of the change
indexOf(Object) - Method in class org.apache.commons.events.observable.ObservableList
 
isSizeChanged() - Method in class org.apache.commons.events.observable.standard.StandardPostModificationEvent
Returns true if the size of the collection changed.
isType(int) - Method in class org.apache.commons.events.observable.standard.StandardModificationEvent
Checks to see if the event is of the specified type.
isTypeAdd() - Method in class org.apache.commons.events.observable.standard.StandardModificationEvent
Checks to see if the event is an add event (add/addAll).
isTypeBulk() - Method in class org.apache.commons.events.observable.standard.StandardModificationEvent
Checks to see if the event is a bulk event (addAll/removeAll/retainAll/clear).
isTypeChange() - Method in class org.apache.commons.events.observable.standard.StandardModificationEvent
Checks to see if the event is a change event (set).
isTypeReduce() - Method in class org.apache.commons.events.observable.standard.StandardModificationEvent
Checks to see if the event is a remove event (remove/removeAll/retainAll/clear).
isView() - Method in class org.apache.commons.events.observable.standard.StandardModificationEvent
Checks whether the event originated from a view.
iterator() - Method in class org.apache.commons.events.observable.ObservableCollection
 

L

last - Variable in class org.apache.commons.events.observable.ObservableCollection.ObservableIterator
 
last - Variable in class org.apache.commons.events.observable.ObservableList.ObservableListIterator
 
last() - Method in class org.apache.commons.events.observable.ObservableSortedBag
 
last() - Method in class org.apache.commons.events.observable.ObservableSortedSet
 
lastIndex - Variable in class org.apache.commons.events.observable.ObservableCollection.ObservableIterator
 
lastIndexOf(Object) - Method in class org.apache.commons.events.observable.ObservableList
 
listIterator() - Method in class org.apache.commons.events.observable.ObservableList
 
listIterator(int) - Method in class org.apache.commons.events.observable.ObservableList
 

M

ModificationEvent - Class in org.apache.commons.events.observable
Base event class extended by each class that encapsulates event information.
ModificationEvent(ObservableCollection, ModificationHandler, int) - Constructor for class org.apache.commons.events.observable.ModificationEvent
Constructor.
ModificationEventType - Class in org.apache.commons.events.observable
Defines event constants for event handling and matching.
ModificationEventType() - Constructor for class org.apache.commons.events.observable.ModificationEventType
Constructor.
ModificationHandler - Class in org.apache.commons.events.observable
Defines a handler for collection modification events.
ModificationHandler() - Constructor for class org.apache.commons.events.observable.ModificationHandler
Constructor.
ModificationHandler(ModificationHandler, int) - Constructor for class org.apache.commons.events.observable.ModificationHandler
Constructor.
ModificationHandler.SetViewHandler - Class in org.apache.commons.events.observable
Inner class for views.
ModificationHandler.SetViewHandler(ModificationHandler) - Constructor for class org.apache.commons.events.observable.ModificationHandler.SetViewHandler
Constructor.
ModificationHandler.SubListHandler - Class in org.apache.commons.events.observable
Inner class for subLists.
ModificationHandler.SubListHandler(ModificationHandler, int) - Constructor for class org.apache.commons.events.observable.ModificationHandler.SubListHandler
Constructor.
ModificationHandlerFactory - Interface in org.apache.commons.events.observable
Defines a factory for creating ModificationHandler instances.
ModificationListener - Interface in org.apache.commons.events.observable
An empty listener designed to be subclassed.
modificationOccurred(StandardPostModificationEvent) - Method in interface org.apache.commons.events.observable.standard.StandardPostModificationListener
A collection modification occurred.
modificationOccurring(StandardPreModificationEvent) - Method in interface org.apache.commons.events.observable.standard.StandardPreModificationListener
A collection modification is occurring.
ModificationVetoedException - Exception in org.apache.commons.events.observable
Exception thrown when a modification to a collection is vetoed.
ModificationVetoedException(String, ModificationEvent) - Constructor for exception org.apache.commons.events.observable.ModificationVetoedException
Constructor.

N

next() - Method in class org.apache.commons.events.observable.ObservableCollection.ObservableIterator
 
next() - Method in class org.apache.commons.events.observable.ObservableList.ObservableListIterator
 

O

object - Variable in class org.apache.commons.events.observable.standard.StandardModificationEvent
The object of the change
ObservableBag - Class in org.apache.commons.events.observable
Decorates a Bag implementation to observe modifications.
ObservableBag(Bag, Object) - Constructor for class org.apache.commons.events.observable.ObservableBag
Constructor that wraps (not copies).
ObservableBuffer - Class in org.apache.commons.events.observable
Decorates a Buffer implementation to observe modifications.
ObservableBuffer(Buffer, Object) - Constructor for class org.apache.commons.events.observable.ObservableBuffer
Constructor that wraps (not copies).
ObservableCollection - Class in org.apache.commons.events.observable
Decorates a Collection implementation to observe modifications.
ObservableCollection(Collection, Object) - Constructor for class org.apache.commons.events.observable.ObservableCollection
Constructor that wraps (not copies) and takes a handler.
ObservableCollection(ModificationHandler, Collection) - Constructor for class org.apache.commons.events.observable.ObservableCollection
Constructor used by subclass views, such as subList.
ObservableCollection.ObservableIterator - Class in org.apache.commons.events.observable
Inner class Iterator for the ObservableCollection.
ObservableCollection.ObservableIterator(Iterator) - Constructor for class org.apache.commons.events.observable.ObservableCollection.ObservableIterator
 
ObservableList - Class in org.apache.commons.events.observable
Decorates a List implementation to observe modifications.
ObservableList(List, Object) - Constructor for class org.apache.commons.events.observable.ObservableList
Constructor that wraps (not copies) and takes a handler.
ObservableList(ModificationHandler, List) - Constructor for class org.apache.commons.events.observable.ObservableList
Constructor used by subclass views, such as subList.
ObservableList.ObservableListIterator - Class in org.apache.commons.events.observable
Inner class ListIterator for the ObservableList.
ObservableList.ObservableListIterator(ListIterator) - Constructor for class org.apache.commons.events.observable.ObservableList.ObservableListIterator
 
ObservableSet - Class in org.apache.commons.events.observable
Decorates a Set implementation to observe modifications.
ObservableSet(Set, Object) - Constructor for class org.apache.commons.events.observable.ObservableSet
Constructor that wraps (not copies) and takes a handler.
ObservableSortedBag - Class in org.apache.commons.events.observable
Decorates a SortedBag implementation to observe modifications.
ObservableSortedBag(SortedBag, Object) - Constructor for class org.apache.commons.events.observable.ObservableSortedBag
Constructor that wraps (not copies) and takes a handler.
ObservableSortedSet - Class in org.apache.commons.events.observable
Decorates a SortedSet implementation to observe modifications.
ObservableSortedSet(SortedSet, Object) - Constructor for class org.apache.commons.events.observable.ObservableSortedSet
Constructor that wraps (not copies) and takes a handler.
org.apache.commons.events.observable - package org.apache.commons.events.observable
 
org.apache.commons.events.observable.standard - package org.apache.commons.events.observable.standard
 

P

postAdd(Object, boolean) - Method in class org.apache.commons.events.observable.ModificationHandler
Send an event after add(obj) is called.
postAddAll(Collection, boolean) - Method in class org.apache.commons.events.observable.ModificationHandler
Send an event after addAll(coll) is called.
postAddAllIndexed(int, Collection, boolean) - Method in class org.apache.commons.events.observable.ModificationHandler
Send an event after addAll(int,coll) is called on a List.
postAddIndexed(int, Object) - Method in class org.apache.commons.events.observable.ModificationHandler
Send an event after add(int,obj) is called on a List.
postAddIterated(int, Object) - Method in class org.apache.commons.events.observable.ModificationHandler
Send an event after add(obj) is called on a ListIterator.
postAddNCopies(Object, int, boolean) - Method in class org.apache.commons.events.observable.ModificationHandler
Send an event after add(obj,int) is called on a Bag.
postClear() - Method in class org.apache.commons.events.observable.ModificationHandler
Send an event after clear() is called.
postClear() - Method in class org.apache.commons.events.observable.standard.StandardModificationHandler
Send an event after clear() is called.
postEvent(boolean, int, int, Object, int, Object, ObservableCollection, int) - Method in class org.apache.commons.events.observable.ModificationHandler
Handles the post event.
postEvent(boolean, int, int, Object, int, Object, ObservableCollection, int) - Method in class org.apache.commons.events.observable.ModificationHandler.SetViewHandler
Override the postEvent method to forward all events to the underlying handler.
postEvent(boolean, int, int, Object, int, Object, ObservableCollection, int) - Method in class org.apache.commons.events.observable.ModificationHandler.SubListHandler
Override the postEvent method to forward all events to the underlying handler.
postEvent(boolean, int, int, Object, int, Object, ObservableCollection, int) - Method in class org.apache.commons.events.observable.standard.StandardModificationHandler
Handles the post event.
postHolder - Variable in class org.apache.commons.events.observable.standard.StandardModificationHandler
The event listeners.
postMask - Variable in class org.apache.commons.events.observable.standard.StandardModificationHandler
The event mask as to which event types to send on post events.
postRemove(Object, boolean) - Method in class org.apache.commons.events.observable.ModificationHandler
Send an event after remove(obj) is called.
postRemoveAll(Collection, boolean) - Method in class org.apache.commons.events.observable.ModificationHandler
Send an event after removeAll(coll) is called.
postRemoveIndexed(int, Object) - Method in class org.apache.commons.events.observable.ModificationHandler
Send an event after remove(int) is called on a List.
postRemoveIterated(int, Object) - Method in class org.apache.commons.events.observable.ModificationHandler
Send an event after remove(obj) is called on an Iterator.
postRemoveNCopies(Object, int, boolean) - Method in class org.apache.commons.events.observable.ModificationHandler
Send an event after remove(obj,int) is called on a Bag.
postRemoveNext(Object) - Method in class org.apache.commons.events.observable.ModificationHandler
Send an event after remove() is called on a Buffer.
postRetainAll(Collection, boolean) - Method in class org.apache.commons.events.observable.ModificationHandler
Send an event after retainAll(coll) is called.
postSetIndexed(int, Object, Object) - Method in class org.apache.commons.events.observable.ModificationHandler
Send an event after set(int,obj) is called on a List.
postSetIterated(int, Object, Object) - Method in class org.apache.commons.events.observable.ModificationHandler
Send an event after set(obj) is called on a ListIterator.
postSize - Variable in class org.apache.commons.events.observable.standard.StandardPostModificationEvent
The size after the event
preAdd(Object) - Method in class org.apache.commons.events.observable.ModificationHandler
Store data and send event before add(obj) is called.
preAddAll(Collection) - Method in class org.apache.commons.events.observable.ModificationHandler
Store data and send event before addAll(coll) is called.
preAddAllIndexed(int, Collection) - Method in class org.apache.commons.events.observable.ModificationHandler
Store data and send event before addAll(int,coll) is called on a List.
preAddIndexed(int, Object) - Method in class org.apache.commons.events.observable.ModificationHandler
Store data and send event before add(int,obj) is called on a List.
preAddIterated(int, Object) - Method in class org.apache.commons.events.observable.ModificationHandler
Store data and send event before add(obj) is called on a ListIterator.
preAddNCopies(Object, int) - Method in class org.apache.commons.events.observable.ModificationHandler
Store data and send event before add(obj,int) is called on a Bag.
preClear() - Method in class org.apache.commons.events.observable.ModificationHandler
Store data and send event before clear() is called.
preEvent(int, int, Object, int, Object, ObservableCollection, int) - Method in class org.apache.commons.events.observable.ModificationHandler
Handles the pre event.
preEvent(int, int, Object, int, Object, ObservableCollection, int) - Method in class org.apache.commons.events.observable.ModificationHandler.SetViewHandler
Override the preEvent method to forward all events to the underlying handler.
preEvent(int, int, Object, int, Object, ObservableCollection, int) - Method in class org.apache.commons.events.observable.ModificationHandler.SubListHandler
Override the preEvent method to forward all events to the underlying handler.
preEvent(int, int, Object, int, Object, ObservableCollection, int) - Method in class org.apache.commons.events.observable.standard.StandardModificationHandler
Handles the pre event.
preHolder - Variable in class org.apache.commons.events.observable.standard.StandardModificationHandler
The event listeners.
preMask - Variable in class org.apache.commons.events.observable.standard.StandardModificationHandler
The event mask as to which event types to send on pre events.
preRemove(Object) - Method in class org.apache.commons.events.observable.ModificationHandler
Store data and send event before remove(obj) is called.
preRemoveAll(Collection) - Method in class org.apache.commons.events.observable.ModificationHandler
Store data and send event before removeAll(coll) is called.
preRemoveIndexed(int) - Method in class org.apache.commons.events.observable.ModificationHandler
Store data and send event before remove(int) is called on a List.
preRemoveIterated(int, Object) - Method in class org.apache.commons.events.observable.ModificationHandler
Store data and send event before remove(obj) is called on an Iterator.
preRemoveNCopies(Object, int) - Method in class org.apache.commons.events.observable.ModificationHandler
Store data and send event before remove(obj,int) is called on a Bag.
preRemoveNext() - Method in class org.apache.commons.events.observable.ModificationHandler
Store data and send event before remove() is called on a Buffer.
preRetainAll(Collection) - Method in class org.apache.commons.events.observable.ModificationHandler
Store data and send event before retainAll(coll) is called.
preSetIndexed(int, Object) - Method in class org.apache.commons.events.observable.ModificationHandler
Store data and send event before set(int,obj) is called on a List.
preSetIterated(int, Object, Object) - Method in class org.apache.commons.events.observable.ModificationHandler
Store data and send event before set(obj) is called on a ListIterator.
preSize - Variable in class org.apache.commons.events.observable.standard.StandardModificationEvent
The size before the event
preSize - Variable in class org.apache.commons.events.observable.standard.StandardModificationHandler
Temporary store for the size.
previous() - Method in class org.apache.commons.events.observable.ObservableList.ObservableListIterator
 
previous - Variable in class org.apache.commons.events.observable.standard.StandardModificationEvent
The result of the method call

R

registerFactory(ModificationHandlerFactory) - Static method in class org.apache.commons.events.observable.ObservableCollection
Registers a handler factory to be used for looking up a listener to a handler.
REMOVE - Static variable in class org.apache.commons.events.observable.ModificationEventType
The method remove(Object)
remove(Object, int) - Method in class org.apache.commons.events.observable.ObservableBag
 
remove() - Method in class org.apache.commons.events.observable.ObservableBuffer
 
remove() - Method in class org.apache.commons.events.observable.ObservableCollection.ObservableIterator
 
remove(Object) - Method in class org.apache.commons.events.observable.ObservableCollection
 
remove() - Method in class org.apache.commons.events.observable.ObservableList.ObservableListIterator
 
remove(int) - Method in class org.apache.commons.events.observable.ObservableList
 
REMOVE_ALL - Static variable in class org.apache.commons.events.observable.ModificationEventType
The method removeAll(Collection)
REMOVE_INDEXED - Static variable in class org.apache.commons.events.observable.ModificationEventType
The method remove(int)
REMOVE_ITERATED - Static variable in class org.apache.commons.events.observable.ModificationEventType
The method iterator.remove()
REMOVE_NCOPIES - Static variable in class org.apache.commons.events.observable.ModificationEventType
The method remove(Object,int)
REMOVE_NEXT - Static variable in class org.apache.commons.events.observable.ModificationEventType
The method remove()
removeAll(Collection) - Method in class org.apache.commons.events.observable.ObservableCollection
 
removePostModificationListener(Object) - Method in class org.apache.commons.events.observable.ModificationHandler
Removes a post listener to the list held in the handler.
removePostModificationListener(Object) - Method in class org.apache.commons.events.observable.standard.StandardModificationHandler
Removes a post listener to the list held in the handler.
removePreModificationListener(Object) - Method in class org.apache.commons.events.observable.ModificationHandler
Removes a pre listener to the list held in the handler.
removePreModificationListener(Object) - Method in class org.apache.commons.events.observable.standard.StandardModificationHandler
Removes a pre listener to the list held in the handler.
repeat - Variable in class org.apache.commons.events.observable.standard.StandardModificationEvent
The number of changes
RETAIN_ALL - Static variable in class org.apache.commons.events.observable.ModificationEventType
The method retainAll(Collection)
retainAll(Collection) - Method in class org.apache.commons.events.observable.ObservableCollection
 

S

set(Object) - Method in class org.apache.commons.events.observable.ObservableList.ObservableListIterator
 
set(int, Object) - Method in class org.apache.commons.events.observable.ObservableList
 
SET_INDEXED - Static variable in class org.apache.commons.events.observable.ModificationEventType
The method set(int,Object)
SET_ITERATED - Static variable in class org.apache.commons.events.observable.ModificationEventType
The method iterator.set(Object)
setPostModificationListenerMask(StandardPostModificationListener, int) - Method in class org.apache.commons.events.observable.standard.StandardModificationHandler
Sets the masks of a listener.
setPreModificationListenerMask(StandardPreModificationListener, int) - Method in class org.apache.commons.events.observable.standard.StandardModificationHandler
Sets the masks of a listener.
StandardModificationEvent - Class in org.apache.commons.events.observable.standard
Event class that encapsulates the event information for a standard collection event.
StandardModificationEvent(ObservableCollection, ModificationHandler, int, int, int, Object, int, Object, ObservableCollection, int) - Constructor for class org.apache.commons.events.observable.standard.StandardModificationEvent
Constructor.
StandardModificationHandler - Class in org.apache.commons.events.observable.standard
The standard implementation of a ModificationHandler that sends standard JavaBean style events to listeners.
StandardModificationHandler() - Constructor for class org.apache.commons.events.observable.standard.StandardModificationHandler
Constructor the creates the handler but leaves it invalid.
StandardModificationHandler(StandardPreModificationListener, int, StandardPostModificationListener, int) - Constructor for class org.apache.commons.events.observable.standard.StandardModificationHandler
Constructor the creates the handler but leaves it invalid.
StandardModificationHandler.PostHolder - Class in org.apache.commons.events.observable.standard
 
StandardModificationHandler.PreHolder - Class in org.apache.commons.events.observable.standard
 
StandardModificationListener - Interface in org.apache.commons.events.observable.standard
A listener for the StandardModificationHandler that is called both before the collection is changed and after the change has occurred.
StandardPostModificationEvent - Class in org.apache.commons.events.observable.standard
Event class that encapsulates all the event information for a standard collection event.
StandardPostModificationEvent(ObservableCollection, ModificationHandler, int, int, int, Object, int, Object, ObservableCollection, int) - Constructor for class org.apache.commons.events.observable.standard.StandardPostModificationEvent
Constructor.
StandardPostModificationListener - Interface in org.apache.commons.events.observable.standard
A listener for the StandardModificationHandler that is called when a collection has been changed.
StandardPreModificationEvent - Class in org.apache.commons.events.observable.standard
Event class that encapsulates all the event information for a standard collection event.
StandardPreModificationEvent(ObservableCollection, ModificationHandler, int, int, int, Object, int, Object, ObservableCollection, int) - Constructor for class org.apache.commons.events.observable.standard.StandardPreModificationEvent
Constructor.
StandardPreModificationListener - Interface in org.apache.commons.events.observable.standard
A listener for the StandardModificationHandler that is called when a collection is about to be modified.
subList(int, int) - Method in class org.apache.commons.events.observable.ObservableList
Returns a subList view on the original base List.
subSet(Object, Object) - Method in class org.apache.commons.events.observable.ObservableSortedSet
 

T

tailSet(Object) - Method in class org.apache.commons.events.observable.ObservableSortedSet
 
toString() - Method in class org.apache.commons.events.observable.ModificationEvent
Gets a debugging string version of the event.
toString(int) - Static method in class org.apache.commons.events.observable.ModificationEventType
Gets a string version of a method event type.
toString() - Method in class org.apache.commons.events.observable.ModificationHandler
Gets a debugging string version of this object.
toString() - Method in class org.apache.commons.events.observable.standard.StandardModificationEvent
Gets a debugging string version of the event.
toString() - Method in class org.apache.commons.events.observable.standard.StandardModificationHandler.PostHolder
 
toString() - Method in class org.apache.commons.events.observable.standard.StandardModificationHandler.PreHolder
 
type - Variable in class org.apache.commons.events.observable.ModificationEvent
The event code

U

uniqueSet() - Method in class org.apache.commons.events.observable.ObservableBag
 

V

view - Variable in class org.apache.commons.events.observable.standard.StandardModificationEvent
The view that the event came from, null if none
viewOffset - Variable in class org.apache.commons.events.observable.standard.StandardModificationEvent
The offset index within the main collection of the view, -1 if none

A C D E F G H I L M N O P R S T U V

Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.