public class SharedSettings extends Object
| Constructor and Description |
|---|
SharedSettings() |
SharedSettings(SharedSettings newSettings) |
| Modifier and Type | Method and Description |
|---|---|
XMLCodeActionSettings |
getCodeActionSettings() |
XMLCodeLensSettings |
getCodeLensSettings() |
XMLCompletionSettings |
getCompletionSettings() |
XMLFoldingSettings |
getFoldingSettings() |
XMLFormattingOptions |
getFormattingSettings() |
XMLHoverSettings |
getHoverSettings() |
XMLPreferences |
getPreferences() |
XMLSymbolSettings |
getSymbolSettings() |
XMLValidationRootSettings |
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 XMLValidationRootSettings getValidationSettings()
public XMLSymbolSettings getSymbolSettings()
public XMLCodeActionSettings getCodeActionSettings()
public XMLCodeLensSettings getCodeLensSettings()
public XMLHoverSettings getHoverSettings()
public XMLPreferences getPreferences()
public XMLWorkspaceSettings getWorkspaceSettings()
public boolean isActionableNotificationSupport()
ActionableNotification and
XMLLanguageClientAPIpublic void setActionableNotificationSupport(boolean actionableNotificationSupport)
actionableNotificationSupport - public boolean isOpenSettingsCommandSupport()
ClientCommands.OPEN_SETTINGSpublic void setOpenSettingsCommandSupport(boolean openSettingsCommandSupport)
openSettingsCommandSupport - public boolean isBindingWizardSupport()
public void setBindingWizardSupport(boolean bindingWizardSupport)
bindingWizardSupport - Copyright © 2022. All rights reserved.