Class DefaultAuthorActionEventHandler.CiElementAndOffset

java.lang.Object
ro.sync.ecss.extensions.api.DefaultAuthorActionEventHandler.CiElementAndOffset
Enclosing class:
DefaultAuthorActionEventHandler

protected static class DefaultAuthorActionEventHandler.CiElementAndOffset extends Object
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 Details

    • CiElementAndOffset

      public CiElementAndOffset(CIElement ciElement, int offset)
      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.