|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Package ca.odell.glazedlists |
|---|
| Class ca.odell.glazedlists.BasicEventList extends AbstractEventList<E> implements Serializable |
|---|
serialVersionUID: 4883958173323072345L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
BasicEventList.writeObject(ObjectOutputStream). Note that this
is functionally equivalent to a constructor and should validate that
everything is in place including locks, etc.
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out)
throws IOException
EventLists are not in general, BasicEventList is
Serializable. All of the ListEventListeners that are themselves
Serializable will be serialized, but others will not. Note that there
is no easy way to access the ListEventListeners of
an EventList, particularly after it has been serialized.
As of October 3, 2005, this is the wire format of serialized
BasicEventLists:
Object[] containing each of the list's elements
ListEventListener[] containing only the
listeners that themselves implement Serializable. Those that
do not will not be serialized. Note that TransformedLists
such as FilterList are not Serializable and will not
be serialized.
IOException| Serialized Fields |
|---|
List<E> data
| Package ca.odell.glazedlists.event |
|---|
| Class ca.odell.glazedlists.event.ListEvent extends EventObject implements Serializable |
|---|
| Serialized Fields |
|---|
EventList<E> sourceList
| Package ca.odell.glazedlists.jfreechart |
|---|
| Class ca.odell.glazedlists.jfreechart.EventListCategoryDataset extends AbstractDataset implements Serializable |
|---|
| Serialized Fields |
|---|
DatasetChangeEvent immutableChangeEvent
List<E> sourceCopy
EventList<E> source
ca.odell.glazedlists.jfreechart.EventListCategoryDataset.DatasetEventListener datasetEventListener
List<E> rowKeys
List<E> columnKeys
Map<K,V> valueToTreePairs
TreePair. Each tree within the
TreePair orders the value according to the starting value of its
ValueSegment or the ending value of its ValueSegment.
The count of all such values within a range can thus be calculated.
| Class ca.odell.glazedlists.jfreechart.EventListPieDataset extends AbstractDataset implements Serializable |
|---|
| Serialized Fields |
|---|
DatasetChangeEvent immutableChangeEvent
EventList<E> sourceList
GroupingList<E> groupingList
FunctionList<S,E> keyList
FunctionList<S,E> valueList
ListEventListener<E> datasetEventListener
| Package ca.odell.glazedlists.matchers |
|---|
| Class ca.odell.glazedlists.matchers.MatcherEditor.Event extends EventObject implements Serializable |
|---|
| Serialized Fields |
|---|
MatcherEditor<E> matcherEditor
Matcher<E> matcher
int type
| Package ca.odell.glazedlists.swing |
|---|
| Class ca.odell.glazedlists.swing.EventTableModel extends AbstractTableModel implements Serializable |
|---|
| Serialized Fields |
|---|
TransformedList<S,E> swingThreadSource
boolean disposeSwingThreadSource
TableFormat<E> tableFormat
ca.odell.glazedlists.swing.MutableTableModelEvent tableModelEvent
| Class ca.odell.glazedlists.swing.JEventListPanel extends JPanel implements Serializable |
|---|
| Serialized Fields |
|---|
TransformedList<S,E> swingSource
List<E> components
ca.odell.glazedlists.swing.ListLayout listLayout
JEventListPanel.Format<E> format
ca.odell.glazedlists.swing.JEventListPanel.SourceChangeHandler sourceChangeHandler
EventList
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||