Uses of Interface
com.pnfsoftware.jeb.core.output.IVisualItem
Packages that use IVisualItem
Package
Description
Specialized text document useful for code units.
Types for table documents, useful to represent tabular data generated by a unit.
Trivial implementations for the table package interfaces.
Types for text documents, useful to represent textual data generated by a unit.
Trivial implementations for the text package interfaces.
Types to generate tree documents, useful to represent hierarchical data generated by a unit.
Trivial implementations for the tree package interfaces.
-
Uses of IVisualItem in com.pnfsoftware.jeb.core.output.code
Classes in com.pnfsoftware.jeb.core.output.code that implement IVisualItem -
Uses of IVisualItem in com.pnfsoftware.jeb.core.output.table
Subinterfaces of IVisualItem in com.pnfsoftware.jeb.core.output.tableModifier and TypeInterfaceDescriptioninterface
A table cell whose contents is actionable.interface
A visual cell for table documents. -
Uses of IVisualItem in com.pnfsoftware.jeb.core.output.table.impl
Classes in com.pnfsoftware.jeb.core.output.table.impl that implement IVisualItemModifier and TypeClassDescriptionclass
A simple implementation of an actionable visual cell item. -
Uses of IVisualItem in com.pnfsoftware.jeb.core.output.text
Subinterfaces of IVisualItem in com.pnfsoftware.jeb.core.output.textModifier and TypeInterfaceDescriptioninterface
Convenience interface for text items containing styling information (IVisualTextItem
) and action information (IActionableItem
).interface
Visual items are used to attach class information to items. -
Uses of IVisualItem in com.pnfsoftware.jeb.core.output.text.impl
Classes in com.pnfsoftware.jeb.core.output.text.impl that implement IVisualItemModifier and TypeClassDescriptionclass
A simple implementation for an actionable text item within a line. -
Uses of IVisualItem in com.pnfsoftware.jeb.core.output.tree
Subinterfaces of IVisualItem in com.pnfsoftware.jeb.core.output.treeModifier and TypeInterfaceDescriptioninterface
A tree node whose contents is actionable.interface
A special interface for nodes holdingcode
items.interface
A visual node. -
Uses of IVisualItem in com.pnfsoftware.jeb.core.output.tree.impl
Classes in com.pnfsoftware.jeb.core.output.tree.impl that implement IVisualItem