Class ProposalsVariable

  • All Implemented Interfaces:
    IVariable

    public class ProposalsVariable
    extends AbstractVariable
    Variable that provides several choices for user
    • Constructor Detail

      • ProposalsVariable

        public ProposalsVariable​(org.eclipse.jface.text.IRegion region,
                                 String[] proposals)
        Creates new proposal variable in given region with given proposals
        Parameters:
        region - The region of the variable, cannot be null
        proposals - The proposals to choose from, cannot be null