Uses of Interface
com.pnfsoftware.jeb.client.api.IUnitFragment
Packages that use IUnitFragment
Package
Description
Types used by scripts to interact with the analysis results presented by a JEB client.
-
Uses of IUnitFragment in com.pnfsoftware.jeb.client.api
Subinterfaces of IUnitFragment in com.pnfsoftware.jeb.client.apiModifier and TypeInterfaceDescriptioninterface
A text fragment representing a textual document generated by aunit
.Methods in com.pnfsoftware.jeb.client.api that return IUnitFragmentModifier and TypeMethodDescriptionIGraphicalClientContext.findFragment
(IUnit unit, String label, boolean focus) Find and activate a view fragment for the provided unit with the provided name.IUnitView.getActiveFragment()
Get the active fragment of the view.default IUnitFragment
IGraphicalClientContext.getFocusedFragment()
Get the currently focused fragment.UnitFragmentPosition.getFragment()
Methods in com.pnfsoftware.jeb.client.api that return types with arguments of type IUnitFragmentModifier and TypeMethodDescriptionList<? extends IUnitFragment>
IUnitView.getFragments()
Get the fragments of units represented by this view.Methods in com.pnfsoftware.jeb.client.api with parameters of type IUnitFragmentModifier and TypeMethodDescriptionIUnitView.getFragmentLabel
(IUnitFragment fragment) Get the optional fragment label.void
IUnitView.setActiveFragment
(IUnitFragment fragment) Set which fragment of the view should be active.void
IUnitView.setFragmentLabel
(IUnitFragment fragment, String label) Set the fragment label.Constructors in com.pnfsoftware.jeb.client.api with parameters of type IUnitFragmentModifierConstructorDescriptionUnitFragmentPosition
(IUnit unit, IUnitFragment fragment, IGenericDocument doc, String address, IItem item)