Uses of Class
com.pnfsoftware.jeb.util.events.EventSource
Packages that use EventSource
Package
Description
This package and its sub-packages contain types and interfaces used to build JEB clients and interact with client-specific sides of a JEB instance.
Specialized text document useful for code units.
Trivial implementations for the table package interfaces.
Trivial implementations for the text package interfaces.
Trivial implementations for the tree package interfaces.
Standard implementation of the
properties set of interfaces.C AST types, used in AST documents provided by the
source units
generated by gendec.Types used to manipulate
dexdec-generated (Dex decompiler) Java Abstract Syntax Tree
(AST) objects.Collections, such as segments, custom maps/sets/lists, etc.
Types to implement event sources, and event listeners.
-
Uses of EventSource in com.pnfsoftware.jeb.client
Subclasses of EventSource in com.pnfsoftware.jeb.clientModifier and TypeClassDescriptionclassBase context for official JEB clients.classBase context for client contexts and core contexts.classHeadless client context for the command-line client. -
Uses of EventSource in com.pnfsoftware.jeb.core.output.code
Subclasses of EventSource in com.pnfsoftware.jeb.core.output.codeModifier and TypeClassDescriptionclassA text document base class for units that wish to output code (eg, assembly code, high level code). -
Uses of EventSource in com.pnfsoftware.jeb.core.output.table.impl
Subclasses of EventSource in com.pnfsoftware.jeb.core.output.table.implModifier and TypeClassDescriptionclassAn adapter class for table documents.classA simple table document. -
Uses of EventSource in com.pnfsoftware.jeb.core.output.text.impl
Subclasses of EventSource in com.pnfsoftware.jeb.core.output.text.implModifier and TypeClassDescriptionclassA skeleton implementation of a text document.classA text document used to represent textual data, on a best-effort basis.classA text document used to represent binary data as a standardized hex-dump text blob.classA simple text document. -
Uses of EventSource in com.pnfsoftware.jeb.core.output.tree.impl
Subclasses of EventSource in com.pnfsoftware.jeb.core.output.tree.implModifier and TypeClassDescriptionclassAn adapter for non-table trees.classA simple tree document. -
Uses of EventSource in com.pnfsoftware.jeb.core.properties.impl
Subclasses of EventSource in com.pnfsoftware.jeb.core.properties.implModifier and TypeClassDescriptionclassStandard implementation of a property manager (PM) using one or more definition managers (PDM) to define legal properties.classSimple implementation of aIPropertyManagerthat does not use aPDM. -
Uses of EventSource in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast
Subclasses of EventSource in com.pnfsoftware.jeb.core.units.code.asm.decompiler.astModifier and TypeClassDescriptionclassC AST document used to render a decompiled piece of native code. -
Uses of EventSource in com.pnfsoftware.jeb.core.units.code.java
Subclasses of EventSource in com.pnfsoftware.jeb.core.units.code.javaModifier and TypeClassDescriptionclassJava AST document used to render a decompiled piece of Java code. -
Uses of EventSource in com.pnfsoftware.jeb.util.collect
Subclasses of EventSource in com.pnfsoftware.jeb.util.collectModifier and TypeClassDescriptionclassItemHistory<T>Generic tracker of items, based on a simple history queue (get last, get next) model. -
Uses of EventSource in com.pnfsoftware.jeb.util.events
Constructors in com.pnfsoftware.jeb.util.events with parameters of type EventSourceModifierConstructorDescriptionEvent(int type, Object data, EventSource source) EventSource(EventSource parentSource) Create an event source attached to an optional parent source.