Interface ContentCompletionManager


@API(type=NOT_EXTENDABLE, src=PUBLIC) public interface ContentCompletionManager
This class offers support for actions with content completion such as: insert element, surround with tags and rename element. For every action we have two methods: one that returns a list of proposals to be presented to the user and another one that performs the action based on the user choice. Users of the API will typically show a dialog with the proposals and after the user selects one of the call the second method to finish the action.
Since:
15.1