NBoundAffixList |
NBoundAffixList.addAffix(int index,
NAffix affix,
NAffixAnchor anchor) |
NBoundAffixList |
NBoundAffixList.addAffix(int index,
NBoundAffix affix) |
NBoundAffixList |
NBoundAffixList.addAffix(NAffix affix,
NAffixAnchor anchor) |
NBoundAffixList |
NBoundAffixList.addAffix(NBoundAffix affix) |
NBoundAffixList |
NBoundAffixList.addAffixes(List<? extends NAffix> affixes,
NAffixAnchor anchor) |
NBoundAffixList |
NBoundAffixList.addAffixes(List<NBoundAffix> affixes) |
NBoundAffixList |
NBoundAffixList.addAffixNewLine(int index,
NNewLineMode newLineMode,
NAffixAnchor anchor) |
NBoundAffixList |
NBoundAffixList.addAffixNewLine(NNewLineMode newLineMode,
NAffixAnchor anchor) |
NBoundAffixList |
NBoundAffixList.addAffixSeparator(int index,
String separator,
NAffixAnchor anchor) |
NBoundAffixList |
NBoundAffixList.addAffixSeparator(String separator,
NAffixAnchor anchor) |
NBoundAffixList |
NBoundAffixList.addAffixSpace(int index,
String space,
NAffixAnchor anchor) |
NBoundAffixList |
NBoundAffixList.addAffixSpace(String space,
NAffixAnchor anchor) |
NBoundAffixList |
NBoundAffixList.addAnnotation(NElementAnnotation annotation) |
NBoundAffixList |
NBoundAffixList.addAnnotation(String name,
NElement... args) |
NBoundAffixList |
NBoundAffixList.addAnnotations(List<NElementAnnotation> annotations) |
NBoundAffixList |
NBoundAffixList.addLeadingComment(NElementComment comment) |
NBoundAffixList |
NBoundAffixList.addLeadingComments(NElementComment... comments) |
NBoundAffixList |
NBoundAffixList.addTrailingComment(NElementComment comment) |
NBoundAffixList |
NBoundAffixList.addTrailingComments(NElementComment... comments) |
NBoundAffixList |
NBoundAffixList.clearAffixes() |
NBoundAffixList |
NBoundAffixList.clearAnnotations() |
NBoundAffixList |
NBoundAffixList.clearComments() |
NBoundAffixList |
NBoundAffixList.filter(Predicate<NBoundAffix> filter) |
NBoundAffixList |
NBoundAffixList.filterAcceptAnchors(NAffixAnchor... anchors) |
NBoundAffixList |
NBoundAffixList.orderComparator(Comparator<NBoundAffix> orderComparator) |
NBoundAffixList |
NBoundAffixList.removeAffix(int index) |
NBoundAffixList |
NBoundAffixList.removeAffix(NAffix affix) |
NBoundAffixList |
NBoundAffixList.removeAffix(NBoundAffix affix) |
NBoundAffixList |
NBoundAffixList.removeAffixes(NAffixType type,
NAffixAnchor anchor) |
NBoundAffixList |
NBoundAffixList.removeAnnotation(NElementAnnotation annotation) |
NBoundAffixList |
NBoundAffixList.setAffix(int index,
NAffix affix,
NAffixAnchor anchor) |
NBoundAffixList |
NBoundAffixList.setAffix(int index,
NBoundAffix affix) |
NBoundAffixList |
NBoundAffixList.setFilter(Predicate<NBoundAffix> filter) |