Package ro.sync.ecss.extensions.api.webapp.cc
-
Interface Summary Interface Description ContentCompletionManager This class offers support for actions with content completion such as: insert element, surround with tags and rename element.ContentCompletionSortPriorityAssigner Extension that can be used to assign sorting priorities for elements. The elements in the content completion menu will be sorted according to this priority and in case of equality the display name is used. By default, all entries have priority 0 except for "Split" / "New" - type entries which have priorityCCItemProxy.SPLIT_ITEM_PRIORITY
. The instance can be returned from aWebappExtensionsProvider
implementation, by implementing theWebappExtensionsProvider.getSortPriorityAssigner()
method. TheWebappExtensionsProvider
instance can be returned from anExtensionsBundle
implementation, by implementing theExtensionsBundle.getWebappExtensionsProvier()
method. -
Class Summary Class Description CCItemProxy An item proposed by the content completion manager, and which can be selected by the user. -
Exception Summary Exception Description ItemNotFoundException An exception thrown when the content completion item chosen by the user was not one of the proposed ones in the specified context.