| Extension: JFreeChart
| This Glazed Lists extension requires the third party library JFreeChart.
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.
EventListFactory - Interface in ca.odell.glazedlists.hibernate
EventListModel<E> - Class in ca.odell.glazedlists.swing
EventListModel(EventList<E>) - Constructor for class ca.odell.glazedlists.swing.EventListModel
Deprecated.
Creates a new model that contains all objects located in the given
source and reacts to any changes in the given
source.
eventListModel(EventList<E>) - Static method in class ca.odell.glazedlists.swing.GlazedListsSwing
Creates a new list model that contains all objects located in the given
source and reacts to any changes in the given source.
eventListModelWithThreadProxyList(EventList<E>) - Static method in class ca.odell.glazedlists.swing.GlazedListsSwing
Creates a new list model that contains all objects located in the given
source and reacts to any changes in the given source.
eventListOf(E...) - Static method in class ca.odell.glazedlists.GlazedLists
Creates a new EventList which contains the given elements.
eventListOf(ListEventPublisher, ReadWriteLock, E...) - Static method in class ca.odell.glazedlists.GlazedLists
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.
EventListType - Class in ca.odell.glazedlists.hibernate
EventListType() - Constructor for class ca.odell.glazedlists.hibernate.EventListType
EventListViewer<E> - Class in ca.odell.glazedlists.swt
EventListViewer(EventList<E>, List) - Constructor for class ca.odell.glazedlists.swt.EventListViewer
Deprecated.
Creates a new List that displays and responds to changes in the source list.
EventListViewer(EventList<E>, List, ItemFormat<? super E>) - Constructor for class ca.odell.glazedlists.swt.EventListViewer
Deprecated.
Creates a new List that displays and responds to changes in the source list.
eventListViewer(EventList<E>, List) - Static method in class ca.odell.glazedlists.swt.GlazedListsSWT
Creates a new List that displays and responds to changes in the source list.
eventListViewer(EventList<E>, List, ItemFormat<? super E>) - Static method in class ca.odell.glazedlists.swt.GlazedListsSWT
Creates a new List that displays and responds to changes in the source list.
eventListViewerWithThreadProxyList(EventList<E>, List) - Static method in class ca.odell.glazedlists.swt.GlazedListsSWT
Creates a new List that displays and responds to changes in the source list.
eventListViewerWithThreadProxyList(EventList<E>, List, ItemFormat<? super E>) - Static method in class ca.odell.glazedlists.swt.GlazedListsSWT
Creates a new List that displays and responds to changes in the source list.
EventObservableList<E> - Class in ca.odell.glazedlists.javafx
This list serves as an adapter to allow GlazedList's
EventLists to be used as the backing
implementations for JavaFX ObservableLists.
EventObservableList(EventList<E>) - Constructor for class ca.odell.glazedlists.javafx.EventObservableList
Creates an adapter for the specified EventList.
EventObservableListDemo - Class in ca.odell.glazedlists.javafx
A simple demo application to show interaction between a GlazedList chain and
ObservableList.
EventObservableListDemo() - Constructor for class ca.odell.glazedlists.javafx.EventObservableListDemo
EventSelectionModel<E> - Class in ca.odell.glazedlists.swing
EventSelectionModel(EventList<E>) - Constructor for class ca.odell.glazedlists.swing.EventSelectionModel
Deprecated.
Creates a new selection model that also presents a list of the selection.
eventSelectionModel(EventList<E>) - Static method in class ca.odell.glazedlists.swing.GlazedListsSwing
Creates a new selection model that also presents a list of the selection.
eventSelectionModelWithThreadProxyList(EventList<E>) - Static method in class ca.odell.glazedlists.swing.GlazedListsSwing
Creates a new selection model that also presents a list of the selection.
EventTableColumnModel<T extends javax.swing.table.TableColumn> - Class in ca.odell.glazedlists.swing
EventTableColumnModel(EventList<T>) - Constructor for class ca.odell.glazedlists.swing.EventTableColumnModel
Creates a new model that contains the TableColumn objects from
the given source.
EventTableModel<E> - Class in ca.odell.glazedlists.swing
EventTableModel(EventList<E>, TableFormat<? super E>) - Constructor for class ca.odell.glazedlists.swing.EventTableModel
EventTableModel(EventList<E>, String[], String[], boolean[]) - Constructor for class ca.odell.glazedlists.swing.EventTableModel
eventTableModel(EventList<E>, TableFormat<? super E>) - Static method in class ca.odell.glazedlists.swing.GlazedListsSwing
Creates a new table model that extracts column data from the given
source using the the given tableFormat.
eventTableModel(EventList<E>, TableFormat<? super E>, TableModelEventAdapter.Factory<E>) - Static method in class ca.odell.glazedlists.swing.GlazedListsSwing
Creates a new table model that extracts column data from the given
source using the the given tableFormat.
eventTableModel(EventList<E>, String[], String[], boolean[]) - Static method in class ca.odell.glazedlists.swing.GlazedListsSwing
Creates a new table model that renders the specified list with an automatically
generated TableFormat.
eventTableModelWithThreadProxyList(EventList<E>, TableFormat<? super E>) - Static method in class ca.odell.glazedlists.swing.GlazedListsSwing
Creates a new table model that extracts column data from the given source
using the the given tableFormat.
eventTableModelWithThreadProxyList(EventList<E>, TableFormat<? super E>, TableModelEventAdapter.Factory<E>) - Static method in class ca.odell.glazedlists.swing.GlazedListsSwing
Creates a new table model that extracts column data from the given source
using the the given tableFormat.
eventTableModelWithThreadProxyList(EventList<E>, String[], String[], boolean[]) - Static method in class ca.odell.glazedlists.swing.GlazedListsSwing
Creates a new table model that renders the specified list with an automatically
generated TableFormat.
EventTableViewer<E> - Class in ca.odell.glazedlists.swt
EventTableViewer(EventList<E>, Table, String[], String[]) - Constructor for class ca.odell.glazedlists.swt.EventTableViewer
EventTableViewer(EventList<E>, Table, TableFormat<? super E>) - Constructor for class ca.odell.glazedlists.swt.EventTableViewer
Deprecated.
Creates a new viewer for the given Table that updates the table
contents in response to changes on the specified EventList.
EventTableViewer(EventList<E>, Table, TableFormat<? super E>, TableItemConfigurer<? super E>) - Constructor for class ca.odell.glazedlists.swt.EventTableViewer
Deprecated.
Creates a new viewer for the given Table that updates the table
contents in response to changes on the specified EventList.
eventTableViewer(EventList<E>, Table, TableFormat<? super E>) - Static method in class ca.odell.glazedlists.swt.GlazedListsSWT
Creates a new viewer for the given Table that updates the table
contents in response to changes on the specified EventList.
eventTableViewer(EventList<E>, Table, TableFormat<? super E>, TableItemConfigurer<? super E>) - Static method in class ca.odell.glazedlists.swt.GlazedListsSWT
Creates a new viewer for the given Table that updates the table
contents in response to changes on the specified EventList.
eventTableViewerWithThreadProxyList(EventList<E>, Table, TableFormat<? super E>) - Static method in class ca.odell.glazedlists.swt.GlazedListsSWT
Creates a new viewer for the given Table that updates the table
contents in response to changes on the specified EventList.
eventTableViewerWithThreadProxyList(EventList<E>, Table, TableFormat<? super E>, TableItemConfigurer<? super E>) - Static method in class ca.odell.glazedlists.swt.GlazedListsSWT
Creates a new viewer for the given Table that updates the table
contents in response to changes on the specified EventList.
EventTreeModel<E> - Class in ca.odell.glazedlists.swing
EventTreeModel(TreeList<E>) - Constructor for class ca.odell.glazedlists.swing.EventTreeModel
Creates a new tree model that extracts the tree data from the given
source.
EXACT - Static variable in class ca.odell.glazedlists.matchers.TextMatcherEditor
Matching mode where items are considered a match if they are an exact
character for character match with at least one of the filter strings.
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.
- Field(String, TextFilterator<? super E>) - Constructor for class ca.odell.glazedlists.matchers.SearchEngineTextMatcherEditor.Field
-
- FileList - Class in ca.odell.glazedlists.io
-
- FileList(File, ByteCoder) - Constructor for class ca.odell.glazedlists.io.FileList
-
Deprecated.
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
-
- filterator(Class<E>, String...) - Static method in class ca.odell.glazedlists.GlazedLists
-
Creates a TextFilterator that searches the given JavaBean
properties of the specified class.
- FilterList<E> - Class in ca.odell.glazedlists
-
- FilterList(EventList<E>) - Constructor for class ca.odell.glazedlists.FilterList
-
- FilterList(EventList<E>, Matcher<? super E>) - Constructor for class ca.odell.glazedlists.FilterList
-
- FilterList(EventList<E>, MatcherEditor<? super E>) - Constructor for class ca.odell.glazedlists.FilterList
-
- 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.AbstractMatcherEditorListenerSupport
-
delivers the given matcher event to all registered listeners.
- fireColumnAdded(TableColumnModelEvent) - Method in class ca.odell.glazedlists.swing.EventTableColumnModel
-
- fireColumnMarginChanged() - Method in class ca.odell.glazedlists.swing.EventTableColumnModel
-
- fireColumnMoved(TableColumnModelEvent) - Method in class ca.odell.glazedlists.swing.EventTableColumnModel
-
- fireColumnRemoved(TableColumnModelEvent) - Method in class ca.odell.glazedlists.swing.EventTableColumnModel
-
- fireColumnSelectionChanged(ListSelectionEvent) - Method in class ca.odell.glazedlists.swing.EventTableColumnModel
-
- 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.CalculationCategoryDataset
-
We override this method for speed reasons, since the super needlessly
constructs a new DatasetChangeEvent each time this method is called.
- fireDatasetChanged() - Method in class ca.odell.glazedlists.jfreechart.EventListCategoryDataset
-
We override this method for speed reasons, since the super needlessly
constructs a new DatasetChangeEvent 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.
- fireDatasetChanged() - Method in class ca.odell.glazedlists.jfreechart.SimpleEventCategoryDataset
-
We override this method for speed reasons, since the super needlessly
constructs a new DatasetChangeEvent each time this method is called.
- fireListDataEvent(ListDataEvent) - Method in class ca.odell.glazedlists.swing.DefaultEventListModel
-
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.
- fireTableChanged(int, int, int) - Method in interface ca.odell.glazedlists.swing.TableModelEventAdapter
-
Notifies all listeners that rows in the range
[startIndex, endIndex], inclusive, have been changed (inserted,
updated or deleted).
- fireTableDataChanged() - Method in interface ca.odell.glazedlists.swing.TableModelEventAdapter
-
Notifies all listeners that all cell values in the table's
rows may have changed.
- fireTableStructureChanged() - Method in interface ca.odell.glazedlists.swing.TableModelEventAdapter
-
Notifies all listeners that the table's structure has changed.
- fireValueChange(N, N) - Method in class ca.odell.glazedlists.calculation.AbstractCalculation
-
A convenience method for firing a PropertyChangeEvent describing a
change in the value of this calculation.
- 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
-
- forEach(Consumer<? super E>) - Method in class ca.odell.glazedlists.BasicEventList
- forEach(Consumer<? super E>) - Method in class ca.odell.glazedlists.DebugList
-
- format(E) - Method in class ca.odell.glazedlists.swt.DefaultItemFormat
-
- format(E) - Method in interface ca.odell.glazedlists.swt.ItemFormat
-
Converts a list element to a string.
- forwardEvent(ListEvent<?>) - Method in class ca.odell.glazedlists.event.ListEventAssembler
-
Forwards the event.
- FreezableList<E> - Class in ca.odell.glazedlists
-
- FreezableList(EventList<E>) - Constructor for class ca.odell.glazedlists.FreezableList
-
- freeze() - Method in class ca.odell.glazedlists.FreezableList
-
- fromMatcher(Matcher<E>) - Static method in interface ca.odell.glazedlists.matchers.MatcherEditor
-
- 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
-
- FunctionList(EventList<S>, FunctionList.Function<S, E>, FunctionList.Function<E, S>) - Constructor for class ca.odell.glazedlists.FunctionList
-
- 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
-
Returns the element at the specified position in this list.
- 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.javafx.EventObservableList
- 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.
- get(int) - Method in class ca.odell.glazedlists.TreeList
-
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.DefaultEventTableViewer
-
Gets all checked items.
- getAllowsChildren(int) - Method in class ca.odell.glazedlists.TreeList
-
Whether the value at the specified index can have child nodes or not.
- getAnchorSelectionIndex() - Method in class ca.odell.glazedlists.ListSelection
-
Return the anchor of the current selection.
- getAnchorSelectionIndex() - Method in class ca.odell.glazedlists.swing.DefaultEventSelectionModel
-
Return the first index argument from the most recent call to setSelectionInterval(), addSelectionInterval() or removeSelectionInterval().
- getAnchorSelectionIndex() - Method in class ca.odell.glazedlists.swing.EventSelectionModel
-
Deprecated.
Return the first index argument from the most recent call to setSelectionInterval(), addSelectionInterval() or removeSelectionInterval().
- getArrowKeyExpansionEnabled() - Method in class ca.odell.glazedlists.swing.TreeTableSupport
-
Returns true if the left and right arrow keys are currently
used to control the tree hierarchy expansion; false if they are
used to control the table's cell focus.
- getAutoCompleteSupport() - Method in class ca.odell.glazedlists.swing.AutoCompleteSupport.AutoCompleteCellEditor
-
Returns the AutoCompleteSupport object that controls the
autocompletion behaviour for the JComboBox.
- getBeepOnStrictViolation() - Method in class ca.odell.glazedlists.swing.AutoCompleteSupport
-
Returns true if a beep sound is played when the user attempts
to violate the strict invariant; false if no beep sound is
played.
- getBlockChanges() - Method in class ca.odell.glazedlists.event.ListEvent
-
- 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
-
- getBlockStartIndex() - Method in class ca.odell.glazedlists.event.ListEvent
-
Gets the first row of the current block of changes.
- getBufferedUpdates() - Method in class ca.odell.glazedlists.TransactionEventAssembler
-
- 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.
- getCalculations() - Method in class ca.odell.glazedlists.jfreechart.CalculationCategoryDataset
-
Returns the mutable List of Calculations that create the data values in
this CategoryDataset.
- getCategory() - Method in class ca.odell.glazedlists.hibernate.CategoryEventListFactory
-
Gets the list category.
- getCellEditor(int, int) - Method in class ca.odell.glazedlists.swt.DefaultEventKTableModel
-
Deprecated.
- getCellEditorValue() - Method in class ca.odell.glazedlists.swing.TreeTableCellEditor
-
- getCellRenderer(int, int) - Method in class ca.odell.glazedlists.swt.DefaultEventKTableModel
-
Deprecated.
- getChange() - Method in class ca.odell.glazedlists.event.ListEvent
-
Gets the change at the specified index (old-/new value combined)
- getChanges(List<E>, int) - Static method in class ca.odell.glazedlists.event.ObjectChange
-
- getChanges(List<E>, int[]) - Static method in class ca.odell.glazedlists.event.ObjectChange
-
- 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.DefaultEventTableViewer
-
Get whether this is showing only checked elements.
- getChild(Object, int) - Method in class ca.odell.glazedlists.swing.EventTreeModel
- getChildCount(Object) - Method in class ca.odell.glazedlists.swing.EventTreeModel
- getChildren(E) - Method in interface ca.odell.glazedlists.CollectionList.Model
-
Return a list of the child nodes for a parent node.
- getChildren() - Method in class ca.odell.glazedlists.TreeList.Node
-
List all children of this node.
- getColumn(int) - Method in class ca.odell.glazedlists.swing.EventTableColumnModel
-
- 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.CalculationTableModel
-
- getColumnClass(int) - Method in class ca.odell.glazedlists.swing.DefaultEventTableModel
-
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.CalculationCategoryDataset
-
- getColumnCount() - Method in class ca.odell.glazedlists.jfreechart.EventListCategoryDataset
-
Returns the number of columns in the table.
- getColumnCount() - Method in class ca.odell.glazedlists.jfreechart.SimpleEventCategoryDataset
-
Returns the number of columns in the table.
- getColumnCount() - Method in class ca.odell.glazedlists.swing.CalculationTableModel
-
- getColumnCount() - Method in class ca.odell.glazedlists.swing.DefaultEventTableModel
-
Get the column count as specified by the table format.
- getColumnCount() - Method in class ca.odell.glazedlists.swing.EventTableColumnModel
-
- getColumnCount() - Method in class ca.odell.glazedlists.swt.DefaultEventKTableModel
-
Deprecated.
- getColumnCount() - Method in class ca.odell.glazedlists.swt.TableFormatKTableFormat
-
Deprecated.
The number of columns to display.
- getColumnEditor(Object, int) - Method in interface ca.odell.glazedlists.swt.KTableFormat
-
Deprecated.
- getColumnEditor(Object, int) - Method in class ca.odell.glazedlists.swt.TableFormatKTableFormat
-
Deprecated.
- getColumnHeaderValue(int, int) - Method in interface ca.odell.glazedlists.swt.KTableFormat
-
Deprecated.
Provide a value for the specified header row and column.
- getColumnHeaderValue(int, int) - Method in class ca.odell.glazedlists.swt.TableFormatKTableFormat
-
Deprecated.
Provide a value for the specified header row and column.
- getColumnIndex(Comparable) - Method in class ca.odell.glazedlists.jfreechart.CalculationCategoryDataset
-
- getColumnIndex(Comparable) - Method in class ca.odell.glazedlists.jfreechart.EventListCategoryDataset
-
Returns the column index for a given key.
- getColumnIndex() - Method in class ca.odell.glazedlists.jfreechart.SimpleEventCategoryDataset.Context
-
Returns the column index for the column of the data value to retrieve.
- getColumnIndex(Comparable) - Method in class ca.odell.glazedlists.jfreechart.SimpleEventCategoryDataset
-
Returns the column index for a given key.
- getColumnIndex(Object) - Method in class ca.odell.glazedlists.swing.EventTableColumnModel
-
- getColumnIndexAtX(int) - Method in class ca.odell.glazedlists.swing.EventTableColumnModel
-
- getColumnKey(int) - Method in class ca.odell.glazedlists.jfreechart.CalculationCategoryDataset
-
- getColumnKey(int) - Method in class ca.odell.glazedlists.jfreechart.EventListCategoryDataset
-
Returns the column key for a given index.
- getColumnKey() - Method in class ca.odell.glazedlists.jfreechart.SimpleEventCategoryDataset.Context
-
Returns the column key for the column of the data value to retrieve.
- getColumnKey(int) - Method in class ca.odell.glazedlists.jfreechart.SimpleEventCategoryDataset
-
Returns the column key for a given index.
- getColumnKeys() - Method in class ca.odell.glazedlists.jfreechart.CalculationCategoryDataset
-
- getColumnKeys() - Method in class ca.odell.glazedlists.jfreechart.EventListCategoryDataset
-
Returns the column keys.
- getColumnKeys() - Method in class ca.odell.glazedlists.jfreechart.SimpleEventCategoryDataset.Context
-
- getColumnKeys() - Method in class ca.odell.glazedlists.jfreechart.SimpleEventCategoryDataset
-
Returns the column keys.
- getColumnMargin() - Method in class ca.odell.glazedlists.swing.EventTableColumnModel
-
- 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.CalculationTableModel
-
- getColumnName(int) - Method in class ca.odell.glazedlists.swing.DefaultEventTableModel
-
Fetch the name for the specified column.
- getColumnName(int) - Method in class ca.odell.glazedlists.swt.TableFormatKTableFormat
-
Deprecated.
Gets the title of the specified column.
- getColumnRenderer(Object, int) - Method in interface ca.odell.glazedlists.swt.KTableFormat
-
Deprecated.
- getColumnRenderer(Object, int) - Method in class ca.odell.glazedlists.swt.TableFormatKTableFormat
-
Deprecated.
- getColumns() - Method in class ca.odell.glazedlists.swing.EventTableColumnModel
-
- getColumnSelectionAllowed() - Method in class ca.odell.glazedlists.swing.EventTableColumnModel
-
- getColumnTooltip(Object, int) - Method in class ca.odell.glazedlists.swt.AbstractKTableFormat
-
Deprecated.
- getColumnTooltip(Object, int) - Method in interface ca.odell.glazedlists.swt.KTableFormat
-
Deprecated.
- 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
-
Deprecated.
Gets the value of the specified field for the specified object.
- getColumnWidth(int) - Method in class ca.odell.glazedlists.swt.AbstractKTableFormat
-
Deprecated.
- getColumnWidth(int) - Method in class ca.odell.glazedlists.swt.DefaultEventKTableModel
-
Deprecated.
- getColumnWidth(int) - Method in interface ca.odell.glazedlists.swt.KTableFormat
-
Deprecated.
- getCombo() - Method in class ca.odell.glazedlists.swt.DefaultEventComboViewer
-
- getComboBox() - Method in class ca.odell.glazedlists.swing.AutoCompleteSupport
-
- getComparator() - Method in class ca.odell.glazedlists.matchers.ThresholdMatcherEditor
-
- getComparator() - Method in class ca.odell.glazedlists.SortedList
-
Gets the Comparator that is being used to sort this list.
- getComparator(int) - Method in interface ca.odell.glazedlists.TreeList.Format
-
Returns the comparator used to order path elements of the specified
depth.
- 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
-
Deprecated.
- getComponent(E, int) - Method in interface ca.odell.glazedlists.swing.JEventListPanel.Format
-
Deprecated.
Get the component from the specified list element.
- getComponentsPerElement() - Method in class ca.odell.glazedlists.swing.JEventListPanel.AbstractFormat
-
Deprecated.
Get the number of components for each row element.
- getComponentsPerElement() - Method in interface ca.odell.glazedlists.swing.JEventListPanel.Format
-
Deprecated.
Get the number of components for each row element.
- getConstraints(int) - Method in class ca.odell.glazedlists.swing.JEventListPanel.AbstractFormat
-
Deprecated.
Get the constraints to lay out the specified component.
- getConstraints(int) - Method in interface ca.odell.glazedlists.swing.JEventListPanel.Format
-
Deprecated.
Get the constraints to lay out the specified component.
- getContentAt(int, int) - Method in class ca.odell.glazedlists.swt.DefaultEventKTableModel
-
Deprecated.
- 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.
- getCurrentTextMatcher() - Method in class ca.odell.glazedlists.matchers.TextMatcherEditor
-
Return the current Matcher if it is a TextMatcher or
null if no current Matcher exists or is something other
than a TextMatcher.
- getDelegate() - Method in class ca.odell.glazedlists.swing.TreeTableCellEditor
-
Returns the delegate TableCellEditor being decorated.
- getDelegate() - Method in class ca.odell.glazedlists.swing.TreeTableCellRenderer
-
Returns the delegate TableCellRenderer being decorated.
- getDelegateEditor() - Method in class ca.odell.glazedlists.swing.TreeTableSupport
-
Returns the editor responsible for editing the data
associated with each tree node in the hierarchy column.
- getDelegateRenderer() - Method in class ca.odell.glazedlists.swing.TreeTableSupport
-
Returns the renderer responsible for rendering the data
associated with each tree node in the hierarchy column.
- getDepth() - Method in class ca.odell.glazedlists.swing.AbstractTreeTableNodeDataEditor
-
Returns the depth of the tree node in the hierarchy.
- getDepth() - Method in class ca.odell.glazedlists.swing.AbstractTreeTableNodeDataRenderer
-
Returns the depth of the tree node in the hierarchy.
- getDepth() - Method in class ca.odell.glazedlists.swing.TreeNodeData
-
Returns the depth of the tree node in the hierarchy.
- 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 interface ca.odell.glazedlists.swing.AdvancedListSelectionModel
-
Gets an EventList that contains only deselected values and
modifies the source list on mutation.
- getDeselected() - Method in class ca.odell.glazedlists.swing.DefaultEventSelectionModel
-
Gets an EventList that contains only deselected values and
modifies the source list on mutation.
- getDeselected() - Method in class ca.odell.glazedlists.swing.EventSelectionModel
-
Deprecated.
Gets an EventList that contains only deselected values and
modifies the source list on mutation.
- getDeselected() - Method in class ca.odell.glazedlists.swt.DefaultEventListViewer
-
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.DefaultEventTableViewer
-
Provides access to an EventList that contains items from the
viewed Table that are not currently selected.
- getEditor() - Method in class ca.odell.glazedlists.swing.TreeTableSupport
-
Returns the treeTableCellEditor used to render the
hierarchy column of the tree table.
- getElement() - Method in class ca.odell.glazedlists.TreeList.Node
-
Get the List element at the end of this path.
- getElementAt(int) - Method in interface ca.odell.glazedlists.swing.AdvancedTableModel
-
Retrieves the value at the specified location from the table.
- getElementAt(int) - Method in class ca.odell.glazedlists.swing.DefaultEventListModel
-
Returns the value at the specified index.
- getElementAt(int) - Method in class ca.odell.glazedlists.swing.DefaultEventTableModel
-
Retrieves the value at the specified location from the table.
- getElementColumns() - Method in class ca.odell.glazedlists.swing.JEventListPanel.AbstractFormat
-
Deprecated.
Get the ColumnSpecs required for one element in the list.
- getElementColumns() - Method in interface ca.odell.glazedlists.swing.JEventListPanel.Format
-
Deprecated.
Get the ColumnSpecs required for one element in the list.
- getElementRows() - Method in class ca.odell.glazedlists.swing.JEventListPanel.AbstractFormat
-
Deprecated.
Get the RowSpecs required for one element in the list.
- getElementRows() - Method in interface ca.odell.glazedlists.swing.JEventListPanel.Format
-
Deprecated.
Get the RowSpecs required for one element in the list.
- getElementsIterator(Object) - Method in class ca.odell.glazedlists.hibernate.EventListType
- getEnabled() - Method in interface ca.odell.glazedlists.swing.AdvancedListSelectionModel
-
Returns whether the EventSelectionModel is editable or not.
- getEnabled() - Method in class ca.odell.glazedlists.swing.DefaultEventSelectionModel
-
Returns whether the EventSelectionModel is editable or not.
- getEnabled() - Method in class ca.odell.glazedlists.swing.EventSelectionModel
-
Deprecated.
Returns 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
-
- getEndIndex() - Method in class ca.odell.glazedlists.ThresholdList
-
- getEvaluator() - Method in class ca.odell.glazedlists.ThresholdList
-
- getEventAdapter() - Method in class ca.odell.glazedlists.swing.DefaultEventTableModel
-
- getEventList() - Method in class ca.odell.glazedlists.swing.EventSelectionModel
-
- getExecutor() - Method in class ca.odell.glazedlists.matchers.ThreadedMatcherEditor
-
Returns the executor used to process the enqueued MatcherEvents.
- getFields() - Method in class ca.odell.glazedlists.matchers.SearchEngineTextMatcherEditor
-
- 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.SearchEngineTextWidgetMatcherEditor
-
Gets a SelectionListener that refilters the list when it is fired.
- 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.
- getFirstItem() - Method in class ca.odell.glazedlists.swing.AutoCompleteSupport
-
Returns the optional single value used as the first element in the
ComboBoxModel or null if no first item has been set.
- getFixedHeaderColumnCount() - Method in class ca.odell.glazedlists.swt.AbstractKTableFormat
-
Deprecated.
- getFixedHeaderColumnCount() - Method in class ca.odell.glazedlists.swt.DefaultEventKTableModel
-
Deprecated.
- getFixedHeaderColumnCount() - Method in interface ca.odell.glazedlists.swt.KTableFormat
-
Deprecated.
- getFixedHeaderRowCount() - Method in class ca.odell.glazedlists.swt.AbstractKTableFormat
-
Deprecated.
- getFixedHeaderRowCount() - Method in class ca.odell.glazedlists.swt.DefaultEventKTableModel
-
Deprecated.
- getFixedHeaderRowCount() - Method in interface ca.odell.glazedlists.swt.KTableFormat
-
Deprecated.
- getFixedHeaderRowCount() - Method in class ca.odell.glazedlists.swt.TableFormatKTableFormat
-
Deprecated.
- getFixedSelectableColumnCount() - Method in class ca.odell.glazedlists.swt.AbstractKTableFormat
-
Deprecated.
- getFixedSelectableColumnCount() - Method in class ca.odell.glazedlists.swt.DefaultEventKTableModel
-
Deprecated.
- getFixedSelectableColumnCount() - Method in interface ca.odell.glazedlists.swt.KTableFormat
-
Deprecated.
- getFixedSelectableRowCount() - Method in class ca.odell.glazedlists.swt.DefaultEventKTableModel
-
Deprecated.
- getForwardFunction() - Method in class ca.odell.glazedlists.FunctionList
-
- getGapColumn() - Method in class ca.odell.glazedlists.swing.JEventListPanel.AbstractFormat
-
Deprecated.
Get the ColumnSpecs to separate two elements.
- getGapColumn() - Method in interface ca.odell.glazedlists.swing.JEventListPanel.Format
-
Deprecated.
Get the ColumnSpecs to separate two elements.
- getGapRow() - Method in class ca.odell.glazedlists.swing.JEventListPanel.AbstractFormat
-
Deprecated.
Get the RowSpec to separate two elements.
- getGapRow() - Method in interface ca.odell.glazedlists.swing.JEventListPanel.Format
-
Deprecated.
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.
- getHidesPopupOnFocusLost() - Method in class ca.odell.glazedlists.swing.AutoCompleteSupport
-
Returns true if the popup menu is hidden whenever the combo
box editor loses focus; false otherwise.
- getIndent(TreeNodeData, boolean) - Method in class ca.odell.glazedlists.swing.TreeTableCellEditor
-
Returns the number of pixels to indent the contents of the editor.
- getIndent(TreeNodeData, boolean) - Method in class ca.odell.glazedlists.swing.TreeTableCellRenderer
-
Returns the number of pixels to indent the contents of the renderer.
- 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.
- getIndexOfChild(Object, Object) - Method in class ca.odell.glazedlists.swing.EventTreeModel
- getItemCount() - Method in class ca.odell.glazedlists.jfreechart.EventListPieDataset
-
Returns the number of items (values).
- getItemFormat() - Method in class ca.odell.glazedlists.swt.DefaultEventComboViewer
-
- getItemFormat() - Method in class ca.odell.glazedlists.swt.DefaultEventListViewer
-
- 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.
- getLeadSelectionIndex() - Method in class ca.odell.glazedlists.ListSelection
-
Return the lead of the current selection.
- getLeadSelectionIndex() - Method in class ca.odell.glazedlists.swing.DefaultEventSelectionModel
-
Return the second index argument from the most recent call to setSelectionInterval(), addSelectionInterval() or removeSelectionInterval().
- getLeadSelectionIndex() - Method in class ca.odell.glazedlists.swing.EventSelectionModel
-
Deprecated.
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.DefaultEventListViewer
-
- getListEventListeners() - Method in class ca.odell.glazedlists.event.ListEventAssembler
-
- getListFactory() - Method in class ca.odell.glazedlists.hibernate.EventListType
-
Gets the used EventListFactory.
- getListSelectionModel() - Method in class ca.odell.glazedlists.swing.EventSelectionModel
-
- getLowerThreshold() - Method in class ca.odell.glazedlists.ThresholdList
-
Gets the lower threshold for this list
- getMatcher() - Method in class ca.odell.glazedlists.matchers.AbstractMatcherEditor
-
- getMatcher() - Method in class ca.odell.glazedlists.matchers.MatcherEditor.Event
-
- getMatcher() - Method in interface ca.odell.glazedlists.matchers.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
-
- getMatcherEditors() - Method in class ca.odell.glazedlists.matchers.CompositeMatcherEditor
-
- getMatchOperation() - Method in class ca.odell.glazedlists.matchers.ThresholdMatcherEditor
-
- 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.DefaultEventSelectionModel
-
Gets the index of the last selected element.
- getMaxSelectionIndex() - Method in class ca.odell.glazedlists.swing.EventSelectionModel
-
Deprecated.
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.DefaultEventSelectionModel
-
Gets the index of the first selected element.
- getMinSelectionIndex() - Method in class ca.odell.glazedlists.swing.EventSelectionModel
-
Deprecated.
Gets the index of the first selected element.
- getMode() - Method in class ca.odell.glazedlists.matchers.CompositeMatcherEditor
-
- getMode() - Method in class ca.odell.glazedlists.matchers.TextMatcherEditor
-
- getMode() - Method in class ca.odell.glazedlists.SortedList
-
- getName() - Method in class ca.odell.glazedlists.calculation.AbstractCalculation
-
- getName() - Method in interface ca.odell.glazedlists.calculation.Calculation
-
- getName() - Method in class ca.odell.glazedlists.matchers.SearchEngineTextMatcherEditor.Field
-
Returns the text to be located which uniquely identifies this Field.
- getNewValue() - Method in class ca.odell.glazedlists.event.ListEvent
-
Gets the current value for an inserted or updated element.
- getNewValue() - Method in class ca.odell.glazedlists.event.ObjectChange
-
- 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.
- getNodeComponent() - Method in class ca.odell.glazedlists.swing.TreeTableCellPanel
-
Return the Component that displays the data of the tree node.
- getNodesList() - Method in class ca.odell.glazedlists.TreeList
-
- getOldValue() - Method in class ca.odell.glazedlists.event.ListEvent
-
Gets the previous value for a deleted or updated element.
- getOldValue() - Method in class ca.odell.glazedlists.event.ObjectChange
-
- getPath(List<E>, E) - Method in interface ca.odell.glazedlists.TreeList.Format
-
Populate path with a list describing the path from a root node to
this element.
- 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.
- getPublisher() - Method in class ca.odell.glazedlists.hibernate.PersistentEventList
-
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.
- getReadWriteLock() - Method in class ca.odell.glazedlists.hibernate.PersistentEventList
-
Gets the lock required to share this list between multiple threads.
- getRenderer() - Method in class ca.odell.glazedlists.swing.TreeTableSupport
-
Returns the treeTableCellRenderer used to render the
hierarchy column of the tree table.
- getReorderMap() - Method in class ca.odell.glazedlists.event.ListEvent
-
Gets the reorder map of this list.
- getReverseFunction() - Method in class ca.odell.glazedlists.FunctionList
-
- getRoot() - Method in class ca.odell.glazedlists.swing.EventTreeModel
- getRoots() - Method in class ca.odell.glazedlists.TreeList
-
Get a List containing all TreeList.Nodes with no parents in the
tree.
- getRowCount() - Method in class ca.odell.glazedlists.jfreechart.CalculationCategoryDataset
-
- getRowCount() - Method in class ca.odell.glazedlists.jfreechart.EventListCategoryDataset
-
Returns the number of rows in the table.
- getRowCount() - Method in class ca.odell.glazedlists.jfreechart.SimpleEventCategoryDataset
-
Returns the number of rows in the table.
- getRowCount() - Method in class ca.odell.glazedlists.swing.CalculationTableModel
-
- getRowCount() - Method in class ca.odell.glazedlists.swing.DefaultEventTableModel
-
The number of rows equals the number of entries in the source event list.
- getRowCount() - Method in class ca.odell.glazedlists.swt.DefaultEventKTableModel
-
Deprecated.
- getRowHeight(Object) - Method in class ca.odell.glazedlists.swt.AbstractKTableFormat
-
Deprecated.
- getRowHeight(int) - Method in class ca.odell.glazedlists.swt.DefaultEventKTableModel
-
Deprecated.
- getRowHeight(Object) - Method in interface ca.odell.glazedlists.swt.KTableFormat
-
Deprecated.
- getRowHeightMinimum() - Method in class ca.odell.glazedlists.swt.AbstractKTableFormat
-
Deprecated.
- getRowHeightMinimum() - Method in class ca.odell.glazedlists.swt.DefaultEventKTableModel
-
Deprecated.
- getRowHeightMinimum() - Method in interface ca.odell.glazedlists.swt.KTableFormat
-
Deprecated.
- getRowIndex(Comparable) - Method in class ca.odell.glazedlists.jfreechart.CalculationCategoryDataset
-
- getRowIndex(Comparable) - Method in class ca.odell.glazedlists.jfreechart.EventListCategoryDataset
-
Returns the row index for a given key.
- getRowIndex() - Method in class ca.odell.glazedlists.jfreechart.SimpleEventCategoryDataset.Context
-
Returns the row index for the row of the data value to retrieve.
- getRowIndex(Comparable) - Method in class ca.odell.glazedlists.jfreechart.SimpleEventCategoryDataset
-
Returns the row index for a given key.
- getRowKey(int) - Method in class ca.odell.glazedlists.jfreechart.CalculationCategoryDataset
-
- getRowKey(int) - Method in class ca.odell.glazedlists.jfreechart.EventListCategoryDataset
-
Returns the row key for a given index.
- getRowKey() - Method in class ca.odell.glazedlists.jfreechart.SimpleEventCategoryDataset.Context
-
Returns the row key for the row of the data value to retrieve.
- getRowKey(int) - Method in class ca.odell.glazedlists.jfreechart.SimpleEventCategoryDataset
-
Returns the row key for a given index.
- getRowKeys() - Method in class ca.odell.glazedlists.jfreechart.CalculationCategoryDataset
-
- getRowKeys() - Method in class ca.odell.glazedlists.jfreechart.EventListCategoryDataset
-
Returns the row keys.
- getRowKeys() - Method in class ca.odell.glazedlists.jfreechart.SimpleEventCategoryDataset.Context
-
- getRowKeys() - Method in class ca.odell.glazedlists.jfreechart.SimpleEventCategoryDataset
-
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 interface ca.odell.glazedlists.swing.AdvancedListSelectionModel
-
Gets an EventList that contains only selected
values and modifies the source list on mutation.
- getSelected() - Method in class ca.odell.glazedlists.swing.DefaultEventSelectionModel
-
Gets an EventList that contains only selected
values and modifies the source list on mutation.
- getSelected() - Method in class ca.odell.glazedlists.swing.EventSelectionModel
-
Deprecated.
Gets an EventList that contains only selected
values and modifies the source list on mutation.
- getSelected() - Method in class ca.odell.glazedlists.swt.DefaultEventListViewer
-
Provides access to an EventList that contains items from the
viewed Table that are currently selected.
- getSelected() - Method in class ca.odell.glazedlists.swt.DefaultEventTableViewer
-
Provides access to an EventList that contains items from the
viewed Table that are currently selected.
- getSelectedColumnCount() - Method in class ca.odell.glazedlists.swing.EventTableColumnModel
-
- getSelectedColumns() - Method in class ca.odell.glazedlists.swing.EventTableColumnModel
-
- getSelectedItem() - Method in class ca.odell.glazedlists.swing.DefaultEventComboBoxModel
-
Gets the currently selected item.
- getSelectedItem() - Method in class ca.odell.glazedlists.swing.EventComboBoxModel
-
Deprecated.
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.DefaultEventSelectionModel
-
Returns the current selection mode.
- getSelectionMode() - Method in class ca.odell.glazedlists.swing.EventSelectionModel
-
Deprecated.
Returns the current selection mode.
- getSelectionModel() - Method in class ca.odell.glazedlists.swing.EventTableColumnModel
-
- 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.
- getShowExpanderForEmptyParent() - Method in class ca.odell.glazedlists.swing.TreeTableSupport
-
Returns true if empty tree nodes that are allowed to have
children are displayed with visible expanders while they are empty;
false otherwise.
- getSize() - Method in class ca.odell.glazedlists.swing.DefaultEventListModel
-
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.TreeList
-
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.DefaultEventTableViewer
-
- getSpaceKeyExpansionEnabled() - Method in class ca.odell.glazedlists.swing.TreeTableSupport
-
Returns true if the space key is currently used to control the table hierachy
expansion, false otherwise
- getSpacer(TreeNodeData, boolean) - Method in class ca.odell.glazedlists.swing.TreeTableCellEditor
-
Returns the number of pixels of space between the expand/collapse button
and the node component.
- getSpacer(TreeNodeData, boolean) - Method in class ca.odell.glazedlists.swing.TreeTableCellRenderer
-
Returns the number of pixels of space between the expand/collapse button
and the node component.
- 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
-
- getStartIndex() - Method in class ca.odell.glazedlists.ThresholdList
-
- getStrategy() - Method in class ca.odell.glazedlists.matchers.TextMatcherEditor
-
- getTable() - Method in class ca.odell.glazedlists.swing.JXTableSupport
-
- getTable() - Method in class ca.odell.glazedlists.swt.DefaultEventTableViewer
-
- getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class ca.odell.glazedlists.swing.TreeTableCellEditor
-
Return a decorated form of the component returned by the data
TableCellEditor.
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class ca.odell.glazedlists.swing.TreeTableCellRenderer
-
Return a decorated form of the component returned by the data
TableCellRenderer.
- getTableComparatorChooser() - Method in class ca.odell.glazedlists.swing.JXTableSupport
-
- getTableFormat() - Method in interface ca.odell.glazedlists.swing.AdvancedTableModel
-
- getTableFormat() - Method in class ca.odell.glazedlists.swing.DefaultEventTableModel
-
- getTableFormat() - Method in class ca.odell.glazedlists.swing.JXTableSupport
-
- getTableFormat() - Method in class ca.odell.glazedlists.swt.DefaultEventTableViewer
-
- getTableItemConfigurer() - Method in class ca.odell.glazedlists.swt.DefaultEventTableViewer
-
- getTableModel() - Method in class ca.odell.glazedlists.swing.JXTableSupport
-
- getTableSelectionModel() - Method in class ca.odell.glazedlists.swing.JXTableSupport
-
- getTextControl() - Method in class ca.odell.glazedlists.javafx.TextInputControlMatcherEditor
-
- getTextFilterator() - Method in class ca.odell.glazedlists.matchers.SearchEngineTextMatcherEditor.Field
-
Returns the TextFilterator capable of extracting only the fields that
should be considered by SearchTerms using this Field.
- getTextFilterator() - Method in class ca.odell.glazedlists.swing.AutoCompleteSupport
-
Returns the TextFilterator that extracts searchable strings from
each item in the ComboBoxModel.
- getTextMatchingStrategy() - Method in class ca.odell.glazedlists.swing.AutoCompleteSupport
-
Returns the manner in which the contents of the ComboBoxModel are
filtered and autocompletion terms are matched.
- getThreshold() - Method in class ca.odell.glazedlists.matchers.ThresholdMatcherEditor
-
- 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 interface ca.odell.glazedlists.swing.AdvancedListSelectionModel
-
Gets an EventList that contains only deselected values and
modifies the selection state on mutation.
- getTogglingDeselected() - Method in class ca.odell.glazedlists.swing.DefaultEventSelectionModel
-
Gets an EventList that contains only deselected values and
modifies the selection state on mutation.
- getTogglingDeselected() - Method in class ca.odell.glazedlists.swing.EventSelectionModel
-
Deprecated.
Gets an EventList that contains only deselected values and
modifies the selection state on mutation.
- getTogglingDeselected() - Method in class ca.odell.glazedlists.swt.DefaultEventListViewer
-
Gets an EventList that contains only deselected values and
modifies the selection state on mutation.
- getTogglingDeselected() - Method in class ca.odell.glazedlists.swt.DefaultEventTableViewer
-
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 interface ca.odell.glazedlists.swing.AdvancedListSelectionModel
-
Gets an EventList that contains only selected
values and modifies the selection state on mutation.
- getTogglingSelected() - Method in class ca.odell.glazedlists.swing.DefaultEventSelectionModel
-
Gets an EventList that contains only selected
values and modifies the selection state on mutation.
- getTogglingSelected() - Method in class ca.odell.glazedlists.swing.EventSelectionModel
-
Deprecated.
Gets an EventList that contains only selected
values and modifies the selection state on mutation.
- getTogglingSelected() - Method in class ca.odell.glazedlists.swt.DefaultEventListViewer
-
Gets an EventList that contains only selected
values and modifies the selection state on mutation.
- getTogglingSelected() - Method in class ca.odell.glazedlists.swt.DefaultEventTableViewer
-
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.DefaultEventKTableModel
-
Deprecated.
- getTotalColumnWidth() - Method in class ca.odell.glazedlists.swing.EventTableColumnModel
-
- getTreeNode(int) - Method in class ca.odell.glazedlists.TreeList
-
- 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.calculation.AbstractCalculation
-
- getValue() - Method in interface ca.odell.glazedlists.calculation.Calculation
-
- getValue(Comparable, Comparable) - Method in class ca.odell.glazedlists.jfreechart.CalculationCategoryDataset
-
- getValue(int, int) - Method in class ca.odell.glazedlists.jfreechart.CalculationCategoryDataset
-
- 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(Comparable, Comparable) - Method in class ca.odell.glazedlists.jfreechart.SimpleEventCategoryDataset
-
Returns the value associated with the specified keys.
- getValue(int, int) - Method in class ca.odell.glazedlists.jfreechart.SimpleEventCategoryDataset
-
Returns a value from the table.
- 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.CalculationTableModel
-
- getValueAt(int, int) - Method in class ca.odell.glazedlists.swing.DefaultEventTableModel
-
Retrieves the value at the specified location of the table.
- getValueIsAdjusting() - Method in class ca.odell.glazedlists.swing.DefaultEventSelectionModel
-
Returns true if the value is undergoing a series of changes.
- getValueIsAdjusting() - Method in class ca.odell.glazedlists.swing.EventSelectionModel
-
Deprecated.
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.
- GlazedListsFx - Class in ca.odell.glazedlists.javafx
-
A factory for creating all sorts of JavaFx related objects to be used with Glazed Lists.
- GlazedListsFx() - Constructor for class ca.odell.glazedlists.javafx.GlazedListsFx
-
- GlazedListsICU4J - Class in ca.odell.glazedlists.matchers
-
Bind Glazed Lists to ICU4J.
- GlazedListsICU4J() - Constructor for class ca.odell.glazedlists.matchers.GlazedListsICU4J
-
- GlazedListsIO - Class in ca.odell.glazedlists.io
-
- GlazedListsKTable - Class in ca.odell.glazedlists.swt
-
- 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.
- 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<? super E>) - Constructor for class ca.odell.glazedlists.GroupingList
-
Creates a GroupingList that determines groups using the specified
Comparator.
- Guard - Class in ca.odell.glazedlists
-
A helper class for guarding executable code (in the form of Consumer or Function
objects) with read or write locks on an EventList.
H
- handleListChange(ListEvent<E>) - Method in class ca.odell.glazedlists.swing.DefaultEventTableModel
-
Default implementation for converting a ListEvent to
TableModelEvents.
- hasChildren() - Method in class ca.odell.glazedlists.swing.AbstractTreeTableNodeDataEditor
-
Returns true if the tree node has child nodes; false
otherwise.
- hasChildren() - Method in class ca.odell.glazedlists.swing.AbstractTreeTableNodeDataRenderer
-
Returns true if the tree node has child nodes; false
otherwise.
- hasChildren() - Method in class ca.odell.glazedlists.swing.TreeNodeData
-
Returns true if the tree node has child nodes; false
otherwise.
- hasChildren(int) - Method in class ca.odell.glazedlists.TreeList
-
- 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.
- hashCode() - Method in class ca.odell.glazedlists.event.ObjectChange
-
- hashCode() - Method in class ca.odell.glazedlists.matchers.SearchEngineTextMatcherEditor.Field
-
- hashCode() - Method in class ca.odell.glazedlists.TreeList.Node
- hasNext() - Method in class ca.odell.glazedlists.event.ListEvent
-
Without incrementing the implicit iterator, this tests if there is another
change to view.
I
- IDENTICAL_STRATEGY - Static variable in class ca.odell.glazedlists.matchers.TextMatcherEditor
-
Character comparison strategy that assumes all characters can be
compared directly as though they are ASCII.
- 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, Object) - Method in class ca.odell.glazedlists.hibernate.EventListType
- indexOf(Object) - Method in class ca.odell.glazedlists.javafx.EventObservableList
- indexOf(List<E>, Matcher<? super E>) - Static method in class ca.odell.glazedlists.matchers.Matchers
-
Returns the index of the first element from the given list
that satisfies the matcher or -1 if no such
element exists.
- 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.
- indexOfGroup(E) - Method in class ca.odell.glazedlists.GroupingList
-
Return the index of the group to which the groupElement
would belong if it were hypothetically added to the source list.
- indexOfSimulated(Object) - Method in class ca.odell.glazedlists.SortedList
-
- INSERT - Static variable in class ca.odell.glazedlists.event.ListEvent
-
- inserted(E) - Method in class ca.odell.glazedlists.calculation.AbstractEventListCalculation
-
Updates the value of this Calculation to include the information from
the newElement.
- insertIndexInterval(int, int, boolean) - Method in class ca.odell.glazedlists.swing.DefaultEventSelectionModel
-
Insert length indices beginning before/after index.
- insertIndexInterval(int, int, boolean) - Method in class ca.odell.glazedlists.swing.EventSelectionModel
-
Deprecated.
Insert length indices beginning before/after index.
- install(JComboBox<E>, 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<E>, EventList<E>, TextFilterator<? super 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<E>, EventList<E>, TextFilterator<? super 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, EventList<E>, TableFormat<? super E>, SortedList<E>, Object) - Static method in class ca.odell.glazedlists.swing.JXTableSupport
-
Installs the Glazed Lists integration on the given table.
- install(JTable, SortedList<E>, Object) - Static method in class ca.odell.glazedlists.swing.TableComparatorChooser
-
Installs a new TableComparatorChooser that responds to clicks on the
header of the specified table and uses them to sort the specified
sortedList by delegating to the given strategy
If at any time the table should no longer sort, the behaviour can be
removed calling TableComparatorChooser.dispose() on the object returned by this method.
- install(JTable, SortedList<E>, Object, TableFormat<? super E>) - Static method in class ca.odell.glazedlists.swing.TableComparatorChooser
-
Installs a new TableComparatorChooser that responds to clicks on the
header of the specified table and uses them to sort the specified
sortedList by delegating to the given strategy
If at any time the table should no longer sort, the behaviour can be
removed calling TableComparatorChooser.dispose() on the object returned by this method.
- install(JTable, TreeList, int) - Static method in class ca.odell.glazedlists.swing.TreeTableSupport
-
Installs support for a hierarchical table column into the
table on the column with the given
hierarchyColumnModelIndex.
- install(UndoManager, EventList<E>) - Static method in class ca.odell.glazedlists.swing.UndoSupport
-
Installs support for undoing/redoing edits on the given
source.
- install(UndoManager, EventList<E>, FunctionList.Function<UndoRedoSupport.Edit, UndoableEdit>) - Static method in class ca.odell.glazedlists.swing.UndoSupport
-
Installs support for undoing/redoing edits on the given
source.
- install(DefaultEventTableViewer<E>, SortedList<E>, boolean) - Static method in class ca.odell.glazedlists.swt.TableComparatorChooser
-
Installs a new TableComparatorChooser that responds to clicks
on the specified table and uses them to sort the specified list.
- install(TransactionEventAssembler<E>) - Static method in class ca.odell.glazedlists.TransactionEventAssembler.UndoRedoSupport
-
Installs support for undoing and redoing changes to the given source.
- install(EventList<E>) - Static method in class ca.odell.glazedlists.UndoRedoSupport
-
Installs support for undoing and redoing changes to the given
source.
- installListener(E) - Method in interface ca.odell.glazedlists.ObservableElementList.Connector
-
Start listening for events from the specified element.
- instantiate() - Method in class ca.odell.glazedlists.hibernate.EventListType
-
Instantiate an empty instance of the "underlying" collection (not a wrapper).
- instantiate(int) - Method in class ca.odell.glazedlists.hibernate.EventListType
- instantiate(SessionImplementor, CollectionPersister) - Method in class ca.odell.glazedlists.hibernate.EventListType
- invert(Matcher<E>) - Static method in class ca.odell.glazedlists.matchers.Matchers
-
- invertSelection() - Method in class ca.odell.glazedlists.ListSelection
-
Inverts the current selection.
- invertSelection() - Method in interface ca.odell.glazedlists.swing.AdvancedListSelectionModel
-
Inverts the current selection.
- invertSelection() - Method in class ca.odell.glazedlists.swing.DefaultEventSelectionModel
-
Inverts the current selection.
- invertSelection() - Method in class ca.odell.glazedlists.swing.EventSelectionModel
-
Deprecated.
Inverts the current selection.
- invertSelection() - Method in class ca.odell.glazedlists.swt.DefaultEventListViewer
-
Inverts the current selection.
- invertSelection() - Method in class ca.odell.glazedlists.swt.DefaultEventTableViewer
-
Inverts the current selection.
- isCellEditable(int, int) - Method in class ca.odell.glazedlists.swing.CalculationTableModel
-
- isCellEditable(int, int) - Method in class ca.odell.glazedlists.swing.DefaultEventTableModel
-
Delegates the question of whether the cell is editable or not to the
backing TableFormat if it is a WritableTableFormat.
- isCellEditable(EventObject) - Method in class ca.odell.glazedlists.swing.TreeTableCellEditor
-
This method checks if the event is a MouseEvent
and determines if it occurred overtop of the component created by the
delegate TableCellEditor.
- isColumnResizable(int) - Method in class ca.odell.glazedlists.swt.AbstractKTableFormat
-
Deprecated.
- isColumnResizable(int) - Method in class ca.odell.glazedlists.swt.DefaultEventKTableModel
-
Deprecated.
- isColumnResizable(int) - Method in interface ca.odell.glazedlists.swt.KTableFormat
-
Deprecated.
- 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
-
Deprecated.
Returns true if this resource is on the network.
- isCurrentlyMatchingAll() - Method in class ca.odell.glazedlists.matchers.AbstractMatcherEditor
-
Returns true if the current matcher will match everything.
- isCurrentlyMatchingNone() - Method in class ca.odell.glazedlists.matchers.AbstractMatcherEditor
-
Returns true if the current matcher will match nothing.
- 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.
- isEmpty() - Method in class ca.odell.glazedlists.javafx.EventObservableList
- 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.
- isEventInProgress() - Method in class ca.odell.glazedlists.event.ListEventAssembler
-
Indicate whether or not an event is in progress.
- isExpanded(E, List<E>) - Method in class ca.odell.glazedlists.DefaultExternalExpansionModel
-
- isExpanded() - Method in class ca.odell.glazedlists.swing.AbstractTreeTableNodeDataEditor
-
Returns true if the node is expanded and its children are thus
visible; false if it is collapsed and its children are thus
hidden.
- isExpanded() - Method in class ca.odell.glazedlists.swing.AbstractTreeTableNodeDataRenderer
-
Returns true if the node is expanded and its children are thus
visible; false if it is collapsed and its children are thus
hidden.
- isExpanded() - Method in class ca.odell.glazedlists.swing.TreeNodeData
-
Returns true if the node is expanded and its children are thus
visible; false if it is collapsed and its children are thus
hidden.
- isExpanded(E, List<E>) - Method in interface ca.odell.glazedlists.TreeList.ExpansionModel
-
Determine the specified element's initial expand/collapse state.
- isExpanded(int) - Method in class ca.odell.glazedlists.TreeList
-
- isFrozen() - Method in class ca.odell.glazedlists.FreezableList
-
- isInstalled() - Method in class ca.odell.glazedlists.swing.AutoCompleteSupport
-
Returns true if this autocomplete support instance is currently
installed and altering the behaviour of the combo box; false if
it has been AutoCompleteSupport.uninstall()ed.
- isInstalled() - Method in class ca.odell.glazedlists.swing.JXTableSupport
-
- isLeaf(Object) - Method in class ca.odell.glazedlists.swing.EventTreeModel
- isLeaf() - Method in class ca.odell.glazedlists.TreeList.Node
-
- isLive() - Method in class ca.odell.glazedlists.javafx.TextInputControlMatcherEditor
-
Whether filtering occurs by the keystroke or not.
- 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.
- isNotNull() - Static method in class ca.odell.glazedlists.matchers.Matchers
-
Get a Matcher that returns returns true iff it is
given a null object.
- isNull() - Static method in class ca.odell.glazedlists.matchers.Matchers
-
Get a Matcher that returns returns true iff it is
given a non-null object.
- isPointOverExpanderButton(Point) - Method in class ca.odell.glazedlists.swing.TreeTableCellPanel
-
Returns true if p occurs within the bounds of the
expander button; false otherwise.
- isPointOverNodeComponent(Point) - Method in class ca.odell.glazedlists.swing.TreeTableCellPanel
-
Returns true if p occurs within the bounds of the
node component; false otherwise.
- 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
-
Deprecated.
- isRowResizable(int) - Method in class ca.odell.glazedlists.swt.DefaultEventKTableModel
-
Deprecated.
- isRowResizable(Object) - Method in interface ca.odell.glazedlists.swt.KTableFormat
-
Deprecated.
- 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.DefaultEventSelectionModel
-
Returns true if the specified index is selected.
- isSelectedIndex(int) - Method in class ca.odell.glazedlists.swing.EventSelectionModel
-
Deprecated.
Returns true if the specified index is selected.
- isSelectionEmpty() - Method in class ca.odell.glazedlists.swing.DefaultEventSelectionModel
-
Returns true if no indices are selected.
- isSelectionEmpty() - Method in class ca.odell.glazedlists.swing.EventSelectionModel
-
Deprecated.
Returns true if no indices are selected.
- isSortingMouseEvent(MouseEvent) - Method in class ca.odell.glazedlists.swing.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.
- isSwingThreadProxyCalculation(Calculation) - Static method in class ca.odell.glazedlists.swing.CalculationsSwing
-
Returns true if calc is a Calculation that fires
all of its update events from the Swing event dispatch thread.
- 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.
- isSWTThreadProxyCalculation(Calculation) - Static method in class ca.odell.glazedlists.swt.CalculationsSWT
-
Returns true if calc is a Calculation that fires
all of its update events from the SWT event dispatch thread.
- isSWTThreadProxyList(EventList) - Static method in class ca.odell.glazedlists.swt.GlazedListsSWT
-
Returns true if list is an EventList that fires
all of its update events from the SWT event dispatch thread.
- isVisible() - Method in class ca.odell.glazedlists.TreeList.Node
-
- isWritable() - Method in class ca.odell.glazedlists.CollectionList
-
- 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
-
Deprecated.
Gets whether the source EventList is writable via this API.
- isWritable() - Method in class ca.odell.glazedlists.io.NetworkList
-
Deprecated.
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.PluggableList
-
- 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.SeparatorList
-
Gets whether the source EventList is writable via this API.
- isWritable() - Method in class ca.odell.glazedlists.SequenceList
-
- 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.TransactionList
-
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.TreeList
-
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.
- ItemFormat<E> - Interface in ca.odell.glazedlists.swt
-
- 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.javafx.EventObservableList
- iterator() - Method in class ca.odell.glazedlists.SortedList
-
Returns an iterator over the elements in this list in proper sequence.
J
- J2SE50LockFactory - Class in ca.odell.glazedlists.util.concurrent
-
An implementation of LockFactory that has been derived from
JDK 1.5 Locks.
- J2SE50LockFactory() - Constructor for class ca.odell.glazedlists.util.concurrent.J2SE50LockFactory
-
- JavaFxThreadProxyEventList<E> - Class in ca.odell.glazedlists.javafx
-
Proxies events from all threads to the JavaFx application thread.
- JavaFxThreadProxyEventList(EventList<E>) - Constructor for class ca.odell.glazedlists.javafx.JavaFxThreadProxyEventList
-
- JEventListPanel<E> - Class in ca.odell.glazedlists.swing
-
- JEventListPanel(EventList<E>, JEventListPanel.Format<E>) - Constructor for class ca.odell.glazedlists.swing.JEventListPanel
-
Deprecated.
- JEventListPanel.AbstractFormat<E> - Class in ca.odell.glazedlists.swing
-
Deprecated.
- JEventListPanel.Format<E> - Interface in ca.odell.glazedlists.swing
-
Deprecated.
Specify how the JComponents of an Object are layed out in a row.
- JXTableSupport<E> - Class in ca.odell.glazedlists.swing
-
K
- KTableFormat - Interface in ca.odell.glazedlists.swt
-
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.javafx.EventObservableList
- 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<E>) - Method in class ca.odell.glazedlists.calculation.AbstractEventListCalculation
-
Updates the value of this Calculation in response to the
listChanges.
- 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.
- 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.
- 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.
- 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.
- listChanged(ListEvent) - Method in class ca.odell.glazedlists.hibernate.PersistentEventList
-
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.io.CachingList
-
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.io.FileList
-
Deprecated.
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.io.NetworkList
-
Deprecated.
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.javafx.EventObservableList
-
- listChanged(ListEvent<Calculation<? extends Number>>) - Method in class ca.odell.glazedlists.jfreechart.CalculationCategoryDataset
-
This listener rebroadcasts ListEvents as DatasetChangeEvents.
- listChanged(ListEvent<ValueSegment<C, R>>) - Method in class ca.odell.glazedlists.jfreechart.EventListCategoryDataset
-
This listener maintains a fast set of TreePairs for each unique value
found in the ValueSegments of the source list.
- listChanged(ListEvent<Comparable>) - Method in class ca.odell.glazedlists.jfreechart.SimpleEventCategoryDataset
-
Watch the row key and column key lists for changes and rebroadcast those
ListEvents as DatasetChangeEvents.
- listChanged(ListEvent<E>) - Method in class ca.odell.glazedlists.ListSelection
-
Handle changes to the source list by adjusting our selection state and
the contents of the selected and deselected lists.
- listChanged(ListEvent<E>) - Method in class ca.odell.glazedlists.LockbasedSyncListener
-
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.ObservableElementList
-
- listChanged(ListEvent<E>) - Method in class ca.odell.glazedlists.PluggableList
-
- 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.
- 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.
- 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.
- 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.
- 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.
- listChanged(ListEvent<E>) - Method in class ca.odell.glazedlists.swing.DefaultEventListModel
-
For implementing the ListEventListener interface.
- listChanged(ListEvent<E>) - Method in class ca.odell.glazedlists.swing.DefaultEventTableModel
-
For implementing the ListEventListener interface.
- listChanged(ListEvent<T>) - Method in class ca.odell.glazedlists.swing.EventTableColumnModel
-
- listChanged(ListEvent<E>) - Method in class ca.odell.glazedlists.swing.EventTreeModel
-
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.swt.DefaultEventComboViewer
-
When the source combo is changed, this forwards the change to the
displayed combo.
- listChanged(ListEvent) - Method in class ca.odell.glazedlists.swt.DefaultEventKTableModel
-
Deprecated.
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.swt.DefaultEventListViewer
-
When the source list is changed, this forwards the change to the
displayed List.
- listChanged(ListEvent) - Method in class ca.odell.glazedlists.swt.DefaultEventTableViewer
-
When the source list is changed, this forwards the change to the
displayed Table.
- listChanged(ListEvent<E>) - Method in class ca.odell.glazedlists.SyncListener
-
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.TransactionList
-
Simply forwards all of the listChanges since TransactionList
doesn't transform the source data in any way.
- 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<TreeList.Node<E>>) - Method in class ca.odell.glazedlists.TreeList
-
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.
- listCollectionListModel() - Static method in class ca.odell.glazedlists.GlazedLists
-
- listDataEvent - Variable in class ca.odell.glazedlists.swing.DefaultEventListModel
-
recycle the list data event to prevent unnecessary object creation
- listenerList - Variable in class ca.odell.glazedlists.swing.EventTreeModel
-
Listeners.
- ListEvent<E> - Class in ca.odell.glazedlists.event
-
A ListEvent models a sequence of changes to an EventList.
- 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.
- listIterator() - Method in class ca.odell.glazedlists.javafx.EventObservableList
- listIterator(int) - Method in class ca.odell.glazedlists.javafx.EventObservableList
- ListPeer - Class in ca.odell.glazedlists.io
-
- ListPeer(int) - Constructor for class ca.odell.glazedlists.io.ListPeer
-
Deprecated.
Creates a new ListPeer that binds to the specified port.
- ListSelection<E> - Class in ca.odell.glazedlists
-
A class 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.
- LockbasedSyncListener<E> - Class in ca.odell.glazedlists
-
- LockbasedSyncListener(EventList<E>, EventList<E>) - Constructor for class ca.odell.glazedlists.LockbasedSyncListener
-
Constructor with source and target EventList.
- 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
- main(String[]) - Static method in class ca.odell.glazedlists.javafx.EventObservableListDemo
-
- manyElements(EventList) - Static method in class ca.odell.glazedlists.calculation.Calculations
-
A Calculation that reports true when the number of elements is > 1; false otherwise.
- manyToOneEventAdapterFactory() - Static method in class ca.odell.glazedlists.swing.GlazedListsSwing
-
- 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
-
- MatcherEditor.Event<E> - Class in ca.odell.glazedlists.matchers
-
- 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.
- meanDoubles(EventList<? extends Number>) - Static method in class ca.odell.glazedlists.calculation.Calculations
-
A Calculation that reports the mean average of all the numbers as a Double.
- meanFloats(EventList<? extends Number>) - Static method in class ca.odell.glazedlists.calculation.Calculations
-
A Calculation that reports the mean average of all the numbers as a Float.
- monthSequencer() - Static method in class ca.odell.glazedlists.Sequencers
-
- moveColumn(int, int) - Method in class ca.odell.glazedlists.swing.EventTableColumnModel
-
- MULTIPLE_COLUMN_KEYBOARD - Static variable in class ca.odell.glazedlists.gui.AbstractTableComparatorChooser
-
Emulate the sorting behaviour of SUN's TableSorter, by Philip Milne et. al.
- MULTIPLE_COLUMN_MOUSE - Static variable in class ca.odell.glazedlists.gui.AbstractTableComparatorChooser
-
Sort multiple columns without use of the keyboard.
- MULTIPLE_COLUMN_MOUSE_WITH_UNDO - 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.
- MutableTableModelEvent - Class in ca.odell.glazedlists.swing
-
A frequently changing table or a table that changes in several
places simultaneously will cause several TableModelEvents to
be created.
- MutableTableModelEvent(TableModel) - Constructor for class ca.odell.glazedlists.swing.MutableTableModelEvent
-
Constructors simply call the same on the superclass.
N
- NachoDateRangeMatcherEditor<E> - Class in ca.odell.glazedlists.nachocalendar
-
- NachoDateRangeMatcherEditor(Filterator<Date, E>) - Constructor for class ca.odell.glazedlists.nachocalendar.NachoDateRangeMatcherEditor
-
Deprecated.
- NetworkList<E> - Class in ca.odell.glazedlists.io
-
- NetworkListStatusListener - Interface in ca.odell.glazedlists.io
-
- 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.
- NODES_START_COLLAPSED - Static variable in class ca.odell.glazedlists.TreeList
-
- NODES_START_EXPANDED - Static variable in class ca.odell.glazedlists.TreeList
-
- nodesStartCollapsed() - Static method in class ca.odell.glazedlists.TreeList
-
- nodesStartExpanded() - Static method in class ca.odell.glazedlists.TreeList
-
- nonNullAndNonEmptyString() - Static method in class ca.odell.glazedlists.matchers.Matchers
-
Get a Matcher that returns true iff it is given a
non-null and non-empty String.
- NORMALIZED_STRATEGY - Static variable in class ca.odell.glazedlists.matchers.TextMatcherEditor
-
Character comparison strategy that assumes all Latin characters should
have their diacritical marks stripped in an effort to normalize words to
their most basic form.
- NOT_EQUAL - Static variable in class ca.odell.glazedlists.matchers.ThresholdMatcherEditor
-
O
- ObjectChange<T> - Class in ca.odell.glazedlists.event
-
- observableConnector() - Static method in class ca.odell.glazedlists.GlazedLists
-
Create a new Connector for the ObservableElementList that works
with subclasses of the archaic Observable base class.
- ObservableElementChangeHandler<E> - Interface in ca.odell.glazedlists
-
- ObservableElementList<E> - Class in ca.odell.glazedlists
-
A list that fires update events whenever elements are modified in place.
- ObservableElementList(EventList<E>, ObservableElementList.Connector<? super 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.
- oneElement(EventList) - Static method in class ca.odell.glazedlists.calculation.Calculations
-
A Calculation that reports true when the number of elements is 1; false otherwise.
- oneOrMoreElements(EventList) - Static method in class ca.odell.glazedlists.calculation.Calculations
-
A Calculation that reports true when the number of elements is > 0; false otherwise.
- OR - Static variable in class ca.odell.glazedlists.matchers.CompositeMatcherEditor
-
- or(Matcher<? super E>...) - Static method in class ca.odell.glazedlists.matchers.Matchers
-
Returns a Matcher which returns a match when any of the
given matchers reports a match.
P
- parallelStream() - Method in class ca.odell.glazedlists.BasicEventList
- path() - Method in class ca.odell.glazedlists.TreeList.Node
-
- PersistentEventList - Class in ca.odell.glazedlists.hibernate
-
A Hibernate persistent wrapper for an EventList.
- PersistentEventList(SessionImplementor, EventListFactory) - Constructor for class ca.odell.glazedlists.hibernate.PersistentEventList
-
Constructor with session.
- PersistentEventList(SessionImplementor, EventList) - Constructor for class ca.odell.glazedlists.hibernate.PersistentEventList
-
Constructor with session and EventList.
- PluggableList<E> - Class in ca.odell.glazedlists
-
- PluggableList(ListEventPublisher, ReadWriteLock) - Constructor for class ca.odell.glazedlists.PluggableList
-
Constructs a PluggableList which uses the given publisher
and lock.
- PluggableList(EventList<E>) - Constructor for class ca.odell.glazedlists.PluggableList
-
Constructs a PluggableList which delegates all List methods to the given
source.
- 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>) - Constructor for class ca.odell.glazedlists.PopularityList
-
- PopularityList(EventList<E>, Comparator<E>) - Constructor for class ca.odell.glazedlists.PopularityList
-
- 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.
- prepareRenderer(MouseEvent) - Static method in class ca.odell.glazedlists.swing.TreeTableUtilities
-
Given a mouseEvent which occurred over a JTable,
and further assuming that the column is a hierarchical column that
- 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.
- processKeyBinding(KeyStroke, KeyEvent, int, boolean) - Method in class ca.odell.glazedlists.swing.TreeTableCellPanel
-
This method is called by Swing when the TreeTableCellPanel is installed
as a TableCellEditor.
- propertyChange(PropertyChangeEvent) - Method in class ca.odell.glazedlists.calculation.AbstractCompositeCalculation
-
When any of the input Calculations report a change, this composite
calculation is also recalculated in response.
- propertyChange(PropertyChangeEvent) - Method in class ca.odell.glazedlists.swing.EventTableColumnModel
-
Watch for changes to the column width or preferred column width and
trigger a relayout of the table header when they change.
- propertyEventNameMatcher(boolean, String...) - Static method in class ca.odell.glazedlists.matchers.Matchers
-
Create a Matcher that uses the given propertyNames to match
PropertyChangeEvents by their property name.
- PROPERTYNAME_EVENTLIST_CATEGORY - Static variable in class ca.odell.glazedlists.hibernate.EventListType
-
Name of property for specifying an EventList category in the Hibernate mapping file.
- publish(EventList<E>, String, ByteCoder) - Method in class ca.odell.glazedlists.io.ListPeer
-
Deprecated.
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
-
- RangeList(EventList<E>) - Constructor for class ca.odell.glazedlists.RangeList
-
- 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 java.lang.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
-
- readLock() - Method in interface ca.odell.glazedlists.util.concurrent.ReadWriteLock
-
Return the lock used for reading.
- readLock() - Method in class ca.odell.glazedlists.util.concurrent.SerializedReadWriteLock
-
Return the lock used for reading.
- readOnlyList(EventList<? extends 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.
- recompute(Number[]) - Method in class ca.odell.glazedlists.calculation.AbstractCompositeCalculation
-
Provides the logic to combine the inputs into the single
numeric value of this composite calculation.
- 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.
- redo() - Method in interface ca.odell.glazedlists.TransactionEventAssembler.UndoRedoSupport.Edit
-
Re-applies the edit.
- redo() - Method in interface ca.odell.glazedlists.UndoRedoSupport.Edit
-
Re-applies the edit.
- reevaluate(A, B) - Method in interface ca.odell.glazedlists.FunctionList.AdvancedFunction
-
Evaluate the sourceValue again to produce the
corresponding value in the FunctionList.
- refilter(String) - Method in class ca.odell.glazedlists.matchers.SearchEngineTextMatcherEditor
-
Creates and applies a new TextMatcher based on the given input
text.
- REGULAR_EXPRESSION - Static variable in class ca.odell.glazedlists.matchers.TextMatcherEditor
-
Matching mode where items are considered a match using a
Matcher produced by compiling a regular
expression into Pattern.
- 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).
- 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).
- remove(int) - Method in class ca.odell.glazedlists.GroupingList
-
Removes the element at the specified position in this list (optional
operation).
- remove(int, int) - Method in class ca.odell.glazedlists.javafx.EventObservableList
- remove(Object) - Method in class ca.odell.glazedlists.javafx.EventObservableList
- remove(int) - Method in class ca.odell.glazedlists.javafx.EventObservableList
- 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.TreeList
-
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).
- 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.DebugList
-
Removes from this list all the elements that are contained in the
specified collection (optional operation).
- removeAll(E...) - Method in class ca.odell.glazedlists.javafx.EventObservableList
- removeAll(Collection<?>) - Method in class ca.odell.glazedlists.javafx.EventObservableList
- removeColumn(TableColumn) - Method in class ca.odell.glazedlists.swing.EventTableColumnModel
-
- removeColumnModelListener(TableColumnModelListener) - Method in class ca.odell.glazedlists.swing.EventTableColumnModel
-
- removeDependency(EventList, ListEventListener) - Method in interface ca.odell.glazedlists.event.ListEventPublisher
-
- removeFirstItem() - Method in class ca.odell.glazedlists.swing.AutoCompleteSupport
-
Removes and returns the optional single value used as the first element
in the ComboBoxModel or null if no first item has been
set.
- removeIf(Predicate<? super E>) - Method in class ca.odell.glazedlists.AbstractEventList
-
Removes all of the elements of this collection that satisfy the given
predicate.
- removeIf(Predicate<? super E>) - Method in class ca.odell.glazedlists.BasicEventList
-
Removes all of the elements of this collection that satisfy the given
predicate.
- removeIf(Predicate<? super E>) - Method in class ca.odell.glazedlists.DebugList
-
- removeIf(Predicate<? super E>) - Method in class ca.odell.glazedlists.FunctionList
-
Removes all of the elements of this collection that satisfy the given
predicate.
- removeIndexInterval(int, int) - Method in class ca.odell.glazedlists.swing.DefaultEventSelectionModel
-
Remove the indices in the interval index0,index1 (inclusive) from the selection model.
- removeIndexInterval(int, int) - Method in class ca.odell.glazedlists.swing.EventSelectionModel
-
Deprecated.
Remove the indices in the interval index0,index1 (inclusive) from the selection model.
- removeListDataListener(ListDataListener) - Method in class ca.odell.glazedlists.swing.DefaultEventListModel
-
Deregisters the specified ListDataListener from receiving updates
whenever this list changes.
- removeListener(ListChangeListener<? super E>) - Method in class ca.odell.glazedlists.javafx.EventObservableList
- removeListener(InvalidationListener) - Method in class ca.odell.glazedlists.javafx.EventObservableList
- removeListEventListener(ListEventListener<? super E>) - Method in class ca.odell.glazedlists.AbstractEventList
-
Removes the specified listener from receiving change updates for this list.
- removeListEventListener(ListEventListener<? super 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<? super E>) - Method in interface ca.odell.glazedlists.EventList
-
Removes the specified listener from receiving change updates for this list.
- removeListEventListener(ListEventListener) - Method in class ca.odell.glazedlists.hibernate.PersistentEventList
-
Removes the specified listener from receiving change updates for this list.
- removeListEventListener(ListEventListener<? super E>) - Method in class ca.odell.glazedlists.TransactionEventAssembler
-
- removeListSelectionListener(ListSelectionListener) - Method in class ca.odell.glazedlists.swing.DefaultEventSelectionModel
-
Remove a listener from the list that's notified each time a change to the selection occurs.
- removeListSelectionListener(ListSelectionListener) - Method in class ca.odell.glazedlists.swing.EventSelectionModel
-
Deprecated.
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.AbstractMatcherEditorListenerSupport
-
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
-
- removePropertyChangeListener(PropertyChangeListener) - Method in class ca.odell.glazedlists.calculation.AbstractCalculation
-
- removePropertyChangeListener(PropertyChangeListener) - Method in interface ca.odell.glazedlists.calculation.Calculation
-
- removeSelectionInterval(int, int) - Method in class ca.odell.glazedlists.swing.DefaultEventSelectionModel
-
Change the selection to be the set difference of the current selection and the indices between index0 and index1 inclusive.
- removeSelectionInterval(int, int) - Method in class ca.odell.glazedlists.swing.EventSelectionModel
-
Deprecated.
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
-
Deprecated.
Deregisters the specified listener from receiving events about the status of
this NetworkList.
- removeTreeModelListener(TreeModelListener) - Method in class ca.odell.glazedlists.swing.EventTreeModel
- removeUndoSupportListener(TransactionEventAssembler.UndoRedoSupport.Listener) - Method in class ca.odell.glazedlists.TransactionEventAssembler.UndoRedoSupport
-
- removeUndoSupportListener(UndoRedoSupport.Listener) - Method in class ca.odell.glazedlists.UndoRedoSupport
-
- removeValidSelectionMatcher(Matcher<E>) - Method in class ca.odell.glazedlists.ListSelection
-
Remove a matcher which decides when source elements are valid for selection.
- removeValidSelectionMatcher(Matcher<E>) - Method in interface ca.odell.glazedlists.swing.AdvancedListSelectionModel
-
Remove a matcher which decides when source elements are valid for selection.
- removeValidSelectionMatcher(Matcher<E>) - Method in class ca.odell.glazedlists.swing.DefaultEventSelectionModel
-
Remove a matcher which decides when source elements are valid for selection.
- removeValidSelectionMatcher(Matcher<E>) - Method in class ca.odell.glazedlists.swing.EventSelectionModel
-
Deprecated.
Remove a matcher which decides when source elements are valid for selection.
- reorder(int[], List<ObjectChange<E>>) - Method in class ca.odell.glazedlists.event.ListEventAssembler
-
Sets the current event as a reordering.
- reorderMap - Variable in class ca.odell.glazedlists.event.ListEventAssembler
-
the current reordering array if this change is a reorder
- replaceAll(UnaryOperator<E>) - Method in class ca.odell.glazedlists.AbstractEventList
- replaceAll(UnaryOperator<E>) - Method in class ca.odell.glazedlists.BasicEventList
- replaceAll(UnaryOperator<E>) - Method in class ca.odell.glazedlists.DebugList
-
- 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
-
- 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.
- replaceElements(Object, Object, CollectionPersister, Object, Map, SessionImplementor) - Method in class ca.odell.glazedlists.hibernate.EventListType
- 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.DebugList
-
Retains only the elements in this list that are contained in the
specified collection (optional operation).
- retainAll(E...) - Method in class ca.odell.glazedlists.javafx.EventObservableList
- retainAll(Collection<?>) - Method in class ca.odell.glazedlists.javafx.EventObservableList
- 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.
- rollbackEvent() - Method in class ca.odell.glazedlists.TransactionEventAssembler
-
Demarks the unsuccessful completion of a transaction.
- rollbackEvent() - Method in class ca.odell.glazedlists.TransactionList
-
Demarks the unsuccessful completion of a transaction.
- rowKeys - Variable in class ca.odell.glazedlists.jfreechart.EventListCategoryDataset
-
An ordered list of keys identifying the chart's rows.
- rowKeys - Variable in class ca.odell.glazedlists.jfreechart.SimpleEventCategoryDataset
-
An ordered list of keys identifying the chart's rows.
S
- schedule(Runnable) - Method in class ca.odell.glazedlists.javafx.JavaFxThreadProxyEventList
-
- SearchEngineTextFieldMatcherEditor<E> - Class in ca.odell.glazedlists.swing
-
A MatcherEditor that matches Objects that contain the filter text located
within a JTextField.
- SearchEngineTextFieldMatcherEditor(JTextField, TextFilterator<? super E>) - Constructor for class ca.odell.glazedlists.swing.SearchEngineTextFieldMatcherEditor
-
Creates a TextMatcherEditor bound to the given textField
with the given textFilterator.
- SearchEngineTextMatcherEditor<E> - Class in ca.odell.glazedlists.matchers
-
A MatcherEditor that matches Objects against search text in a format similiar
to search engines.
- SearchEngineTextMatcherEditor() - Constructor for class ca.odell.glazedlists.matchers.SearchEngineTextMatcherEditor
-
Creates a SearchEngineTextMatcherEditor whose Matchers can test only
elements which implement the TextFilterable interface.
- SearchEngineTextMatcherEditor(TextFilterator<? super E>) - Constructor for class ca.odell.glazedlists.matchers.SearchEngineTextMatcherEditor
-
Creates a SearchEngineTextMatcherEditor with the given
textFilterator.
- SearchEngineTextMatcherEditor.Field<E> - Class in ca.odell.glazedlists.matchers
-
A Field object contains information specific to a given field found
within the Objects being text matched.
- SearchEngineTextWidgetMatcherEditor<E> - Class in ca.odell.glazedlists.swt
-
A MatcherEditor that matches elements that contain the filter text located
within a Text field.
- SearchEngineTextWidgetMatcherEditor(Text, TextFilterator<? super E>) - Constructor for class ca.odell.glazedlists.swt.SearchEngineTextWidgetMatcherEditor
-
Creates a TextWidgetMatcherEditor bound to the provided Text
with the given textFilterator.
- 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.
- select(E[], Matcher<? super E>) - Static method in class ca.odell.glazedlists.matchers.Matchers
-
Return a new array containing only the items that satisfy
the matcher.
- select(Collection<E>, Matcher<? super E>) - Static method in class ca.odell.glazedlists.matchers.Matchers
-
Add all elements from the given collection that satisfy the
matcher to a new ArrayList.
- select(Collection<E>, Matcher<? super E>, Collection<? super E>) - Static method in class ca.odell.glazedlists.matchers.Matchers
-
Add all elements from the given collection that satisfy the
matcher to the given results Collection.
- 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<? super E>, int, int) - Constructor for class ca.odell.glazedlists.SeparatorList
-
Construct a SeparatorList overtop of the source list by
using the given comparator to compute groups of similar
source items.
- 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<? super 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
-
Deprecated.
Creates a ByteCoder that encodes Serializable
Objects using an ObjectOutputStream.
- SerializedReadWriteLock - Class in ca.odell.glazedlists.util.concurrent
-
A ReadWriteLock dummy implementation that's only used for Java object
serialization.
- SerializedReadWriteLock() - Constructor for class ca.odell.glazedlists.util.concurrent.SerializedReadWriteLock
-
- 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.javafx.EventObservableList
- 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).
- setAll(E...) - Method in class ca.odell.glazedlists.javafx.EventObservableList
- setAll(Collection<? extends E>) - Method in class ca.odell.glazedlists.javafx.EventObservableList
- setAllDataChanged() - Method in class ca.odell.glazedlists.swing.MutableTableModelEvent
-
Sets the table model event to notify that all table data
has changed.
- setAllowsChildren(boolean) - Method in class ca.odell.glazedlists.swing.TreeNodeData
-
- setAnchorSelectionIndex(int) - Method in class ca.odell.glazedlists.ListSelection
-
Set the anchor selection index.
- setAnchorSelectionIndex(int) - Method in class ca.odell.glazedlists.swing.DefaultEventSelectionModel
-
Set the anchor selection index.
- setAnchorSelectionIndex(int) - Method in class ca.odell.glazedlists.swing.EventSelectionModel
-
Deprecated.
Set the anchor selection index.
- setArrowKeyExpansionEnabled(boolean) - Method in class ca.odell.glazedlists.swing.TreeTableSupport
-
If arrowKeyExpansionEnabled is true then two
things are changed in tandem:
The left and right arrow keys will toggle the expansion state of
hierarchy nodes in the tree rather than adjust cell focus in the
table.
- setBackground(Color) - Method in class ca.odell.glazedlists.swing.TreeTableCellPanel
-
Set the background color of the TreeTableCellPanel and node component.
- setBeepOnStrictViolation(boolean) - Method in class ca.odell.glazedlists.swing.AutoCompleteSupport
-
Sets the policy for indicating strict-mode violations to the user by way
of a beep sound.
- setCellConstraints(CellConstraints[]) - Method in class ca.odell.glazedlists.swing.JEventListPanel.AbstractFormat
-
Deprecated.
Set the constraints used for the components of each element.
- setCellConstraints(String[]) - Method in class ca.odell.glazedlists.swing.JEventListPanel.AbstractFormat
-
Deprecated.
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.DefaultEventTableViewer
-
Set whether this shall show only checked elements.
- setColumnMargin(int) - Method in class ca.odell.glazedlists.swing.EventTableColumnModel
-
- setColumnSelectionAllowed(boolean) - Method in class ca.odell.glazedlists.swing.EventTableColumnModel
-
- 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
-
Deprecated.
- setColumnWidth(int, int) - Method in class ca.odell.glazedlists.swt.DefaultEventKTableModel
-
Deprecated.
- setColumnWidth(int, int) - Method in interface ca.odell.glazedlists.swt.KTableFormat
-
Deprecated.
- setComparator(Comparator<? super E>) - Method in class ca.odell.glazedlists.GroupingList
-
Change the Comparator which determines the groupings presented
by this List
- setComparator(Comparator<T>) - 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
-
- setComparator(Comparator<? super E>) - Method in class ca.odell.glazedlists.UniqueList
-
Change the Comparator which determines the unique elements
of this List.
- setContentAt(int, int, Object) - Method in class ca.odell.glazedlists.swt.DefaultEventKTableModel
-
Deprecated.
- 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.
- setDelegateEditor(TableCellEditor) - Method in class ca.odell.glazedlists.swing.TreeTableSupport
-
Use the given editor as the new delegate editor of the
TreeTableCellEditor which is responsible for editing the data
associated with each tree node in the hierarchy column.
- setDelegateRenderer(TableCellRenderer) - Method in class ca.odell.glazedlists.swing.TreeTableSupport
-
Use the given renderer as the new delegate renderer of the
TreeTableCellRenderer which is responsible for rendering the
data associated with each tree node in the hierarchy column.
- setDepth(int) - Method in class ca.odell.glazedlists.swing.TreeNodeData
-
- setEditor(TreeTableCellEditor) - Method in class ca.odell.glazedlists.swing.TreeTableSupport
-
Use the given treeTableCellEditor when editing the
hierarchy column of the tree table.
- setElementCells(String, String) - Method in class ca.odell.glazedlists.swing.JEventListPanel.AbstractFormat
-
Deprecated.
Set the rows and columns used for a single element cell.
- setElementColumns(ColumnSpec[]) - Method in class ca.odell.glazedlists.swing.JEventListPanel.AbstractFormat
-
Deprecated.
Set the columns used for a single element cell.
- setElementColumns(int) - Method in class ca.odell.glazedlists.swing.JEventListPanel
-
Deprecated.
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
-
Deprecated.
Set the rows used for a single element cell.
- setElementRows(int) - Method in class ca.odell.glazedlists.swing.JEventListPanel
-
Deprecated.
Limit the number of list elements will be layed out along the Y axis.
- setEnabled(boolean) - Method in interface ca.odell.glazedlists.swing.AdvancedListSelectionModel
-
Set the EventSelectionModel as editable or not.
- setEnabled(boolean) - Method in class ca.odell.glazedlists.swing.DefaultEventSelectionModel
-
Set the EventSelectionModel as editable or not.
- setEnabled(boolean) - Method in class ca.odell.glazedlists.swing.EventSelectionModel
-
Deprecated.
Set the EventSelectionModel as editable or not.
- setEventAdapter(TableModelEventAdapter<E>) - Method in class ca.odell.glazedlists.swing.DefaultEventTableModel
-
- setExpanded(E, List<E>, boolean) - Method in class ca.odell.glazedlists.DefaultExternalExpansionModel
-
- setExpanded(boolean) - Method in class ca.odell.glazedlists.swing.TreeNodeData
-
- setExpanded(E, List<E>, boolean) - Method in interface ca.odell.glazedlists.TreeList.ExpansionModel
-
Notifies this handler that the specified element's expand/collapse
state has changed.
- setExpanded(int, boolean) - Method in class ca.odell.glazedlists.TreeList
-
Control whether the child elements of the specified node are visible.
- setFields(Set<SearchEngineTextMatcherEditor.Field<E>>) - Method in class ca.odell.glazedlists.matchers.SearchEngineTextMatcherEditor
-
Replaces the current set of search fields.
- setFilterator(TextFilterator<? super E>) - Method in class ca.odell.glazedlists.matchers.TextMatcherEditor
-
Set the filterator used to extract Strings from the matched elements.
- 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
-
- setFirstItem(E) - Method in class ca.odell.glazedlists.swing.AutoCompleteSupport
-
This method set a single optional value to be used as the first element
in the ComboBoxModel.
- setFont(Font) - Method in class ca.odell.glazedlists.swing.TreeTableCellPanel
-
Set the font of the TreeTableCellPanel and its inner node component.
- setForeground(Color) - Method in class ca.odell.glazedlists.swing.TreeTableCellPanel
-
Set the foreground color of the TreeTableCellPanel and node component.
- setForwardFunction(FunctionList.Function<S, E>) - Method in class ca.odell.glazedlists.FunctionList
-
- setGapColumn(ColumnSpec) - Method in class ca.odell.glazedlists.swing.JEventListPanel.AbstractFormat
-
Deprecated.
Set the width of the horizontal gap between element cells.
- setGapRow(RowSpec) - Method in class ca.odell.glazedlists.swing.JEventListPanel.AbstractFormat
-
Deprecated.
Set the height of the vertical gap between element cells.
- setGaps(String, String) - Method in class ca.odell.glazedlists.swing.JEventListPanel.AbstractFormat
-
Deprecated.
Set the size of the gaps between element cells.
- setHasChildren(boolean) - Method in class ca.odell.glazedlists.swing.TreeNodeData
-
- setHeadRange(int, int) - Method in class ca.odell.glazedlists.RangeList
-
Set the range of values displayed by this RangeList.
- setHidesPopupOnFocusLost(boolean) - Method in class ca.odell.glazedlists.swing.AutoCompleteSupport
-
If hidesPopupOnFocusLost is true, then the popup
menu of the combo box is always hidden whenever the
combo box editor loses focus.
- setIconPath(String) - Static method in class ca.odell.glazedlists.swing.TableComparatorChooser
-
- setLeadSelectionIndex(int) - Method in class ca.odell.glazedlists.ListSelection
-
Set the lead selection index.
- setLeadSelectionIndex(int) - Method in class ca.odell.glazedlists.swing.DefaultEventSelectionModel
-
Set the lead selection index.
- setLeadSelectionIndex(int) - Method in class ca.odell.glazedlists.swing.EventSelectionModel
-
Deprecated.
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.
- setListFactory(EventListFactory) - Method in class ca.odell.glazedlists.hibernate.EventListType
-
Sets a new EventListFactory.
- setLive(boolean) - Method in class ca.odell.glazedlists.javafx.TextInputControlMatcherEditor
-
Toggle between filtering by the keystroke and not.
- 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.
- SetMatcherEditor<E,O> - Class in ca.odell.glazedlists.matchers
-
A MatcherEditor with blacklist or whitelist matching functionality.
- SetMatcherEditor.Mode - Enum in ca.odell.glazedlists.matchers
-
Supported modes of operation for the MatcherEditor.
- 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).
- setMatchSet(Set<O>) - Method in class ca.odell.glazedlists.matchers.SetMatcherEditor
-
Sets a new match set which triggers a refiltering.
- setMiddleRange(int, int) - Method in class ca.odell.glazedlists.RangeList
-
Set the range to include the specified indices, the startIndex offset from the
front of the source EventList and the endIndex offset from the end
of the source EventList.
- setMode(int) - Method in class ca.odell.glazedlists.matchers.CompositeMatcherEditor
-
- setMode(int) - Method in class ca.odell.glazedlists.matchers.TextMatcherEditor
-
- setMode(int) - Method in class ca.odell.glazedlists.SortedList
-
Modify the behaviour of this SortedList to one of the predefined modes.
- setName(String) - Method in class ca.odell.glazedlists.calculation.AbstractCalculation
-
- setName(String) - Method in interface ca.odell.glazedlists.calculation.Calculation
-
Adjusts the Calculation to have the new name;
- setNextFocusableComponent(Component) - Method in class ca.odell.glazedlists.swing.TreeTableCellPanel
-
This method is called by Swing when installing this TreeTableCellPanel
as a TableCellEditor.
- setObservableElementList(ObservableElementChangeHandler<? extends E>) - Method in interface ca.odell.glazedlists.ObservableElementList.Connector
-
- setParameterValues(Properties) - Method in class ca.odell.glazedlists.hibernate.EventListType
-
When Hibernate bug HHH-2336
is fixed, this method will be called by Hibernate when reading its mapping files.
- 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
-
- setRange(int, int) - Method in class ca.odell.glazedlists.swing.MutableTableModelEvent
-
Changes this table model event.
- setRange(int, int) - Method in class ca.odell.glazedlists.ThresholdList
-
Set the range of values displayed by this RangeList.
- 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 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.
- setRenderer(TreeTableCellRenderer) - Method in class ca.odell.glazedlists.swing.TreeTableSupport
-
Use the given treeTableCellRenderer when rendering the
hierarchy column of the tree table.
- setReverseFunction(FunctionList.Function<E, S>) - Method in class ca.odell.glazedlists.FunctionList
-
Changes the FunctionList.Function that evaluates FunctionList elements to
produce the original source element with which it corresponds.
- setRowHeight(Object, int) - Method in class ca.odell.glazedlists.swt.AbstractKTableFormat
-
Deprecated.
- setRowHeight(int, int) - Method in class ca.odell.glazedlists.swt.DefaultEventKTableModel
-
Deprecated.
- setRowHeight(Object, int) - Method in interface ca.odell.glazedlists.swt.KTableFormat
-
Deprecated.
- setSelectedItem(Object) - Method in class ca.odell.glazedlists.swing.DefaultEventComboBoxModel
-
Sets the currently selected item.
- setSelectedItem(Object) - Method in class ca.odell.glazedlists.swing.EventComboBoxModel
-
Deprecated.
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.DefaultEventSelectionModel
-
Change the selection to be between index0 and index1 inclusive.
- setSelectionInterval(int, int) - Method in class ca.odell.glazedlists.swing.EventSelectionModel
-
Deprecated.
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.DefaultEventSelectionModel
-
Set the selection mode.
- setSelectionMode(int) - Method in class ca.odell.glazedlists.swing.EventSelectionModel
-
Deprecated.
Set the selection mode.
- setSelectionModel(ListSelectionModel) - Method in class ca.odell.glazedlists.swing.EventTableColumnModel
-
- 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.
- setShowExpanderForEmptyParent(boolean) - Method in class ca.odell.glazedlists.swing.TreeTableSupport
-
Sets whether the expander is displayed for nodes that do not contain
children but are allowed to contain children, and thus may accumulate
children in the future.
- 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.
- setSource(EventList<E>) - Method in class ca.odell.glazedlists.PluggableList
-
Sets the source EventList to which this PluggableList will delegate all
calls.
- setSpaceKeyExpansionEnabled(boolean) - Method in class ca.odell.glazedlists.swing.TreeTableSupport
-
If spaceKeyExpansionEnabled is true, then control of the
table hierachy expansion via the space key is enabled.
- setStrategy(Object) - Method in class ca.odell.glazedlists.matchers.TextMatcherEditor
-
Modify the character matching strategy of this TextMatcherEditor
to one of the predefined strategies.
- setStrict(boolean) - Method in class ca.odell.glazedlists.swing.AutoCompleteSupport
-
If strict is false, the user can specify values
not appearing within the ComboBoxModel.
- setStructureChanged() - Method in class ca.odell.glazedlists.swing.MutableTableModelEvent
-
Sets the table model event to notify that the table structure
has changed.
- setTableFormat(TableFormat<? super E>) - Method in class ca.odell.glazedlists.gui.AbstractTableComparatorChooser
-
Adjusts the TableFormat this comparator chooser uses when selecting
comparators.
- setTableFormat(TableFormat<? super E>) - Method in interface ca.odell.glazedlists.swing.AdvancedTableModel
-
Sets the TableFormat that will extract column data from each
element.
- setTableFormat(TableFormat<? super E>) - Method in class ca.odell.glazedlists.swing.DefaultEventTableModel
-
Sets the TableFormat that will extract column data from each
element.
- setTableFormat(TableFormat<? super E>) - Method in class ca.odell.glazedlists.swt.DefaultEventTableViewer
-
- setTableItemConfigurer(TableItemConfigurer<? super E>) - Method in class ca.odell.glazedlists.swt.DefaultEventTableViewer
-
- 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.
- setTextMatcher(TextMatcher<E>) - Method in class ca.odell.glazedlists.matchers.TextMatcherEditor
-
This method replaces the current Matcher in this TextMatcherEditor with
the newMatcher if it is different.
- setTextMatchingStrategy(Object) - Method in class ca.odell.glazedlists.swing.AutoCompleteSupport
-
Sets the manner in which the contents of the ComboBoxModel are
filtered and autocompletion terms are matched.
- setThreshold(T) - Method in class ca.odell.glazedlists.matchers.ThresholdMatcherEditor
-
Update the threshold used to determine what is matched by the list.
- setTreeFormat(TreeList.Format<E>) - Method in class ca.odell.glazedlists.TreeList
-
Change how the structure of the tree is derived.
- setTreeNodeData(TreeNodeData) - Method in class ca.odell.glazedlists.swing.AbstractTreeTableNodeDataEditor
-
- setTreeNodeData(TreeNodeData) - Method in class ca.odell.glazedlists.swing.AbstractTreeTableNodeDataRenderer
-
- setTreeNodeData(TreeNodeData) - Method in interface ca.odell.glazedlists.swing.TreeTableNodeDataEditor
-
This method will be called before TableCellEditor.getTableCellEditorComponent(javax.swing.JTable, java.lang.Object, boolean, int, int)
in order to provide hierarchy information about the tree node being
edited.
- setTreeNodeData(TreeNodeData) - Method in interface ca.odell.glazedlists.swing.TreeTableNodeDataRenderer
-
This method will be called before TableCellRenderer.getTableCellRendererComponent(javax.swing.JTable, java.lang.Object, boolean, boolean, int, int)
in order to provide hierarchy information about the tree node being
rendered.
- setType(int) - Method in class ca.odell.glazedlists.swing.MutableTableModelEvent
-
- 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.
- setValue(N) - Method in class ca.odell.glazedlists.calculation.AbstractCalculation
-
Subclasses should call this method in order to update the value that is
reported from this calculation.
- setValueAt(Object, int, int) - Method in class ca.odell.glazedlists.swing.CalculationTableModel
-
- setValueAt(Object, int, int) - Method in class ca.odell.glazedlists.swing.DefaultEventTableModel
-
Attempts to update the object for the given row with the
editedValue.
- setValueIsAdjusting(boolean) - Method in class ca.odell.glazedlists.swing.DefaultEventSelectionModel
-
This property is true if upcoming changes to the value of the model should be considered a single event.
- setValueIsAdjusting(boolean) - Method in class ca.odell.glazedlists.swing.EventSelectionModel
-
Deprecated.
This property is true if upcoming changes to the value of the model should be considered a single event.
- setValues(int, int, int) - Method in class ca.odell.glazedlists.swing.MutableTableModelEvent
-
Sets the table model event to reflect the specified changes.
- shouldSelectCell(EventObject) - Method in class ca.odell.glazedlists.swing.TreeTableCellEditor
-
- SimpleEventCategoryDataset<R extends java.lang.Comparable,C extends java.lang.Comparable> - Class in ca.odell.glazedlists.jfreechart
-
This class helps adapt a pair of EventLists 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
| Extension: JFreeChart
| This Glazed Lists extension requires the third party library JFreeChart.
- SimpleEventCategoryDataset(EventList<R>, EventList<C>, FunctionList.Function<SimpleEventCategoryDataset.Context<R, C>, Number>) - Constructor for class ca.odell.glazedlists.jfreechart.SimpleEventCategoryDataset
-
The given rowKeys and columnKeys represent the
ordered lists of row and column keys presented by this
CategoryDataset.
- SimpleEventCategoryDataset.Context<R,C> - Class in ca.odell.glazedlists.jfreechart
-
This object describes a cell within the "matrix" that is defined by
CategoryDataset.
- 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.
- 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.
- size() - Method in class ca.odell.glazedlists.FreezableList
-
Returns the number of elements in this list.
- size() - Method in class ca.odell.glazedlists.GroupingList
-
Returns the number of elements in this list.
- size() - Method in class ca.odell.glazedlists.io.CachingList
-
Returns the number of elements in this list.
- size() - Method in class ca.odell.glazedlists.javafx.EventObservableList
- size() - Method in class ca.odell.glazedlists.RangeList
-
Returns the number of elements in this list.
- 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.
- size() - Method in class ca.odell.glazedlists.SequenceList
-
Returns the number of elements in this list.
- size() - Method in class ca.odell.glazedlists.TransformedList
-
Returns the number of elements in this list.
- size() - Method in class ca.odell.glazedlists.TreeList
-
Returns the number of elements in this list.
- size() - Method in class ca.odell.glazedlists.UniqueList
-
Returns the number of elements in this list.
- sort(Comparator<? super E>) - Method in class ca.odell.glazedlists.DebugList
-
- 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
-
- SortedList(EventList<E>) - Constructor for class ca.odell.glazedlists.SortedList
-
- 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.swing.DefaultEventListModel
-
the source EventList
- source - Variable in class ca.odell.glazedlists.swing.DefaultEventTableModel
-
the source of data for this TableModel.
- source - Variable in class ca.odell.glazedlists.swt.DefaultEventComboViewer
-
the EventList to respond to
- source - Variable in class ca.odell.glazedlists.swt.DefaultEventKTableModel
-
Deprecated.
the proxy moves events to the SWT thread
- source - Variable in class ca.odell.glazedlists.swt.DefaultEventListViewer
-
the proxy moves events to the SWT user interface thread
- source - Variable in class ca.odell.glazedlists.swt.DefaultEventTableViewer
-
the actual EventList to which this EventTableViewer is listening
- 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
- sourceList - Variable in class ca.odell.glazedlists.event.ListEventAssembler
-
the list that this tracks changes for
- spliterator() - Method in class ca.odell.glazedlists.BasicEventList
- splitUpdates(ListEvent<F>) - Method in class ca.odell.glazedlists.event.ListEventAssembler
-
- start() - Method in class ca.odell.glazedlists.io.ListPeer
-
Deprecated.
Starts the peer.
- start(Stage) - Method in class ca.odell.glazedlists.javafx.EventObservableListDemo
-
- 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
-
Deprecated.
Stops the peer.
- stream() - Method in class ca.odell.glazedlists.BasicEventList
- 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.
- subList(int, int) - Method in class ca.odell.glazedlists.javafx.EventObservableList
- subscribe(String, int, String, ByteCoder) - Method in class ca.odell.glazedlists.io.ListPeer
-
Deprecated.
Subscribe to the EventList with the specified name.
- subtractDoubles(Calculation<? extends Number>, Calculation<? extends Number>) - Static method in class ca.odell.glazedlists.calculation.Calculations
-
A Calculation that subtracts b from a as Doubles.
- subtractFloats(Calculation<? extends Number>, Calculation<? extends Number>) - Static method in class ca.odell.glazedlists.calculation.Calculations
-
A Calculation that subtracts b from a as Floats.
- subtractIntegers(Calculation<? extends Number>, Calculation<? extends Number>) - Static method in class ca.odell.glazedlists.calculation.Calculations
-
A Calculation that subtracts b from a as Integers.
- subtractLongs(Calculation<? extends Number>, Calculation<? extends Number>) - Static method in class ca.odell.glazedlists.calculation.Calculations
-
A Calculation that subtracts b from a as Longs.
- subtreeSize(int, boolean) - Method in class ca.odell.glazedlists.TreeList
-
The number of nodes including the node itself in its subtree.
- sumDoubles(EventList<? extends Number>) - Static method in class ca.odell.glazedlists.calculation.Calculations
-
A Calculation that sums the given numbers as a Double.
- sumFloats(EventList<? extends Number>) - Static method in class ca.odell.glazedlists.calculation.Calculations
-
A Calculation that sums the given numbers as a Float.
- sumIntegers(EventList<? extends Number>) - Static method in class ca.odell.glazedlists.calculation.Calculations
-
A Calculation that sums the given numbers as an Integer.
- sumLongs(EventList<? extends Number>) - Static method in class ca.odell.glazedlists.calculation.Calculations
-
A Calculation that sums the given numbers as a Long.
- swingThreadProxyCalculation(Calculation<? extends E>) - Static method in class ca.odell.glazedlists.swing.CalculationsSwing
-
Wraps the source in a Calculation that fires all of its update
events from the Swing event dispatch thread.
- 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.EventSelectionModel
-
Deprecated.
the proxy moves events to the Swing Event Dispatch thread
- swingThreadSource - Variable in class ca.odell.glazedlists.swing.EventTableColumnModel
-
the proxy moves events to the Swing Event Dispatch thread
- swingThreadSource - Variable in class ca.odell.glazedlists.swing.EventTableModel
-
Deprecated.
the proxy moves events to the Swing Event Dispatch thread
- swingThreadSource - Variable in class ca.odell.glazedlists.swing.EventTreeModel
-
the proxy moves events to the Swing Event Dispatch thread
- swtThreadProxyCalculation(Calculation<? extends E>, Display) - Static method in class ca.odell.glazedlists.swt.CalculationsSWT
-
Wraps the source in a Calculation that fires all of its update
events from the SWT event dispatch thread.
- swtThreadProxyList(EventList<E>, 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.
- swtThreadSource - Variable in class ca.odell.glazedlists.swt.EventTableViewer
-
Deprecated.
the ThreadProxyEventList to which this EventTableViewer is listening
- syncEventListToEventList(EventList<E>, EventList<E>) - Static method in class ca.odell.glazedlists.GlazedLists
-
- syncEventListToList(EventList<E>, List<E>) - Static method in class ca.odell.glazedlists.GlazedLists
-
Synchronize the specified EventList to the specified List.
- syncEventListToMap(EventList<V>, FunctionList.Function<V, K>) - Static method in class ca.odell.glazedlists.GlazedLists
-
Synchronize the specified EventList to a Map that is returned
from this method.
- syncEventListToMultiMap(EventList<V>, FunctionList.Function<V, ? extends K>) - Static method in class ca.odell.glazedlists.GlazedLists
-
Synchronize the specified EventList to a MultiMap that is
returned from this method.
- syncEventListToMultiMap(EventList<V>, FunctionList.Function<V, ? extends K>, Comparator<? super K>) - Static method in class ca.odell.glazedlists.GlazedLists
-
Synchronize the specified EventList to a MultiMap that is
returned from this method.
- SyncListener<E> - Class in ca.odell.glazedlists
-
- SyncListener(EventList<E>, List<E>) - Constructor for class ca.odell.glazedlists.SyncListener
-
Create a SyncListener that listens for changes on the
specified source EventList and copies its data to the
specified target List.
T
- TableColumnConfigurer - Interface in ca.odell.glazedlists.swt
-
- TableComparatorChooser<E> - Class in ca.odell.glazedlists.swing
-
A TableComparatorChooser is a tool that allows the user to sort a table by clicking
on the table's headers.
- TableComparatorChooser(JTable, SortedList<E>, boolean) - Constructor for class ca.odell.glazedlists.swing.TableComparatorChooser
-
- TableComparatorChooser(JTable, SortedList<E>, Object) - Constructor for class ca.odell.glazedlists.swing.TableComparatorChooser
-
- TableComparatorChooser(JTable, SortedList<E>, Object, TableFormat<? super E>) - Constructor for class ca.odell.glazedlists.swing.TableComparatorChooser
-
Creates and installs a TableComparatorChooser.
- TableComparatorChooser<E> - 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(DefaultEventTableViewer<E>, SortedList<E>, boolean) - Constructor for class ca.odell.glazedlists.swt.TableComparatorChooser
-
- 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
-
- TableFormatKTableFormat(TableFormat) - Constructor for class ca.odell.glazedlists.swt.TableFormatKTableFormat
-
Deprecated.
Adapt the specified TableFormat to be used in
a KTable.
- TableItemConfigurer<E> - Interface in ca.odell.glazedlists.swt
-
A TableItemConfigurer can be provided to an
DefaultEventTableViewer to customize the initial format and appearance of
column values, each represented by a TableItem.
- TableItemConfigurer.DefaultTableItemConfigurer<E> - Class in ca.odell.glazedlists.swt
-
Default configurer that converts the column value to a string and sets it
as the text of the TableItem.
- TableModelEventAdapter<E> - Interface in ca.odell.glazedlists.swing
-
A TableModelEventAdapter is used by a DefaultEventTableModel for
converting list events to table model events.
- TableModelEventAdapter.Factory<E> - Interface in ca.odell.glazedlists.swing
-
- test(E) - Method in interface ca.odell.glazedlists.matchers.Matcher
-
- 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<? super 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<? super 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<? super 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
-
- textFilterator(Class<E>, String...) - Static method in class ca.odell.glazedlists.GlazedLists
-
- 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.
- TextInputControlMatcherEditor<E> - Class in ca.odell.glazedlists.javafx
-
A MatcherEditor that matches Objects that contain the filter text located
within the text-property of a TextInputControl.
- TextInputControlMatcherEditor(TextInputControl, TextFilterator<? super E>) - Constructor for class ca.odell.glazedlists.javafx.TextInputControlMatcherEditor
-
Creates a TextMatcherEditor bound to the TextInputControl with the given
textFilterator.
- TextInputControlMatcherEditor(TextInputControl, TextFilterator<? super E>, boolean) - Constructor for class ca.odell.glazedlists.javafx.TextInputControlMatcherEditor
-
Creates a TextMatcherEditor bound to the TextInputControl with the given
textFilterator.
- 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
-
- TextMatcherEditor(TextFilterator<? super E>) - Constructor for class ca.odell.glazedlists.matchers.TextMatcherEditor
-
- TextWidgetMatcherEditor<E> - Class in ca.odell.glazedlists.swt
-
A MatcherEditor that matches elements that contain the filter text located
within a Text field.
- TextWidgetMatcherEditor(Text, TextFilterator<E>) - Constructor for class ca.odell.glazedlists.swt.TextWidgetMatcherEditor
-
Creates a TextWidgetMatcherEditor bound to the provided Text
with the given textFilterator.
- TextWidgetMatcherEditor(Text, TextFilterator<E>, 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
-
- 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.
- ThreadedMatcherEditor(MatcherEditor<E>, Executor) - Constructor for class ca.odell.glazedlists.matchers.ThreadedMatcherEditor
-
Creates a ThreadedMatcherEditor which wraps the given source.
- threadProxyList(EventList<E>) - Static method in class ca.odell.glazedlists.javafx.GlazedListsFx
-
Wraps the source in an EventList that fires all of its update
events from the JavaFX-application thread.
- threadSafeList(EventList<? extends E>) - Static method in class ca.odell.glazedlists.GlazedLists
-
- 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
-
- 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
-
- ThresholdList.Evaluator<E> - Interface in ca.odell.glazedlists
-
- ThresholdMatcherEditor<E,T> - 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 threshold
object and elements in the list implementing Comparable.
- ThresholdMatcherEditor(T) - 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 threshold object and elements in the
list implementing Comparable.
- ThresholdMatcherEditor(T, 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 threshold object and elements in the
list implementing Comparable.
- ThresholdMatcherEditor(T, ThresholdMatcherEditor.MatchOperation, Comparator<T>) - Constructor for class ca.odell.glazedlists.matchers.ThresholdMatcherEditor
-
Construct an instance.
- ThresholdMatcherEditor(T, ThresholdMatcherEditor.MatchOperation, Comparator<T>, FunctionList.Function<E, T>) - 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.
- toArray() - Method in class ca.odell.glazedlists.javafx.EventObservableList
- toArray(T[]) - Method in class ca.odell.glazedlists.javafx.EventObservableList
- toggleExpanded(int) - Method in class ca.odell.glazedlists.TreeList
-
A convenience method to expand the row if it is currently collapsed or
vice versa.
- 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.event.ObjectChange
-
- 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
- toString() - Method in class ca.odell.glazedlists.swing.EventSelectionModel
-
Deprecated.
- toString() - Method in class ca.odell.glazedlists.TreeList.Node
- toStringFunction(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 and then formats the return value as a String.
- toStringTextFilterator() - Static method in class ca.odell.glazedlists.GlazedLists
-
Creates a TextFilterator that searches against an Object's
toString() value.
- TransactionEventAssembler<E> - Class in ca.odell.glazedlists
-
- TransactionEventAssembler(boolean) - Constructor for class ca.odell.glazedlists.TransactionEventAssembler
-
- TransactionEventAssembler.UndoRedoSupport<E> - Class in ca.odell.glazedlists
-
UndoRedoSupport, as the name suggests, will provide generic support for undoing and redoing groups of changes to an EventList.
- TransactionEventAssembler.UndoRedoSupport.Edit - Interface in ca.odell.glazedlists
-
Provides an easy interface to undo/redo a ListEvent in its entirety.
- TransactionEventAssembler.UndoRedoSupport.Listener - Interface in ca.odell.glazedlists
-
- TransactionList<E> - Class in ca.odell.glazedlists
-
A list transformation that presents traditional transaction semantics.
- TransactionList(EventList<E>) - Constructor for class ca.odell.glazedlists.TransactionList
-
Constructs a TransactionList that provides traditional
transaction semantics over the given source.
- transformByFunction(EventList<S>, FunctionList.Function<S, E>) - Static method in class ca.odell.glazedlists.GlazedLists
-
- TransformedList<S,E> - Class in ca.odell.glazedlists
-
- TransformedList(EventList<S>) - Constructor for class ca.odell.glazedlists.TransformedList
-
- TreeList<E> - Class in ca.odell.glazedlists
-
A hierarchial EventList that infers its structure from a flat list.
- TreeList(EventList<E>, TreeList.Format<E>, TreeList.ExpansionModel<E>) - Constructor for class ca.odell.glazedlists.TreeList
-
Create a new TreeList that adds hierarchy to the specified source list.
- TreeList(EventList<E>, TreeList.Format<E>) - Constructor for class ca.odell.glazedlists.TreeList
-
- TreeList.ExpansionModel<E> - Interface in ca.odell.glazedlists
-
Provide the expand/collapse state of nodes.
- TreeList.Format<E> - Interface in ca.odell.glazedlists
-
Define the tree structure of an node by expressing the path from the
element itself to the tree's root.
- TreeList.Node<E> - Class in ca.odell.glazedlists
-
A node in the display tree.
- TreeNodeData - Class in ca.odell.glazedlists.swing
-
Instances of this class should only be constructed by Glazed Lists.
- TreeNodeData() - Constructor for class ca.odell.glazedlists.swing.TreeNodeData
-
- TreeTableCellEditor - Class in ca.odell.glazedlists.swing
-
This editor removes some of the burden of producing an appropriate looking
component for the hierarchy column of a tree table.
- TreeTableCellEditor(TableCellEditor, TreeList) - Constructor for class ca.odell.glazedlists.swing.TreeTableCellEditor
-
Decorate the component returned from the delegate with
extra components that display the tree nodes location within the tree.
- TreeTableCellPanel - Class in ca.odell.glazedlists.swing
-
This panel exists to relieve the burdens of creating a
TableCellRenderer or
TableCellEditor that is appropriate for use in a
hierarchy column of a tree table.
- TreeTableCellPanel() - Constructor for class ca.odell.glazedlists.swing.TreeTableCellPanel
-
- TreeTableCellRenderer - Class in ca.odell.glazedlists.swing
-
This renderer removes some of the burden of producing an appropriate looking
component for the hierarchy column of a tree table.
- TreeTableCellRenderer(TableCellRenderer, TreeList) - Constructor for class ca.odell.glazedlists.swing.TreeTableCellRenderer
-
Decorate the component returned from the delegate with
extra components that display the tree node's location within the tree.
- TreeTableNodeDataEditor - Interface in ca.odell.glazedlists.swing
-
This interface extends the notion of a normal TableCellEditor to one that is
more appropriate for editing the data portion of a
TreeTableCellEditor.
- TreeTableNodeDataRenderer - Interface in ca.odell.glazedlists.swing
-
This interface extends the notion of a normal TableCellRenderer to one that
is more appropriate for rendering the data portion of a
TreeTableCellRenderer.
- TreeTableSupport - Class in ca.odell.glazedlists.swing
-
- TreeTableUtilities - Class in ca.odell.glazedlists.swing
-
A collection of static utility methods to ease the burdens of implementing
correct TreeTable behaviour in Swing.
- TreeTableUtilities() - Constructor for class ca.odell.glazedlists.swing.TreeTableUtilities
-
- 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.
- types(Class...) - Static method in class ca.odell.glazedlists.matchers.Matchers
-
Returns a Matcher which reports a match when the given object to match
is not null and reports on of the given classes as its type.
- 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
- undo() - Method in interface ca.odell.glazedlists.TransactionEventAssembler.UndoRedoSupport.Edit
-
Undo the edit.
- undo() - Method in interface ca.odell.glazedlists.UndoRedoSupport.Edit
-
Undo the edit.
- undoableEditHappened(TransactionEventAssembler.UndoRedoSupport.Edit) - Method in interface ca.odell.glazedlists.TransactionEventAssembler.UndoRedoSupport.Listener
-
Notified of each undoable edit applied to the given EventList.
- undoableEditHappened(UndoRedoSupport.Edit) - Method in interface ca.odell.glazedlists.UndoRedoSupport.Listener
-
Notified of each undoable edit applied to the given EventList.
- UndoRedoSupport<E> - Class in ca.odell.glazedlists
-
UndoRedoSupport, as the name suggests, will provide generic support for
undoing and redoing groups of changes to an EventList.
- UndoRedoSupport.Edit - Interface in ca.odell.glazedlists
-
Provides an easy interface to undo/redo a ListEvent in its entirety.
- UndoRedoSupport.Listener - Interface in ca.odell.glazedlists
-
- UndoSupport<E> - Class in ca.odell.glazedlists.swing
-
This class adapts the generic UndoRedoSupport provided by Glazed
Lists for specific use with Swing's native UndoManager.
- UNICODE_TEXT_SEARCH_STRATEGY - Static variable in class ca.odell.glazedlists.matchers.GlazedListsICU4J
-
a text search strategy with full unicode locale-sensitive string searching
- 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.JXTableSupport
-
Uninstalls the GlazedLists integration and restores the state of JXTable as it was before
the installation.
- uninstall() - Method in class ca.odell.glazedlists.swing.TreeTableSupport
-
Removes treetable support from the JTable it was
installed on.
- uninstall() - Method in class ca.odell.glazedlists.swing.UndoSupport
-
This method removes undo/redo support from the EventList it was
installed on.
- uninstall() - Method in class ca.odell.glazedlists.TransactionEventAssembler.UndoRedoSupport
-
This method removes undo/redo support from the EventList it was installed on.
- uninstall() - Method in class ca.odell.glazedlists.UndoRedoSupport
-
This method removes undo/redo support from the EventList it was
installed on.
- 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
-
- UniqueList(EventList<E>) - Constructor for class ca.odell.glazedlists.UniqueList
-
Creates a UniqueList that determines uniqueness via the
Comparable interface.
- UniqueList(EventList<E>, Comparator<? super E>) - Constructor for class ca.odell.glazedlists.UniqueList
-
Creates a UniqueList that determines uniqueness using the
specified Comparator.
- UNKNOWN_VALUE - Static variable in class ca.odell.glazedlists.event.ListEvent
-
indicates a removed element whose value is unknown
- unknownChange() - Static method in class ca.odell.glazedlists.event.ObjectChange
-
- unknownChange(int) - Static method in class ca.odell.glazedlists.event.ObjectChange
-
- unknownValue() - Static method in class ca.odell.glazedlists.event.ListEvent
-
Returns a value indicating a removed element whose value is unknown.
- unlock() - Method in interface ca.odell.glazedlists.util.concurrent.Lock
-
Releases the lock.
- UPDATE - Static variable in class ca.odell.glazedlists.event.ListEvent
-
- updated(E, E) - Method in class ca.odell.glazedlists.calculation.AbstractEventListCalculation
-
Updates the value of this Calculation to exclude the information from
the oldElement and include the information from the
newElement.
- updates - Variable in class ca.odell.glazedlists.AbstractEventList
-
the change event and notification system
- updates - Variable in class ca.odell.glazedlists.hibernate.PersistentEventList
-
the change event and notification system
- updateTableSortColumn() - Method in class ca.odell.glazedlists.swt.TableComparatorChooser
-
Updates the SWT table to indicate sorting icon on the primary sort column.
- 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.
- useListCategory(String) - Method in class ca.odell.glazedlists.hibernate.EventListType
-
Convenience method to specify the used list category.
- useListCategory(String, ReadWriteLock, ListEventPublisher) - Method in class ca.odell.glazedlists.hibernate.EventListType
-
Convenience method to specify the used list category and the associated ReadWriteLock and
ListEventPublisher
V
- valueChanged(ListSelectionEvent) - Method in class ca.odell.glazedlists.swing.EventTableColumnModel
-
- valueForPathChanged(TreePath, Object) - Method in class ca.odell.glazedlists.swing.EventTreeModel
- valueOf(String) - Static method in enum ca.odell.glazedlists.matchers.SetMatcherEditor.Mode
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum ca.odell.glazedlists.matchers.SetMatcherEditor.Mode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- ValueSegment<T extends java.lang.Comparable,V extends java.lang.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.
- wrap(SessionImplementor, Object) - Method in class ca.odell.glazedlists.hibernate.EventListType
- 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.
- writeLock() - Method in class ca.odell.glazedlists.util.concurrent.SerializedReadWriteLock
-
Return the lock used for writing.
Z
- zeroElements(EventList) - Static method in class ca.odell.glazedlists.calculation.Calculations
-
A Calculation that reports true when the number of elements is 0; false otherwise.
A B C D E F G H I J K L M N O P R S T U V W Z
Glazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering. Documentation build by swimmesberger at Wed Feb 13 09:45:20 CET 2019
| |