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() |
boolean |
isActionableNotificationSupport()
Returns true if the client supports actionable notifications and false otherwise
See
ActionableNotification and
XMLLanguageClientAPI |
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 |
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 boolean isActionableNotificationSupport()
ActionableNotification and
XMLLanguageClientAPIpublic void setActionableNotificationSupport(boolean actionableNotificationSupport)
actionableNotificationSupport - public boolean isOpenSettingsCommandSupport()
ClientCommands.OPEN_SETTINGSpublic void setOpenSettingsCommandSupport(boolean openSettingsCommandSupport)
openSettingsCommandSupport - Copyright © 2020. All rights reserved.