Uses of Interface
com.pnfsoftware.jeb.core.output.IActionableItem
Packages that use IActionableItem
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 IActionableItem in com.pnfsoftware.jeb.core.output.code
Classes in com.pnfsoftware.jeb.core.output.code that implement IActionableItem -
Uses of IActionableItem in com.pnfsoftware.jeb.core.output.table
Subinterfaces of IActionableItem in com.pnfsoftware.jeb.core.output.tableModifier and TypeInterfaceDescriptioninterface
A table cell whose contents is actionable. -
Uses of IActionableItem in com.pnfsoftware.jeb.core.output.table.impl
Classes in com.pnfsoftware.jeb.core.output.table.impl that implement IActionableItemModifier and TypeClassDescriptionclass
A simple implementation of an actionable visual cell item. -
Uses of IActionableItem in com.pnfsoftware.jeb.core.output.text
Subinterfaces of IActionableItem in com.pnfsoftware.jeb.core.output.textModifier and TypeInterfaceDescriptioninterface
Convenience interface for text items containing styling information (IVisualTextItem
) and action information (IActionableItem
). -
Uses of IActionableItem in com.pnfsoftware.jeb.core.output.text.impl
Classes in com.pnfsoftware.jeb.core.output.text.impl that implement IActionableItemModifier and TypeClassDescriptionclass
A simple implementation for an actionable text item within a line. -
Uses of IActionableItem in com.pnfsoftware.jeb.core.output.tree
Subinterfaces of IActionableItem in com.pnfsoftware.jeb.core.output.treeModifier and TypeInterfaceDescriptioninterface
A tree node whose contents is actionable.interface
A special interface for nodes holdingcode
items. -
Uses of IActionableItem in com.pnfsoftware.jeb.core.output.tree.impl
Classes in com.pnfsoftware.jeb.core.output.tree.impl that implement IActionableItem