Uses of Interface
com.pnfsoftware.jeb.core.actions.IActionData
Packages that use IActionData
Package
Description
Support types for actions that units may provide and implementation in order to allow generic access requests.
Types used to implement and access data identifiers, parsers, code analyzers, disassemblers,
decompilers, and debuggers.
Standard implementations of basic units objects.
-
Uses of IActionData in com.pnfsoftware.jeb.core.actions
Classes in com.pnfsoftware.jeb.core.actions that implement IActionDataModifier and TypeClassDescriptionclass
This action class holds information for theActions.AUTO_RENAME_ALL
action.class
This action class holds information for to theActions.COLLAPSE
action.class
This action class holds information for to theActions.COMMENT
action.class
This action class holds information for to theActions.CONVERT
action.class
This action class holds information for to theActions.CREATE_PACKAGE
action.class
Base action data class.class
This action class holds information for to theActions.DELETE
action.class
This action class holds information for theActions.MOVE_TO
action.class
This action class holds information for theActions.MOVE_TO_PACKAGE
action.class
This action class holds information for theActions.QUERY_OVERRIDES
action.class
This action class holds information for theActions.RENAME
action.class
This action class holds information for to theActions.REPLACE
action.class
This action class holds information for to theActions.PROVIDE_TYPE_HINT
action.class
This action class holds information for to theActions.QUERY_TYPE_HIER
action.class
This action class holds information for to theActions.QUERY_XREFS
action. -
Uses of IActionData in com.pnfsoftware.jeb.core.units
Methods in com.pnfsoftware.jeb.core.units with parameters of type IActionDataModifier and TypeMethodDescriptionboolean
AbstractInteractiveBinaryUnit.executeAction
(ActionContext actionContext, IActionData actionData) The skeleton implementation returnsexecuteAction(actionContext, actionData, true)
.boolean
AbstractInteractiveBinaryUnit.executeAction
(ActionContext actionContext, IActionData actionData, boolean notify) The skeleton implementation returns false.boolean
AbstractInteractiveUnit.executeAction
(ActionContext actionContext, IActionData actionData) The skeleton implementation returnsexecuteAction(actionContext, actionData, true)
.boolean
AbstractInteractiveUnit.executeAction
(ActionContext actionContext, IActionData actionData, boolean notify) The skeleton implementation returns false.boolean
IInteractiveUnit.executeAction
(ActionContext actionContext, IActionData actionData) Execute an action.boolean
IInteractiveUnit.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.boolean
AbstractInteractiveBinaryUnit.prepareExecution
(ActionContext actionContext, IActionData actionData) The skeleton implementation returns false.boolean
AbstractInteractiveUnit.prepareExecution
(ActionContext actionContext, IActionData actionData) The skeleton implementation returns false.boolean
IInteractiveUnit.prepareExecution
(ActionContext actionContext, IActionData actionData) Prepare the execution of an action. -
Uses of IActionData in com.pnfsoftware.jeb.core.units.impl
Methods in com.pnfsoftware.jeb.core.units.impl with parameters of type IActionDataModifier and TypeMethodDescriptionboolean
InteractiveWrapperUnit.executeAction
(ActionContext actionContext, IActionData actionData) boolean
InteractiveWrapperUnit.executeAction
(ActionContext actionContext, IActionData actionData, boolean notify) boolean
InteractiveWrapperUnit.prepareExecution
(ActionContext actionContext, IActionData actionData)