Class QueryTextVariable

java.lang.Object
com.e1c.g5.v8.dt.lcore.ui.templates.contentassist.variable.AbstractVariable
com.e1c.g5.v8.dt.bsl.ui.templates.variables.QueryTextVariable
All Implemented Interfaces:
IVariable

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

    • 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:
    • 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:
    • 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:
    • 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:
  • Constructor Details

    • 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
  • Method Details