public interface FlowContainer extends FlowType
RichtextPackage.getFlowContainer()
Modifier and Type | Method and Description |
---|---|
boolean |
acceptsChild(FlowType child) |
void |
adaptAndAdd(FlowType child,
int index) |
void |
adaptAndAdd(java.util.List<FlowType> additions,
int index) |
java.util.List<FlowType> |
getChildren() |
FlowContainer |
wrap() |
charAt, getBody, getContainingBlock, getDisplayName, getFollowingLeafNode, getId, getParent, getPrecedingLeafNode, getText, getTextLength, isEmpty, isSplittable, mapToModel, setId, size, split, translateToAbsolute
java.util.List<FlowType> getChildren()
boolean acceptsChild(FlowType child)
void adaptAndAdd(FlowType child, int index)
void adaptAndAdd(java.util.List<FlowType> additions, int index)
FlowContainer wrap()