Interface IV8ContextConstants


public interface IV8ContextConstants
Identifiers of V8 context and commands. Contains String constants of:
  • V8 context.
  • V8 common commands.
  • V8 common command parameters.
Restriction:
Clients are not allowed to extend a class or interface
Restriction:
Clients are not allowed to implement an interface
  • Field Details

    • CONTEXT

      static final String CONTEXT
      V8 context identifier. Value is com._1c.g5.v8.dt.ui.context.
      See Also:
    • COMMAND_CREATE

      static final String COMMAND_CREATE
      Create new instance command identifier. Value is com._1c.g5.v8.dt.ui.commands.create.
      See Also:
    • COMMAND_OPEN

      static final String COMMAND_OPEN
      Open target object command identifier. Value is com._1c.g5.v8.dt.ui.commands.open.
      See Also:
    • COMMAND_CLONE

      static final String COMMAND_CLONE
      Clone existing instance command identifier. Value is com._1c.g5.v8.dt.ui.commands.clone.
      See Also:
    • COMMAND_OPEN_EDITOR

      static final String COMMAND_OPEN_EDITOR
      Open specified editor command identifier. Command may have next optional parameters:
      • com._1c.g5.v8.dt.ui.commandParameters.useFeature indicating whenever to open editor using parent model and feature or not.
      • com._1c.g5.v8.dt.ui.commandParameters.feature describing feature name to use to open editor. Feature name may consist of multiple feature parts, joined with / character.

      Value is com._1c.g5.v8.dt.ui.commands.openEditor.

      See Also:
    • COMMAND_OPEN_WIZARD

      static final String COMMAND_OPEN_WIZARD
      Add element to list command identifier. Command must have next parameters:
      • com._1c.g5.v8.dt.ui.commandParameters.wizardId defining wizard extension id.

      Value is com._1c.g5.v8.dt.ui.commands.openWizard.

      See Also:
    • COMMAND_MOVE_UP

      static final String COMMAND_MOVE_UP
      Move up element in list command identifier. Value is com._1c.g5.v8.dt.ui.commands.moveUp.
      See Also:
    • COMMAND_MOVE_TO_TOP

      static final String COMMAND_MOVE_TO_TOP
      Move element to the top of the list command identifier. Value is com._1c.g5.v8.dt.ui.commands.moveToTop.
      See Also:
    • COMMAND_MOVE_DOWN

      static final String COMMAND_MOVE_DOWN
      Move down element in list command identifier. Value is com._1c.g5.v8.dt.ui.commands.moveDown.
      See Also:
    • COMMAND_MOVE_TO_BOTTOM

      static final String COMMAND_MOVE_TO_BOTTOM
      Move element to the bottom of the list command identifier. Value is com._1c.g5.v8.dt.ui.commands.moveToBottom.
      See Also:
    • COMMAND_MOVE_TO

      static final String COMMAND_MOVE_TO
      Move element to the specified index in list command identifier. Command must have next parameters:
      • com._1c.g5.v8.dt.ui.commandParameters.elementIndex defining index of element to move selected element to.

      Value is com._1c.g5.v8.dt.ui.commands.moveTo.

      See Also:
    • COMMAND_SORT

      static final String COMMAND_SORT
      Sort element list command identifier. Command may have next optional parameters:
      • com._1c.g5.v8.dt.ui.commandParameters.sortDirection direction of the sorting action.

      Value is com._1c.g5.v8.dt.ui.commands.sort.

      See Also:
    • COMMAND_SHOW_PROPERTIES

      static final String COMMAND_SHOW_PROPERTIES
      Show target object properties command identifier. Value is com._1c.g5.v8.dt.ui.commands.showProperties.
      See Also:
    • COMMAND_PARAMETER_SORT_DIRECTION

      static final String COMMAND_PARAMETER_SORT_DIRECTION
      The optional parameter for the Sort command, indicating direction of the sorting action. Parameter value must be type of boolean. Value is com._1c.g5.v8.dt.ui.commandParameters.sortDirection.
      See Also:
    • COMMAND_PARAMETER_ELEMENT_INDEX

      static final String COMMAND_PARAMETER_ELEMENT_INDEX
      The parameter for the Move To command used to define new element index of the moving element. Value is com._1c.g5.v8.dt.ui.commandParameters.elementIndex.
      See Also:
    • COMMAND_PARAMETER_USE_FEATURE

      static final String COMMAND_PARAMETER_USE_FEATURE
      The optional parameter for the Open Editor command, indicating whenever to open editor using parent model and feature or not. Value is com._1c.g5.v8.dt.ui.commandParameters.useFeature.
      See Also:
    • COMMAND_PARAMETER_FEATURE_NAME

      static final String COMMAND_PARAMETER_FEATURE_NAME
      The optional parameter for the Open Editor command, describing feature name to use to open editor. Feature name may consist of multiple feature parts, joined with / character. Value is com._1c.g5.v8.dt.ui.commandParameters.feature.
      See Also:
    • COMMAND_PARAMETER_WIZARD_ID

      static final String COMMAND_PARAMETER_WIZARD_ID
      The parameter for the Open Wizard command used to define wizard id.

      Value is com._1c.g5.v8.dt.ui.commandParameters.wizardId.

      See Also:
    • COMMAND_OPEN_FOLDER_WIZARD

      static final String COMMAND_OPEN_FOLDER_WIZARD
      Add folder to list command identifier. Command must have next parameters:
      • com._1c.g5.v8.dt.ui.commandParameters.wizardId defining wizard extension id.

      Value is com._1c.g5.v8.dt.ui.commands.openFolderWizard.

      See Also:
    • COMMAND_MOVE_TO_FOLDER

      static final String COMMAND_MOVE_TO_FOLDER
      Move to different folder command identifier.

      Value is com._1c.g5.v8.dt.ui.commands.moveToFolder.

      See Also:
    • COMMAND_FOCUS_NAVIGATOR

      static final String COMMAND_FOCUS_NAVIGATOR
      Focus in navigator command identifier.

      Value is com._1c.g5.v8.dt.ui.commands.focusNavigator.

      See Also:
    • COMMAND_PARAMETER_ECLASS_NAME

      static final String COMMAND_PARAMETER_ECLASS_NAME
      The optional parameter for the Create command, describing e-class name to use to create e-object. E-class name may not consist of multiple e-class names. Value is com._1c.g5.v8.dt.ui.commandParameters.eClass.
      See Also:
    • COMMAND_EDIT

      static final String COMMAND_EDIT
      Edit command identifier. Value is com._1c.g5.v8.dt.ui.commands.edit.
      See Also: