Uses of Interface
com.pnfsoftware.jeb.core.output.IItem
Packages that use IItem
Package
Description
Types used by scripts to interact with the analysis results presented by a JEB client.
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 IItem in com.pnfsoftware.jeb.client.api
Methods in com.pnfsoftware.jeb.client.api that return IItemModifier and TypeMethodDescriptionIUnitFragment.getActiveItem()
Retrieve the currently active item in the fragment (eg, the caret is on an interactive text item), if any.default IItem
IGraphicalClientContext.getFocusedItem()
Get the currently activeunit item
of the focused fragment..UnitFragmentPosition.getItem()
Methods in com.pnfsoftware.jeb.client.api with parameters of type IItemModifier and TypeMethodDescriptionboolean
IUnitFragment.isActiveItem
(IItem item) Determine if the provided item is currently active in the fragment.Constructors in com.pnfsoftware.jeb.client.api with parameters of type IItemModifierConstructorDescriptionUnitFragmentPosition
(IUnit unit, IUnitFragment fragment, IGenericDocument doc, String address, IItem item) -
Uses of IItem in com.pnfsoftware.jeb.core.output.code
Classes in com.pnfsoftware.jeb.core.output.code that implement IItem -
Uses of IItem in com.pnfsoftware.jeb.core.output.table
Subinterfaces of IItem in com.pnfsoftware.jeb.core.output.tableModifier and TypeInterfaceDescriptioninterface
A table cell whose contents is actionable.interface
A table cell definition, the main constituent ofITableRow
s.interface
A visual cell for table documents. -
Uses of IItem in com.pnfsoftware.jeb.core.output.table.impl
Classes in com.pnfsoftware.jeb.core.output.table.impl that implement IItemModifier and TypeClassDescriptionclass
A simple implementation of an actionable visual cell item. -
Uses of IItem in com.pnfsoftware.jeb.core.output.text
Subinterfaces of IItem in com.pnfsoftware.jeb.core.output.textModifier and TypeInterfaceDescriptioninterface
Convenience interface for text items containing styling information (IVisualTextItem
) and action information (IActionableItem
).interface
A text item is used to identify a particular sequence of characters within the string of an ITextDocumentPart.interface
Visual items are used to attach class information to items. -
Uses of IItem in com.pnfsoftware.jeb.core.output.text.impl
Classes in com.pnfsoftware.jeb.core.output.text.impl that implement IItemModifier and TypeClassDescriptionclass
A simple implementation for an actionable text item within a line. -
Uses of IItem in com.pnfsoftware.jeb.core.output.tree
Subinterfaces of IItem 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 tree node definition, the main constituent oftree documents
.interface
A visual node. -
Uses of IItem in com.pnfsoftware.jeb.core.output.tree.impl
Classes in com.pnfsoftware.jeb.core.output.tree.impl that implement IItem