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

A

AbstractEventList<E> - Class in ca.odell.glazedlists
A convenience class that implements common functionality for all EventLists.
AbstractEventList(ListEventPublisher) - Constructor for class ca.odell.glazedlists.AbstractEventList
Creates an AbstractEventList that sends events using the specified ListEventPublisher.
AbstractEventList() - Constructor for class ca.odell.glazedlists.AbstractEventList
Create an AbstractEventList that sends events with the default ListEventPublisher.
AbstractKTableFormat - Class in ca.odell.glazedlists.swt
Make implementing KTableFormat easier.
AbstractKTableFormat() - Constructor for class ca.odell.glazedlists.swt.AbstractKTableFormat
 
AbstractMatcherEditor<E> - Class in ca.odell.glazedlists.matchers
Basic building block for MatcherEditor implementations that handles the details of dealing with registered MatcherEditor.Listeners.
AbstractMatcherEditor() - Constructor for class ca.odell.glazedlists.matchers.AbstractMatcherEditor
 
AbstractTableComparatorChooser<E> - Class in ca.odell.glazedlists.gui
A TableComparatorChooser is a tool that allows the user to sort a table widget by clicking on the table's headers.
AbstractTableComparatorChooser(SortedList<E>, TableFormat<E>) - Constructor for class ca.odell.glazedlists.gui.AbstractTableComparatorChooser
Create a AbstractTableComparatorChooser that sorts the specified SortedList over the specified columns.
add(E) - Method in class ca.odell.glazedlists.AbstractEventList
Appends the specified element to the end of this list (optional operation).
add(int, E) - Method in class ca.odell.glazedlists.AbstractEventList
Inserts the specified element at the specified position in this list (optional operation).
add(int, E) - Method in class ca.odell.glazedlists.BasicEventList
Inserts the specified element at the specified position in this list (optional operation).
add(E) - Method in class ca.odell.glazedlists.BasicEventList
Appends the specified element to the end of this list (optional operation).
add(E) - Method in class ca.odell.glazedlists.DebugList
Appends the specified element to the end of this list (optional operation).
add(int, E) - Method in class ca.odell.glazedlists.DebugList
Inserts the specified element at the specified position in this list (optional operation).
add(int, E) - Method in class ca.odell.glazedlists.FunctionList
Inserts the specified element at the specified position in this list (optional operation). Shifts the element currently at that position (if any) and any subsequent elements to the right (adds one to their indices).
add(int, List<E>) - Method in class ca.odell.glazedlists.GroupingList
This version of add will distribute all elements within the given value List into groups.
add(int, E) - Method in class ca.odell.glazedlists.TransformedList
Inserts the specified element at the specified position in this list (optional operation).
addAll(Collection<? extends E>) - Method in class ca.odell.glazedlists.AbstractEventList
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator (optional operation).
addAll(int, Collection<? extends E>) - Method in class ca.odell.glazedlists.AbstractEventList
Inserts all of the elements in the specified collection into this list at the specified position (optional operation).
addAll(Collection<? extends E>) - Method in class ca.odell.glazedlists.BasicEventList
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator (optional operation).
addAll(int, Collection<? extends E>) - Method in class ca.odell.glazedlists.BasicEventList
Inserts all of the elements in the specified collection into this list at the specified position (optional operation).
addAll(Collection<? extends E>) - Method in class ca.odell.glazedlists.DebugList
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator (optional operation).
addAll(int, Collection<? extends E>) - Method in class ca.odell.glazedlists.DebugList
Inserts all of the elements in the specified collection into this list at the specified position (optional operation).
addAll(int, Collection<? extends E>) - Method in class ca.odell.glazedlists.TransformedList
Inserts all of the elements in the specified collection into this list at the specified position (optional operation).
addChange(int, int, int) - Method in class ca.odell.glazedlists.event.ListEventAssembler
Adds a block of changes to the set of list changes.
addChange(int, int) - Method in class ca.odell.glazedlists.event.ListEventAssembler
Convenience method for appending a single change of the specified type.
addDelete(int) - Method in class ca.odell.glazedlists.event.ListEventAssembler
Convenience method for appending a single delete.
addDelete(int, int) - Method in class ca.odell.glazedlists.event.ListEventAssembler
Convenience method for appending a range of deletes.
addDependency(EventList, ListEventListener) - Method in class ca.odell.glazedlists.event.GraphDependenciesListEventPublisher
Requires that the specified EventList be updated before the specified ListEventListener which depends on it.
addDependency(EventList, ListEventListener) - Method in interface ca.odell.glazedlists.event.ListEventPublisher
Deprecated. replaced with ListEventPublisher.setRelatedSubject(java.lang.Object, java.lang.Object), which has different semantics and takes different arguments, but accomplishes the same goal
addInsert(int) - Method in class ca.odell.glazedlists.event.ListEventAssembler
Convenience method for appending a single insert.
addInsert(int, int) - Method in class ca.odell.glazedlists.event.ListEventAssembler
Convenience method for appending a range of inserts.
addListDataListener(ListDataListener) - Method in class ca.odell.glazedlists.swing.EventListModel
Registers the specified ListDataListener to receive updates whenever this list changes.
addListEventListener(ListEventListener<E>) - Method in class ca.odell.glazedlists.AbstractEventList
Registers the specified listener to receive change updates for this list.
addListEventListener(ListEventListener<E>) - Method in class ca.odell.glazedlists.event.ListEventAssembler
Registers the specified listener to be notified whenever new changes are appended to this list change sequence.
addListEventListener(ListEventListener<E>) - Method in interface ca.odell.glazedlists.EventList
Registers the specified listener to receive change updates for this list.
addListSelectionListener(ListSelectionListener) - Method in class ca.odell.glazedlists.swing.EventSelectionModel
Add a listener to the list that's notified each time a change to the selection occurs.
addMatcherEditorListener(MatcherEditor.Listener<E>) - Method in class ca.odell.glazedlists.matchers.AbstractMatcherEditor
Add a listener to be notified when this editor's Matcher changes.
addMatcherEditorListener(MatcherEditor.Listener<E>) - Method in interface ca.odell.glazedlists.matchers.MatcherEditor
Add a listener to be notified when this editor's Matcher changes.
addMemberList(EventList<E>) - Method in class ca.odell.glazedlists.CompositeList
Adds the specified EventList as a source to this CompositeList.
addSelectionInterval(int, int) - Method in class ca.odell.glazedlists.swing.EventSelectionModel
Change the selection to be the set union of the current selection and the indices between index0 and index1 inclusive
addSelectionListener(ListSelection.Listener) - Method in class ca.odell.glazedlists.ListSelection
Register a Listener that will be notified when selection is changed.
addSortActionListener(ActionListener) - Method in class ca.odell.glazedlists.swing.TableComparatorChooser
Registers the specified ActionListener to receive notification whenever the JTable is sorted by this TableComparatorChooser.
addSortListener(Listener) - Method in class ca.odell.glazedlists.swt.TableComparatorChooser
Registers the specified Listener to receive notification whenever the Table is sorted by this TableComparatorChooser.
addStatusListener(NetworkListStatusListener) - Method in class ca.odell.glazedlists.io.NetworkList
Registers the specified listener to receive events about the status of this NetworkList.
addUpdate(int) - Method in class ca.odell.glazedlists.event.ListEventAssembler
Convenience method for appending a single update.
addUpdate(int, int) - Method in class ca.odell.glazedlists.event.ListEventAssembler
Convenience method for appending a range of updates.
adjustRange() - Method in class ca.odell.glazedlists.RangeList
Adjust the range of the RangeList in response to changes in the source list or the desired start and end indices.
AdvancedTableFormat<E> - Interface in ca.odell.glazedlists.gui
Allows the ability to specify column class information in addition to the standard TableFormat information.
afterReadOperation() - Method in class ca.odell.glazedlists.DebugList
This method is currently a no-op and exists for parity.
afterWriteOperation() - Method in class ca.odell.glazedlists.DebugList
This method is currently a no-op and exists for parity.
AND - Static variable in class ca.odell.glazedlists.matchers.CompositeMatcherEditor
require all matchers in the MatcherEditor to match
appendComparator(int, int, boolean) - Method in class ca.odell.glazedlists.gui.AbstractTableComparatorChooser
Append the comparator specified by the column, comparator index and reverse parameters to the end of the sequence of comparators this AbstractTableComparatorChooser is sorting the SortedList by.
arrowButton - Variable in class ca.odell.glazedlists.swing.AutoCompleteSupport
The arrow button that invokes the popup.
AutoCompleteSupport<E> - Class in ca.odell.glazedlists.swing
This class AutoCompleteSupport.install(javax.swing.JComboBox, ca.odell.glazedlists.EventList)s support for filtering and autocompletion into a standard JComboBox.
AVOID_MOVING_ELEMENTS - Static variable in class ca.odell.glazedlists.SortedList
Sorting mode where elements aren't moved when their value is changed, even if this means they are no longer in perfect sorted order.

B

BasicEventList<E> - Class in ca.odell.glazedlists
An EventList that wraps any simple List, such as ArrayList or LinkedList.
BasicEventList() - Constructor for class ca.odell.glazedlists.BasicEventList
Creates a BasicEventList.
BasicEventList(ReadWriteLock) - Constructor for class ca.odell.glazedlists.BasicEventList
Creates a BasicEventList that uses the specified ReadWriteLock for concurrent access.
BasicEventList(int) - Constructor for class ca.odell.glazedlists.BasicEventList
Creates an empty BasicEventList with the given initialCapacity.
BasicEventList(List<E>) - Constructor for class ca.odell.glazedlists.BasicEventList
Deprecated. As of 2005/03/06, this constructor has been declared unsafe because the source list is exposed. This allows it to be modified without the required events being fired. This constructor has been replaced by the factory method GlazedLists.eventList(Collection).
BasicEventList(ListEventPublisher, ReadWriteLock) - Constructor for class ca.odell.glazedlists.BasicEventList
Creates a BasicEventList using the specified ListEventPublisher and ReadWriteLock.
beanConnector(Class<E>) - Static method in class ca.odell.glazedlists.GlazedLists
Create a new Connector for the ObservableElementList that works with JavaBeans' PropertyChangeListener.
beanConnector(Class<E>, String, String) - Static method in class ca.odell.glazedlists.GlazedLists
Create a new Connector for the ObservableElementList that works with JavaBeans' PropertyChangeListener.
beanFunction(Class<E>, String) - Static method in class ca.odell.glazedlists.GlazedLists
Get a FunctionList.Function that extracts the property with the given propertyName from objects of the given beanClass.
beanLabelProvider(String) - Static method in class ca.odell.glazedlists.swt.GlazedListsSWT
Creates an ILabelProvider that returns labels for Objects via Relection.
beanPropertyComparator(Class<T>, String) - Static method in class ca.odell.glazedlists.GlazedLists
Creates a Comparator that uses Reflection to compare two instances of the specified Class by the given JavaBean property.
beanPropertyComparator(Class<T>, String, Comparator) - Static method in class ca.odell.glazedlists.GlazedLists
Creates a Comparator that uses Reflection to compare two instances of the specified Class by the given JavaBean property.
beanPropertyMatcher(Class<E>, String, Object) - Static method in class ca.odell.glazedlists.GlazedLists
Deprecated. as of 3/3/2006 - this method has been replaced by Matchers.beanPropertyMatcher(java.lang.Class, java.lang.String, java.lang.Object). Matchers is now the permanent factory class which creates all basic Matcher implementations.
beanPropertyMatcher(Class<E>, String, Object) - Static method in class ca.odell.glazedlists.matchers.Matchers
Creates a Matcher that uses Reflection to compare the expectedValue of the specified property of an object to the expectedValue.
beanXMLByteCoder() - Static method in class ca.odell.glazedlists.io.GlazedListsIO
Creates a ByteCoder that uses XMLEncoder and XMLDecoder classes from java.beans.
beforeReadOperation() - Method in class ca.odell.glazedlists.DebugList
This generic method is called immediately before any read operation is invoked.
beforeWriteOperation() - Method in class ca.odell.glazedlists.DebugList
This generic method is called immediately before any write operation is invoked.
beginEvent() - Method in class ca.odell.glazedlists.event.ListEventAssembler
Starts a new atomic change to this list change queue.
beginEvent(boolean) - Method in class ca.odell.glazedlists.event.ListEventAssembler
Starts a new atomic change to this list change queue.
belongsToCell(int, int) - Method in class ca.odell.glazedlists.swt.EventKTableModel
booleanComparator() - Static method in class ca.odell.glazedlists.GlazedLists
Creates a Comparator for use with Boolean objects.
ByteCoder - Interface in ca.odell.glazedlists.io
An utility interface for converting Objects to bytes for storage or network transport.

C

ca.odell.glazedlists - package ca.odell.glazedlists
 
ca.odell.glazedlists.event - package ca.odell.glazedlists.event
 
ca.odell.glazedlists.gui - package ca.odell.glazedlists.gui
 
ca.odell.glazedlists.io - package ca.odell.glazedlists.io
 
ca.odell.glazedlists.jfreechart - package ca.odell.glazedlists.jfreechart
 
ca.odell.glazedlists.matchers - package ca.odell.glazedlists.matchers
Implementations and classes useful for creating implementations of MatcherEditor/Matchers for use with FilterLists.
ca.odell.glazedlists.nachocalendar - package ca.odell.glazedlists.nachocalendar
 
ca.odell.glazedlists.swing - package ca.odell.glazedlists.swing
 
ca.odell.glazedlists.swt - package ca.odell.glazedlists.swt
 
ca.odell.glazedlists.util.concurrent - package ca.odell.glazedlists.util.concurrent
 
CachingList - Class in ca.odell.glazedlists.io
An EventList that caches elements from its source EventList.
CachingList(EventList, int) - Constructor for class ca.odell.glazedlists.io.CachingList
Creates a CachingList that caches elements from the specified source EventList.
caseInsensitiveComparator() - Static method in class ca.odell.glazedlists.GlazedLists
Creates a Comparator that compares String objects in a case-insensitive way.
chainComparators(List<Comparator<T>>) - Static method in class ca.odell.glazedlists.GlazedLists
Creates a chain of Comparators that applies the provided Comparators in the sequence specified until differences or absoulute equality.is determined.
CHANGED - Static variable in class ca.odell.glazedlists.matchers.MatcherEditor.Event
Indicates the associated Matcher is a complete change from the previous Matcher.
changedMatcher(MatcherEditor.Event<E>) - Method in interface ca.odell.glazedlists.matchers.MatcherEditor.Listener
Indicates a changes has occurred in the Matcher produced by the MatcherEditor.
changeSizeRepaintAllThreshhold - Variable in class ca.odell.glazedlists.swing.EventListModel
whenever a list change covers greater than this many rows, redraw the whole thing
CheckableTableFormat<E> - Interface in ca.odell.glazedlists.gui
Specifies how to check table elements.
childEndingIndex(int) - Method in class ca.odell.glazedlists.CollectionList
Return the index of the last child in the CollectionList for the given parent index.
childStartingIndex(int) - Method in class ca.odell.glazedlists.CollectionList
Return the index of the first child in the CollectionList for the given parent index.
clear() - Method in class ca.odell.glazedlists.AbstractEventList
Removes all of the elements from this list (optional operation).
clear() - Method in class ca.odell.glazedlists.BasicEventList
Removes all of the elements from this list (optional operation).
clear() - Method in class ca.odell.glazedlists.DebugList
Removes all of the elements from this list (optional operation).
clear() - Method in class ca.odell.glazedlists.TransformedList
Removes all of the elements from this list (optional operation).
clearComparator() - Method in class ca.odell.glazedlists.gui.AbstractTableComparatorChooser
Clear all sorting state and set the SortedList to use its natural order.
clearRelatedListener(Object, Object) - Method in class ca.odell.glazedlists.event.GraphDependenciesListEventPublisher
Detach the subject from its related listener.
clearRelatedListener(Object, Object) - Method in interface ca.odell.glazedlists.event.ListEventPublisher
Detach the subject from its related listener.
clearRelatedSubject(Object) - Method in class ca.odell.glazedlists.event.GraphDependenciesListEventPublisher
Detach the listener from its related subject.
clearRelatedSubject(Object) - Method in interface ca.odell.glazedlists.event.ListEventPublisher
Detach the listener from its related subject.
clearSelection() - Method in class ca.odell.glazedlists.swing.EventSelectionModel
Change the selection to the empty set.
close() - Method in class ca.odell.glazedlists.io.FileList
Closes this FileList so that it consumes no disc resources.
coalesceMatcherEvents(List<MatcherEditor.Event<E>>) - Method in class ca.odell.glazedlists.matchers.ThreadedMatcherEditor
This method implements the strategy for coalescing many queued MatcherEvents into a single representative MatcherEvent.
CollectionList<S,E> - Class in ca.odell.glazedlists
A list that acts like a tree in that it contains child elements to nodes contained in another list.
CollectionList(EventList<S>, CollectionList.Model<S, E>) - Constructor for class ca.odell.glazedlists.CollectionList
Create a CollectionList with its contents being the children of the elements in the specified source EventList.
CollectionList.Model<E,S> - Interface in ca.odell.glazedlists
Provides the logic to map a parent record (e.g., a records album) to its children (e.g., the songs on the record).
columnKeys - Variable in class ca.odell.glazedlists.jfreechart.EventListCategoryDataset
An ordered list of keys identifying the chart's columns.
commitEvent() - Method in class ca.odell.glazedlists.event.ListEventAssembler
Commits the current atomic change to this list change queue.
comparableComparator() - Static method in class ca.odell.glazedlists.GlazedLists
Creates a Comparator that compares Comparable objects.
compareTo(ValueSegment<T, V>) - Method in class ca.odell.glazedlists.jfreechart.DefaultValueSegment
DefaultValueSegments are compared by value, then by segment start, then by segment end.
CompositeList<E> - Class in ca.odell.glazedlists
An EventList composed of multiple source EventLists.
CompositeList() - Constructor for class ca.odell.glazedlists.CompositeList
 
CompositeList(ReadWriteLock) - Constructor for class ca.odell.glazedlists.CompositeList
Deprecated. replaced by CompositeList.CompositeList(ListEventPublisher, ReadWriteLock), because prebuilt member lists should share lock and publisher with the CompositeList.
CompositeList(ListEventPublisher, ReadWriteLock) - Constructor for class ca.odell.glazedlists.CompositeList
Create a CompositeList that uses the given publisher and lock.
CompositeMatcherEditor<E> - Class in ca.odell.glazedlists.matchers
A MatcherEditor composed of zero or more delegate MatcherEditors.
CompositeMatcherEditor(EventList) - Constructor for class ca.odell.glazedlists.matchers.CompositeMatcherEditor
Create a CompositeMatcherEditor that creates Matchers from the union of the specified EventList of MatcherEditors.
CompositeMatcherEditor() - Constructor for class ca.odell.glazedlists.matchers.CompositeMatcherEditor
Create a CompositeMatcherEditor.
connect() - Method in class ca.odell.glazedlists.io.NetworkList
Attempts to bring this NetworkList online.
connected(NetworkList) - Method in interface ca.odell.glazedlists.io.NetworkListStatusListener
Called each time a NetworkList becomes connected.
CONSTRAINED - Static variable in class ca.odell.glazedlists.matchers.MatcherEditor.Event
Indicates the associated Matcher is a constrained version of the previous Matcher, implying it can be expected to match at most the same values matched by the previous Matcher, and possibly fewer.
contains(Object) - Method in class ca.odell.glazedlists.AbstractEventList
Returns true if this list contains the specified element.
contains(Object) - Method in class ca.odell.glazedlists.DebugList
Returns true if this list contains the specified element.
CONTAINS - Static variable in class ca.odell.glazedlists.matchers.TextMatcherEditor
Matching mode where items are considered a match if at least one of the filter strings extracted from an object contains one of the given search strings.
contains(Object) - Method in class ca.odell.glazedlists.SortedList
Returns true if this list contains the specified element.
contains(Object) - Method in class ca.odell.glazedlists.ThresholdList
Returns true if this list contains the specified element.
containsAll(Collection<?>) - Method in class ca.odell.glazedlists.AbstractEventList
Returns true if this list contains all of the elements of the specified collection.
containsAll(Collection<?>) - Method in class ca.odell.glazedlists.DebugList
Returns true if this list contains all of the elements of the specified collection.
copy() - Method in class ca.odell.glazedlists.event.ListEvent
Create a bitwise copy of this ListEvent.
createColumnKeyList() - Method in class ca.odell.glazedlists.jfreechart.EventListCategoryDataset
A local factory method for creating the list containing the column keys.
createComparatorForElement(Comparator<E>, int) - Method in class ca.odell.glazedlists.gui.AbstractTableComparatorChooser
Creates a Comparator that can compare list elements given a Comparator that can compare column values for the specified column.
createComponent(DateField, DateField) - Method in class ca.odell.glazedlists.nachocalendar.NachoDateRangeMatcherEditor
A local factory method responsible for customizing the given DateField objects and laying them out in some swing container in a manner that is appropriate for the application that uses it.
createListEventPublisher() - Static method in class ca.odell.glazedlists.event.ListEventAssembler
Create a new ListEventPublisher for an EventList not attached to any other EventLists.
createLock() - Method in interface ca.odell.glazedlists.util.concurrent.LockFactory
Create a Lock.
createMemberList() - Method in class ca.odell.glazedlists.CompositeList
Creates a new EventList that shares its ReadWriteLock with this CompositeList.
createReadWriteLock() - Method in interface ca.odell.glazedlists.util.concurrent.LockFactory
Create a ReadWriteLock.
createRowKeyList() - Method in class ca.odell.glazedlists.jfreechart.EventListCategoryDataset
A local factory method for creating the list containing the row keys.
createTableCellEditor(TableFormat<E>, EventList<E>, int) - Static method in class ca.odell.glazedlists.swing.AutoCompleteSupport
This factory method creates and returns a DefaultCellEditor which adapts an autocompleting JComboBox for use as a Table Cell Editor.
createTableCellEditor(Comparator, TableFormat<E>, EventList<E>, int) - Static method in class ca.odell.glazedlists.swing.AutoCompleteSupport
This factory method creates and returns a DefaultCellEditor which adapts an autocompleting JComboBox for use as a Table Cell Editor.
currentMatcher - Variable in class ca.odell.glazedlists.matchers.AbstractMatcherEditor
the current Matcher in effect

D

DebugList<E> - Class in ca.odell.glazedlists
DebugList is meant to be used as a drop-in replacement for BasicEventList at the root of pipelines of EventLists during development.
DebugList() - Constructor for class ca.odell.glazedlists.DebugList
Constructs a DebugList which, by default, performs no debugging.
decode(InputStream) - Method in interface ca.odell.glazedlists.io.ByteCoder
Decode the Object from the specified InputStream.
DEFAULT - Static variable in interface ca.odell.glazedlists.util.concurrent.LockFactory
The Lock factory for this JVM.
DefaultValueSegment<T extends Comparable,V extends Comparable> - Class in ca.odell.glazedlists.jfreechart
The default implementation of the ValueSegment interface.
DefaultValueSegment(T, T, V) - Constructor for class ca.odell.glazedlists.jfreechart.DefaultValueSegment
Create a DefaultValueSegment indicating the value exists between the start and end on some continuum of Comparable objects.
DELETE - Static variable in class ca.odell.glazedlists.event.ListEvent
different types of changes
dependenciesSatisfied(ListEventListener) - Method in class ca.odell.glazedlists.event.GraphDependenciesListEventPublisher
Returns true if the specified ListEventListener's required dependencies have been satisfied.
dependenciesSatisfied(GraphDependenciesListEventPublisher.DependentListener) - Method in class ca.odell.glazedlists.event.GraphDependenciesListEventPublisher
 
deselect(int) - Method in class ca.odell.glazedlists.ListSelection
Deselects the element at the given index.
deselect(int, int) - Method in class ca.odell.glazedlists.ListSelection
Deselects all of the elements within the given range.
deselect(int[]) - Method in class ca.odell.glazedlists.ListSelection
Deselects all of the elements in the given array of indices.
deselectAll() - Method in class ca.odell.glazedlists.ListSelection
Deselects all elements.
disconnect() - Method in class ca.odell.glazedlists.io.NetworkList
Attempts to take this NetworkList offline.
disconnected(NetworkList, Exception) - Method in interface ca.odell.glazedlists.io.NetworkListStatusListener
Called each time a NetworkList's connection status changes.
dispose() - Method in class ca.odell.glazedlists.CollectionList
 
dispose() - Method in class ca.odell.glazedlists.FilterList
 
dispose(A, B) - Method in interface ca.odell.glazedlists.FunctionList.AdvancedFunction
Perform any necessary resource cleanup on the given sourceValue and transformedValue as they are removed from the FunctionList.
dispose() - Method in class ca.odell.glazedlists.GroupingList
Releases the resources consumed by this TransformedList so that it may eventually be garbage collected.
dispose() - Method in class ca.odell.glazedlists.gui.AbstractTableComparatorChooser
 
dispose() - Method in class ca.odell.glazedlists.io.FileList
Releases the resources consumed by this TransformedList so that it may eventually be garbage collected.
dispose() - Method in class ca.odell.glazedlists.io.NetworkList
Releases the resources consumed by this TransformedList so that it may eventually be garbage collected.
dispose() - Method in class ca.odell.glazedlists.jfreechart.EventListCategoryDataset
Releases the resources consumed by this EventListCategoryDataset so that it may eventually be garbage collected.
dispose() - Method in class ca.odell.glazedlists.jfreechart.EventListPieDataset
Releases the resources consumed by this EventListPieDataset so that it may eventually be garbage collected.
dispose() - Method in class ca.odell.glazedlists.ListSelection
Disposes of this ListSelection freeing up it's resources for garbage collection.
dispose() - Method in class ca.odell.glazedlists.ObservableElementList
Releases the resources consumed by this TransformedList so that it may eventually be garbage collected.
dispose() - Method in class ca.odell.glazedlists.PopularityList
Releases the resources consumed by this TransformedList so that it may eventually be garbage collected.
dispose() - Method in class ca.odell.glazedlists.swing.EventListModel
Releases the resources consumed by this EventListModel so that it may eventually be garbage collected.
dispose() - Method in class ca.odell.glazedlists.swing.EventSelectionModel
Releases the resources consumed by this EventSelectionModel so that it may eventually be garbage collected.
dispose() - Method in class ca.odell.glazedlists.swing.EventTableModel
Releases the resources consumed by this EventTableModel so that it may eventually be garbage collected.
dispose() - Method in class ca.odell.glazedlists.swing.JEventListPanel
Releases the resources consumed by this JEventListPanel so that it may eventually be garbage collected.
dispose() - Method in class ca.odell.glazedlists.swing.TableComparatorChooser
Releases the resources consumed by this TableComparatorChooser so that it may eventually be garbage collected.
dispose() - Method in class ca.odell.glazedlists.swing.TextComponentMatcherEditor
A cleanup method which stops this MatcherEditor from listening to changes on the underlying Document, thus freeing the MatcherEditor or Document to be garbage collected.
dispose() - Method in class ca.odell.glazedlists.swt.EventComboViewer
Releases the resources consumed by this EventComboViewer so that it may eventually be garbage collected.
dispose() - Method in class ca.odell.glazedlists.swt.EventListViewer
Releases the resources consumed by this EventListViewer so that it may eventually be garbage collected.
dispose() - Method in class ca.odell.glazedlists.swt.EventTableViewer
Releases the resources consumed by this EventTableViewer so that it may eventually be garbage collected.
dispose() - Method in class ca.odell.glazedlists.swt.TableComparatorChooser
Releases the resources consumed by this TableComparatorChooser so that it may eventually be garbage collected.
dispose() - Method in class ca.odell.glazedlists.swt.TextWidgetMatcherEditor
A cleanup method which stops this MatcherEditor from listening to changes on the Text component, thus freeing the MatcherEditor to be garbage collected.
dispose() - Method in class ca.odell.glazedlists.ThresholdList
Releases the resources consumed by this TransformedList so that it may eventually be garbage collected.
dispose() - Method in class ca.odell.glazedlists.TransformedList
Releases the resources consumed by this TransformedList so that it may eventually be garbage collected.
dispose() - Method in class ca.odell.glazedlists.UniqueList
Releases the resources consumed by this TransformedList so that it may eventually be garbage collected.

E

elementChanged(E) - Method in class ca.odell.glazedlists.ObservableElementList
Handle a listener being fired for the specified listElement.
encode(Object, OutputStream) - Method in interface ca.odell.glazedlists.io.ByteCoder
Encode the specified Object over the specified OutputStream.
EQUAL - Static variable in class ca.odell.glazedlists.matchers.ThresholdMatcherEditor
 
equals(Object) - Method in class ca.odell.glazedlists.AbstractEventList
Compares the specified object with this list for equality.
equals(Object) - Method in class ca.odell.glazedlists.DebugList
Compares the specified object with this list for equality.
evaluate(A) - Method in interface ca.odell.glazedlists.FunctionList.Function
Transform the given sourceValue into any kind of Object.
evaluate(E) - Method in interface ca.odell.glazedlists.ThresholdList.Evaluator
Returns an integer value for an Object to be used to compare that object against a threshold.
EventComboBoxModel<E> - Class in ca.odell.glazedlists.swing
A combo box model for displaying Glazed Lists in a combo box.
EventComboBoxModel(EventList<E>) - Constructor for class ca.odell.glazedlists.swing.EventComboBoxModel
Creates a new combo box model that displays the specified source list in the combo box.
EventComboViewer - Class in ca.odell.glazedlists.swt
A view helper that displays an EventList in a Combo component.
EventComboViewer(EventList, Combo) - Constructor for class ca.odell.glazedlists.swt.EventComboViewer
Binds the contents of a Combo component to an EventList source.
EventComboViewer(EventList, Combo, ILabelProvider) - Constructor for class ca.odell.glazedlists.swt.EventComboViewer
Binds the contents of a Combo component to an EventList source.
EventKTableModel - Class in ca.odell.glazedlists.swt
A KTableModel that displays an EventList.
EventKTableModel(KTable, EventList, TableFormat) - Constructor for class ca.odell.glazedlists.swt.EventKTableModel
Create a new EventKTableModel that uses elements from the specified EventList as rows, and the specified TableFormat to divide row objects across columns.
EventList<E> - Interface in ca.odell.glazedlists
An observable List.
eventList(Collection<? extends E>) - Static method in class ca.odell.glazedlists.GlazedLists
Creates a new EventList which contains the contents of the specified Collection.
EventListCategoryDataset<R extends Comparable,C extends Comparable> - Class in ca.odell.glazedlists.jfreechart
This class helps adapt an EventList to the CategoryDataset interface which is the necessary model for JFreeChart views such as Bar Charts Stacked Bar Charts Area Charts Stacked Area Charts Line Charts Waterfall Charts
EventListCategoryDataset(EventList<ValueSegment<C, R>>) - Constructor for class ca.odell.glazedlists.jfreechart.EventListCategoryDataset
Constructs an implementation of CategoryDataset which presents the data contained in the given source.
EventListJXTableSorting - Class in ca.odell.glazedlists.swing
Sort a JXTable using SortedList.
EventListModel<E> - Class in ca.odell.glazedlists.swing
An EventListModel adapts a EventList to the ListModel interface making it appropriate for use with a JList.
EventListModel(EventList<E>) - Constructor for class ca.odell.glazedlists.swing.EventListModel
Creates a new widget that renders the specified list.
EventListPieDataset<E,K> - Class in ca.odell.glazedlists.jfreechart
This class adapts an EventList to the JFreeChart PieDataset interface.
EventListPieDataset(EventList<E>, FunctionList.Function<E, Comparable<K>>, FunctionList.Function<E, Number>) - Constructor for class ca.odell.glazedlists.jfreechart.EventListPieDataset
Adapts the given source to the PieDataset interface.
EventListPieDataset(EventList<E>, Comparator<E>, FunctionList.Function<List<E>, Comparable<K>>, FunctionList.Function<List<E>, Number>) - Constructor for class ca.odell.glazedlists.jfreechart.EventListPieDataset
Adapts the given source to the PieDataset interface by applying the groupingComparator to forms groups to be represented in the pie chart.
EventListViewer - Class in ca.odell.glazedlists.swt
A view helper that displays an EventList in a List.
EventListViewer(EventList, List) - Constructor for class ca.odell.glazedlists.swt.EventListViewer
Creates a new List that displays and responds to changes in source.
EventListViewer(EventList, List, ILabelProvider) - Constructor for class ca.odell.glazedlists.swt.EventListViewer
Creates a new List that displays and responds to changes in source.
EventSelectionModel<E> - Class in ca.odell.glazedlists.swing
An EventSelectionModel is a class that performs two simulaneous services.
EventSelectionModel(EventList<E>) - Constructor for class ca.odell.glazedlists.swing.EventSelectionModel
Creates a new selection model that also presents a list of the selection.
EventTableModel<E> - Class in ca.odell.glazedlists.swing
A TableModel that holds an EventList.
EventTableModel(EventList<E>, TableFormat<E>) - Constructor for class ca.odell.glazedlists.swing.EventTableModel
Creates a new table that renders the specified list in the specified format.
EventTableModel(EventList<E>, String[], String[], boolean[]) - Constructor for class ca.odell.glazedlists.swing.EventTableModel
Creates a new table that renders the specified list with an automatically generated TableFormat.
EventTableViewer - Class in ca.odell.glazedlists.swt
A view helper that displays an EventList in an SWT table.
EventTableViewer(EventList, Table, String[], String[]) - Constructor for class ca.odell.glazedlists.swt.EventTableViewer
Creates a new viewer for the given Table that updates the table contents in response to changes on the specified EventList.
EventTableViewer(EventList, Table, TableFormat) - Constructor for class ca.odell.glazedlists.swt.EventTableViewer
Creates a new viewer for the given Table that updates the table contents in response to changes on the specified EventList.
executeMatcherEventQueueRunnable(Runnable) - Method in class ca.odell.glazedlists.matchers.ThreadedMatcherEditor
This method executes the given runnable on a Thread.

F

falseMatcher() - Static method in class ca.odell.glazedlists.matchers.Matchers
Get a Matcher that always returns false, therefore matching nothing..
fetch(int, boolean) - Method in class ca.odell.glazedlists.io.CachingList
Fetches a particular element.
FileList - Class in ca.odell.glazedlists.io
An EventList that is persisted to disk.
FileList(File, ByteCoder) - Constructor for class ca.odell.glazedlists.io.FileList
Create a FileList that stores its data in the specified file.
filter(Collection<E>, Matcher<? super E>) - Static method in class ca.odell.glazedlists.matchers.Matchers
Iterate through the specified collection and remove all elements that don't match the specified matcher.
Filterator<C,E> - Interface in ca.odell.glazedlists
An interface for extracting a list of values to be considered by a Matcher when matching a particular element of a list.
filterator(String[]) - Static method in class ca.odell.glazedlists.GlazedLists
Creates a TextFilterator that searches the given JavaBean properties.
FilterList<E> - Class in ca.odell.glazedlists
An EventList that shows a subset of the elements of a source EventList.
FilterList(EventList<E>) - Constructor for class ca.odell.glazedlists.FilterList
Creates a FilterList that includes a subset of the specified source EventList.
FilterList(EventList<E>, Matcher<? super E>) - Constructor for class ca.odell.glazedlists.FilterList
Convenience constructor for creating a FilterList and setting its Matcher.
FilterList(EventList<E>, MatcherEditor<? super E>) - Constructor for class ca.odell.glazedlists.FilterList
Convenience constructor for creating a FilterList and setting its MatcherEditor.
fireChanged(Matcher<E>) - Method in class ca.odell.glazedlists.matchers.AbstractMatcherEditor
Indicates that the filter has changed in an indeterminate way.
fireChangedMatcher(MatcherEditor.Event<E>) - Method in class ca.odell.glazedlists.matchers.AbstractMatcherEditor
 
fireConstrained(Matcher<E>) - Method in class ca.odell.glazedlists.matchers.AbstractMatcherEditor
Indicates that the filter has changed to be more restrictive.
fireDatasetChanged() - Method in class ca.odell.glazedlists.jfreechart.EventListCategoryDataset
We override this method for speed reasons, since the super needlessly constructs a new DatasetChangedEvent each time this method is called.
fireDatasetChanged() - Method in class ca.odell.glazedlists.jfreechart.EventListPieDataset
We override this method for speed reasons, since the super needlessly constructs a new DatasetChangedEvent each time this method is called.
fireListDataEvent(ListDataEvent) - Method in class ca.odell.glazedlists.swing.EventListModel
Notifies all ListDataListeners about one block of changes in the list.
fireMatchAll() - Method in class ca.odell.glazedlists.matchers.AbstractMatcherEditor
Indicates that the filter matches all.
fireMatchNone() - Method in class ca.odell.glazedlists.matchers.AbstractMatcherEditor
Indicates that the filter matches none.
fireRelaxed(Matcher<E>) - Method in class ca.odell.glazedlists.matchers.AbstractMatcherEditor
Indicates that the filter has changed to be less restrictive.
first() - Method in interface ca.odell.glazedlists.SeparatorList.Separator
A convenience method to get the first element from this group.
fixedMatcherEditor(Matcher<E>) - Static method in class ca.odell.glazedlists.GlazedLists
Get a MatcherEditor that is fixed on the specified Matcher.
forwardEvent(ListEvent<?>) - Method in class ca.odell.glazedlists.event.ListEventAssembler
Forwards the event.
FreezableList<E> - Class in ca.odell.glazedlists
An EventList that shows the current contents of its source EventList.
FreezableList(EventList<E>) - Constructor for class ca.odell.glazedlists.FreezableList
Creates a FreezableList that can freeze the view of the specified source EventList.
freeze() - Method in class ca.odell.glazedlists.FreezableList
Locks this FreezableList on the current state of the source EventList.
fromString(String) - Method in class ca.odell.glazedlists.gui.AbstractTableComparatorChooser
This class is capable of representing its own state with a String, to persist sorting state externally.
FunctionList<S,E> - Class in ca.odell.glazedlists
This List is meant to simplify the task of transforming each element of a source list to an element stored at the same index in this FunctionList.
FunctionList(EventList<S>, FunctionList.Function<S, E>) - Constructor for class ca.odell.glazedlists.FunctionList
Construct a FunctionList which stores the result of transforming each source element using the given forward FunctionList.Function.
FunctionList(EventList<S>, FunctionList.Function<S, E>, FunctionList.Function<E, S>) - Constructor for class ca.odell.glazedlists.FunctionList
Construct a FunctionList which stores the result of transforming each source element using the given forward FunctionList.Function.
FunctionList.AdvancedFunction<A,B> - Interface in ca.odell.glazedlists
An AdvancedFunction is an extension of the simple Function interface which provides more hooks in the lifecycle of the transformation of a source element.
FunctionList.Function<A,B> - Interface in ca.odell.glazedlists
A Function encapsulates the logic for transforming a list element into any kind of Object.

G

get(int) - Method in class ca.odell.glazedlists.AbstractEventList
Returns the element at the specified position in this list.
get(int) - Method in class ca.odell.glazedlists.BasicEventList
Returns the element at the specified position in this list.
get(int) - Method in class ca.odell.glazedlists.CollectionList
Returns the element at the specified position in this list.
get(int) - Method in class ca.odell.glazedlists.DebugList
Returns the element at the specified position in this list.
get(int) - Method in class ca.odell.glazedlists.FreezableList
Returns the element at the specified position in this list.
get(int) - Method in class ca.odell.glazedlists.FunctionList
Returns the element at the specified position in this list.
get(int) - Method in class ca.odell.glazedlists.<