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 TypeInterfaceDescriptioninterfaceA table cell whose contents is actionable.interfaceA 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 TypeClassDescriptionclassA 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 TypeInterfaceDescriptioninterfaceConvenience interface for text items containing styling information (IVisualTextItem) and action information (IActionableItem).interfaceVisual 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 TypeClassDescriptionclassA 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 TypeInterfaceDescriptioninterfaceA tree node whose contents is actionable.interfaceA special interface for nodes holdingcodeitems.interfaceA 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