Interface EditorDescriptorBuilder

    • Method Detail

      • setDescription

        EditorDescriptorBuilder setDescription​(String description)
        Sets the editor description.
        Parameters:
        description - the editor description
        Returns:
        this builder
      • setCategory

        EditorDescriptorBuilder setCategory​(String category)
        Sets the editor category.
        Parameters:
        category - the editor category
        Returns:
        this builder
      • build

        EditorDescriptor build()
        Builds the editor descriptor.
        Returns:
        the editor descriptor