Uses of Interface
org.eclipse.tigerstripe.workbench.plugins.IDiagramDescriptor

Packages that use IDiagramDescriptor
org.eclipse.tigerstripe.workbench.plugins This package contains the interfaces to be implemented in relation with implementing TS templates, and more generally all interfaces as seen by the user when implementing a Tigerstripe plugin. 
 

Uses of IDiagramDescriptor in org.eclipse.tigerstripe.workbench.plugins
 

Methods in org.eclipse.tigerstripe.workbench.plugins that return types with arguments of type IDiagramDescriptor
 java.util.Collection<IDiagramDescriptor> IDiagramGenerator.getAllDiagrams()
          Returns a Collection of all IDiagramDescriptor objects (each of which contains the data necessary to identify a diagram) in the project selected for generation.
 java.util.Collection<IDiagramDescriptor> IDiagramGenerator.getAllDiagrams(boolean includeDependencies)
          Returns a Collection of all IDiagramDescriptor objects (each of which contains the data necessary to identify a diagram) in the project selected for generation if the supplied boolean is false, or for all referenced projects also if true.
 java.util.Collection<IDiagramDescriptor> IDiagramGenerator.getAllDiagrams(boolean includeDependencies, IDiagramDescriptor.DiagramType diagramType)
          Returns a Collection of all IDiagramDescriptor objects (each of which contains the data necessary to identify a diagram) in the project selected for generation, and in the referenced projects if "includeDependencies" is supplied as true, that are of the type identified by the "diagramType".
 java.util.Collection<IDiagramDescriptor> IDiagramGenerator.getAllDiagrams(boolean includeDependencies, IDiagramDescriptor.DiagramType diagramType, IPackageArtifact packij, java.lang.String namePattern)
          Returns a Collection of all IDiagramDescriptor objects (each of which contains the data necessary to identify a diagram) in the project selected for generation, and in the referenced projects if "includeDependencies" is supplied as true, that are of the type identified by the supplied "diagramType", that are in the supplied package, and which match the supplied "namePattern".
 java.util.Collection<IDiagramDescriptor> IDiagramGenerator.getAllDiagrams(boolean includeDependencies, IDiagramDescriptor.DiagramType diagramType, java.lang.String namePattern)
          Returns a Collection of all IDiagramDescriptor objects (each of which contains the data necessary to identify a diagram) in the project selected for generation, and in the referenced projects if "includeDependencies" is supplied as true, that are of the type identified by the supplied "diagramType" and which match the supplied "namePattern".
 java.util.Collection<IDiagramDescriptor> IDiagramGenerator.getAllDiagrams(boolean includeDependencies, java.lang.String diagramType)
          Returns a Collection of all IDiagramDescriptor objects (each of which contains the data necessary to identify a diagram) in the project selected for generation, and in the referenced projects if "includeDependencies" is supplied as true, that are of the type identified by the "diagramType".
 java.util.Collection<IDiagramDescriptor> IDiagramGenerator.getAllDiagrams(boolean includeDependencies, java.lang.String diagramType, IPackageArtifact packij, java.lang.String namePattern)
          Returns a Collection of all IDiagramDescriptor objects (each of which contains the data necessary to identify a diagram) in the project selected for generation, and in the referenced projects if "includeDependencies" is supplied as true, that are of the type identified by the supplied "diagramType", that are in the supplied package, and which match the supplied "namePattern".
 java.util.Collection<IDiagramDescriptor> IDiagramGenerator.getAllDiagrams(boolean includeDependencies, java.lang.String diagramType, java.lang.String namePattern)
          Returns a Collection of all IDiagramDescriptor objects (each of which contains the data necessary to identify a diagram) in the project selected for generation, and in the referenced projects if "includeDependencies" is supplied as true, that are of the type identified by the supplied "diagramType" and which match the supplied "namePattern".
 java.util.Collection<IDiagramDescriptor> IDiagramGenerator.getAllDiagrams(IDiagramDescriptor.DiagramType diagramType)
          Returns a Collection of all IDiagramDescriptor objects (each of which contains the data necessary to identify a diagram) in the project selected for generation that are of the type identified by the "diagramType".
 java.util.Collection<IDiagramDescriptor> IDiagramGenerator.getAllDiagrams(IDiagramDescriptor.DiagramType diagramType, IPackageArtifact packij, java.lang.String namePattern)
          Returns a Collection of all IDiagramDescriptor objects (each of which contains the data necessary to identify a diagram) in the project selected for generation that are of the type identified by the supplied "diagramType", that are in the supplied package, and which match the supplied "namePattern".
 java.util.Collection<IDiagramDescriptor> IDiagramGenerator.getAllDiagrams(IDiagramDescriptor.DiagramType diagramType, java.lang.String namePattern)
          Returns a Collection of all IDiagramDescriptor objects (each of which contains the data necessary to identify a diagram) in the project selected for generation that are of the type identified by the supplied "diagramType" and which match the supplied "namePattern".
 java.util.Collection<IDiagramDescriptor> IDiagramGenerator.getAllDiagrams(java.lang.String diagramType)
          Returns a Collection of all IDiagramDescriptor objects (each of which contains the data necessary to identify a diagram) in the project selected for generation that are of the type identified by the "diagramType".
 java.util.Collection<IDiagramDescriptor> IDiagramGenerator.getAllDiagrams(java.lang.String diagramType, IPackageArtifact packij, java.lang.String namePattern)
          Returns a Collection of all IDiagramDescriptor objects (each of which contains the data necessary to identify a diagram) in the project selected for generation that are of the type identified by the supplied "diagramType", that are in the supplied package, and which match the supplied "namePattern".
 java.util.Collection<IDiagramDescriptor> IDiagramGenerator.getAllDiagrams(java.lang.String diagramType, java.lang.String namePattern)
          Returns a Collection of all IDiagramDescriptor objects (each of which contains the data necessary to identify a diagram) in the project selected for generation that are of the type identified by the supplied "diagramType" and which match the supplied "namePattern".
 

Methods in org.eclipse.tigerstripe.workbench.plugins with parameters of type IDiagramDescriptor
 boolean IDiagramGenerator.generateDiagram(IDiagramDescriptor diagram, java.lang.String outputPath, IDiagramGenerator.ImageType imageType)
          Render the diagram described by the supplied IDiagramDescriptor to the directory at the supplied "outputPath" relative to the output path for the generator, of the supplied "imageType".
 boolean IDiagramGenerator.generateDiagram(IDiagramDescriptor path, java.lang.String outputPath, java.lang.String imageType)
          Render the diagram described by the supplied IDiagramDescriptor to the directory at the supplied "outputPath" relative to the output path for the generator, of the supplied "imageType".