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.GroupingList
 
get(int) - Method in class ca.odell.glazedlists.io.CachingList
Returns the element at the specified position in this list.
get(int) - Method in class ca.odell.glazedlists.SequenceList
Returns the element at the specified position in this list.
get(int) - Method in class ca.odell.glazedlists.TransformedList
Returns the element at the specified position in this list.
getAll(int) - Method in class ca.odell.glazedlists.UniqueList
Returns a List of all original elements represented by the value at the given index within this UniqueList.
getAll(E) - Method in class ca.odell.glazedlists.UniqueList
Returns a List of all original elements represented by the given value within this UniqueList.
getAllChecked() - Method in class ca.odell.glazedlists.swt.EventTableViewer
Gets all checked items.
getAnchorSelectionIndex() - Method in class ca.odell.glazedlists.ListSelection
Return the anchor of the current selection.
getAnchorSelectionIndex() - Method in class ca.odell.glazedlists.swing.EventSelectionModel
Return the first index argument from the most recent call to setSelectionInterval(), addSelectionInterval() or removeSelectionInterval().
getBlockEndIndex() - Method in class ca.odell.glazedlists.event.ListEvent
Gets the last row of the current block of changes.
getBlocksRemaining() - Method in class ca.odell.glazedlists.event.ListEvent
Deprecated. this method depends on a particular implementation of how list events are stored internally, and this implementation has since changed.
getBlockStartIndex() - Method in class ca.odell.glazedlists.event.ListEvent
Gets the first row of the current block of changes.
getCacheHitRatio() - Method in class ca.odell.glazedlists.io.CachingList
Gets the ratio of cache hits to cache misses.
getCacheHits() - Method in class ca.odell.glazedlists.io.CachingList
Gets the total number of times that this list has fetched its result from the cache rather than from the source list.
getCacheMisses() - Method in class ca.odell.glazedlists.io.CachingList
Gets the total number of times that this list has fetched its result from the source list rather than the cache.
getCellEditor(int, int) - Method in class ca.odell.glazedlists.swt.EventKTableModel
getCellRenderer(int, int) - Method in class ca.odell.glazedlists.swt.EventKTableModel
getChecked(E) - Method in interface ca.odell.glazedlists.gui.CheckableTableFormat
Gets whether the specified object is checked.
getCheckedOnly() - Method in class ca.odell.glazedlists.swt.EventTableViewer
Get whether this is showing only checked elements.
getChildren(E) - Method in interface ca.odell.glazedlists.CollectionList.Model
Return a list of the child nodes for a parent node.
getColumnClass(int) - Method in interface ca.odell.glazedlists.gui.AdvancedTableFormat
Returns the most specific superclass for all the cell values in the column.
getColumnClass(int) - Method in class ca.odell.glazedlists.swing.EventTableModel
Gets the class of elements in the specified column.
getColumnComparator(int) - Method in interface ca.odell.glazedlists.gui.AdvancedTableFormat
Returns the default Comparator to use for the specified column.
getColumnComparatorIndex(int) - Method in class ca.odell.glazedlists.gui.AbstractTableComparatorChooser
Gets the index comparator in use for the specified column.
getColumnCount() - Method in interface ca.odell.glazedlists.gui.TableFormat
The number of columns to display.
getColumnCount() - Method in class ca.odell.glazedlists.jfreechart.EventListCategoryDataset
Returns the number of columns in the table.
getColumnCount() - Method in class ca.odell.glazedlists.swing.EventTableModel
Get the column count as specified by the table format.
getColumnCount() - Method in class ca.odell.glazedlists.swt.EventKTableModel
getColumnCount() - Method in class ca.odell.glazedlists.swt.TableFormatKTableFormat
The number of columns to display.
getColumnEditor(Object, int) - Method in interface ca.odell.glazedlists.swt.KTableFormat
 
getColumnEditor(Object, int) - Method in class ca.odell.glazedlists.swt.TableFormatKTableFormat
getColumnHeaderValue(int, int) - Method in interface ca.odell.glazedlists.swt.KTableFormat
Provide a value for the specified header row and column.
getColumnHeaderValue(int, int) - Method in class ca.odell.glazedlists.swt.TableFormatKTableFormat
Provide a value for the specified header row and column.
getColumnIndex(Comparable) - Method in class ca.odell.glazedlists.jfreechart.EventListCategoryDataset
Returns the column index for a given key.
getColumnKey(int) - Method in class ca.odell.glazedlists.jfreechart.EventListCategoryDataset
Returns the column key for a given index.
getColumnKeys() - Method in class ca.odell.glazedlists.jfreechart.EventListCategoryDataset
Returns the column keys.
getColumnName(int) - Method in interface ca.odell.glazedlists.gui.TableFormat
Gets the title of the specified column.
getColumnName(int) - Method in class ca.odell.glazedlists.swing.EventTableModel
Fetch the name for the specified column.
getColumnName(int) - Method in class ca.odell.glazedlists.swt.TableFormatKTableFormat
Gets the title of the specified column.
getColumnRenderer(Object, int) - Method in interface ca.odell.glazedlists.swt.KTableFormat
 
getColumnRenderer(Object, int) - Method in class ca.odell.glazedlists.swt.TableFormatKTableFormat
getColumnTooltip(Object, int) - Method in class ca.odell.glazedlists.swt.AbstractKTableFormat
getColumnTooltip(Object, int) - Method in interface ca.odell.glazedlists.swt.KTableFormat
 
getColumnValue(E, int) - Method in interface ca.odell.glazedlists.gui.TableFormat
Gets the value of the specified field for the specified object.
getColumnValue(Object, int) - Method in class ca.odell.glazedlists.swt.TableFormatKTableFormat
Gets the value of the specified field for the specified object.
getColumnWidth(int) - Method in class ca.odell.glazedlists.swt.AbstractKTableFormat
getColumnWidth(int) - Method in class ca.odell.glazedlists.swt.EventKTableModel
getColumnWidth(int) - Method in interface ca.odell.glazedlists.swt.KTableFormat
 
getCombo() - Method in class ca.odell.glazedlists.swt.EventComboViewer
Gets the Combo being managed by this EventComboViewer.
getComboBox() - Method in class ca.odell.glazedlists.swing.AutoCompleteSupport
Returns the autocompleting JComboBox or null if AutoCompleteSupport has been AutoCompleteSupport.uninstall()ed.
getComparator() - Method in class ca.odell.glazedlists.matchers.ThresholdMatcherEditor
See ThresholdMatcherEditor.setComparator(java.util.Comparator).
getComparator() - Method in class ca.odell.glazedlists.SortedList
Gets the Comparator that is being used to sort this list.
getComparatorsForColumn(int) - Method in class ca.odell.glazedlists.gui.AbstractTableComparatorChooser
Gets the list of comparators for the specified column.
getComponent() - Method in class ca.odell.glazedlists.nachocalendar.NachoDateRangeMatcherEditor
This method returns the component created by NachoDateRangeMatcherEditor.createComponent(net.sf.nachocalendar.components.DateField, net.sf.nachocalendar.components.DateField).
getComponent(E, int) - Method in interface ca.odell.glazedlists.swing.JEventListPanel.Format
Get the component from the specified list element.
getComponentsPerElement() - Method in class ca.odell.glazedlists.swing.JEventListPanel.AbstractFormat
Get the number of components for each row element.
getComponentsPerElement() - Method in interface ca.odell.glazedlists.swing.JEventListPanel.Format
Get the number of components for each row element.
getConstraints(int) - Method in class ca.odell.glazedlists.swing.JEventListPanel.AbstractFormat
Get the constraints to lay out the specified component.
getConstraints(int) - Method in interface ca.odell.glazedlists.swing.JEventListPanel.Format
Get the constraints to lay out the specified component.
getContentAt(int, int) - Method in class ca.odell.glazedlists.swt.EventKTableModel
getCorrectsCase() - Method in class ca.odell.glazedlists.swing.AutoCompleteSupport
Returns true if user specified strings are converted to the case of the autocompletion term they match; false otherwise.
getCount(R) - Method in class ca.odell.glazedlists.jfreechart.EventListCategoryDataset
Returns the number of values associated with the given rowKey.
getCount(R, C, C) - Method in class ca.odell.glazedlists.jfreechart.EventListCategoryDataset
Returns the number of values associated with the given rowKey between the given start and end values.
getCount(int) - Method in class ca.odell.glazedlists.UniqueList
Returns the number of duplicates of the value found at the specified index.
getCount(E) - Method in class ca.odell.glazedlists.UniqueList
Returns the number of duplicates of the specified value.
getDeselected() - Method in class ca.odell.glazedlists.ListSelection
Gets an EventList that contains only deselected values add modifies the source list on mutation.
getDeselected() - Method in class ca.odell.glazedlists.swing.EventSelectionModel
Gets an EventList that contains only deselected values and modifies the source list on mutation.
getDeselected() - Method in class ca.odell.glazedlists.swt.EventListViewer
Provides access to an EventList that contains items from the viewed Table that are not currently selected.
getDeselected() - Method in class ca.odell.glazedlists.swt.EventTableViewer
Provides access to an EventList that contains items from the viewed Table that are not currently selected.
getElementAt(int) - Method in class ca.odell.glazedlists.swing.EventListModel
Retrieves the value at the specified location from the table.
getElementAt(int) - Method in class ca.odell.glazedlists.swing.EventTableModel
Retrieves the value at the specified location from the table.
getElementColumns() - Method in class ca.odell.glazedlists.swing.JEventListPanel.AbstractFormat
Get the ColumnSpecs required for one element in the list.
getElementColumns() - Method in interface ca.odell.glazedlists.swing.JEventListPanel.Format
Get the ColumnSpecs required for one element in the list.
getElementRows() - Method in class ca.odell.glazedlists.swing.JEventListPanel.AbstractFormat
Get the RowSpecs required for one element in the list.
getElementRows() - Method in interface ca.odell.glazedlists.swing.JEventListPanel.Format
Get the RowSpecs required for one element in the list.
getEnabled() - Method in class ca.odell.glazedlists.swing.EventSelectionModel
Gets whether the EventSelectionModel is editable or not.
getEnd() - Method in class ca.odell.glazedlists.jfreechart.DefaultValueSegment
Returns the value marking the end of this segment.
getEnd() - Method in interface ca.odell.glazedlists.jfreechart.ValueSegment
Returns the value marking the end of this segment.
getEndIndex() - Method in class ca.odell.glazedlists.RangeList
Get the first index of the source EventList that is beyond the range of this RangeList.
getEndIndex() - Method in class ca.odell.glazedlists.ThresholdList
Get the first index of the source EventList that is beyond the range of this RangeList.
getEvaluator() - Method in class ca.odell.glazedlists.ThresholdList
A convenience method to allow access to the ThresholdList.Evaluator that was provided on construction.
getEventList() - Method in class ca.odell.glazedlists.swing.EventSelectionModel
Deprecated. As of 2005/02/18, the naming of this method became ambiguous. Please use EventSelectionModel.getSelected().
getFilterator() - Method in class ca.odell.glazedlists.matchers.RangeMatcherEditor
Get the filterator used to extract Comparables from the matched elements.
getFilterator() - Method in class ca.odell.glazedlists.matchers.TextMatcherEditor
Get the filterator used to extract Strings from the matched elements.
getFilterMode() - Method in class ca.odell.glazedlists.swing.AutoCompleteSupport
Returns the manner in which the contents of the ComboBoxModel are filtered.
getFilterSelectionListener() - Method in class ca.odell.glazedlists.swt.TextWidgetMatcherEditor
Gets a SelectionListener that refilters the list when it is fired.
getFilterStrings(List<String>) - Method in interface ca.odell.glazedlists.TextFilterable
Gets this object as a list of Strings.
getFilterStrings(List<String>, E) - Method in interface ca.odell.glazedlists.TextFilterator
Gets the specified object as a list of Strings.
getFilterValues(List<C>, E) - Method in interface ca.odell.glazedlists.Filterator
Extracts the list of filterable values from a given element.
getFixedHeaderColumnCount() - Method in class ca.odell.glazedlists.swt.AbstractKTableFormat
getFixedHeaderColumnCount() - Method in class ca.odell.glazedlists.swt.EventKTableModel
getFixedHeaderColumnCount() - Method in interface ca.odell.glazedlists.swt.KTableFormat
 
getFixedHeaderRowCount() - Method in class ca.odell.glazedlists.swt.AbstractKTableFormat
getFixedHeaderRowCount() - Method in class ca.odell.glazedlists.swt.EventKTableModel
getFixedHeaderRowCount() - Method in interface ca.odell.glazedlists.swt.KTableFormat
 
getFixedHeaderRowCount() - Method in class ca.odell.glazedlists.swt.TableFormatKTableFormat
getFixedSelectableColumnCount() - Method in class ca.odell.glazedlists.swt.AbstractKTableFormat
getFixedSelectableColumnCount() - Method in class ca.odell.glazedlists.swt.EventKTableModel
getFixedSelectableColumnCount() - Method in interface ca.odell.glazedlists.swt.KTableFormat
 
getFixedSelectableRowCount() - Method in class ca.odell.glazedlists.swt.EventKTableModel
getForwardFunction() - Method in class ca.odell.glazedlists.FunctionList
Returns the FunctionList.Function which maps source elements to elements stored within this FunctionList.
getGapColumn() - Method in class ca.odell.glazedlists.swing.JEventListPanel.AbstractFormat
Get the ColumnSpecs to separate two elements.
getGapColumn() - Method in interface ca.odell.glazedlists.swing.JEventListPanel.Format
Get the ColumnSpecs to separate two elements.
getGapRow() - Method in class ca.odell.glazedlists.swing.JEventListPanel.AbstractFormat
Get the RowSpec to separate two elements.
getGapRow() - Method in interface ca.odell.glazedlists.swing.JEventListPanel.Format
Get the RowSpec to separate two elements.
getGroup() - Method in interface ca.odell.glazedlists.SeparatorList.Separator
Get the List of all elements in this group.
getIndex() - Method in class ca.odell.glazedlists.event.ListEvent
Gets the current row index.
getIndex(Comparable) - Method in class ca.odell.glazedlists.jfreechart.EventListPieDataset
Returns the index for a given key.
getItemCount() - Method in class ca.odell.glazedlists.jfreechart.EventListPieDataset
Returns the number of items (values).
getItemList() - Method in class ca.odell.glazedlists.swing.AutoCompleteSupport
Returns the filtered EventList of items which backs the ComboBoxModel of the autocompleting JComboBox.
getKey(int) - Method in class ca.odell.glazedlists.jfreechart.EventListPieDataset
Returns the key of the value at the given index.
getKeys() - Method in class ca.odell.glazedlists.jfreechart.EventListPieDataset
Returns the keys for the values in this PieDataset.
getLabelProvider() - Method in class ca.odell.glazedlists.swt.EventListViewer
Gets the List's ILabelProvider.
getLeadSelectionIndex() - Method in class ca.odell.glazedlists.ListSelection
Return the lead of the current selection.
getLeadSelectionIndex() - Method in class ca.odell.glazedlists.swing.EventSelectionModel
Return the second index argument from the most recent call to setSelectionInterval(), addSelectionInterval() or removeSelectionInterval().
getLimit() - Method in interface ca.odell.glazedlists.SeparatorList.Separator
Get the maximum number of elements in this group to show.
getList() - Method in class ca.odell.glazedlists.swt.EventListViewer
Gets the List being managed by this EventListViewer.
getListEventListeners() - Method in class ca.odell.glazedlists.event.ListEventAssembler
Get all ListEventListeners observing the EventList.
getListSelectionModel() - Method in class ca.odell.glazedlists.swing.EventSelectionModel
Deprecated. As of 2004/11/26, the EventSelectionModel implements ListSelectionModel directly.
getLowerThreshold() - Method in class ca.odell.glazedlists.ThresholdList
Gets the lower threshold for this list
getMatcher() - Method in class ca.odell.glazedlists.matchers.AbstractMatcherEditor
Return the current Matcher specified by this MatcherEditor.
getMatcher() - Method in class ca.odell.glazedlists.matchers.MatcherEditor.Event
 
getMatcher() - Method in interface ca.odell.glazedlists.matchers.MatcherEditor
Return the current Matcher specified by this MatcherEditor.
getMatcher() - Method in class ca.odell.glazedlists.matchers.ThreadedMatcherEditor
Returns the current Matcher specified by the source MatcherEditor.
getMatcherEditor() - Method in class ca.odell.glazedlists.matchers.MatcherEditor.Event
Get the MatcherEditor that originated this event, or null if this event originated directly from a FilterList in a call to FilterList.setMatcher(Matcher).
getMatcherEditors() - Method in class ca.odell.glazedlists.matchers.CompositeMatcherEditor
Get the EventList of MatcherEditors that make up this CompositeMatcherEditor.
getMatchOperation() - Method in class ca.odell.glazedlists.matchers.ThresholdMatcherEditor
See ThresholdMatcherEditor.setMatchOperation(ca.odell.glazedlists.matchers.ThresholdMatcherEditor.MatchOperation).
getMaxSelectionIndex() - Method in class ca.odell.glazedlists.ListSelection
Returns the last selected index or -1 if nothing is selected.
getMaxSelectionIndex() - Method in class ca.odell.glazedlists.swing.EventSelectionModel
Gets the index of the last selected element.
getMinSelectionIndex() - Method in class ca.odell.glazedlists.ListSelection
Returns the first selected index or -1 if nothing is selected.
getMinSelectionIndex() - Method in class ca.odell.glazedlists.swing.EventSelectionModel
Gets the index of the first selected element.
getMode() - Method in class ca.odell.glazedlists.matchers.CompositeMatcherEditor
Get the match mode for this CompositeMatcherEditor.
getMode() - Method in class ca.odell.glazedlists.matchers.TextMatcherEditor
Returns the behaviour mode for this TextMatcherEditor.
getMode() - Method in class ca.odell.glazedlists.SortedList
Get the behaviour mode for this SortedList.
getNextSequenceValue(E) - Method in class ca.odell.glazedlists.SequenceList
Returns the next value in the sequence defined by this list or value itself if it is a sequence value.
getPreviousSequenceValue(E) - Method in class ca.odell.glazedlists.SequenceList
Returns the previous value in the sequence defined by this list or value itself if it is a sequence value.
getPublisher() - Method in class ca.odell.glazedlists.AbstractEventList
Get the publisher used to distribute ListEvents.
getPublisher() - Method in class ca.odell.glazedlists.DebugList
Get the publisher used to distribute ListEvents.
getPublisher() - Method in interface ca.odell.glazedlists.EventList
Get the publisher used to distribute ListEvents.
getReadWriteLock() - Method in class ca.odell.glazedlists.AbstractEventList
Gets the lock required to share this list between multiple threads.
getReadWriteLock() - Method in class ca.odell.glazedlists.DebugList
Gets the lock required to share this list between multiple threads.
getReadWriteLock() - Method in interface ca.odell.glazedlists.EventList
Gets the lock required to share this list between multiple threads.
getReorderMap() - Method in class ca.odell.glazedlists.event.ListEvent
Gets the reorder map of this list.
getReverseFunction() - Method in class ca.odell.glazedlists.FunctionList
Returns the FunctionList.Function which maps elements stored within this FunctionList to elements within the source list or null if no such FunctionList.Function was specified at construction.
getRowCount() - Method in class ca.odell.glazedlists.jfreechart.EventListCategoryDataset
Returns the number of rows in the table.
getRowCount() - Method in class ca.odell.glazedlists.swing.EventTableModel
The number of rows equals the number of entries in the source event list.
getRowCount() - Method in class ca.odell.glazedlists.swt.EventKTableModel
getRowHeight(Object) - Method in class ca.odell.glazedlists.swt.AbstractKTableFormat
 
getRowHeight(int) - Method in class ca.odell.glazedlists.swt.EventKTableModel
getRowHeight(Object) - Method in interface ca.odell.glazedlists.swt.KTableFormat
 
getRowHeightMinimum() - Method in class ca.odell.glazedlists.swt.AbstractKTableFormat
getRowHeightMinimum() - Method in class ca.odell.glazedlists.swt.EventKTableModel
getRowHeightMinimum() - Method in interface ca.odell.glazedlists.swt.KTableFormat
 
getRowIndex(Comparable) - Method in class ca.odell.glazedlists.jfreechart.EventListCategoryDataset
Returns the row index for a given key.
getRowKey(int) - Method in class ca.odell.glazedlists.jfreechart.EventListCategoryDataset
Returns the row key for a given index.
getRowKeys() - Method in class ca.odell.glazedlists.jfreechart.EventListCategoryDataset
Returns the row keys.
getSanctionedReaderThreads() - Method in class ca.odell.glazedlists.DebugList
Returns the Set of Threads that are allowed to perform reads on this DebugList.
getSanctionedWriterThreads() - Method in class ca.odell.glazedlists.DebugList
Returns the Set of Threads that are allowed to perform writes on this DebugList.
getSelected() - Method in class ca.odell.glazedlists.ListSelection
Gets an EventList that contains only selected values and modifies the source list on mutation.
getSelected() - Method in class ca.odell.glazedlists.swing.EventSelectionModel
Gets an EventList that contains only selected values and modifies the source list on mutation.
getSelected() - Method in class ca.odell.glazedlists.swt.EventListViewer
Provides access to an EventList that contains items from the viewed Table that are currently selected.
getSelected() - Method in class ca.odell.glazedlists.swt.EventTableViewer
Provides access to an EventList that contains items from the viewed Table that are currently selected.
getSelectedItem() - Method in class ca.odell.glazedlists.swing.EventComboBoxModel
Gets the currently selected item.
getSelectionMode() - Method in class ca.odell.glazedlists.ListSelection
Returns the current selection mode.
getSelectionMode() - Method in class ca.odell.glazedlists.swing.EventSelectionModel
Returns the current selection mode.
getSelectsTextOnFocusGain() - Method in class ca.odell.glazedlists.swing.AutoCompleteSupport
Returns true if the combo box editor text is selected when it gains focus; false otherwise.
getSize() - Method in class ca.odell.glazedlists.swing.EventListModel
Gets the size of the list.
getSortingColumns() - Method in class ca.odell.glazedlists.gui.AbstractTableComparatorChooser
Get the columns that the TableComparatorChooser is sorting by.
getSortingStyle(int) - Method in class ca.odell.glazedlists.gui.AbstractTableComparatorChooser
Gets the sorting style currently applied to the specified column.
getSortingStyle(int) - Method in class ca.odell.glazedlists.swing.TableComparatorChooser
Gets the sorting style currently applied to the specified column.
getSource() - Method in class ca.odell.glazedlists.ListSelection
Get the EventList that selection is being managed for.
getSourceIndex(int) - Method in class ca.odell.glazedlists.FilterList
Gets the index in the source EventList that corresponds to the specified index.
getSourceIndex(int) - Method in class ca.odell.glazedlists.GroupingList
Gets the index in the source EventList that corresponds to the specified index.
getSourceIndex(int) - Method in class ca.odell.glazedlists.RangeList
Gets the index in the source EventList that corresponds to the specified index.
getSourceIndex(int) - Method in class ca.odell.glazedlists.SeparatorList
Gets the index in the source EventList that corresponds to the specified index.
getSourceIndex(int) - Method in class ca.odell.glazedlists.SortedList
Gets the index in the source EventList that corresponds to the specified index.
getSourceIndex(int) - Method in class ca.odell.glazedlists.TransformedList
Gets the index in the source EventList that corresponds to the specified index.
getSourceIndex(int) - Method in class ca.odell.glazedlists.UniqueList
Gets the index in the source EventList that corresponds to the specified index.
getSourceList() - Method in class ca.odell.glazedlists.event.ListEvent
Gets the List where this event originally occured.
getSourceList() - Method in class ca.odell.glazedlists.swt.EventTableViewer
Get the source of this EventTableViewer.
getStart() - Method in class ca.odell.glazedlists.jfreechart.DefaultValueSegment
Returns the value marking the start of this segment.
getStart() - Method in interface ca.odell.glazedlists.jfreechart.ValueSegment
Returns the value marking the start of this segment.
getStartIndex() - Method in class ca.odell.glazedlists.RangeList
Get the first index of the source EventList that is presented in this RangeList.
getStartIndex() - Method in class ca.odell.glazedlists.ThresholdList
Get the first index of the source EventList that is presented in this RangeList.
getTable() - Method in class ca.odell.glazedlists.swt.EventTableViewer
Gets the Table that is being managed by this EventTableViewer.
getTableFormat() - Method in class ca.odell.glazedlists.swing.EventTableModel
Gets the Table Format.
getTableFormat() - Method in class ca.odell.glazedlists.swt.EventTableViewer
Gets the TableFormat.
getTextFilterator() - Method in class ca.odell.glazedlists.swing.AutoCompleteSupport
Returns the TextFilterator that extracts searchable strings from each item in the ComboBoxModel.
getThreshold() - Method in class ca.odell.glazedlists.matchers.ThresholdMatcherEditor
See ThresholdMatcherEditor.getThreshold().
getTogglingDeselected() - Method in class ca.odell.glazedlists.ListSelection
Gets an EventList that contains only deselected values and modifies the selection state on mutation.
getTogglingDeselected() - Method in class ca.odell.glazedlists.swing.EventSelectionModel
Gets an EventList that contains only deselected values and modifies the selection state on mutation.
getTogglingSelected() - Method in class ca.odell.glazedlists.ListSelection
Gets an EventList that contains only selected values and modifies the selection state on mutation.
getTogglingSelected() - Method in class ca.odell.glazedlists.swing.EventSelectionModel
Gets an EventList that contains only selected values and modifies the selection state on mutation.
getTooltipAt(int, int) - Method in class ca.odell.glazedlists.swt.EventKTableModel
getType() - Method in class ca.odell.glazedlists.event.ListEvent
Gets the type of the current change, which should be one of ListEvent.INSERT, UPDATE, or DELETE.
getType() - Method in class ca.odell.glazedlists.matchers.MatcherEditor.Event
 
getUpperThreshold() - Method in class ca.odell.glazedlists.ThresholdList
Gets the upper threshold for this list
getValue() - Method in class ca.odell.glazedlists.jfreechart.DefaultValueSegment
Returns the value observed within this segment.
getValue(int, int) - Method in class ca.odell.glazedlists.jfreechart.EventListCategoryDataset
Returns a value from the table.
getValue(Comparable, Comparable) - Method in class ca.odell.glazedlists.jfreechart.EventListCategoryDataset
Returns the value associated with the specified keys.
getValue(Comparable) - Method in class ca.odell.glazedlists.jfreechart.EventListPieDataset
Returns the value for a given key.
getValue(int) - Method in class ca.odell.glazedlists.jfreechart.EventListPieDataset
Returns the value at the given index.
getValue() - Method in interface ca.odell.glazedlists.jfreechart.ValueSegment
Returns the value observed within this segment.
getValueAt(int, int) - Method in class ca.odell.glazedlists.swing.EventTableModel
Retrieves the value at the specified location from the table.
getValueIsAdjusting() - Method in class ca.odell.glazedlists.swing.EventSelectionModel
Returns true if the value is undergoing a series of changes.
GlazedLists - Class in ca.odell.glazedlists
A factory for creating all sorts of objects to be used with Glazed Lists.
GlazedListsIO - Class in ca.odell.glazedlists.io
A factory for creating all sorts of objects to be used with Glazed Lists.
GlazedListsSwing - Class in ca.odell.glazedlists.swing
A factory for creating all sorts of objects to be used with Glazed Lists.
GlazedListsSWT - Class in ca.odell.glazedlists.swt
A factory for creating all sorts of objects to be used with Glazed Lists.
GraphDependenciesListEventPublisher - Class in ca.odell.glazedlists.event
Manager for distributing ListEvents to ListEventListeners.
GraphDependenciesListEventPublisher() - Constructor for class ca.odell.glazedlists.event.GraphDependenciesListEventPublisher
Creates a GraphDependenciesListEventPublisher.
GREATER_THAN - Static variable in class ca.odell.glazedlists.matchers.ThresholdMatcherEditor
 
GREATER_THAN_OR_EQUAL - Static variable in class ca.odell.glazedlists.matchers.ThresholdMatcherEditor
 
GroupingList<E> - Class in ca.odell.glazedlists
A grouping list contains elements which are themselves Lists.
GroupingList(EventList<E>) - Constructor for class ca.odell.glazedlists.GroupingList
Creates a GroupingList that determines groupings via the Comparable interface which all elements of the source are assumed to implement.
GroupingList(EventList<E>, Comparator<E>) - Constructor for class ca.odell.glazedlists.GroupingList
Creates a GroupingList that determines groups using the specified Comparator.

H

hashCode() - Method in class ca.odell.glazedlists.AbstractEventList
Returns the hash code value for this list.
hashCode() - Method in class ca.odell.glazedlists.DebugList
Returns the hash code value for this list.
hasNext() - Method in class ca.odell.glazedlists.event.ListEvent
Without incrementing the implicit iterator, this tests if there is another change to view.

I

indexOf(Object) - Method in class ca.odell.glazedlists.AbstractEventList
Returns the index in this list of the first occurrence of the specified element, or -1 if this list does not contain this element.
indexOf(Object) - Method in class ca.odell.glazedlists.DebugList
Returns the index in this list of the first occurrence of the specified element, or -1 if this list does not contain this element.
indexOf(Object) - Method in class ca.odell.glazedlists.SortedList
Returns the index in this list of the first occurrence of the specified element, or -1 if this list does not contain this element.
indexOf(Object) - Method in class ca.odell.glazedlists.ThresholdList
Returns the index in this list of the first occurrence of the specified element, or -1 if this list does not contain this element.
indexOf(Object) - Method in class ca.odell.glazedlists.UniqueList
Returns the index in this list of the first occurrence of the specified element, or -1 if this list does not contain this element.
indexOfSimulated(Object) - Method in class ca.odell.glazedlists.SortedList
Deprecated. Deprecated as of 12/11/2005. Replaced with SortedList.sortIndex(Object) which has cleaner semantics.
INSERT - Static variable in class ca.odell.glazedlists.event.ListEvent
 
insertIndexInterval(int, int, boolean) - Method in class ca.odell.glazedlists.swing.EventSelectionModel
Insert length indices beginning before/after index.
install(JComboBox, EventList<E>) - Static method in class ca.odell.glazedlists.swing.AutoCompleteSupport
Installs support for autocompletion into the comboBox and returns the support object that is actually providing those facilities.
install(JComboBox, EventList<E>, TextFilterator<E>) - Static method in class ca.odell.glazedlists.swing.AutoCompleteSupport
Installs support for autocompletion into the comboBox and returns the support object that is actually providing those facilities.
install(JComboBox, EventList<E>, TextFilterator<E>, Format) - Static method in class ca.odell.glazedlists.swing.AutoCompleteSupport
Installs support for autocompletion into the comboBox and returns the support object that is actually providing those facilities.
install(JXTable, SortedList) - Static method in class ca.odell.glazedlists.swing.EventListJXTableSorting
Install this EventListJXTableSorting to provide the sorting behaviour for the specified JXTable.
installListener(E) - Method in interface ca.odell.glazedlists.ObservableElementList.Connector
Start listening for events from the specified element.
invert(Matcher<E>) - Static method in class ca.odell.glazedlists.matchers.Matchers
Get a Matcher that returns the opposite of the specified Matcher.
invertSelection() - Method in class ca.odell.glazedlists.ListSelection
Inverts the current selection.
invertSelection() - Method in class ca.odell.glazedlists.swing.EventSelectionModel
Inverts the current selection.
invertSelection() - Method in class ca.odell.glazedlists.swt.EventListViewer
Inverts the current selection.
invertSelection() - Method in class ca.odell.glazedlists.swt.EventTableViewer
Inverts the current selection.
isCellEditable(int, int) - Method in class ca.odell.glazedlists.swing.EventTableModel
The list table is not editable.
isColumnResizable(int) - Method in class ca.odell.glazedlists.swt.AbstractKTableFormat
isColumnResizable(int) - Method in class ca.odell.glazedlists.swt.EventKTableModel
isColumnResizable(int) - Method in interface ca.odell.glazedlists.swt.KTableFormat
 
isColumnReverse(int) - Method in class ca.odell.glazedlists.gui.AbstractTableComparatorChooser
Gets whether the comparator in use for the specified column is reverse.
isConnected() - Method in class ca.odell.glazedlists.io.NetworkList
Returns true if this resource is on the network.
isEditable(E, int) - Method in interface ca.odell.glazedlists.gui.WritableTableFormat
For editing fields.
isEmpty() - Method in class ca.odell.glazedlists.AbstractEventList
Returns true if this list contains no elements.
isEmpty() - Method in class ca.odell.glazedlists.DebugList
Returns true if this list contains no elements.
isEventEmpty() - Method in class ca.odell.glazedlists.event.ListEventAssembler
Returns true if the current atomic change to this list change queue is empty; false otherwise.
isFrozen() - Method in class ca.odell.glazedlists.FreezableList
Gets whether this EventList is showing a previous state of the source EventList.
isLive() - Method in class ca.odell.glazedlists.swing.TextComponentMatcherEditor
Whether filtering occurs by the keystroke or not.
isLive() - Method in class ca.odell.glazedlists.swt.TextWidgetMatcherEditor
Whether filtering occurs by the keystroke or not.
isLockCheckingEnabled() - Method in class ca.odell.glazedlists.DebugList
Returns true if DebugList is currently checking the calling Thread for lock ownership before each read and write operation.
isReordering() - Method in class ca.odell.glazedlists.event.ListEvent
Tests if this change is a complete reordering of the list.
isRowResizable(Object) - Method in class ca.odell.glazedlists.swt.AbstractKTableFormat
isRowResizable(int) - Method in class ca.odell.glazedlists.swt.EventKTableModel
isRowResizable(Object) - Method in interface ca.odell.glazedlists.swt.KTableFormat
 
isSelected(int) - Method in class ca.odell.glazedlists.ListSelection
Returns whether or not the item with the given source index is selected.
isSelectedIndex(int) - Method in class ca.odell.glazedlists.swing.EventSelectionModel
Returns true if the specified index is selected.
isSelectionEmpty() - Method in class ca.odell.glazedlists.swing.EventSelectionModel
Returns true if no indices are selected.
isSortingMouseEvent(MouseEvent) - Method in class ca.odell.glazedlists.swing.TableComparatorChooser
Determines if the specified mouse event shall be handled by this TableComparatorChooser.
isStrict() - Method in class ca.odell.glazedlists.swing.AutoCompleteSupport
Returns true if the user is able to specify values which do not appear in the popup list of suggestions; false otherwise.
isSwingThreadProxyList(EventList) - Static method in class ca.odell.glazedlists.swing.GlazedListsSwing
Returns true iff list is an EventList that fires all of its update events from the Swing event dispatch thread.
isWritable() - Method in class ca.odell.glazedlists.FilterList
Gets whether the source EventList is writable via this API.
isWritable() - Method in class ca.odell.glazedlists.FreezableList
Gets whether the source EventList is writable via this API.
isWritable() - Method in class ca.odell.glazedlists.FunctionList
Gets whether the source EventList is writable via this API.
isWritable() - Method in class ca.odell.glazedlists.GroupingList
Gets whether the source EventList is writable via this API.
isWritable() - Method in class ca.odell.glazedlists.io.CachingList
Gets whether the source EventList is writable via this API.
isWritable() - Method in class ca.odell.glazedlists.io.FileList
Gets whether the source EventList is writable via this API.
isWritable() - Method in class ca.odell.glazedlists.io.NetworkList
Gets whether the source EventList is writable via this API.
isWritable() - Method in class ca.odell.glazedlists.ObservableElementList
 
isWritable() - Method in class ca.odell.glazedlists.PopularityList
Gets whether the source EventList is writable via this API.
isWritable() - Method in class ca.odell.glazedlists.RangeList
Gets whether the source EventList is writable via this API.
isWritable() - Method in class ca.odell.glazedlists.SortedList
Gets whether the source EventList is writable via this API.
isWritable() - Method in class ca.odell.glazedlists.TransformedList
Gets whether the source EventList is writable via this API.
isWritable() - Method in class ca.odell.glazedlists.UniqueList
Gets whether the source EventList is writable via this API.
iterator() - Method in class ca.odell.glazedlists.AbstractEventList
Returns an iterator over the elements in this list in proper sequence.
iterator() - Method in class ca.odell.glazedlists.SortedList
Returns an iterator over the elements in this list in proper sequence.

J

JEventListPanel<E> - Class in ca.odell.glazedlists.swing
A panel that shows the contents of an EventList containing JComponents.
JEventListPanel(EventList<E>, JEventListPanel.Format<E>) - Constructor for class ca.odell.glazedlists.swing.JEventListPanel
Creates a new JEventListPanel hosting the JComponents from the specified source EventList.
JEventListPanel.AbstractFormat<E> - Class in ca.odell.glazedlists.swing
A default implementation of the JEventListPanel.Format interface.
JEventListPanel.AbstractFormat(RowSpec[], ColumnSpec[], RowSpec, ColumnSpec, CellConstraints[]) - Constructor for class ca.odell.glazedlists.swing.JEventListPanel.AbstractFormat
Construct a format using the specifications and constraints specified.
JEventListPanel.AbstractFormat(String, String, String, String, CellConstraints[]) - Constructor for class ca.odell.glazedlists.swing.JEventListPanel.AbstractFormat
Construct a format using the specifications and constraints specified.
JEventListPanel.AbstractFormat(String, String, String, String, String[]) - Constructor for class ca.odell.glazedlists.swing.JEventListPanel.AbstractFormat
Construct a format using the specifications and constraints specified.
JEventListPanel.AbstractFormat() - Constructor for class ca.odell.glazedlists.swing.JEventListPanel.AbstractFormat
Construct a bare format.
JEventListPanel.Format<E> - Interface in ca.odell.glazedlists.swing
Specify how the JComponents of an Object are layed out in a row.

K

KTableFormat - Interface in ca.odell.glazedlists.swt
Specify how to split row objects into cells for use with KTable.

L

lastIndexOf(Object) - Method in class ca.odell.glazedlists.AbstractEventList
Returns the index in this list of the last occurrence of the specified element, or -1 if this list does not contain this element.
lastIndexOf(Object) - Method in class ca.odell.glazedlists.DebugList
Returns the index in this list of the last occurrence of the specified element, or -1 if this list does not contain this element.
lastIndexOf(Object) - Method in class ca.odell.glazedlists.SortedList
Returns the index in this list of the last occurrence of the specified element, or -1 if this list does not contain this element.
lastIndexOf(Object) - Method in class ca.odell.glazedlists.ThresholdList
Returns the index in this list of the last occurrence of the specified element, or -1 if this list does not contain this element.
lastSortIndex(Object) - Method in class ca.odell.glazedlists.SortedList
Returns the last index of the object's sort location or the last index at which the object could be positioned if inserted.
LESS_THAN - Static variable in class ca.odell.glazedlists.matchers.ThresholdMatcherEditor
 
LESS_THAN_OR_EQUAL - Static variable in class ca.odell.glazedlists.matchers.ThresholdMatcherEditor
 
listChanged(ListEvent<S>) - Method in class ca.odell.glazedlists.CollectionList
Handle changes in the parent list.
listChanged(ListEvent<E>) - Method in interface ca.odell.glazedlists.event.ListEventListener
When the underlying list changes, this notification allows the object to repaint itself or update itself as necessary.
listChanged(ListEvent<E>) - Method in class ca.odell.glazedlists.FilterList
When the underlying list changes, this notification allows the object to repaint itself or update itself as necessary.

It is mandatory that the calling thread has obtained the write lock on the source list. This is because the calling thread will have written to the source list to cause this event. This condition guarantees that no writes can occur while the listener is handling this event. It is an error to write to the source list while processing an event.

listChanged(ListEvent<E>) - Method in class ca.odell.glazedlists.FreezableList
When the underlying list changes, this notification allows the object to repaint itself or update itself as necessary.

It is mandatory that the calling thread has obtained the write lock on the source list. This is because the calling thread will have written to the source list to cause this event. This condition guarantees that no writes can occur while the listener is handling this event. It is an error to write to the source list while processing an event.

listChanged(ListEvent<S>) - Method in class ca.odell.glazedlists.FunctionList
When the underlying list changes, this notification allows the object to repaint itself or update itself as necessary.

It is mandatory that the calling thread has obtained the write lock on the source list. This is because the calling thread will have written to the source list to cause this event. This condition guarantees that no writes can occur while the listener is handling this event. It is an error to write to the source list while processing an event.

listChanged(ListEvent<E>) - Method in class ca.odell.glazedlists.GroupingList
When the underlying list changes, this notification allows the object to repaint itself or update itself as necessary.

It is mandatory that the calling thread has obtained the write lock on the source list. This is because the calling thread will have written to the source list to cause this event. This condition guarantees that no writes can occur while the listener is handling this event. It is an error to write to the source list while processing an event.

listChanged(ListEvent) - Method in class ca.odell.glazedlists.io.CachingList
When the underlying list changes, this notification allows the object to repaint itself or update itself as necessary.

It is mandatory that the calling thread has obtained the write lock on the source list. This is because the calling thread will have written to the source list to cause this event. This condition guarantees that no writes can occur while the listener is handling this event. It is an error to write to the source list while processing an event.

listChanged(ListEvent) - Method in class ca.odell.glazedlists.io.FileList
When the underlying list changes, this notification allows the object to repaint itself or update itself as necessary.

It is mandatory that the calling thread has obtained the write lock on the source list. This is because the calling thread will have written to the source list to cause this event. This condition guarantees that no writes can occur while the listener is handling this event. It is an error to write to the source list while processing an event.

listChanged(ListEvent) - Method in class ca.odell.glazedlists.io.NetworkList
When the underlying list changes, this notification allows the object to repaint itself or update itself as necessary.

It is mandatory that the calling thread has obtained the write lock on the source list. This is because the calling thread will have written to the source list to cause this event. This condition guarantees that no writes can occur while the listener is handling this event. It is an error to write to the source list while processing an event.

listChanged(ListEvent<E>) - Method in class ca.odell.glazedlists.ObservableElementList
 
listChanged(ListEvent<E>) - Method in class ca.odell.glazedlists.PopularityList
When the underlying list changes, this notification allows the object to repaint itself or update itself as necessary.

It is mandatory that the calling thread has obtained the write lock on the source list. This is because the calling thread will have written to the source list to cause this event. This condition guarantees that no writes can occur while the listener is handling this event. It is an error to write to the source list while processing an event.

listChanged(ListEvent<E>) - Method in class ca.odell.glazedlists.RangeList
When the underlying list changes, this notification allows the object to repaint itself or update itself as necessary.

It is mandatory that the calling thread has obtained the write lock on the source list. This is because the calling thread will have written to the source list to cause this event. This condition guarantees that no writes can occur while the listener is handling this event. It is an error to write to the source list while processing an event.

listChanged(ListEvent<E>) - Method in class ca.odell.glazedlists.SeparatorList
When the underlying list changes, this notification allows the object to repaint itself or update itself as necessary.

It is mandatory that the calling thread has obtained the write lock on the source list. This is because the calling thread will have written to the source list to cause this event. This condition guarantees that no writes can occur while the listener is handling this event. It is an error to write to the source list while processing an event.

listChanged(ListEvent<E>) - Method in class ca.odell.glazedlists.SequenceList
When the underlying list changes, this notification allows the object to repaint itself or update itself as necessary.

It is mandatory that the calling thread has obtained the write lock on the source list. This is because the calling thread will have written to the source list to cause this event. This condition guarantees that no writes can occur while the listener is handling this event. It is an error to write to the source list while processing an event.

listChanged(ListEvent<E>) - Method in class ca.odell.glazedlists.SortedList
When the underlying list changes, this notification allows the object to repaint itself or update itself as necessary.

It is mandatory that the calling thread has obtained the write lock on the source list. This is because the calling thread will have written to the source list to cause this event. This condition guarantees that no writes can occur while the listener is handling this event. It is an error to write to the source list while processing an event.

listChanged(ListEvent<E>) - Method in class ca.odell.glazedlists.swing.EventListModel
For implementing the ListEventListener interface.
listChanged(ListEvent<E>) - Method in class ca.odell.glazedlists.swing.EventTableModel
For implementing the ListEventListener interface.
listChanged(ListEvent) - Method in class ca.odell.glazedlists.swt.EventComboViewer
When the source combo is changed, this forwards the change to the displayed combo.
listChanged(ListEvent) - Method in class ca.odell.glazedlists.swt.EventKTableModel
When the underlying list changes, this notification allows the object to repaint itself or update itself as necessary.
listChanged(ListEvent) - Method in class ca.odell.glazedlists.swt.EventListViewer
When the source list is changed, this forwards the change to the displayed List.
listChanged(ListEvent) - Method in class ca.odell.glazedlists.swt.EventTableViewer
When the source list is changed, this forwards the change to the displayed Table.
listChanged(ListEvent<S>) - Method in class ca.odell.glazedlists.TransformedList
When the underlying list changes, this notification allows the object to repaint itself or update itself as necessary.
listChanged(ListEvent<E>) - Method in class ca.odell.glazedlists.UniqueList
When the underlying list changes, this notification allows the object to repaint itself or update itself as necessary.

It is mandatory that the calling thread has obtained the write lock on the source list. This is because the calling thread will have written to the source list to cause this event. This condition guarantees that no writes can occur while the listener is handling this event. It is an error to write to the source list while processing an event.

listCollectionListModel() - Static method in class ca.odell.glazedlists.GlazedLists
Creates a CollectionList.Model that where Lists or EventLists are the elements of a parent EventList.
listDataEvent - Variable in class ca.odell.glazedlists.swing.EventListModel
recycle the list data event to prevent unnecessary object creation
ListEvent<E> - Class in ca.odell.glazedlists.event
A ListEvent models a change to a list.
ListEventAssembler<E> - Class in ca.odell.glazedlists.event
Models a continuous stream of changes on a list.
ListEventAssembler(EventList<E>, ListEventPublisher) - Constructor for class ca.odell.glazedlists.event.ListEventAssembler
Creates a new ListEventAssembler that tracks changes for the specified list.
ListEventListener<E> - Interface in ca.odell.glazedlists.event
Listens and responds to changes in a dynamic list of objects.
ListEventPublisher - Interface in ca.odell.glazedlists.event
Define a strategy for managing dependencies in the observer pattern.
listIterator() - Method in class ca.odell.glazedlists.AbstractEventList
Returns a list iterator of the elements in this list (in proper sequence).
listIterator(int) - Method in class ca.odell.glazedlists.AbstractEventList
Returns a list iterator of the elements in this list (in proper sequence), starting at the specified position in this list.
ListPeer - Class in ca.odell.glazedlists.io
A ListPeer manages the network resources for publishing and subscribing to NetworkLists.
ListPeer(int) - Constructor for class ca.odell.glazedlists.io.ListPeer
Creates a new ListPeer that binds to the specified port.
ListSelection<E> - Class in ca.odell.glazedlists
An EventList to provide index-based selection features.
ListSelection(EventList<E>) - Constructor for class ca.odell.glazedlists.ListSelection
Creates a new ListSelection that listens to changes on the given source.
ListSelection(EventList<E>, int[]) - Constructor for class ca.odell.glazedlists.ListSelection
Creates a new ListSelection that listens to changes on the given source and initializes selection with the given array of indices.
ListSelection.Listener - Interface in ca.odell.glazedlists
A generic interface to respond to changes in selection that doesn't require including a particular GUI toolkit.
Lock - Interface in ca.odell.glazedlists.util.concurrent
A lock is a tool for controlling access to a shared resource by multiple threads.
lock() - Method in interface ca.odell.glazedlists.util.concurrent.Lock
Acquires the lock.
LockFactory - Interface in ca.odell.glazedlists.util.concurrent
This factory provides an implementation of Lock that is optimized for the current Java Virtual Machine.
lowerRangeModel(ThresholdList) - Static method in class ca.odell.glazedlists.swing.GlazedListsSwing
Creates a model that manipulates the lower bound of the specified ThresholdList.
lowerThresholdViewer(ThresholdList, Slider) - Static method in class ca.odell.glazedlists.swt.GlazedListsSWT
Creates a viewer that manipulates the lower bound of the specified ThresholdList based on changes to the Slider.
lowerThresholdViewer(ThresholdList, Scale) - Static method in class ca.odell.glazedlists.swt.GlazedListsSWT
Creates a viewer that manipulates the lower bound of the specified ThresholdList based on changes to Scale selection.

M

MATCH_ALL - Static variable in class ca.odell.glazedlists.matchers.MatcherEditor.Event
Indicates the associated Matcher will match anything.
MATCH_NONE - Static variable in class ca.odell.glazedlists.matchers.MatcherEditor.Event
Indicates the associated Matcher will match nothing.
Matcher<E> - Interface in ca.odell.glazedlists.matchers
Determines which values should be filtered.
MatcherEditor<E> - Interface in ca.odell.glazedlists.matchers
A facility for modifying the Matchers which specify the behaviour of a FilterList.
MatcherEditor.Event<E> - Class in ca.odell.glazedlists.matchers
A MatcherEditor event models a change in the MatcherEditor that creates a new Matcher.
MatcherEditor.Event(MatcherEditor<E>, int, Matcher<E>) - Constructor for class ca.odell.glazedlists.matchers.MatcherEditor.Event
 
MatcherEditor.Event(FilterList, int, Matcher<E>) - Constructor for class ca.odell.glazedlists.matchers.MatcherEditor.Event
 
MatcherEditor.Listener<E> - Interface in ca.odell.glazedlists.matchers
A MatcherEditor.Listener handles changes fired by a MatcherEditor.
Matchers - Class in ca.odell.glazedlists.matchers
A factory for creating Matchers.
matches(E) - Method in interface ca.odell.glazedlists.matchers.Matcher
Return true if an item matches a filter.
monthSequencer() - Static method in class ca.odell.glazedlists.Sequencers
 
MULTIPLE_COLUMN_KEYBOARD - Static variable in class ca.odell.glazedlists.gui.AbstractTableComparatorChooser
Emulate the sorting behaviour of SUN's TableSorter, by Philip Milne et.
MULTIPLE_COLUMN_MOUSE - Static variable in class ca.odell.glazedlists.gui.AbstractTableComparatorChooser
Sort multiple columns without use of the keyboard.
MULTIPLE_INTERVAL_SELECTION - Static variable in class ca.odell.glazedlists.ListSelection
A selection mode where any element may be selected and elements added adjacent to selected elements are selected.
MULTIPLE_INTERVAL_SELECTION_DEFENSIVE - Static variable in class ca.odell.glazedlists.ListSelection
A selection mode where any element may be selected and freshly added elements are always deselected.

N

NachoDateRangeMatcherEditor<E> - Class in ca.odell.glazedlists.nachocalendar
This NachoDateRangeMatcherEditor uses NachoCalendar DateField objects to edit the endpoints of the date range.
NachoDateRangeMatcherEditor(Filterator<Date, E>) - Constructor for class ca.odell.glazedlists.nachocalendar.NachoDateRangeMatcherEditor
 
NetworkList - Class in ca.odell.glazedlists.io
An EventList that is either published to the network or subscribed from the network.
NetworkListStatusListener - Interface in ca.odell.glazedlists.io
Listens to the current status of a NetworkList.
next() - Method in class ca.odell.glazedlists.event.ListEvent
Increments the change sequence to view the next change.
next(E) - Method in interface ca.odell.glazedlists.SequenceList.Sequencer
Given a sequencable value, produce the next value in the sequence such that value is now included in the sequence.
nextBlock() - Method in class ca.odell.glazedlists.event.ListEvent
Increments the change sequence to view the next change block.
NOT_EQUAL - Static variable in class ca.odell.glazedlists.matchers.ThresholdMatcherEditor
 

O

ObservableElementList<E> - Class in ca.odell.glazedlists
A list that fires update events whenever elements are modified in place.
ObservableElementList(EventList<E>, ObservableElementList.Connector<E>) - Constructor for class ca.odell.glazedlists.ObservableElementList
Constructs an ObservableElementList which wraps the given source and uses the given elementConnector to register/unregister change listeners on elements of the source.
ObservableElementList.Connector<E> - Interface in ca.odell.glazedlists
An interface defining the methods required for registering and unregistering change listeners on list elements within an ObservableElementList.
OR - Static variable in class ca.odell.glazedlists.matchers.CompositeMatcherEditor
require any matchers in the MatcherEditor to match

P

PopularityList<E> - Class in ca.odell.glazedlists
An EventList that shows the unique elements from its source EventList ordered by the frequency of their appearance.
PopularityList(EventList<E>, Comparator<E>) - Constructor for class ca.odell.glazedlists.PopularityList
Creates a new PopularityList that provides frequency-ranking for the specified EventList.
PopularityList(EventList<E>) - Constructor for class ca.odell.glazedlists.PopularityList
Creates a new PopularityList that provides frequency-ranking for the specified EventList.
postDelete(ValueSegment<C, R>) - Method in class ca.odell.glazedlists.jfreechart.EventListCategoryDataset
This no-op method is left as a hook for subclasses.
postInsert(ValueSegment<C, R>) - Method in class ca.odell.glazedlists.jfreechart.EventListCategoryDataset
This no-op method is left as a hook for subclasses.
preFetch(int) - Method in class ca.odell.glazedlists.io.CachingList
Pre-fetches a set of data given the index that was directly requested.
previous(E) - Method in interface ca.odell.glazedlists.SequenceList.Sequencer
Given a sequencable value, produce the previous value in the sequence such that value is now included in the sequence.
publish(EventList, String, ByteCoder) - Method in class ca.odell.glazedlists.io.ListPeer
Publish the specified EventList with the specified name.
publisher - Variable in class ca.odell.glazedlists.AbstractEventList
the publisher manages the distribution of changes

R

RangeList<E> - Class in ca.odell.glazedlists
This EventList shows values from a continuous range of indices from a source EventList.
RangeList(EventList<E>) - Constructor for class ca.odell.glazedlists.RangeList
Create a new RangeList that limits the specified EventList to a desired range.
rangeMatcher(D, D) - Static method in class ca.odell.glazedlists.matchers.Matchers
Creates a Matcher that matches Comparable objects for containment within the range between the given start and end.
rangeMatcher(D, D, Filterator<D, E>) - Static method in class ca.odell.glazedlists.matchers.Matchers
Creates a Matcher that uses the given filterator to extract Comparable objects from filtered objects and compares those Comparables against the range between the given start and end.
RangeMatcherEditor<D extends Comparable,E> - Class in ca.odell.glazedlists.matchers
A MatcherEditor that produces Matchers which match Objects if they lie within a range of Comparables.
RangeMatcherEditor() - Constructor for class ca.odell.glazedlists.matchers.RangeMatcherEditor
Creates a RangeMatcherEditor whose Matchers can test only elements which are Comparable objects.
RangeMatcherEditor(Filterator<D, E>) - Constructor for class ca.odell.glazedlists.matchers.RangeMatcherEditor
Creates a RangeMatcherEditor that matches Objects using the specified Filterator to get the Comparables to search.
readLock() - Method in interface ca.odell.glazedlists.util.concurrent.ReadWriteLock
Return the lock used for reading.
readOnlyList(EventList<E>) - Static method in class ca.odell.glazedlists.GlazedLists
Wraps the source in an EventList that does not allow writing operations.
readWriteLock - Variable in class ca.odell.glazedlists.AbstractEventList
the read/write lock provides mutual exclusion to access
ReadWriteLock - Interface in ca.odell.glazedlists.util.concurrent
A ReadWriteLock maintains a pair of associated locks, one for read-only operations and one for writing.
rebuildComparator() - Method in class ca.odell.glazedlists.gui.AbstractTableComparatorChooser
Updates the comparator in use and applies it to the table.
rebuildComparator() - Method in class ca.odell.glazedlists.swing.TableComparatorChooser
Updates the comparator in use and applies it to the table.
rebuildComparator() - Method in class ca.odell.glazedlists.swt.TableComparatorChooser
Updates the comparator in use and applies it to the table.
redetectComparator(Comparator<? super E>) - Method in class ca.odell.glazedlists.gui.AbstractTableComparatorChooser
Examines the current Comparator of the SortedList and adds icons to the table header renderers in response.
redetectComparator(Comparator<? super E>) - Method in class ca.odell.glazedlists.swing.TableComparatorChooser
Examines the current Comparator of the SortedList and adds icons to the table header renderers in response.
reevaluate(A, B) - Method in interface ca.odell.glazedlists.FunctionList.AdvancedFunction
Evaluate the sourceValue again to produce the corresponding value in the FunctionList.
RELAXED - Static variable in class ca.odell.glazedlists.matchers.MatcherEditor.Event
Indicates the associated Matcher is a relaxed version of the previous Matcher, implying it can be expected to match at least the same values matched by the previous Matcher, and possibly more.
remove(Object) - Method in class ca.odell.glazedlists.AbstractEventList
Removes the first occurrence in this list of the specified element (optional operation).
remove(int) - Method in class ca.odell.glazedlists.AbstractEventList
Removes the element at the specified position in this list (optional operation).
remove(int) - Method in class ca.odell.glazedlists.BasicEventList
Removes the element at the specified position in this list (optional operation).
remove(Object) - Method in class ca.odell.glazedlists.BasicEventList
Removes the first occurrence in this list of the specified element (optional operation).
remove(int) - Method in class ca.odell.glazedlists.CollectionList
Removes the element at the specified position in this list (optional operation). Shifts any subsequent elements to the left (subtracts one from their indices). Returns the element that was removed from the list.
remove(Object) - Method in class ca.odell.glazedlists.DebugList
Removes the first occurrence in this list of the specified element (optional operation).
remove(int) - Method in class ca.odell.glazedlists.DebugList
Removes the element at the specified position in this list (optional operation).
remove(int) - Method in class ca.odell.glazedlists.FunctionList
Removes the element at the specified position in this list (optional operation). Shifts any subsequent elements to the left (subtracts one from their indices). Returns the element that was removed from the list.
remove(int) - Method in class ca.odell.glazedlists.GroupingList
Removes the element at the specified position in this list (optional operation). Shifts any subsequent elements to the left (subtracts one from their indices). Returns the element that was removed from the list.
remove(int) - Method in class ca.odell.glazedlists.TransformedList
Removes the element at the specified position in this list (optional operation).
remove(int) - Method in class ca.odell.glazedlists.UniqueList
Removes the element at the specified position in this list (optional operation). Shifts any subsequent elements to the left (subtracts one from their indices). Returns the element that was removed from the list.
removeAll(Collection<?>) - Method in class ca.odell.glazedlists.AbstractEventList
Removes from this list all the elements that are contained in the specified collection (optional operation).
removeAll(Collection<?>) - Method in class ca.odell.glazedlists.BasicEventList
Removes from this list all the elements that are contained in the specified collection (optional operation).
removeAll(Collection<?>) - Method in class ca.odell.glazedlists.DebugList
Removes from this list all the elements that are contained in the specified collection (optional operation).
removeAll(Collection<?>) - Method in class ca.odell.glazedlists.TransformedList
Removes from this list all the elements that are contained in the specified collection (optional operation).
removeDependency(EventList, ListEventListener) - Method in class ca.odell.glazedlists.event.GraphDependenciesListEventPublisher
Removes the specified EventList as a dependency for the specified ListEventListener.
removeDependency(EventList, ListEventListener) - Method in interface ca.odell.glazedlists.event.ListEventPublisher
Deprecated. replaced with ListEventPublisher.clearRelatedSubject(java.lang.Object), which has different semantics and takes different arguments, but accomplishes the same goal
removeIndexInterval(int, int) - Method in class ca.odell.glazedlists.swing.EventSelectionModel
Remove the indices in the interval index0,index1 (inclusive) from the selection model.
removeListDataListener(ListDataListener) - Method in class ca.odell.glazedlists.swing.EventListModel
Deregisters the specified ListDataListener from receiving updates whenever this list changes.
removeListEventListener(ListEventListener<E>) - Method in class ca.odell.glazedlists.AbstractEventList
Removes the specified listener from receiving change updates for this list.
removeListEventListener(ListEventListener<E>) - Method in class ca.odell.glazedlists.event.ListEventAssembler
Removes the specified listener from receiving notification when new changes are appended to this list change sequence.
removeListEventListener(ListEventListener<E>) - Method in interface ca.odell.glazedlists.EventList
Removes the specified listener from receiving change updates for this list.
removeListSelectionListener(ListSelectionListener) - Method in class ca.odell.glazedlists.swing.EventSelectionModel
Remove a listener from the list that's notified each time a change to the selection occurs.
removeMatcherEditorListener(MatcherEditor.Listener<E>) - Method in class ca.odell.glazedlists.matchers.AbstractMatcherEditor
Remove the listener so that it no longer receives notification when the Matcher changes.
removeMatcherEditorListener(MatcherEditor.Listener<E>) - Method in interface ca.odell.glazedlists.matchers.MatcherEditor
Remove the listener so that it no longer receives notification when the Matcher changes.
removeMemberList(EventList<E>) - Method in class ca.odell.glazedlists.CompositeList
Removes the specified EventList as a source EventList to this CompositeList.
removeSelectionInterval(int, int) - Method in class ca.odell.glazedlists.swing.EventSelectionModel
Change the selection to be the set difference of the current selection and the indices between index0 and index1 inclusive.
removeSelectionListener(ListSelection.Listener) - Method in class ca.odell.glazedlists.ListSelection
Remove a Listener so that it will no longer be notified when selection changes.
removeSortActionListener(ActionListener) - Method in class ca.odell.glazedlists.swing.TableComparatorChooser
Deregisters the specified ActionListener to no longer receive action events.
removeSortActionListener(Listener) - Method in class ca.odell.glazedlists.swt.TableComparatorChooser
Deregisters the specified Listener to no longer receive events.
removeStatusListener(NetworkListStatusListener) - Method in class ca.odell.glazedlists.io.NetworkList
Deregisters the specified listener from receiving events about the status of this NetworkList.
reorder(int[]) - Method in class ca.odell.glazedlists.event.ListEventAssembler
Sets the current event as a reordering.
replaceAll(EventList<E>, List<E>, boolean) - Static method in class ca.odell.glazedlists.GlazedLists
Replace the complete contents of the target EventList with the complete contents of the source EventList while making as few list changes as possible.
replaceAll(EventList<E>, List<E>, boolean, Comparator<E>) - Static method in class ca.odell.glazedlists.GlazedLists
Overloaded version of GlazedLists.replaceAll(EventList,List,boolean) that uses a Comparator to determine equality rather than equals().
replaceAllSorted(EventList<E>, Collection<E>, boolean, Comparator<E>) - Static method in class ca.odell.glazedlists.GlazedLists
Replace the complete contents of the target EventList with the complete contents of the source Collection while making as few list changes as possible.
reset() - Method in class ca.odell.glazedlists.event.ListEvent
Resets this event's position to the previously-marked position.
retainAll(Collection<?>) - Method in class ca.odell.glazedlists.AbstractEventList
Retains only the elements in this list that are contained in the specified collection (optional operation).
retainAll(Collection<?>) - Method in class ca.odell.glazedlists.BasicEventList
Retains only the elements in this list that are contained in the specified collection (optional operation).
retainAll(Collection<?>) - Method in class ca.odell.glazedlists.DebugList
Retains only the elements in this list that are contained in the specified collection (optional operation).
retainAll(Collection<?>) - Method in class ca.odell.glazedlists.TransformedList
Retains only the elements in this list that are contained in the specified collection (optional operation).
reverseComparator() - Static method in class ca.odell.glazedlists.GlazedLists
Creates a reverse Comparator that works for Comparable objects.
reverseComparator(Comparator<T>) - Static method in class ca.odell.glazedlists.GlazedLists
Creates a reverse Comparator that inverts the given Comparator.
rowKeys - Variable in class ca.odell.glazedlists.jfreechart.EventListCategoryDataset
An ordered list of keys identifying the chart's rows.

S

select(int) - Method in class ca.odell.glazedlists.ListSelection
Selects the element at the given index.
select(int, int) - Method in class ca.odell.glazedlists.ListSelection
Selects all of the elements within the given range.
select(int[]) - Method in class ca.odell.glazedlists.ListSelection
Selects all of the elements in the given array of indices.
select(E) - Method in class ca.odell.glazedlists.ListSelection
Select the specified element, if it exists.
select(Collection<E>) - Method in class ca.odell.glazedlists.ListSelection
Select all of the specified values.
selectAll() - Method in class ca.odell.glazedlists.ListSelection
Selects all elements.
selectionChanged(int, int) - Method in interface ca.odell.glazedlists.ListSelection.Listener
Notifies this SelectionListener of a change in selection.
SeparatorList<E> - Class in ca.odell.glazedlists
A list that adds separator objects before each group of elements.
SeparatorList(EventList<E>, Comparator<E>, int, int) - Constructor for class ca.odell.glazedlists.SeparatorList
Create a SeparatorList...
SeparatorList.Separator<E> - Interface in ca.odell.glazedlists
A separator heading the elements of a group.
SequenceList<E> - Class in ca.odell.glazedlists
A SequenceList contains values in adjacent indices which occur at predictable intervals from each other.
SequenceList(EventList<E>, SequenceList.Sequencer<E>) - Constructor for class ca.odell.glazedlists.SequenceList
Constructs a SequenceList containing a sequence of values produced by the sequencer which cover the range of values contained within the source.
SequenceList(EventList<E>, SequenceList.Sequencer<E>, Comparator<E>) - Constructor for class ca.odell.glazedlists.SequenceList
Constructs a SequenceList containing a sequence of values produced by the sequencer which cover the range of values contained within the source.
SequenceList.Sequencer<E> - Interface in ca.odell.glazedlists
A Sequencer defines the logic required to calculate the previous and next sequence values given any value.
Sequencers - Class in ca.odell.glazedlists
A factory for creating Sequencers.
serializableByteCoder() - Static method in class ca.odell.glazedlists.io.GlazedListsIO
Creates a ByteCoder that encodes Serializable Objects using an ObjectOutputStream.
set(int, E) - Method in class ca.odell.glazedlists.AbstractEventList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, E) - Method in class ca.odell.glazedlists.BasicEventList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, E) - Method in class ca.odell.glazedlists.CollectionList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, E) - Method in class ca.odell.glazedlists.DebugList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, E) - Method in class ca.odell.glazedlists.FunctionList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, List<E>) - Method in class ca.odell.glazedlists.GroupingList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, E) - Method in class ca.odell.glazedlists.TransformedList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, E) - Method in class ca.odell.glazedlists.UniqueList
Replaces the element at the specified position in this list with the specified element (optional operation).
setAnchorSelectionIndex(int) - Method in class ca.odell.glazedlists.ListSelection
Set the anchor selection index.
setAnchorSelectionIndex(int) - Method in class ca.odell.glazedlists.swing.EventSelectionModel
Set the anchor selection index.
setCellConstraints(CellConstraints[]) - Method in class ca.odell.glazedlists.swing.JEventListPanel.AbstractFormat
Set the constraints used for the components of each element.
setCellConstraints(String[]) - Method in class ca.odell.glazedlists.swing.JEventListPanel.AbstractFormat
Set the constraints used for the components of each element.
setChecked(E, boolean) - Method in interface ca.odell.glazedlists.gui.CheckableTableFormat
Sets the specified object as checked.
setCheckedOnly(boolean) - Method in class ca.odell.glazedlists.swt.EventTableViewer
Set whether this shall show only checked elements.
setColumnValue(E, Object, int) - Method in interface ca.odell.glazedlists.gui.WritableTableFormat
Sets the specified field of the base object to the edited value.
setColumnWidth(int, int) - Method in class ca.odell.glazedlists.swt.AbstractKTableFormat
setColumnWidth(int, int) - Method in class ca.odell.glazedlists.swt.EventKTableModel
setColumnWidth(int, int) - Method in interface ca.odell.glazedlists.swt.KTableFormat
 
setComparator(Comparator<E>) - Method in class ca.odell.glazedlists.matchers.ThresholdMatcherEditor
Update the comparator.
setComparator(Comparator<E>) - Method in class ca.odell.glazedlists.SeparatorList
Set the Comparator used to determine how elements are split into groups.
setComparator(Comparator<? super E>) - Method in class ca.odell.glazedlists.SortedList
Set the Comparator in use in this EventList.
setContentAt(int, int, Object) - Method in class ca.odell.glazedlists.swt.EventKTableModel
setCorrectsCase(boolean) - Method in class ca.odell.glazedlists.swing.AutoCompleteSupport
If correctCase is true, user specified strings will be converted to the case of the element they match.
setElementCells(String, String) - Method in class ca.odell.glazedlists.swing.JEventListPanel.AbstractFormat
Set the rows and columns used for a single element cell.
setElementColumns(ColumnSpec[]) - Method in class ca.odell.glazedlists.swing.JEventListPanel.AbstractFormat
Set the columns used for a single element cell.
setElementColumns(int) - Method in class ca.odell.glazedlists.swing.JEventListPanel
Limit the number of list elements will be layed out along the X axis.
setElementRows(RowSpec[]) - Method in class ca.odell.glazedlists.swing.JEventListPanel.AbstractFormat
Set the rows used for a single element cell.
setElementRows(int) - Method in class ca.odell.glazedlists.swing.JEventListPanel
Limit the number of list elements will be layed out along the Y axis.
setEnabled(boolean) - Method in class ca.odell.glazedlists.swing.EventSelectionModel
Set the EventSelectionModel as editable or not.
setFilterMode(int) - Method in class ca.odell.glazedlists.swing.AutoCompleteSupport
Sets the manner in which the contents of the ComboBoxModel are filtered.
setFilterText(String[]) - Method in class ca.odell.glazedlists.matchers.TextMatcherEditor
Adjusts the filters of this TextMatcherEditor and fires a change to the Matcher.
setGapColumn(ColumnSpec) - Method in class ca.odell.glazedlists.swing.JEventListPanel.AbstractFormat
Set the width of the horizontal gap between element cells.
setGapRow(RowSpec) - Method in class ca.odell.glazedlists.swing.JEventListPanel.AbstractFormat
Set the height of the vertical gap between element cells.
setGaps(String, String) - Method in class ca.odell.glazedlists.swing.JEventListPanel.AbstractFormat
Set the size of the gaps between element cells.
setHeadRange(int, int) - Method in class ca.odell.glazedlists.RangeList
Set the range of values displayed by this RangeList.
setIconPath(String) - Static method in class ca.odell.glazedlists.swing.TableComparatorChooser
Set all TableComparatorChoosers to use the icons from the directory specified.
setLeadSelectionIndex(int) - Method in class ca.odell.glazedlists.ListSelection
Set the lead selection index.
setLeadSelectionIndex(int) - Method in class ca.odell.glazedlists.swing.EventSelectionModel
Set the lead selection index.
setLimit(int) - Method in interface ca.odell.glazedlists.SeparatorList.Separator
Set the maximum number of elements in this group to show.
setLive(boolean) - Method in class ca.odell.glazedlists.swing.TextComponentMatcherEditor
Toggle between filtering by the keystroke and not.
setLive(boolean) - Method in class ca.odell.glazedlists.swt.TextWidgetMatcherEditor
Toggle between filtering by the keystroke and not.
setLockCheckingEnabled(boolean) - Method in class ca.odell.glazedlists.DebugList
If lockCheckingEnabled is true this DebugList will check the calling Thread for lock ownership before each read and write operation; false indicates this check shouldn't be performed.
setLowerThreshold(E) - Method in class ca.odell.glazedlists.ThresholdList
Sets the lower threshold for this list to be the result of calling evaluate() on the given object.
setLowerThreshold(int) - Method in class ca.odell.glazedlists.ThresholdList
Sets the lower threshold for this list.
setMatcher(Matcher<? super E>) - Method in class ca.odell.glazedlists.FilterList
Set the Matcher which specifies which elements shall be filtered.
setMatcherEditor(MatcherEditor<? super E>) - Method in class ca.odell.glazedlists.FilterList
Set the MatcherEditor which provides a dynamic Matcher to determine which elements shall be filtered.
setMatchOperation(ThresholdMatcherEditor.MatchOperation) - Method in class ca.odell.glazedlists.matchers.ThresholdMatcherEditor
Update the operation used to determine what relation list elements should have to the threshold in order to match (i.e., be visible).
setMiddleRange(int, int) - Method in class ca.odell.glazedlists.RangeList
Set the range to include the specified indices, offset from the end of the source EventList.
setMode(int) - Method in class ca.odell.glazedlists.matchers.CompositeMatcherEditor
Set the match mode for this CompositeMatcherEditor.
setMode(int) - Method in class ca.odell.glazedlists.matchers.TextMatcherEditor
Modify the behaviour of this TextMatcherEditor to one of the predefined modes.
setMode(int) - Method in class ca.odell.glazedlists.SortedList
Modify the behaviour of this SortedList to one of the predefined modes.
setObservableElementList(ObservableElementList<E>) - Method in interface ca.odell.glazedlists.ObservableElementList.Connector
Sets the ObservableElementList to notify when changes occur on elements.
setRange(D, D) - Method in class ca.odell.glazedlists.matchers.RangeMatcherEditor
This method is used to change the range currently matched by this MatcherEditor.
setRange(int, int) - Method in class ca.odell.glazedlists.RangeList
Deprecated. 2/15/2006 use RangeList.setHeadRange(int, int) instead. The introduction of RangeList.setMiddleRange(int, int) caused us to want a consistent naming scheme for all set*Range methods.
setRange(int, int) - Method in class ca.odell.glazedlists.ThresholdList
Set the range of values displayed by this RangeList.
setRelatedListener(Object, Object) - Method in class ca.odell.glazedlists.event.GraphDependenciesListEventPublisher
Attach the specified subject to the specified listener, so that the listener's dependencies are satisfied before the subject is notified.
setRelatedListener(Object, Object) - Method in interface ca.odell.glazedlists.event.ListEventPublisher
Attach the specified subject to the specified listener, so that the listener's dependencies are satisfied before the subject is notified.
setRelatedSubject(Object, Object) - Method in class ca.odell.glazedlists.event.GraphDependenciesListEventPublisher
Attach the specified listener to the specified subject, so that when dependencies are being prepared, notifying the listener will be considered equivalent to notifying the subject.
setRelatedSubject(Object, Object) - Method in interface ca.odell.glazedlists.event.ListEventPublisher
Attach the specified listener to the specified subject, so that when dependencies are being prepared, notifying the listener will be considered equivalent to notifying the subject.
setRowHeight(Object, int) - Method in class ca.odell.glazedlists.swt.AbstractKTableFormat
setRowHeight(int, int) - Method in class ca.odell.glazedlists.swt.EventKTableModel
setRowHeight(Object, int) - Method in interface ca.odell.glazedlists.swt.KTableFormat
 
setSelectedItem(Object) - Method in class ca.odell.glazedlists.swing.EventComboBoxModel
Sets the currently selected item.
setSelection(int) - Method in class ca.odell.glazedlists.ListSelection
Sets the selection to be only the element at the given index.
setSelection(int, int) - Method in class ca.odell.glazedlists.ListSelection
Sets the selection to be only elements within the given range.
setSelection(int[]) - Method in class ca.odell.glazedlists.ListSelection
Sets the selection to be only the element in the given array of indices.
setSelectionInterval(int, int) - Method in class ca.odell.glazedlists.swing.EventSelectionModel
Change the selection to be between index0 and index1 inclusive.
setSelectionMode(int) - Method in class ca.odell.glazedlists.ListSelection
Set the selection mode.
setSelectionMode(int) - Method in class ca.odell.glazedlists.swing.EventSelectionModel
Set the selection mode.
setSelectsTextOnFocusGain(boolean) - Method in class ca.odell.glazedlists.swing.AutoCompleteSupport
If selectsTextOnFocusGain is true, all text in the editor is selected when the combo box editor gains focus.
setSortIcon(Icon) - Method in interface ca.odell.glazedlists.swing.SortableRenderer
Sets the icon to display in order to indicate sorting direction or null if no sorting is taking place.
setStrict(boolean) - Method in class ca.odell.glazedlists.swing.AutoCompleteSupport
If strict is true, the user can specify values not appearing within the ComboBoxModel.
setTableFormat(TableFormat<E>) - Method in class ca.odell.glazedlists.gui.AbstractTableComparatorChooser
Adjusts the TableFormat this comparator chooser uses when selecting comparators.
setTableFormat(TableFormat<E>) - Method in class ca.odell.glazedlists.swing.EventTableModel
Sets this table to be rendered by a different table format.
setTableFormat(TableFormat) - Method in class ca.odell.glazedlists.swt.EventTableViewer
Sets this Table to be formatted by a different TableFormat.
setTailRange(int, int) - Method in class ca.odell.glazedlists.RangeList
Set the range to include the specified indices, offset from the end of the source EventList.
setTailRange(int, int) - Method in class ca.odell.glazedlists.ThresholdList
Set the range to include the specified indices, offset from the end of the source EventList.
setThreshold(E) - Method in class ca.odell.glazedlists.matchers.ThresholdMatcherEditor
Update the threshold used to determine what is matched by the list.
setUpperThreshold(E) - Method in class ca.odell.glazedlists.ThresholdList
Sets the upper threshold for this list to be the result of calling evaluate() on the given object.
setUpperThreshold(int) - Method in class ca.odell.glazedlists.ThresholdList
Sets the upper threshold for this list.
setValueAt(Object, int, int) - Method in class ca.odell.glazedlists.swing.EventTableModel
The list table is not editable.
setValueIsAdjusting(boolean) - Method in class ca.odell.glazedlists.swing.EventSelectionModel
This property is true if upcoming changes to the value of the model should be considered a single event.
SINGLE_COLUMN - Static variable in class ca.odell.glazedlists.gui.AbstractTableComparatorChooser
Emulate the sorting behaviour of Windows Explorer and Mac OS X Finder.
SINGLE_INTERVAL_SELECTION - Static variable in class ca.odell.glazedlists.ListSelection
A selection mode where at most one range of elements may be selected at one time.
SINGLE_SELECTION - Static variable in class ca.odell.glazedlists.ListSelection
A selection mode where at most one element may be selected at one time.
size() - Method in class ca.odell.glazedlists.AbstractEventList
Returns the number of elements in this list.
size() - Method in class ca.odell.glazedlists.BasicEventList
Returns the number of elements in this list.
size() - Method in class ca.odell.glazedlists.CollectionList
Returns the number of elements in this list. If this list contains more than Integer.MAX_VALUE elements, returns Integer.MAX_VALUE.
size() - Method in class ca.odell.glazedlists.DebugList
Returns the number of elements in this list.
size() - Method in class ca.odell.glazedlists.FilterList
Returns the number of elements in this list. If this list contains more than Integer.MAX_VALUE elements, returns Integer.MAX_VALUE.
size() - Method in class ca.odell.glazedlists.FreezableList
Returns the number of elements in this list. If this list contains more than Integer.MAX_VALUE elements, returns Integer.MAX_VALUE.
size() - Method in class ca.odell.glazedlists.GroupingList
Returns the number of elements in this list. If this list contains more than Integer.MAX_VALUE elements, returns Integer.MAX_VALUE.
size() - Method in class ca.odell.glazedlists.io.CachingList
Returns the number of elements in this list. If this list contains more than Integer.MAX_VALUE elements, returns Integer.MAX_VALUE.
size() - Method in class ca.odell.glazedlists.RangeList
Returns the number of elements in this list. If this list contains more than Integer.MAX_VALUE elements, returns Integer.MAX_VALUE.
size() - Method in interface ca.odell.glazedlists.SeparatorList.Separator
A convenience method to get the number of elements in this group.
size() - Method in class ca.odell.glazedlists.SeparatorList
Returns the number of elements in this list. If this list contains more than Integer.MAX_VALUE elements, returns Integer.MAX_VALUE.
size() - Method in class ca.odell.glazedlists.SequenceList
Returns the number of elements in this list. If this list contains more than Integer.MAX_VALUE elements, returns Integer.MAX_VALUE.
size() - Method in class ca.odell.glazedlists.TransformedList
Returns the number of elements in this list.
size() - Method in class ca.odell.glazedlists.UniqueList
Returns the number of elements in this list. If this list contains more than Integer.MAX_VALUE elements, returns Integer.MAX_VALUE.
SortableRenderer - Interface in ca.odell.glazedlists.swing
This interface is intended to be implemented by custom TableCellRenderers installed on the JTableHeader of a sortable JTable.
sortedList - Variable in class ca.odell.glazedlists.gui.AbstractTableComparatorChooser
the sorted list to choose the comparators for
SortedList<E> - Class in ca.odell.glazedlists
An EventList that shows its source EventList in sorted order.
SortedList(EventList<E>) - Constructor for class ca.odell.glazedlists.SortedList
Creates a SortedList that sorts the specified EventList.
SortedList(EventList<E>, Comparator<? super E>) - Constructor for class ca.odell.glazedlists.SortedList
Creates a SortedList that sorts the specified EventList using the specified Comparator to determine sort order.
sortedListComparator - Variable in class ca.odell.glazedlists.gui.AbstractTableComparatorChooser
the potentially foreign comparator associated with the sorted list
sortIndex(Object) - Method in class ca.odell.glazedlists.SortedList
Returns the first index of the object's sort location or the first index at which the object could be positioned if inserted.
sortingState - Variable in class ca.odell.glazedlists.gui.AbstractTableComparatorChooser
manage which columns are sorted and in which order
source - Variable in class ca.odell.glazedlists.TransformedList
the event list to transform
sourceList - Variable in class ca.odell.glazedlists.event.ListEvent
the list that has changed
start() - Method in class ca.odell.glazedlists.io.ListPeer
Starts the peer.
STARTS_WITH - 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 starts with one of the given search strings.
stop() - Method in class ca.odell.glazedlists.io.ListPeer
Stops the peer.
STRICT_SORT_ORDER - Static variable in class ca.odell.glazedlists.SortedList
Sorting mode where elements are always in sorted order, even if this requires that elements be moved from one index to another when their value is changed.
subList(int, int) - Method in class ca.odell.glazedlists.AbstractEventList
Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, exclusive.
subscribe(String, int, String, ByteCoder) - Method in class ca.odell.glazedlists.io.ListPeer
Subscribe to the EventList with the specified name.
swingThreadProxyList(EventList<E>) - Static method in class ca.odell.glazedlists.swing.GlazedListsSwing
Wraps the source in an EventList that fires all of its update events from the Swing event dispatch thread.
swingThreadSource - Variable in class ca.odell.glazedlists.swing.EventTableModel
the proxy moves events to the Swing Event Dispatch thread
swtThreadProxyList(EventList, Display) - Static method in class ca.odell.glazedlists.swt.GlazedListsSWT
Wraps the source in an EventList that fires all of its update events from the SWT user interface thread.
syncEventListToList(EventList<E>, List<E>) - Static method in class ca.odell.glazedlists.GlazedLists
Synchronize the specified EventList to the specified List.
syncEventListToMultiMap(EventList<V>, FunctionList.Function<V, ? extends Comparable<K>>) - Static method in class ca.odell.glazedlists.GlazedLists
Synchronize the specified EventList to a MultiMap that is returned from this method.

T

TableComparatorChooser<E> - Class in ca.odell.glazedlists.swing
A TableComparatorChooser is a tool that allows the user to sort a ListTable by clicking on the table's headers.
TableComparatorChooser(JTable, SortedList<E>, boolean) - Constructor for class ca.odell.glazedlists.swing.TableComparatorChooser
Creates a new TableComparatorChooser that responds to clicks on the specified table and uses them to sort the specified list.
TableComparatorChooser(JTable, SortedList<E>, Object) - Constructor for class ca.odell.glazedlists.swing.TableComparatorChooser
Creates a new TableComparatorChooser that responds to clicks on the specified table and uses them to sort the specified list by delegating to the given strategy.
TableComparatorChooser - Class in ca.odell.glazedlists.swt
A TableComparatorChooser is a tool that allows the user to sort a ListTable by clicking on the table's headers.
TableComparatorChooser(EventTableViewer, SortedList, boolean) - Constructor for class ca.odell.glazedlists.swt.TableComparatorChooser
Creates a new TableComparatorChooser that responds to clicks on the specified table and uses them to sort the specified list.
tableFormat(String[], String[]) - Static method in class ca.odell.glazedlists.GlazedLists
Creates a TableFormat that binds JavaBean properties to table columns via Reflection.
tableFormat(Class<T>, String[], String[]) - Static method in class ca.odell.glazedlists.GlazedLists
Creates a TableFormat that binds JavaBean properties to table columns via Reflection.
tableFormat(String[], String[], boolean[]) - Static method in class ca.odell.glazedlists.GlazedLists
Creates a TableFormat that binds JavaBean properties to table columns via Reflection.
tableFormat(Class<T>, String[], String[], boolean[]) - Static method in class ca.odell.glazedlists.GlazedLists
Creates a TableFormat that binds JavaBean properties to table columns via Reflection.
TableFormat<E> - Interface in ca.odell.glazedlists.gui
Specifies how a set of records are rendered in a table.
TableFormatKTableFormat - Class in ca.odell.glazedlists.swt
Adapt TableFormat to KTableFormat.
TableFormatKTableFormat(TableFormat) - Constructor for class ca.odell.glazedlists.swt.TableFormatKTableFormat
Adapt the specified TableFormat to be used in a KTable.
TextComponentMatcherEditor<E> - Class in ca.odell.glazedlists.swing
A MatcherEditor that matches Objects that contain the filter text located within a Document.
TextComponentMatcherEditor(JTextComponent, TextFilterator<E>) - Constructor for class ca.odell.glazedlists.swing.TextComponentMatcherEditor
Creates a TextMatcherEditor bound to the Document backing the given textComponent with the given textFilterator.
TextComponentMatcherEditor(JTextComponent, TextFilterator<E>, boolean) - Constructor for class ca.odell.glazedlists.swing.TextComponentMatcherEditor
Creates a TextMatcherEditor bound to the Document backing the given textComponent with the given textFilterator.
TextComponentMatcherEditor(Document, TextFilterator<E>) - Constructor for class ca.odell.glazedlists.swing.TextComponentMatcherEditor
Creates a TextMatcherEditor bound to the given document with the given textFilterator.
TextFilterable - Interface in ca.odell.glazedlists
An item that can be compared to a list of filters to see if it matches.
textFilterator(String[]) - Static method in class ca.odell.glazedlists.GlazedLists
Creates a TextFilterator that searches the given JavaBean properties.
TextFilterator<E> - Interface in ca.odell.glazedlists
An interface through which a list of Strings for a given object can be extracted for testing whether a filter matches.
TextMatcherEditor<E> - Class in ca.odell.glazedlists.matchers
A matcher editor that matches Objects that contain a filter text string.
TextMatcherEditor() - Constructor for class ca.odell.glazedlists.matchers.TextMatcherEditor
Creates a TextMatcherEditor whose Matchers can test only elements which implement the TextFilterable interface.
TextMatcherEditor(TextFilterator<E>) - Constructor for class ca.odell.glazedlists.matchers.TextMatcherEditor
Creates a TextMatcherEditor that matches Objects using the specified TextFilterator to get the Strings to search.
TextWidgetMatcherEditor - Class in ca.odell.glazedlists.swt
A MatcherEditor that matches elements that contain the filter text located within a Text field.
TextWidgetMatcherEditor(Text, TextFilterator) - Constructor for class ca.odell.glazedlists.swt.TextWidgetMatcherEditor
Creates a TextWidgetMatcherEditor bound to the provided Text with the given textFilterator.
TextWidgetMatcherEditor(Text, TextFilterator, boolean) - Constructor for class ca.odell.glazedlists.swt.TextWidgetMatcherEditor
Creates a TextWidgetMatcherEditor bound to the provided Text with the given textFilterator where filtering can be specified as "live" or to be based on another event such as the user pressing Enter or a button being clicked.
thaw() - Method in class ca.odell.glazedlists.FreezableList
Unlocks this FreezableList to show the same contents of the source EventList.
ThreadedMatcherEditor<E> - Class in ca.odell.glazedlists.matchers
A MatcherEditor which decorates a source MatcherEditor with functionality.
ThreadedMatcherEditor(MatcherEditor<E>) - Constructor for class ca.odell.glazedlists.matchers.ThreadedMatcherEditor
Creates a ThreadedMatcherEditor which wraps the given source.
threadSafeList(EventList<E>) - Static method in class ca.odell.glazedlists.GlazedLists
Wraps the source in an EventList that obtains a ReadWritLock for all operations.
thresholdEvaluator(String) - Static method in class ca.odell.glazedlists.GlazedLists
Creates a ThresholdList.Evaluator that uses Reflection to utilize an integer JavaBean property as the threshold evaluation.
ThresholdList<E> - Class in ca.odell.glazedlists
An EventList that shows a range of the elements of the source EventList.
ThresholdList(EventList<E>, String) - Constructor for class ca.odell.glazedlists.ThresholdList
Creates a ThresholdList that provides range-filtering based on the specified EventList based on the specified integer JavaBean property.
ThresholdList(EventList<E>, ThresholdList.Evaluator<E>) - Constructor for class ca.odell.glazedlists.ThresholdList
Creates a ThresholdList that provides range-filtering on the specified EventList using the specified ThresholdList.Evaluator.
ThresholdList.Evaluator<E> - Interface in ca.odell.glazedlists
Provide an integer value for a given Object in a ThresholdList.
ThresholdMatcherEditor<E> - Class in ca.odell.glazedlists.matchers
A MatcherEditor that filters elements based on whether they are greater than or less than a threshold.
ThresholdMatcherEditor() - Constructor for class ca.odell.glazedlists.matchers.ThresholdMatcherEditor
Construct an instance that will require elements to be greater than the threshold (which is not initially set) and relies on the thresold object and elements in the list implementing Comparable.
ThresholdMatcherEditor(E) - Constructor for class ca.odell.glazedlists.matchers.ThresholdMatcherEditor
Construct an instance that will require elements to be greater than the given threshold and relies on the thresold object and elements in the list implementing Comparable.
ThresholdMatcherEditor(E, ThresholdMatcherEditor.MatchOperation) - Constructor for class ca.odell.glazedlists.matchers.ThresholdMatcherEditor
Construct an instance that will require elements to be greater than the given threshold and relies on the thresold object and elements in the list implementing Comparable.
ThresholdMatcherEditor(E, ThresholdMatcherEditor.MatchOperation, Comparator<E>) - Constructor for class ca.odell.glazedlists.matchers.ThresholdMatcherEditor
Construct an instance.
toArray() - Method in class ca.odell.glazedlists.AbstractEventList
Returns an array containing all of the elements in this list in proper sequence.
toArray(T[]) - Method in class ca.odell.glazedlists.AbstractEventList
Returns an array containing all of the elements in this list in proper sequence; the runtime type of the returned array is that of the specified array.
toArray() - Method in class ca.odell.glazedlists.DebugList
Returns an array containing all of the elements in this list in proper sequence.
toArray(T[]) - Method in class ca.odell.glazedlists.DebugList
Returns an array containing all of the elements in this list in proper sequence; the runtime type of the returned array is that of the specified array.
toString() - Method in class ca.odell.glazedlists.AbstractEventList
Returns a string representation of this collection.
toString() - Method in class ca.odell.glazedlists.DebugList
Returns a string representation of this collection.
toString() - Method in class ca.odell.glazedlists.event.ListEvent
Gets this event as a String.
toString() - Method in class ca.odell.glazedlists.gui.AbstractTableComparatorChooser
Encode the current sorting state as a String.
toString() - Method in class ca.odell.glazedlists.jfreechart.DefaultValueSegment
toStringTextFilterator() - Static method in class ca.odell.glazedlists.GlazedLists
Creates a TextFilterator that searches against an Object's toString() value.
TransformedList<S,E> - Class in ca.odell.glazedlists
A convenience class for EventLists that decorate another EventList.
TransformedList(EventList<S>) - Constructor for class ca.odell.glazedlists.TransformedList
Creates a TransformedList to transform the specified EventList.
trueMatcher() - Static method in class ca.odell.glazedlists.matchers.Matchers
Get a Matcher that always returns true, therefore matching everything.
tryLock() - Method in interface ca.odell.glazedlists.util.concurrent.Lock
Acquires the lock only if it is free at the time of invocation.
typeSafetyListener(EventList<E>, Set<Class>) - Static method in class ca.odell.glazedlists.GlazedLists
Check list elements for type safety after they are added to an EventList using a ListEventListener.

U

uninstall() - Method in class ca.odell.glazedlists.swing.AutoCompleteSupport
This method removes autocompletion support from the JComboBox it was installed on.
uninstall() - Method in class ca.odell.glazedlists.swing.EventListJXTableSorting
Remove this EventListJXTableSorting from the JXTable.
uninstallListener(E, EventListener) - Method in interface ca.odell.glazedlists.ObservableElementList.Connector
Stop listening for events from the specified element.
UniqueList<E> - Class in ca.odell.glazedlists
An EventList that shows the unique elements from its source EventList.
UniqueList(EventList<E>) - Constructor for class ca.odell.glazedlists.UniqueList
Creates a UniqueList that determines uniqueness via the Comparable interface.
UniqueList(EventList<E>, Comparator<E>) - Constructor for class ca.odell.glazedlists.UniqueList
Creates a UniqueList that determines uniqueness using the specified Comparator.
unlock() - Method in interface ca.odell.glazedlists.util.concurrent.Lock
Releases the lock.
UPDATE - Static variable in class ca.odell.glazedlists.event.ListEvent
 
updates - Variable in class ca.odell.glazedlists.AbstractEventList
the change event and notification system
upperRangeModel(ThresholdList) - Static method in class ca.odell.glazedlists.swing.GlazedListsSwing
Creates a model that manipulates the upper bound of the specified ThresholdList.
upperThresholdViewer(ThresholdList, Slider) - Static method in class ca.odell.glazedlists.swt.GlazedListsSWT
Creates a viewer that manipulates the upper bound of the specified ThresholdList based on changes to the Slider.
upperThresholdViewer(ThresholdList, Scale) - Static method in class ca.odell.glazedlists.swt.GlazedListsSWT
Creates a viewer that manipulates the upper bound of the specified ThresholdList based on changes to Scale selection.

V

ValueSegment<T extends Comparable,V extends Comparable> - Interface in ca.odell.glazedlists.jfreechart
A ValueSegment represents a stable value within a segment of Comparable values.

W

weakReferenceProxy(EventList<E>, ListEventListener<E>) - Static method in class ca.odell.glazedlists.GlazedLists
Provides a proxy to another ListEventListener that may go out of scope without explicitly removing itself from the source list's set of listeners.
weakReferenceProxy(MatcherEditor<E>) - Static method in class ca.odell.glazedlists.matchers.Matchers
Provides a proxy to another MatcherEditor that may go out of scope without explicitly removing itself from the source MatcherEditor's set of listeners.
WritableTableFormat<E> - Interface in ca.odell.glazedlists.gui
Specifies how to edit the elements of table.
writeLock() - Method in interface ca.odell.glazedlists.util.concurrent.ReadWriteLock
Return the lock used for writing.

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

Glazed Lists, Copyright © 2003-2006 publicobject.com, O'Dell Engineering.
Documentation build by jessewilson at 2006-08-09 23:05