Class StackEntry

    • Constructor Detail

      • StackEntry

        public StackEntry​(java.lang.String label,
                          java.lang.String description,
                          java.lang.String iconId)
        Creates a new StackEntry.
        Parameters:
        label - the text to display
        description - the tooltip text
        iconId - the id for the icon
    • Method Detail

      • getDescription

        public java.lang.String getDescription()
        Gets the description.
        Specified by:
        getDescription in interface IStackToolEntry
        Returns:
        the description
      • addCreationToolEntry

        public void addCreationToolEntry​(ICreationToolEntry creationToolEntry)
        Adds a creation tool to the stack entry.
        Parameters:
        creationToolEntry - the creation tool entry