Uses of Class
com.togethersoft.openapi.model.elements.ReferenceDelta

Packages that use ReferenceDelta
com.togethersoft.openapi.model.extension 
com.togethersoft.openapi.model.view 
com.togethersoft.openapi.modelselection 

Uses of ReferenceDelta in com.togethersoft.openapi.model.extension
 

Methods in com.togethersoft.openapi.model.extension that return ReferenceDelta
ReferenceDeltaReferenceProvider.startSavingChanges(ReferenceCollection collection)
          
 

Methods in com.togethersoft.openapi.model.extension with parameters of type ReferenceDelta
voidReferenceProvider.finishSavingChanges(ReferenceDelta referenceDelta)
          
 

Uses of ReferenceDelta in com.togethersoft.openapi.model.view
 

Methods in com.togethersoft.openapi.model.view with parameters of type ReferenceDelta
voidView.update(ReferenceDelta delta)
          
 

Uses of ReferenceDelta in com.togethersoft.openapi.modelselection
 

Fields in com.togethersoft.openapi.modelselection declared as ReferenceDelta
private ReferenceDeltaSelectionEvent.myDelta
          
 

Constructors in com.togethersoft.openapi.modelselection with parameters of type ReferenceDelta
SelectionEvent.SelectionEvent(Object source, ReferenceCollection collection, ReferenceDelta delta)
          
 

Methods in com.togethersoft.openapi.modelselection that return ReferenceDelta
ReferenceDeltaSelectionEvent.getReferenceDelta()