Remote System Explorer DataStore
Release 3.0

Uses of Interface
org.eclipse.dstore.extra.IDataElement

Packages that use IDataElement
org.eclipse.dstore.core.model   
org.eclipse.dstore.extra   
 

Uses of IDataElement in org.eclipse.dstore.core.model
 

Classes in org.eclipse.dstore.core.model that implement IDataElement
 class DataElement
          DataElement is the unit of information for the DataStore.
 

Uses of IDataElement in org.eclipse.dstore.extra
 

Methods in org.eclipse.dstore.extra that return IDataElement
 IDataElement DomainEvent.getParent()
           
 

Constructors in org.eclipse.dstore.extra with parameters of type IDataElement
DomainEvent(IDomainNotifier source, int type, IDataElement parent, Object property)
           
DomainEvent(int type, IDataElement parent, Object property)
           
DomainEvent(int type, IDataElement parent, Object property, IDataElement child)
           
 


Remote System Explorer DataStore
Release 3.0

Guidelines for using DataStore APIs.