Interface IMemoryRenderingType

    • Method Detail

      • getLabel

        String getLabel()
        Returns a label for this type of memory rendering.
        Returns:
        a label for this type of memory rendering
      • getId

        String getId()
        Returns the unique identifier for this rendering type.
        Returns:
        the unique identifier for this rendering type
      • createRendering

        IMemoryRendering createRendering()
                                  throws CoreException
        Creates and returns a new rendering of this type or null if none.
        Returns:
        a new rendering of this type
        Throws:
        CoreException - if an exception occurs creating the rendering