|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValueSegment | |
---|---|
ca.odell.glazedlists.jfreechart |
Uses of ValueSegment in ca.odell.glazedlists.jfreechart |
---|
Classes in ca.odell.glazedlists.jfreechart that implement ValueSegment | |
---|---|
class |
DefaultValueSegment<T extends Comparable,V extends Comparable>
The default implementation of the ValueSegment interface. |
Methods in ca.odell.glazedlists.jfreechart with parameters of type ValueSegment | |
---|---|
int |
DefaultValueSegment.compareTo(ValueSegment<T,V> o)
DefaultValueSegments are compared by value, then by segment start, then by segment end. |
protected void |
EventListCategoryDataset.postDelete(ValueSegment<C,R> valueSegment)
This no-op method is left as a hook for subclasses. |
protected void |
EventListCategoryDataset.postInsert(ValueSegment<C,R> valueSegment)
This no-op method is left as a hook for subclasses. |
Method parameters in ca.odell.glazedlists.jfreechart with type arguments of type ValueSegment | |
---|---|
void |
EventListCategoryDataset.listChanged(ListEvent<ValueSegment<C,R>> listChanges)
This listener maintains a fast set of TreePairs for each unique value found in the ValueSegments of the source list. |
Constructor parameters in ca.odell.glazedlists.jfreechart with type arguments of type ValueSegment | |
---|---|
EventListCategoryDataset(EventList<ValueSegment<C,R>> source)
Constructs an implementation of CategoryDataset which presents
the data contained in the given source . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |