Interface ISelectionTreeDialogParameterization

    • Method Detail

      • isSiblingAllowed

        boolean isSiblingAllowed()
        Returns:
        true if is allowed to select the sibling nodes in the tree. false in other case.
      • isLeafsOnly

        boolean isLeafsOnly()
        Returns:
        true if is allowed to select the leaf nodes in the tree only. false in other case.
      • getAutoExpandLevel

        int getAutoExpandLevel()
        Returns:
        the tree auto expand level
      • getCheckStateListener

        ICheckStateListener getCheckStateListener()
        Returns:
        the check state listener, can be null