Package ro.sync.ecss.extensions.api
Class DefaultAuthorActionEventHandler.CiElementAndOffset
java.lang.Object
ro.sync.ecss.extensions.api.DefaultAuthorActionEventHandler.CiElementAndOffset
- Enclosing class:
- DefaultAuthorActionEventHandler
A simple structure to return from the method getInsertableFormForElement both the CIElement
that can be inserted for a given element and the offset that should be applied to the insertion
position in order to insert it.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CiElementAndOffset
Constructor.- Parameters:
ciElement- The CIElement that can be inserted for a given element.offset- The offset that should be applied to the insertion position in order to insert the CIElement.
-