org.eclipse.cdt.debug.internal.ui.views.memory
Class AddMemoryBlockDialog
java.lang.Object
org.eclipse.jface.window.Window
org.eclipse.jface.dialogs.Dialog
org.eclipse.jface.dialogs.TrayDialog
org.eclipse.cdt.debug.internal.ui.views.memory.AddMemoryBlockDialog
- All Implemented Interfaces:
- java.util.EventListener, org.eclipse.jface.window.IShellProvider, org.eclipse.swt.events.ModifyListener, org.eclipse.swt.events.SelectionListener, org.eclipse.swt.internal.SWTEventListener
public class AddMemoryBlockDialog
- extends org.eclipse.jface.dialogs.TrayDialog
- implements org.eclipse.swt.events.ModifyListener, org.eclipse.swt.events.SelectionListener
Dialog CDT puts up when adding a memory monitor to the memory view for a
debug target that supports memory spaces.
It differs from the platform one in that you can enter an expression or
an address + memory space pair.
- Since:
- 3.2
Nested classes/interfaces inherited from class org.eclipse.jface.window.Window |
org.eclipse.jface.window.Window.IExceptionHandler |
Fields inherited from class org.eclipse.jface.dialogs.Dialog |
blockedHandler, buttonBar, DIALOG_DEFAULT_BOUNDS, DIALOG_PERSISTLOCATION, DIALOG_PERSISTSIZE, DLG_IMG_ERROR, DLG_IMG_HELP, DLG_IMG_INFO, DLG_IMG_MESSAGE_ERROR, DLG_IMG_MESSAGE_INFO, DLG_IMG_MESSAGE_WARNING, DLG_IMG_QUESTION, DLG_IMG_WARNING, ELLIPSIS |
Fields inherited from class org.eclipse.jface.window.Window |
CANCEL, OK |
Constructor Summary |
AddMemoryBlockDialog(org.eclipse.swt.widgets.Shell parentShell,
org.eclipse.debug.core.model.IMemoryBlockRetrieval memRetrieval)
|
Methods inherited from class org.eclipse.jface.dialogs.TrayDialog |
close, closeTray, getTray, isDialogHelpAvailable, isHelpAvailable, openTray, setDialogHelpAvailable, setHelpAvailable |
Methods inherited from class org.eclipse.jface.dialogs.Dialog |
applyDialogFont, convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, create, getBlockedHandler, getImage, setBlockedHandler, shortenText |
Methods inherited from class org.eclipse.jface.window.Window |
getDefaultImage, getDefaultImages, getDefaultOrientation, getReturnCode, getShell, getWindowManager, open, setBlockOnOpen, setDefaultImage, setDefaultImages, setDefaultModalParent, setDefaultOrientation, setExceptionHandler, setWindowManager |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AddMemoryBlockDialog
public AddMemoryBlockDialog(org.eclipse.swt.widgets.Shell parentShell,
org.eclipse.debug.core.model.IMemoryBlockRetrieval memRetrieval)
modifyText
public void modifyText(org.eclipse.swt.events.ModifyEvent e)
- Specified by:
modifyText
in interface org.eclipse.swt.events.ModifyListener
getExpression
public java.lang.String getExpression()
getAddress
public java.lang.String getAddress()
getMemorySpace
public java.lang.String getMemorySpace()
enteredExpression
public boolean enteredExpression()
widgetDefaultSelected
public void widgetDefaultSelected(org.eclipse.swt.events.SelectionEvent e)
- Specified by:
widgetDefaultSelected
in interface org.eclipse.swt.events.SelectionListener
widgetSelected
public void widgetSelected(org.eclipse.swt.events.SelectionEvent e)
- Specified by:
widgetSelected
in interface org.eclipse.swt.events.SelectionListener