Uses of Interface
com.pnfsoftware.jeb.core.output.IUnitFormatter
Packages that use IUnitFormatter
Package
Description
Common document, item, and presentation abstractions used by units to expose text, table, tree,
and related visual outputs.
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 TypeClassDescriptionclassStandard implementation of a unit formatter.Methods in com.pnfsoftware.jeb.core.output with parameters of type IUnitFormatterModifier and TypeMethodDescriptionstatic voidUnitFormatterUtil.addAllPresentations(IUnitFormatter formatter, Collection<IUnitDocumentPresentation> presentations, boolean persisted) Append a collection of presentations to the provided formatter.static IUnitDocumentPresentationUnitFormatterUtil.getPresentationByDocument(IUnitFormatter formatter, IGenericDocument doc) Retrieve a presentation by document.static IUnitDocumentPresentationUnitFormatterUtil.getPresentationByIdentifier(IUnitFormatter formatter, long id) Retrieve a presentation by document identifier.static IUnitDocumentPresentationUnitFormatterUtil.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()Get the formatter providing additional presentations. -
Uses of IUnitFormatter in com.pnfsoftware.jeb.core.units.impl
Methods in com.pnfsoftware.jeb.core.units.impl that return IUnitFormatter