| |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use RwiDiagram | |
| com.togethersoft.openapi.ide | |
| com.togethersoft.openapi.ide.diagram | |
| com.togethersoft.openapi.ide.resource | |
| com.togethersoft.openapi.rwi | |
| com.togethersoft.openapi.rwi.enum | |
| Uses of RwiDiagram in com.togethersoft.openapi.ide |
| Methods in com.togethersoft.openapi.ide with parameters of type RwiDiagram | |
String | IdeManager.buildDiagramURL(RwiDiagram diagram, RwiElement element)Creates URL of a specific kind referring to the specified element
of the diagram. |
| Uses of RwiDiagram in com.togethersoft.openapi.ide.diagram |
| Methods in com.togethersoft.openapi.ide.diagram that return RwiDiagram | |
RwiDiagram | IdeDiagram.getRwiDiagram()Returns the RwiDiagram corresponding to this diagram. |
| Methods in com.togethersoft.openapi.ide.diagram with parameters of type RwiDiagram | |
void | IdeDiagramManager.createImagemap(RwiDiagram rwiDiagram, IdeMapBuilder builder)Creates ImageMap for this diagram using the specified IdeMapBuilder
as the actual creator. |
IdeDiagram | IdeDiagramManager.findDiagram(RwiDiagram rwiDiagram)Specified RwiDiagram finds an opened IdeDiagram visualizing it. |
IdeDiagram | IdeDiagramManager.openDiagram(RwiDiagram rwiDiagram, boolean inNewWindow)Given the RwiDiagram creates and opens IdeDiagram. |
void | IdeDiagramManager.print(RwiDiagram rwiDiagram, java.awt.PrintJob printJob) |
void | IdeDiagramManager.saveImage(RwiDiagram rwiDiagram, OutputStream output, String formatID)Saves the image of the diagram into the OutputStream. |
| Uses of RwiDiagram in com.togethersoft.openapi.ide.resource |
| Methods in com.togethersoft.openapi.ide.resource with parameters of type RwiDiagram | |
String | IdeResourceManager.getDiagramPresentableName(RwiDiagram rwiDiagram)Returns a string that contains a brief description of the specified diagram ( RwiDiagram). |
| Uses of RwiDiagram in com.togethersoft.openapi.rwi |
| Methods in com.togethersoft.openapi.rwi that return RwiDiagram | |
RwiDiagram | RwiDiagramReference.getDiagram()Returns a diagram for this reference. |
RwiDiagram | RwiModel.findDiagramFor(RwiElement rwiElement)Finds RwiDiagram containing the primary reference to the specified RwiElement. |
RwiDiagram | RwiPackage.createDiagram(String shapeType)Creates a new diagram with the specified value of RwiProperty.SHAPE_TYPE property |
RwiDiagram | RwiPackage.getPhysicalDiagram()Returns the physical package diagram for this directory- RwiPackage. |
RwiDiagram | RwiReference.getContainingDiagram()Returns a diagram this reference belongs to. |
| Methods in com.togethersoft.openapi.rwi with parameters of type RwiDiagram | |
Object | RwiVisitor.visitDiagram(RwiDiagram diagram)Performs an action upon RwiDiagram. |
Object | RwiVisitorAdapter.visitDiagram(RwiDiagram diagram) |
| Uses of RwiDiagram in com.togethersoft.openapi.rwi.enum |
| Methods in com.togethersoft.openapi.rwi.enum that return RwiDiagram | |
RwiDiagram | RwiDiagramEnumeration.nextRwiDiagram() |
| |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||