Interface | Description |
---|---|
Component |
The Component interface is the base for all shared operations in the
UpdateableComposite package's classes.
|
Composite |
The Composite interface defines behavior for realizations of the Component
interface that will also have children.
|
Identifiable |
This interface describes operations that would make a class uniquely
identifiable to ICE.
|
IElementSource<T> |
This interface provides a list of possible new elements for a ListComponent.
|
IUpdateable |
The IUpdateable interface provides a single update operation that may be used
by implementers to receive an update based on a key-value pair.
|
IUpdateableListener |
The IComponentListener interface specifies the operations that must be
realized by classes in order to receive updates from realizations of the
Component interface when their state changes.
|
Class | Description |
---|---|
ICEJAXBHandler |
This class is responsible for reading and writing JAXB-annotated classes into
and out of ICE.
|
ICEList<varType> |
A generic list container used by ICE to transmit lists in XML.
|
ICEObject |
ICEObject is the base class for all common, shared data structures in ICE
with the notable exception of the ICEList.
|
ListComponent<T> |
This is a base class for Components that are based on lists.
|
WrappedGlazedEventListener<T> |
This class implements the GlazedList ListEventListener interface to forward
updates to an ICE IUpdateableListener.
|