Package org.eclipse.debug.ui.memory
Interface IMemoryRenderingSite2
- All Superinterfaces:
IMemoryRenderingSite
Extension to memory site that allows a client to request a rendering container
to become visible.
- Since:
- 3.8
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setContainerVisible
(String id, boolean visible) Sets whether the identified container should be visible.Methods inherited from interface org.eclipse.debug.ui.memory.IMemoryRenderingSite
getContainer, getMemoryRenderingContainers, getSite, getSynchronizationService
-
Method Details
-
setContainerVisible
Sets whether the identified container should be visible.- Parameters:
id
- identifier of the container to be affectedvisible
- whether the given container should be made visible
-