Uses of Interface
com.pnfsoftware.jeb.core.output.text.ITextItem
Packages that use ITextItem
Package
Description
Specialized text-document types and helpers for code units.
Text-document abstractions, styling helpers, and utilities used to expose line-based unit
output.
Basic implementations of the public text-document 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 TypeInterfaceDescriptioninterfaceConvenience interface for text items containing styling information (IVisualTextItem) and action information (IActionableItem).interfaceVisual items are used to attach class information to items.Methods in com.pnfsoftware.jeb.core.output.text that return ITextItemModifier and TypeMethodDescriptionstatic ITextItemGet the item at the given offset of the given line.static ITextItemTextPartUtil.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 TypeClassDescriptionclassA simple implementation for an actionable text item within a line.