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 IItemIGraphicalClientContext.getFocusedItem()Get the currently activeunit itemof the focused fragment..UnitFragmentPosition.getItem()Methods in com.pnfsoftware.jeb.client.api with parameters of type IItemModifier and TypeMethodDescriptionbooleanIUnitFragment.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 TypeInterfaceDescriptioninterfaceA table cell whose contents is actionable.interfaceA table cell definition, the main constituent ofITableRows.interfaceA 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 TypeClassDescriptionclassA 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 TypeInterfaceDescriptioninterfaceConvenience interface for text items containing styling information (IVisualTextItem) and action information (IActionableItem).interfaceA text item is used to identify a particular sequence of characters within the string of an ITextDocumentPart.interfaceVisual 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 TypeClassDescriptionclassA 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 TypeInterfaceDescriptioninterfaceA tree node whose contents is actionable.interfaceA special interface for nodes holdingcodeitems.interfaceA tree node definition, the main constituent oftree documents.interfaceA 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