Uses of Interface
com.pnfsoftware.jeb.core.output.IUnitFormatter
Packages that use IUnitFormatter
Package
Description
Types to build unit-generated contents in the form of text, table, or tree documents.
Types used to implement and access data identifiers, parsers, code analyzers, disassemblers,
decompilers, and debuggers.
Standard implementations of basic units objects.
-
Uses of IUnitFormatter in com.pnfsoftware.jeb.core.output
Classes in com.pnfsoftware.jeb.core.output that implement IUnitFormatterModifier and TypeClassDescriptionclass
Standard implementation of a unit formatter.Methods in com.pnfsoftware.jeb.core.output with parameters of type IUnitFormatterModifier and TypeMethodDescriptionstatic void
UnitFormatterUtil.addAllPresentations
(IUnitFormatter formatter, Collection<IUnitDocumentPresentation> presentations, boolean persisted) Append a collection of presentations to the provided formatter.static IUnitDocumentPresentation
UnitFormatterUtil.getPresentationByDocument
(IUnitFormatter formatter, IGenericDocument doc) Retrieve a presentation by document.static IUnitDocumentPresentation
UnitFormatterUtil.getPresentationByIdentifier
(IUnitFormatter formatter, long id) Retrieve a presentation by document identifier.static IUnitDocumentPresentation
UnitFormatterUtil.getPresentationByName
(IUnitFormatter formatter, String documentLabel) Retrieve a presentation by document label. -
Uses of IUnitFormatter in com.pnfsoftware.jeb.core.units
Methods in com.pnfsoftware.jeb.core.units that return IUnitFormatterModifier and TypeMethodDescriptionAbstractUnit.getFormatter()
IUnit.getFormatter()
Retrieve a fresh formatter for that unit.IUnitProvider.getFormatter()
-
Uses of IUnitFormatter in com.pnfsoftware.jeb.core.units.impl
Methods in com.pnfsoftware.jeb.core.units.impl that return IUnitFormatter