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

Packages that use ReferenceCollection
com.togethersoft.openapi.model.elements 
com.togethersoft.openapi.model.enum 
com.togethersoft.openapi.model.extension 
com.togethersoft.openapi.model.view 
com.togethersoft.openapi.modelnavigator 
com.togethersoft.openapi.modelselection 

Uses of ReferenceCollection in com.togethersoft.openapi.model.elements
 

Methods in com.togethersoft.openapi.model.elements that return ReferenceCollection
ReferenceCollectionContainer.createChildReferenceCollection(String shapeType)
          
 

Uses of ReferenceCollection in com.togethersoft.openapi.model.enum
 

Methods in com.togethersoft.openapi.model.enum that return ReferenceCollection
ReferenceCollectionReferenceCollectionEnumeration.next()
          
 

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

Methods in com.togethersoft.openapi.model.extension with parameters of type ReferenceCollection
ReferenceReferenceProvider.addReference(ReferenceCollection collection, Reference createdReference, Element element)
          This method is called, when addReference of ReferenceCollection was called.
booleanReferenceProvider.canAddReference(ReferenceCollection collection, Element element)
          This method is called, when user invoked canAddReference opertaion of
ReferenceCollection or right before invoking of addReference
method.
booleanReferenceProvider.isApplicable(ReferenceCollection collection)
          This method is called before calling of any other method of provider for particular
ReferenceCollection.
ReferenceEnumerationReferenceProvider.references(ReferenceCollection collection)
          This method must return list of References of collection.
ReferenceDeltaReferenceProvider.startSavingChanges(ReferenceCollection collection)
          
 

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

Methods in com.togethersoft.openapi.model.view that return ReferenceCollection
ReferenceCollectionView.getReferenceCollection()
          
 

Methods in com.togethersoft.openapi.model.view with parameters of type ReferenceCollection
booleanViewFactory.canCreateView(ReferenceCollection collection, ViewType type)
          
ViewViewFactory.createView(ReferenceCollection collection, ViewType type)
          
booleanViewManager.canCreateView(ReferenceCollection collection, ViewType type)
          
ViewViewManager.createView(ReferenceCollection collection, ViewType type)
          
 

Uses of ReferenceCollection in com.togethersoft.openapi.modelnavigator
 

Methods in com.togethersoft.openapi.modelnavigator that return ReferenceCollection
abstract ReferenceCollectionNavigatorFactory.createReferenceCollection(String modelUin)
          Creates ReferenceCollection to be used as a reference collection
for a navigator's model View.
 

Methods in com.togethersoft.openapi.modelnavigator with parameters of type ReferenceCollection
voidNavigatorService.addSelectionCollection(ReferenceCollection collection)
          Registers ReferenceCollection to be used as storage for
Reference objects referencing model Element
currently selected in navigator.
 

Uses of ReferenceCollection in com.togethersoft.openapi.modelselection
 

Fields in com.togethersoft.openapi.modelselection declared as ReferenceCollection
private ReferenceCollectionSelectionEvent.myCollection
          
 

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

Methods in com.togethersoft.openapi.modelselection that return ReferenceCollection
ReferenceCollectionSelectionEvent.getReferenceCollection()
          
ReferenceCollectionSelectionService.getCollection()