Uses of Package
dsto.dfc.databeans

Packages that use dsto.dfc.databeans
dsto.dfc.databeans   
dsto.dfc.databeans.io   
dsto.dfc.databeans.views   
dsto.dfc.servlets   
dsto.dfc.swing   
dsto.dfc.swing.persistence Support for managing persistent objects. 
dsto.dfc.swt.commands Framework for defining and presenting user commands in a UI. 
dsto.dfc.swt.controls   
dsto.dfc.swt.dnd   
dsto.dfc.swt.forms   
dsto.dfc.swt.util   
dsto.dfc.swt.viewers   
dsto.dfc.test   
livespace.services   
livespace.services.common   
livespace.services.entities   
livespace.services.entities.info_repository   
livespace.services.entities.meta_apps   
livespace.services.entities.room_presentation   
livespace.services.entities.sessions   
livespace.services.entities.teamscope   
livespace.services.entities.vtc   
livespace.services.osgi   
livespace.ui.dashboard   
 

Classes in dsto.dfc.databeans used by dsto.dfc.databeans
AbstractDataBean
          Abstract base implementation of IDataBean.
AbstractDataObject
          Abstract base class for IDataObject's.
DataBean
          Default implementation of IDataBean using Java collections classes for storage.
DataBeanLink
          A link to an IDataBean that also provides a facade to the bean (i.e.
DataObject
          A default implemention of IDataObject based on a java.util.Map.
DataObjectFilter.Selector
           
DataObjectLink
          A link to an IDataObject that also provides a facade to the object (i.e.
FancyDataObject
          Extends SimpleDataObject to allow properties to be added dynamically to the fixed base set supported by the class.
IDataBean
          A data bean is an extension of the IDataObject interface to provide a dynamic JavaBean-type object.
IDataObject
          Defines an object that provides unified access to its state via property accessors.
IDataObjectChildListener
          Interface for data objects that listen for child property changes.
IDataObjectLink
          Interface for classes that function as an indirect link to a data object.
IFilter
          Interface for view filters.
IFilterSorter
          Convenience interface for classes that are both filters and sorters.
ISorter
          Interface for view sorters.
ListDataObject
          An extension of the DFC monitored list that supports access via the IDataObject interface.
PropertyComparator
          Compares two IDataObject's using the value of one of their properties.
PropertyEvent
          The information included as part of an IDataObject property change notification.
PropertyListener
          Defines a listener to IDataObject property change events.
PropertyPath
          Describes a path built of property names into a tree of IDataObject's, similar in concept to a file system path.
SimpleDataObject
          Base class for simple IDataObject's that expose their state as public fields.
TypeInfo
          Defines metadata for a given data object type, acting in a similar role as a Java class.
 

Classes in dsto.dfc.databeans used by dsto.dfc.databeans.io
IDataBean
          A data bean is an extension of the IDataObject interface to provide a dynamic JavaBean-type object.
IDataObject
          Defines an object that provides unified access to its state via property accessors.
PropertyEvent
          The information included as part of an IDataObject property change notification.
PropertyListener
          Defines a listener to IDataObject property change events.
 

Classes in dsto.dfc.databeans used by dsto.dfc.databeans.views
AbstractDataBean
          Abstract base implementation of IDataBean.
AbstractDataObject
          Abstract base class for IDataObject's.
DataBean
          Default implementation of IDataBean using Java collections classes for storage.
IDataBean
          A data bean is an extension of the IDataObject interface to provide a dynamic JavaBean-type object.
IDataObject
          Defines an object that provides unified access to its state via property accessors.
IDataObjectChildListener
          Interface for data objects that listen for child property changes.
IFilter
          Interface for view filters.
PropertyEvent
          The information included as part of an IDataObject property change notification.
PropertyListener
          Defines a listener to IDataObject property change events.
PropertyPath
          Describes a path built of property names into a tree of IDataObject's, similar in concept to a file system path.
SimpleDataObject
          Base class for simple IDataObject's that expose their state as public fields.
 

Classes in dsto.dfc.databeans used by dsto.dfc.servlets
IDataObject
          Defines an object that provides unified access to its state via property accessors.
 

Classes in dsto.dfc.databeans used by dsto.dfc.swing
PropertyEvent
          The information included as part of an IDataObject property change notification.
PropertyListener
          Defines a listener to IDataObject property change events.
 

Classes in dsto.dfc.databeans used by dsto.dfc.swing.persistence
IDataObject
          Defines an object that provides unified access to its state via property accessors.
PropertyEvent
          The information included as part of an IDataObject property change notification.
PropertyListener
          Defines a listener to IDataObject property change events.
 

Classes in dsto.dfc.databeans used by dsto.dfc.swt.commands
IDataBean
          A data bean is an extension of the IDataObject interface to provide a dynamic JavaBean-type object.
IDataObject
          Defines an object that provides unified access to its state via property accessors.
ListDataObject
          An extension of the DFC monitored list that supports access via the IDataObject interface.
PropertyEvent
          The information included as part of an IDataObject property change notification.
PropertyListener
          Defines a listener to IDataObject property change events.
 

Classes in dsto.dfc.databeans used by dsto.dfc.swt.controls
DataBean
          Default implementation of IDataBean using Java collections classes for storage.
IDataBean
          A data bean is an extension of the IDataObject interface to provide a dynamic JavaBean-type object.
 

Classes in dsto.dfc.databeans used by dsto.dfc.swt.dnd
IDataObject
          Defines an object that provides unified access to its state via property accessors.
 

Classes in dsto.dfc.databeans used by dsto.dfc.swt.forms
PropertyEvent
          The information included as part of an IDataObject property change notification.
PropertyListener
          Defines a listener to IDataObject property change events.
 

Classes in dsto.dfc.databeans used by dsto.dfc.swt.util
IDataBean
          A data bean is an extension of the IDataObject interface to provide a dynamic JavaBean-type object.
IDataObject
          Defines an object that provides unified access to its state via property accessors.
PropertyEvent
          The information included as part of an IDataObject property change notification.
PropertyListener
          Defines a listener to IDataObject property change events.
 

Classes in dsto.dfc.databeans used by dsto.dfc.swt.viewers
IDataBean
          A data bean is an extension of the IDataObject interface to provide a dynamic JavaBean-type object.
PropertyEvent
          The information included as part of an IDataObject property change notification.
PropertyListener
          Defines a listener to IDataObject property change events.
 

Classes in dsto.dfc.databeans used by dsto.dfc.test
AbstractDataBean
          Abstract base implementation of IDataBean.
AbstractDataObject
          Abstract base class for IDataObject's.
DataBean
          Default implementation of IDataBean using Java collections classes for storage.
IDataBean
          A data bean is an extension of the IDataObject interface to provide a dynamic JavaBean-type object.
IDataObject
          Defines an object that provides unified access to its state via property accessors.
IDataObjectChildListener
          Interface for data objects that listen for child property changes.
 

Classes in dsto.dfc.databeans used by livespace.services
AbstractDataObject
          Abstract base class for IDataObject's.
DataObject
          A default implemention of IDataObject based on a java.util.Map.
FancyDataObject
          Extends SimpleDataObject to allow properties to be added dynamically to the fixed base set supported by the class.
IDataBean
          A data bean is an extension of the IDataObject interface to provide a dynamic JavaBean-type object.
IDataObject
          Defines an object that provides unified access to its state via property accessors.
IDataObjectChildListener
          Interface for data objects that listen for child property changes.
IFilter
          Interface for view filters.
IFilterSorter
          Convenience interface for classes that are both filters and sorters.
ISorter
          Interface for view sorters.
PropertyEvent
          The information included as part of an IDataObject property change notification.
PropertyListener
          Defines a listener to IDataObject property change events.
PropertyPath
          Describes a path built of property names into a tree of IDataObject's, similar in concept to a file system path.
PropertySorterFilter
          A DataObjectView sorter/filter that filters/sorts on property values of data objects.
SimpleDataObject
          Base class for simple IDataObject's that expose their state as public fields.
TypeInfo
          Defines metadata for a given data object type, acting in a similar role as a Java class.
 

Classes in dsto.dfc.databeans used by livespace.services.common
IDataObject
          Defines an object that provides unified access to its state via property accessors.
 

Classes in dsto.dfc.databeans used by livespace.services.entities
AbstractDataObject
          Abstract base class for IDataObject's.
FancyDataObject
          Extends SimpleDataObject to allow properties to be added dynamically to the fixed base set supported by the class.
IDataBean
          A data bean is an extension of the IDataObject interface to provide a dynamic JavaBean-type object.
IDataObject
          Defines an object that provides unified access to its state via property accessors.
IDataObjectChildListener
          Interface for data objects that listen for child property changes.
SetDataObject
          An extension of the DFC monitored set that supports access via the IDataObject interface.
SimpleDataObject
          Base class for simple IDataObject's that expose their state as public fields.
 

Classes in dsto.dfc.databeans used by livespace.services.entities.info_repository
AbstractDataObject
          Abstract base class for IDataObject's.
FancyDataObject
          Extends SimpleDataObject to allow properties to be added dynamically to the fixed base set supported by the class.
IDataObject
          Defines an object that provides unified access to its state via property accessors.
IDataObjectChildListener
          Interface for data objects that listen for child property changes.
SimpleDataObject
          Base class for simple IDataObject's that expose their state as public fields.
 

Classes in dsto.dfc.databeans used by livespace.services.entities.meta_apps
AbstractDataObject
          Abstract base class for IDataObject's.
DataBean
          Default implementation of IDataBean using Java collections classes for storage.
FancyDataObject
          Extends SimpleDataObject to allow properties to be added dynamically to the fixed base set supported by the class.
IDataObject
          Defines an object that provides unified access to its state via property accessors.
IDataObjectChildListener
          Interface for data objects that listen for child property changes.
SetDataObject
          An extension of the DFC monitored set that supports access via the IDataObject interface.
SimpleDataObject
          Base class for simple IDataObject's that expose their state as public fields.
 

Classes in dsto.dfc.databeans used by livespace.services.entities.room_presentation
AbstractDataObject
          Abstract base class for IDataObject's.
DataBean
          Default implementation of IDataBean using Java collections classes for storage.
FancyDataObject
          Extends SimpleDataObject to allow properties to be added dynamically to the fixed base set supported by the class.
IDataObject
          Defines an object that provides unified access to its state via property accessors.
IDataObjectChildListener
          Interface for data objects that listen for child property changes.
PropertyListener
          Defines a listener to IDataObject property change events.
SimpleDataObject
          Base class for simple IDataObject's that expose their state as public fields.
 

Classes in dsto.dfc.databeans used by livespace.services.entities.sessions
AbstractDataObject
          Abstract base class for IDataObject's.
FancyDataObject
          Extends SimpleDataObject to allow properties to be added dynamically to the fixed base set supported by the class.
IDataObject
          Defines an object that provides unified access to its state via property accessors.
IDataObjectChildListener
          Interface for data objects that listen for child property changes.
SimpleDataObject
          Base class for simple IDataObject's that expose their state as public fields.
 

Classes in dsto.dfc.databeans used by livespace.services.entities.teamscope
AbstractDataObject
          Abstract base class for IDataObject's.
FancyDataObject
          Extends SimpleDataObject to allow properties to be added dynamically to the fixed base set supported by the class.
IDataObject
          Defines an object that provides unified access to its state via property accessors.
IDataObjectChildListener
          Interface for data objects that listen for child property changes.
SimpleDataObject
          Base class for simple IDataObject's that expose their state as public fields.
 

Classes in dsto.dfc.databeans used by livespace.services.entities.vtc
AbstractDataObject
          Abstract base class for IDataObject's.
FancyDataObject
          Extends SimpleDataObject to allow properties to be added dynamically to the fixed base set supported by the class.
IDataObject
          Defines an object that provides unified access to its state via property accessors.
IDataObjectChildListener
          Interface for data objects that listen for child property changes.
ListDataObject
          An extension of the DFC monitored list that supports access via the IDataObject interface.
SimpleDataObject
          Base class for simple IDataObject's that expose their state as public fields.
 

Classes in dsto.dfc.databeans used by livespace.services.osgi
PropertyEvent
          The information included as part of an IDataObject property change notification.
PropertyListener
          Defines a listener to IDataObject property change events.
 

Classes in dsto.dfc.databeans used by livespace.ui.dashboard
IDataBean
          A data bean is an extension of the IDataObject interface to provide a dynamic JavaBean-type object.
 



Copyright © 2008 Commonwealth of Australia