Uses of Interface
com.pnfsoftware.jeb.core.output.IUnitDocumentPresentation
Packages that use IUnitDocumentPresentation
Package
Description
Types to build unit-generated contents in the form of text, table, or tree documents.
Standard implementations of basic units objects.
-
Uses of IUnitDocumentPresentation in com.pnfsoftware.jeb.core.output
Classes in com.pnfsoftware.jeb.core.output that implement IUnitDocumentPresentationModifier and TypeClassDescriptionclass
Base class for transient unit representations, which are not serialized.class
A skeleton class for unit document presentations.class
A simple unit representation, always returning the document set at construction time.Methods in com.pnfsoftware.jeb.core.output that return IUnitDocumentPresentationModifier and TypeMethodDescriptionIUnitFormatter.getPresentation
(int index) Retrieve a presentation.UnitFormatterAdapter.getPresentation
(int index) 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.Methods in com.pnfsoftware.jeb.core.output that return types with arguments of type IUnitDocumentPresentationModifier and TypeMethodDescriptionIUnitFormatter.getPresentations()
Retrieve a list of all (persisted and transient) document presentations.UnitFormatterAdapter.getPresentations()
Methods in com.pnfsoftware.jeb.core.output with parameters of type IUnitDocumentPresentationModifier and TypeMethodDescriptionvoid
UnitFormatterAdapter.addDocumentPresentation
(IUnitDocumentPresentation presentation) Add a transient (non-persisted) document presentation to a unit formatter.void
IUnitFormatter.addPresentation
(IUnitDocumentPresentation presentation, boolean persisted) Add a presentation.void
UnitFormatterAdapter.addPresentation
(IUnitDocumentPresentation presentation, boolean persisted) void
IUnitFormatter.insertPresentation
(int index, IUnitDocumentPresentation presentation, boolean persisted) Insert a presentation at the given index.void
UnitFormatterAdapter.insertPresentation
(int index, IUnitDocumentPresentation presentation, boolean persisted) Method parameters in com.pnfsoftware.jeb.core.output with type arguments of type IUnitDocumentPresentationModifier and TypeMethodDescriptionstatic void
UnitFormatterUtil.addAllPresentations
(IUnitFormatter formatter, Collection<IUnitDocumentPresentation> presentations, boolean persisted) Append a collection of presentations to the provided formatter.Constructors in com.pnfsoftware.jeb.core.output with parameters of type IUnitDocumentPresentationModifierConstructorDescriptionUnitFormatterAdapter
(IUnitDocumentPresentation presentation) Create a formatter and add a transient (non-persisted) document presentation to it. -
Uses of IUnitDocumentPresentation in com.pnfsoftware.jeb.core.units.impl
Constructor parameters in com.pnfsoftware.jeb.core.units.impl with type arguments of type IUnitDocumentPresentationModifierConstructorDescriptionAbstractUnitProvider
(String formatType, String description, List<IUnitDocumentPresentation> presentations)