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 TypeClassDescriptionclassBase class for transient unit representations, which are not serialized.classA skeleton class for unit document presentations.classA 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 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.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 TypeMethodDescriptionvoidUnitFormatterAdapter.addDocumentPresentation(IUnitDocumentPresentation presentation) Add a transient (non-persisted) document presentation to a unit formatter.voidIUnitFormatter.addPresentation(IUnitDocumentPresentation presentation, boolean persisted) Add a presentation.voidUnitFormatterAdapter.addPresentation(IUnitDocumentPresentation presentation, boolean persisted) voidIUnitFormatter.insertPresentation(int index, IUnitDocumentPresentation presentation, boolean persisted) Insert a presentation at the given index.voidUnitFormatterAdapter.insertPresentation(int index, IUnitDocumentPresentation presentation, boolean persisted) Method parameters in com.pnfsoftware.jeb.core.output with type arguments of type IUnitDocumentPresentationModifier and TypeMethodDescriptionstatic voidUnitFormatterUtil.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)