Class SharedSettings

    • Constructor Detail

      • SharedSettings

        public SharedSettings()
      • SharedSettings

        public SharedSettings​(SharedSettings newSettings)
    • Method Detail

      • isActionableNotificationSupport

        public boolean isActionableNotificationSupport()
        Returns true if the client supports actionable notifications and false otherwise See ActionableNotification and XMLLanguageClientAPI
        Returns:
        true if the client supports actionable notifications and false otherwise
      • setActionableNotificationSupport

        public void setActionableNotificationSupport​(boolean actionableNotificationSupport)
        Sets the actionableNotificationSupport boolean
        Parameters:
        actionableNotificationSupport -
      • isOpenSettingsCommandSupport

        public boolean isOpenSettingsCommandSupport()
        Returns true if the client supports the open settings command and false otherwise See ClientCommands.OPEN_SETTINGS
        Returns:
        true if the client supports the open settings command and false otherwise
      • setOpenSettingsCommandSupport

        public void setOpenSettingsCommandSupport​(boolean openSettingsCommandSupport)
        Sets the openSettingsCommandSupport boolean
        Parameters:
        openSettingsCommandSupport -
      • isBindingWizardSupport

        public boolean isBindingWizardSupport()
        Returns true if the client supports the `xml.open.binding.wizard` command using dropdown and false otherwise
        Returns:
        bindingWizardSupport
      • setBindingWizardSupport

        public void setBindingWizardSupport​(boolean bindingWizardSupport)
        Sets the bindingWizardSupport boolean
        Parameters:
        bindingWizardSupport -
      • setLinkedEditingEnabled

        public void setLinkedEditingEnabled​(boolean linkedEditingEnabled)
      • isLinkedEditingEnabled

        public boolean isLinkedEditingEnabled()