Class SetBreakpointDialog
java.lang.Object
org.eclipse.jface.window.Window
org.eclipse.jface.dialogs.Dialog
org.eclipse.jface.dialogs.TrayDialog
org.eclipse.ui.dialogs.SelectionDialog
com._1c.g5.v8.dt.eventhandlers.ui.dialogs.SetBreakpointDialog
- All Implemented Interfaces:
- org.eclipse.jface.window.IShellProvider
public class SetBreakpointDialog
extends org.eclipse.ui.dialogs.SelectionDialog
Dialog for setting breakpoints to event handlers.
- 
Nested Class SummaryNested classes/interfaces inherited from class org.eclipse.jface.window.Windoworg.eclipse.jface.window.Window.IExceptionHandler
- 
Field SummaryFields inherited from class org.eclipse.jface.dialogs.DialogblockedHandler, buttonBar, DIALOG_DEFAULT_BOUNDS, DIALOG_PERSISTLOCATION, DIALOG_PERSISTSIZE, dialogArea, 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, ELLIPSISFields inherited from class org.eclipse.jface.window.WindowCANCEL, OK, resizeHasOccurred
- 
Constructor SummaryConstructorsConstructorDescriptionSetBreakpointDialog(org.eclipse.swt.widgets.Shell parentShell, Configuration configuration, EventHandlersFilter activeFilter, EventSubscriptionEventsProvider eventsProvider, org.eclipse.xtext.scoping.IGlobalScopeProvider globalScopeProvider, IV8ProjectManager projectManager, IResourceLookup resourceLookup, IBslOwnerComputerService bslOwnerComputerService, org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider, IBmEmfIndexManager indexManager, IIndexSlicePredicateService slicePredicateService, IFilterBySubsystemsManager filterBySubsystemsManager, IDtProjectManager dtProjectManager) Constructor
- 
Method SummaryModifier and TypeMethodDescriptionprotected org.eclipse.swt.widgets.ControlcreateDialogArea(org.eclipse.swt.widgets.Composite parent) Object[]voidinitCache(Configuration configuration, org.eclipse.core.runtime.SubMonitor monitor) Inits cache for given configuration.Methods inherited from class org.eclipse.ui.dialogs.SelectionDialogconfigureShell, createButtonsForButtonBar, createMessageArea, getDialogBoundsSettings, getDialogBoundsStrategy, getInitialElementSelections, getInitialSelections, getMessage, getOkButton, isResizable, setDialogBoundsSettings, setInitialElementSelections, setInitialSelections, setMessage, setResult, setSelectionResult, setTitleMethods inherited from class org.eclipse.jface.dialogs.TrayDialogcloseTray, createButtonBar, createHelpControl, getLayout, getTray, handleShellCloseEvent, isDialogHelpAvailable, isHelpAvailable, openTray, setDialogHelpAvailable, setHelpAvailableMethods inherited from class org.eclipse.jface.dialogs.DialogapplyDialogFont, buttonPressed, cancelPressed, close, convertHeightInCharsToPixels, convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, convertWidthInCharsToPixels, create, createButton, createContents, dialogFontIsDefault, getBlockedHandler, getButton, getButtonBar, getCancelButton, getDialogArea, getImage, getInitialLocation, getInitialSize, getOKButton, initializeBounds, initializeDialogUnits, okPressed, setBlockedHandler, setButtonLayoutData, setButtonLayoutFormData, shortenTextMethods inherited from class org.eclipse.jface.window.WindowcanHandleShellCloseEvent, constrainShellSize, createShell, getConstrainedShellBounds, getContents, getDefaultImage, getDefaultImages, getDefaultOrientation, getParentShell, getReturnCode, getShell, getShellListener, getShellStyle, getWindowManager, handleFontChange, open, setBlockOnOpen, setDefaultImage, setDefaultImages, setDefaultModalParent, setDefaultOrientation, setExceptionHandler, setParentShell, setReturnCode, setShellStyle, setWindowManager
- 
Constructor Details- 
SetBreakpointDialogpublic SetBreakpointDialog(org.eclipse.swt.widgets.Shell parentShell, Configuration configuration, EventHandlersFilter activeFilter, EventSubscriptionEventsProvider eventsProvider, org.eclipse.xtext.scoping.IGlobalScopeProvider globalScopeProvider, IV8ProjectManager projectManager, IResourceLookup resourceLookup, IBslOwnerComputerService bslOwnerComputerService, org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider, IBmEmfIndexManager indexManager, IIndexSlicePredicateService slicePredicateService, IFilterBySubsystemsManager filterBySubsystemsManager, IDtProjectManager dtProjectManager) Constructor- Parameters:
- parentShell- parent shell, cannot be- null
- configuration- editors configuration, cannot be- null
- activeFilter- active "All Events Handlers" editors filter, cannot be- null
- eventsProvider- events provider, cannot be- null
- globalScopeProvider- global scope provider, cannot be- null
- projectManager- v8 project manager, cannot be- null
- resourceLookup- resource lookup, cannot be- null
- bslOwnerComputerService- bsl owner computer service, cannot be- null
- qualifiedNameProvider- qualified name provider, cannot be- null
- indexManager- EMF index manager, cannot be- null
- slicePredicateService- the slice predicate service, cannot be- null
- filterBySubsystemsManager- the filter by subsystems manager, cannot be- null
- dtProjectManager- the DT project manager, cannot be- null
 
 
- 
- 
Method Details- 
getResult- Overrides:
- getResultin class- org.eclipse.ui.dialogs.SelectionDialog
 
- 
initCacheInits cache for given configuration.- Parameters:
- configuration- - configuration. Can't be- null.
- monitor- - monitor to report progress. Can be- null.
 
- 
createDialogAreaprotected org.eclipse.swt.widgets.Control createDialogArea(org.eclipse.swt.widgets.Composite parent) - Overrides:
- createDialogAreain class- org.eclipse.jface.dialogs.Dialog
 
 
-