public class SharedSettings extends Object
Constructor and Description |
---|
SharedSettings() |
SharedSettings(SharedSettings newSettings) |
Modifier and Type | Method and Description |
---|---|
XMLCodeLensSettings |
getCodeLensSettings() |
XMLCompletionSettings |
getCompletionSettings() |
XMLFoldingSettings |
getFoldingSettings() |
XMLFormattingOptions |
getFormattingSettings() |
XMLHoverSettings |
getHoverSettings() |
XMLPreferences |
getPreferences() |
XMLSymbolSettings |
getSymbolSettings() |
XMLValidationSettings |
getValidationSettings() |
XMLWorkspaceSettings |
getWorkspaceSettings() |
boolean |
isActionableNotificationSupport()
Returns true if the client supports actionable notifications and false
otherwise
See
ActionableNotification and
XMLLanguageClientAPI |
boolean |
isBindingWizardSupport()
Returns true if the client supports the `xml.open.binding.wizard` command using dropdown and false otherwise
|
boolean |
isOpenSettingsCommandSupport()
Returns true if the client supports the open settings command and false
otherwise
See
ClientCommands.OPEN_SETTINGS |
void |
setActionableNotificationSupport(boolean actionableNotificationSupport)
Sets the actionableNotificationSupport boolean
|
void |
setBindingWizardSupport(boolean bindingWizardSupport)
Sets the bindingWizardSupport boolean
|
void |
setOpenSettingsCommandSupport(boolean openSettingsCommandSupport)
Sets the openSettingsCommandSupport boolean
|
public SharedSettings()
public SharedSettings(SharedSettings newSettings)
public XMLCompletionSettings getCompletionSettings()
public XMLFoldingSettings getFoldingSettings()
public XMLFormattingOptions getFormattingSettings()
public XMLValidationSettings getValidationSettings()
public XMLSymbolSettings getSymbolSettings()
public XMLCodeLensSettings getCodeLensSettings()
public XMLHoverSettings getHoverSettings()
public XMLPreferences getPreferences()
public XMLWorkspaceSettings getWorkspaceSettings()
public boolean isActionableNotificationSupport()
ActionableNotification
and
XMLLanguageClientAPI
public void setActionableNotificationSupport(boolean actionableNotificationSupport)
actionableNotificationSupport
- public boolean isOpenSettingsCommandSupport()
ClientCommands.OPEN_SETTINGS
public void setOpenSettingsCommandSupport(boolean openSettingsCommandSupport)
openSettingsCommandSupport
- public boolean isBindingWizardSupport()
public void setBindingWizardSupport(boolean bindingWizardSupport)
bindingWizardSupport
- Copyright © 2021. All rights reserved.