Class SelectionTreeDialogParameterization

    • Constructor Detail

      • SelectionTreeDialogParameterization

        public SelectionTreeDialogParameterization​(boolean hasClearAction,
                                                   boolean isSiblingAllowed,
                                                   boolean isLeafsOnly)
        Creates a new parameterization.
        Parameters:
        hasClearAction - the clear action flag.
        isSiblingAllowed - the sibling allowed flag.
        isLeafsOnly - the leafs only flag.
      • SelectionTreeDialogParameterization

        public SelectionTreeDialogParameterization​(boolean hasClearAction,
                                                   boolean isSiblingAllowed,
                                                   boolean isLeafsOnly,
                                                   String dialogTitle)
        Creates a new parameterization.
        Parameters:
        hasClearAction - the clear action flag.
        isSiblingAllowed - the sibling allowed flag.
        isLeafsOnly - the leafs only flag.
        dialogTitle - , the dialog title, can be null
      • SelectionTreeDialogParameterization

        public SelectionTreeDialogParameterization​(boolean hasClearAction,
                                                   boolean isSiblingAllowed,
                                                   boolean isLeafsOnly,
                                                   int autoExpandLevel)
        Creates a new parameterization.
        Parameters:
        hasClearAction - the clear action flag.
        isSiblingAllowed - the sibling allowed flag.
        isLeafsOnly - the leafs only flag.
        autoExpandLevel - the tree auto expand level
      • SelectionTreeDialogParameterization

        public SelectionTreeDialogParameterization​(boolean hasClearAction,
                                                   ICheckStateListener checkStateListener)
        Creates a new parameterization.
        Parameters:
        hasClearAction - the clear action flag.
        checkStateListener - the check state listener, can be null