Uses of Class
com.pnfsoftware.jeb.core.actions.ActionContext
Packages that use ActionContext
Package
Description
Types used to implement and access data identifiers, parsers, code analyzers, disassemblers,
decompilers, and debuggers.
Standard implementations of basic units objects.
-
Uses of ActionContext in com.pnfsoftware.jeb.core.units
Methods in com.pnfsoftware.jeb.core.units with parameters of type ActionContextModifier and TypeMethodDescriptionbooleanAbstractInteractiveBinaryUnit.canExecuteAction(ActionContext actionContext) The skeleton implementation returns false.booleanAbstractInteractiveUnit.canExecuteAction(ActionContext actionContext) The skeleton implementation returns false.booleanIInteractiveUnit.canExecuteAction(ActionContext actionContext) Verify if an action can be executed.booleanAbstractInteractiveBinaryUnit.executeAction(ActionContext actionContext, IActionData actionData) The skeleton implementation returnsexecuteAction(actionContext, actionData, true).booleanAbstractInteractiveBinaryUnit.executeAction(ActionContext actionContext, IActionData actionData, boolean notify) The skeleton implementation returns false.booleanAbstractInteractiveUnit.executeAction(ActionContext actionContext, IActionData actionData) The skeleton implementation returnsexecuteAction(actionContext, actionData, true).booleanAbstractInteractiveUnit.executeAction(ActionContext actionContext, IActionData actionData, boolean notify) The skeleton implementation returns false.booleanIInteractiveUnit.executeAction(ActionContext actionContext, IActionData actionData) Execute an action.booleanIInteractiveUnit.executeAction(ActionContext actionContext, IActionData actionData, boolean notify) Execute an action and optionally notify clients if the action was executed successfully and modified the unit contents.booleanAbstractInteractiveBinaryUnit.prepareExecution(ActionContext actionContext, IActionData actionData) The skeleton implementation returns false.booleanAbstractInteractiveUnit.prepareExecution(ActionContext actionContext, IActionData actionData) The skeleton implementation returns false.booleanIInteractiveUnit.prepareExecution(ActionContext actionContext, IActionData actionData) Prepare the execution of an action. -
Uses of ActionContext in com.pnfsoftware.jeb.core.units.impl
Methods in com.pnfsoftware.jeb.core.units.impl with parameters of type ActionContextModifier and TypeMethodDescriptionbooleanInteractiveWrapperUnit.canExecuteAction(ActionContext actionContext) booleanInteractiveWrapperUnit.executeAction(ActionContext actionContext, IActionData actionData) booleanInteractiveWrapperUnit.executeAction(ActionContext actionContext, IActionData actionData, boolean notify) booleanInteractiveWrapperUnit.prepareExecution(ActionContext actionContext, IActionData actionData)