Uses of Interface
com.pnfsoftware.jeb.core.output.text.ITextItem
Packages that use ITextItem
Package
Description
Specialized text document useful for code units.
Types for text documents, useful to represent textual data generated by a unit.
Trivial implementations for the text package interfaces.
-
Uses of ITextItem in com.pnfsoftware.jeb.core.output.code
Classes in com.pnfsoftware.jeb.core.output.code that implement ITextItem -
Uses of ITextItem in com.pnfsoftware.jeb.core.output.text
Subinterfaces of ITextItem in com.pnfsoftware.jeb.core.output.textModifier and TypeInterfaceDescriptioninterface
Convenience interface for text items containing styling information (IVisualTextItem
) and action information (IActionableItem
).interface
Visual items are used to attach class information to items.Methods in com.pnfsoftware.jeb.core.output.text that return ITextItemModifier and TypeMethodDescriptionstatic ITextItem
Get the item at the given offset of the given line.static ITextItem
TextPartUtil.getItemAt
(ITextDocumentPart part, int lineIndex, int offset) Get the item at the given offset of the given line.Methods in com.pnfsoftware.jeb.core.output.text that return types with arguments of type ITextItem -
Uses of ITextItem in com.pnfsoftware.jeb.core.output.text.impl
Classes in com.pnfsoftware.jeb.core.output.text.impl that implement ITextItemModifier and TypeClassDescriptionclass
A simple implementation for an actionable text item within a line.