Uses of Interface
io.keikai.model.SRichText.Segment
-
Packages that use SRichText.Segment Package Description io.keikai.model io.keikai.model.impl -
-
Uses of SRichText.Segment in io.keikai.model
Methods in io.keikai.model that return types with arguments of type SRichText.Segment Modifier and Type Method Description java.util.List<SRichText.Segment>SRichText. getSegments() -
Uses of SRichText.Segment in io.keikai.model.impl
Methods in io.keikai.model.impl that return types with arguments of type SRichText.Segment Modifier and Type Method Description java.util.List<SRichText.Segment>ReadOnlyRichTextImpl. getSegments()java.util.List<SRichText.Segment>RichTextImpl. getSegments()
-