Uses of Class
com.pnfsoftware.jeb.core.output.text.impl.TextItem
Packages that use TextItem
Package
Description
Specialized text document useful for code units.
Trivial implementations for the text package interfaces.
-
Uses of TextItem in com.pnfsoftware.jeb.core.output.code
Subclasses of TextItem in com.pnfsoftware.jeb.core.output.code -
Uses of TextItem in com.pnfsoftware.jeb.core.output.text.impl
Methods in com.pnfsoftware.jeb.core.output.text.impl that return types with arguments of type TextItemMethods in com.pnfsoftware.jeb.core.output.text.impl with parameters of type TextItemModifier and TypeMethodDescriptionvoid
Constructor parameters in com.pnfsoftware.jeb.core.output.text.impl with type arguments of type TextItemModifierConstructorDescriptionLine
(CharSequence text, List<TextItem> items) Create a new line.Create a new line.