Interface IDiagramStencilSet

  • All Known Implementing Classes:
    LocalStencilSetImpl

    public interface IDiagramStencilSet
    An interface to define a stencilset in the editor
    • Method Detail

      • getName

        String getName()
        Returns:
        the name of the stencilset
      • getContents

        InputStream getContents()
        Returns:
        the contents of the stencilset file.
      • getResourceContents

        InputStream getResourceContents​(String path)
        Finds and returns the contents of a resource located under the stencilset.
        Parameters:
        path - the path of the resource
        Returns:
        the contents of the resouce.