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

Packages that use Reference
com.togethersoft.openapi.model.elements 
com.togethersoft.openapi.model.enum 
com.togethersoft.openapi.model.extension 
com.togethersoft.openapi.modelnavigator 

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

Methods in com.togethersoft.openapi.model.elements that return Reference
ReferenceReferenceCollection.addReference(Element element)
          
 

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

Methods in com.togethersoft.openapi.model.enum that return Reference
ReferenceReferenceEnumeration.next()
          
 

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

Methods in com.togethersoft.openapi.model.extension that return Reference
ReferenceExtensionManager.createReference(String collectionUniqueName, String elementUniqueName)
          
ReferenceReferenceProvider.addReference(ReferenceCollection collection, Reference createdReference, Element element)
          This method is called, when addReference of ReferenceCollection was called.
 

Methods in com.togethersoft.openapi.model.extension with parameters of type Reference
ReferenceReferenceProvider.addReference(ReferenceCollection collection, Reference createdReference, Element element)
          This method is called, when addReference of ReferenceCollection was called.
 

Uses of Reference in com.togethersoft.openapi.modelnavigator
 

Methods in com.togethersoft.openapi.modelnavigator that return Reference
ReferenceNavigatorTreeNode.getReference()
          Returns object representing model Reference for this
navigator node.
 

Methods in com.togethersoft.openapi.modelnavigator with parameters of type Reference
StringNodeUIProvider.getDisplayName(Reference ref)
          Returns string that will be displayed as a name of a node.
IconNodeUIProvider.getIcon(Reference ref)
          Return an icon to be displayed for node representing specified model reference.
ColorNodeUIProvider.getTextColor(Reference ref)
          Returns color of text to be used to display node's name.
FontNodeUIProvider.getTextFont(Reference ref)
          Returns text font to be used to display node's name.
StringNodeUIProvider.getToolTipText(Reference ref)
          Returns tooltip text to be displayed for a node.