Package ro.sync.ecss.extensions.api.webapp.cc
package ro.sync.ecss.extensions.api.webapp.cc
-
ClassDescriptionAn item proposed by the content completion manager, and which can be selected by the user.This class offers support for actions with content completion such as: insert element, surround with tags and rename element.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 priority
CCItemProxy.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.An exception thrown when the content completion item chosen by the user was not one of the proposed ones in the specified context.