Class QueryTextVariable

  • All Implemented Interfaces:
    IVariable

    public class QueryTextVariable
    extends AbstractVariable
    Variable that creates dialog for query wizard and query editor
    • Field Detail

      • QUERY_EDITOR_RU

        public static final String QUERY_EDITOR_RU
        Value of template variable parameter for editing query text in query editor in Russian language
        See Also:
        Constant Field Values
      • QUERY_EDITOR_EN

        public static final String QUERY_EDITOR_EN
        Value of template variable parameter for editing query text in query editor in English language
        See Also:
        Constant Field Values
      • QUERY_WIZARD_RU

        public static final String QUERY_WIZARD_RU
        Value of template variable parameter for editing query text in query wizard in Russian language
        See Also:
        Constant Field Values
      • QUERY_WIZARD_EN

        public static final String QUERY_WIZARD_EN
        Value of template variable parameter for editing query text in query wizard in English language
        See Also:
        Constant Field Values
    • Constructor Detail

      • QueryTextVariable

        public QueryTextVariable​(org.eclipse.jface.text.IRegion region,
                                 List<String> parameters,
                                 IV8Project v8Project)
        Creates new instance of this with given region
        Parameters:
        region - The region of the variable in the template, cannot be null
        parameters - parameter values of template variable, cannot be null
        v8Project - actual IV8Project for open query editor or query wizard, cannot be null