Interface IDirectPartialModelNode

    • Method Detail

      • canHaveChildren

        boolean canHaveChildren()
        Checks if this node can have children.
        Returns:
        true if the node can have children
      • setExpandable

        void setExpandable​(boolean value)
        Sets the node as expandable (i.e. that it can have children).
        Parameters:
        value - the value to set
      • setImageProvider

        void setImageProvider​(IImageProvider imageProvider)
        Sets the image provider.
        Parameters:
        imageProvider - the image provider, may be null
      • setGrayed

        void setGrayed​(boolean grayed)
        Sets the node as grayed.
        Parameters:
        grayed -