Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.eclipse.debug.internal.ui.views.memory

Interface Summary
IFixedLengthOutputRenderer Renderer who knows how the number of characters a byte will map to should implement this interface.
IMemoryBlockModelPresentation Allows plugins to control the presentation of a memory block.
IMemoryBlockViewSynchronizer Allows for synchronization for any view that displays a memory block with the Memory View.
IMemoryView Functions to allow user to control the Memory View or the Memory Rendering View
IMemoryViewConstants Constants for Memory View and Memory Rendering View These constants can be accessed by third-party plugins TODO: Move this to correct constant class
IMemoryViewTab Represent a view tab in the Memory View or Memory Rendering View Refer to AbstractMemoryViewTab.
IMemoryViewTabFactory Class responsible for creating an IMemoryViewTab based on the given parameters.
ISynchronizedMemoryBlockView This interface should be implemented by views that display a memory block and wish to be synchronized with the Memory View
ITableMemoryViewTab This interface is for capturing functions that are only applicable for memory being displayed in table format.
 

Class Summary
AbstractMemoryAction Abstract action class for Memory View Action.
AbstractMemoryRenderer A rederer is a class that is responsible to convert data in byte into a string and vice versa.
AbstractMemoryViewTab This class is created to help maintain reference counting to a memory block.
AbstractTableViewTabLabelProvider Abstract label provider for an ITableMemoryViewTab
AddMemoryBlockAction Action for adding memory block.
BasicDebugViewContentProvider  
CopyViewTabToClipboardAction Toobar Copy View Tab to Clipboard action
CopyViewTabToClipboardContextAction Context menu action for "Copy View Tab To Clipboard"
DefaultColumnSizeDialog Dialog for setting default column size in Memory View
EmptyRenderer When a MemoryViewTab is created without a renderer defined, use this empty renderer to avoid exceptions in the code.
FormatColumnAction Action for formatting Memory View Tab
GoToAddressAction Go To Address Action for "MemoryViewTab"
GoToAddressDialog  
HexRenderer Converts bytes into raw hex data and vice versa.
HexRendering  
HexRenderingFactory  
MemoryBlockViewSynchronizer Synchronizer to handle synchronization between Memory View and Memory rendering View.
MemoryRenderingViewTabFactory Implementation of IMemoryViewTabFactory for default renderings.
MemoryView  
MemoryViewCellModifier  
MemoryViewContentProvider Content provider for MemoryViewTab
MemoryViewLine  
MemoryViewTab  
MemoryViewTabLabelProvider  
MemoryViewUtil Util class for Memory View
MonitorMemoryBlockDialog  
PrintViewTabAction Print view tab toolbar action
PrintViewTabContextAction Context menu actin for Print View Tab
ReformatAction Resize all columns
RemoveMemoryBlockAction Remove Memory Block Action from Memory View
ResetMemoryBlockAction Reest MemoryViewTab to the base address of a memory block
ResetMemoryBlockContextAction Context menu action
SetColumnSizeDefaultAction Set column size of current view tab as the default column size
SetDefaultColumnSizePrefAction  
SynchronizeInfo Stores synchronization information for a memory block Each object of synchronization information contains a memory block, a list of views to be synchronized and a list of properties to be syncrhonized.
ViewTabCursorManager Manages the cursor in the table.
ViewTabEnablementManager Controls view tab enablement based on tab folder selection