Class TextTreeNode

    • Field Detail

      • text

        private java.lang.String text
    • Constructor Detail

      • TextTreeNode

        TextTreeNode​(TreeNode parent,
                     org.eclipse.swt.graphics.Image image,
                     java.lang.String text)
        Creates a text tree node.
        Parameters:
        parent - the parent node
        image - the image (may be null)
        text - the text to be displayed
    • Method Detail

      • getText

        java.lang.String getText()
        Description copied from class: TreeNode
        Returns the display text.
        Specified by:
        getText in class TreeNode
        Returns:
        the display text