| |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use RwiReference | |
| com.togethersoft.openapi.ide.diagram | |
| com.togethersoft.openapi.ide.util | |
| com.togethersoft.openapi.rwi | |
| com.togethersoft.openapi.rwi.enum | |
| com.togethersoft.openapi.util | |
| Uses of RwiReference in com.togethersoft.openapi.ide.diagram |
| Methods in com.togethersoft.openapi.ide.diagram that return RwiReference | |
RwiReference | IdeDiagramElement.getRwiReference()Returns RwiReference to the RwiElement being visualized by this
IdeDiagramElement. |
| Methods in com.togethersoft.openapi.ide.diagram with parameters of type RwiReference | |
IdeDiagramElement | IdeDiagram.findElement(RwiReference rwiReference)Returns IdeDiagramElement corresponding to the RwiElement referred to by the
specified RwiReference. |
| Uses of RwiReference in com.togethersoft.openapi.ide.util |
| Methods in com.togethersoft.openapi.ide.util that return RwiReference | |
RwiReference | RwiReferenceService.getRwiReference()Returns RwiReference that this component represents. |
| Uses of RwiReference in com.togethersoft.openapi.rwi |
| Subinterfaces of RwiReference in com.togethersoft.openapi.rwi | |
interface | RwiDiagramReferenceA reference to a diagram |
interface | RwiLinkReferenceA reference to a link. |
interface | RwiMemberReferenceA reference to a member. |
interface | RwiNodeReferenceA reference to a node. |
| Methods in com.togethersoft.openapi.rwi that return RwiReference | |
RwiReference | RwiDiagram.addReference(RwiElement element)Creates a reference to model's element in this diagram. |
RwiReference | RwiDiagram.findReference(RwiElement element)Given the RwiElement returns a reference to it in this diagram. |
RwiReference | RwiDiagram.findReference(String uniqueName)Given the unique name of the RwiElement returns a reference to it in this diagram. |
RwiReference | RwiLinkReference.getDestinationReference()Returns a reference to the destination for this reference's link. |
RwiReference | RwiLinkReference.getSourceReference()Returns a reference to the source for this reference's link. |
| Uses of RwiReference in com.togethersoft.openapi.rwi.enum |
| Methods in com.togethersoft.openapi.rwi.enum that return RwiReference | |
RwiReference | RwiReferenceEnumeration.nextRwiReference() |
| Uses of RwiReference in com.togethersoft.openapi.util |
| Methods in com.togethersoft.openapi.util that return RwiReference | |
static RwiReference[] | RwiElementsUtil.getRwiReferences(IdeContext context) |
| |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||