| ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ReferenceCollection in com.togethersoft.openapi.model.elements |
| Methods in com.togethersoft.openapi.model.elements that return ReferenceCollection | |
ReferenceCollection | Container.createChildReferenceCollection(String shapeType) |
| Uses of ReferenceCollection in com.togethersoft.openapi.model.enum |
| Methods in com.togethersoft.openapi.model.enum that return ReferenceCollection | |
ReferenceCollection | ReferenceCollectionEnumeration.next() |
| Uses of ReferenceCollection in com.togethersoft.openapi.model.extension |
| Methods in com.togethersoft.openapi.model.extension with parameters of type ReferenceCollection | |
Reference | ReferenceProvider.addReference(ReferenceCollection collection, Reference createdReference, Element element)This method is called, when addReference of ReferenceCollection was called. |
boolean | ReferenceProvider.canAddReference(ReferenceCollection collection, Element element)This method is called, when user invoked canAddReference opertaion of
ReferenceCollection or right before invoking of addReference
method. |
boolean | ReferenceProvider.isApplicable(ReferenceCollection collection)This method is called before calling of any other method of provider for particular ReferenceCollection. |
ReferenceEnumeration | ReferenceProvider.references(ReferenceCollection collection)This method must return list of References of collection. |
ReferenceDelta | ReferenceProvider.startSavingChanges(ReferenceCollection collection) |
| Uses of ReferenceCollection in com.togethersoft.openapi.model.view |
| Methods in com.togethersoft.openapi.model.view that return ReferenceCollection | |
ReferenceCollection | View.getReferenceCollection() |
| Methods in com.togethersoft.openapi.model.view with parameters of type ReferenceCollection | |
boolean | ViewFactory.canCreateView(ReferenceCollection collection, ViewType type) |
View | ViewFactory.createView(ReferenceCollection collection, ViewType type) |
boolean | ViewManager.canCreateView(ReferenceCollection collection, ViewType type) |
View | ViewManager.createView(ReferenceCollection collection, ViewType type) |
| Uses of ReferenceCollection in com.togethersoft.openapi.modelnavigator |
| Methods in com.togethersoft.openapi.modelnavigator that return ReferenceCollection | |
abstract ReferenceCollection | NavigatorFactory.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 | |
void | NavigatorService.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 ReferenceCollection | SelectionEvent.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 | |
ReferenceCollection | SelectionEvent.getReferenceCollection() |
ReferenceCollection | SelectionService.getCollection() |
| ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||