public interface IAddMemoryBlocksTarget
IAdaptable
) of this type.
Clients may implement this interface.
Modifier and Type | Method and Description |
---|---|
void |
addMemoryBlocks(IWorkbenchPart part,
ISelection selection)
Perform an add memory block on the given element that is
currently selected in the Debug view.
|
boolean |
canAddMemoryBlocks(IWorkbenchPart part,
ISelection selection)
Returns whether an add memory block operation can be performed from the specified
part and the given selection.
|
boolean |
supportsAddMemoryBlocks(IWorkbenchPart part)
Returns whether this target will support adding memory block from the specified
part.
|
boolean canAddMemoryBlocks(IWorkbenchPart part, ISelection selection) throws CoreException
part
- the part on which the action has been invokedselection
- the selection on which the action has been invokedCoreException
- if unable to perform the actionboolean supportsAddMemoryBlocks(IWorkbenchPart part)
part
- void addMemoryBlocks(IWorkbenchPart part, ISelection selection) throws CoreException
IMemoryBlockManager
In addition, implementations must query to see if default renderings should be created
for the given memory block and add these renderings accordingly.part
- the part on which the action has been invokedselection
- the selection on which the action has been invokedCoreException
- if unable to perform the actionIMemoryBlockRetrieval
,
IMemoryRenderingManager
,
IMemoryBlockManager
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.