|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MonitoredCollection | |
---|---|
dsto.dfc.collections | Extensions to the Java Collections framework, including support for event notification on dynamic collections. |
dsto.dfc.databeans |
Uses of MonitoredCollection in dsto.dfc.collections |
---|
Subinterfaces of MonitoredCollection in dsto.dfc.collections | |
---|---|
interface |
MonitoredList
Defines a List that may be monitored for changes via the CollectionListener interface. |
interface |
MonitoredSet
Defines a Set that may be monitored for changes via the CollectionListener interface. |
Classes in dsto.dfc.collections that implement MonitoredCollection | |
---|---|
class |
BasicMonitoredCollection
Basic implementation of MonitoredCollection that acts as a wrapper around a Collection instance. |
class |
BasicMonitoredList
Basic implementation of MonitoredList that acts as a wrapper around a List instance. |
class |
BasicMonitoredSet
Basic implementation of MonitoredSet that acts as a wrapper around a Set instance. |
class |
CompositeList
A virtual list composed of a series of sub-List's laid end to end. |
class |
CountedSet
A set that counts add's and remove's on values. |
class |
DfcMonitoredList
Extended MonitoredList implementation supporting move operations. |
class |
EmptyMonitoredCollection
|
class |
SuperSet
A superset of a number of subsets. |
Uses of MonitoredCollection in dsto.dfc.databeans |
---|
Classes in dsto.dfc.databeans that implement MonitoredCollection | |
---|---|
class |
ListDataObject
An extension of the DFC monitored list that supports access via the IDataObject interface. |
class |
SetDataObject
An extension of the DFC monitored set that supports access via the IDataObject interface. |
class |
StackDataObject
A convenience class that extends ListDataObject to provide a monitored stack. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |