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 TypeClassDescriptionclass
Base context for official JEB clients.class
Base context for client contexts and core contexts.class
Headless 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 TypeClassDescriptionclass
A 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 TypeClassDescriptionclass
An adapter class for table documents.class
A 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 TypeClassDescriptionclass
A skeleton implementation of a text document.class
A text document used to represent textual data, on a best-effort basis.class
A text document used to represent binary data as a standardized hex-dump text blob.class
A 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 TypeClassDescriptionclass
An adapter for non-table trees.class
A simple tree document. -
Uses of EventSource in com.pnfsoftware.jeb.core.properties.impl
Subclasses of EventSource in com.pnfsoftware.jeb.core.properties.implModifier and TypeClassDescriptionclass
Standard implementation of a property manager (PM) using one or more definition managers (PDM) to define legal properties.class
Simple implementation of aIPropertyManager
that 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 TypeClassDescriptionclass
C 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 TypeClassDescriptionclass
Java 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 TypeClassDescriptionclass
ItemHistory<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.