Methods from org.eclipse.jface used by org.eclipse.php.debug.core

Click an entry in the table below to reveal the details of the references made to that element.

Reference Details

org.eclipse.jface.dialogs.Dialog.convertWidthInCharsToPixels(int)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.php.internal.debug.core.xdebug.dbgp.XDebugConfigurationDialog.createDialogArea(Composite)121
org.eclipse.php.internal.debug.core.zend.debugger.ZendDebuggerConfigurationDialog.createDialogArea(Composite)69
org.eclipse.php.internal.debug.core.zend.debugger.ZendDebuggerConfigurationDialog.createDialogArea(Composite)80
org.eclipse.php.internal.debug.core.zend.debugger.ZendDebuggerConfigurationDialog.createDialogArea(Composite)75

org.eclipse.jface.dialogs.Dialog.createButton(Composite, int, String, boolean)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.php.internal.debug.core.launching.PHPLaunchUtilities.DebuggerDelayProgressMonitorDialog.createCancelButton(Composite)493
org.eclipse.php.internal.debug.core.launching.PHPLaunchUtilities.DebuggerDelayProgressMonitorDialog.createCancelButton(Composite)493
org.eclipse.php.internal.debug.core.zend.debugger.OldDebuggerWarningDialog.createButtonsForButtonBar(Composite)93

org.eclipse.jface.dialogs.Dialog.createButtonsForButtonBar(Composite)

OVERRIDE
Reference LocationLine Number
org.eclipse.php.internal.debug.core.zend.debugger.OldDebuggerWarningDialog.createButtonsForButtonBar(Composite)-1

org.eclipse.jface.dialogs.Dialog.createDialogArea(Composite)

INVOKED_SPECIAL
Reference LocationLine Number
org.eclipse.php.internal.debug.core.zend.debugger.OldDebuggerWarningDialog.createDialogArea(Composite)40
OVERRIDE
Reference LocationLine Number
org.eclipse.php.internal.debug.core.zend.debugger.OldDebuggerWarningDialog.createDialogArea(Composite)-1

org.eclipse.jface.dialogs.Dialog.Dialog(Shell)

OVERRIDE
Reference LocationLine Number
org.eclipse.php.internal.debug.core.zend.debugger.OldDebuggerWarningDialog.OldDebuggerWarningDialog(Shell)-1
SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.php.internal.debug.core.zend.debugger.OldDebuggerWarningDialog.OldDebuggerWarningDialog(Shell)36

org.eclipse.jface.dialogs.Dialog.initializeDialogUnits(Control)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.php.internal.debug.core.zend.debugger.ZendDebuggerConfigurationDialog.createDialogArea(Composite)57

org.eclipse.jface.dialogs.Dialog.okPressed()

INVOKED_SPECIAL
Reference LocationLine Number
org.eclipse.php.internal.debug.core.xdebug.dbgp.XDebugConfigurationDialog.okPressed()231
org.eclipse.php.internal.debug.core.zend.debugger.ZendDebuggerConfigurationDialog.okPressed()103
OVERRIDE
Reference LocationLine Number
org.eclipse.php.internal.debug.core.xdebug.dbgp.XDebugConfigurationDialog.okPressed()-1
org.eclipse.php.internal.debug.core.zend.debugger.ZendDebuggerConfigurationDialog.okPressed()-1

org.eclipse.jface.dialogs.MessageDialog.openConfirm(Shell, String, String)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.php.internal.debug.core.launching.PHPLaunchUtilities.5.run()299
org.eclipse.php.internal.debug.core.launching.PHPLaunchUtilities.5.run()303
org.eclipse.php.internal.debug.core.launching.PHPLaunchUtilities.5.run()295

org.eclipse.jface.dialogs.MessageDialog.openError(Shell, String, String)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.php.internal.debug.core.launching.PHPExecutableLaunchDelegate.1.run()283
org.eclipse.php.internal.debug.core.launching.PHPLaunchUtilities.8.run()455
org.eclipse.php.internal.debug.core.launching.PHPWebPageLaunchDelegate.2.run()198
org.eclipse.php.internal.debug.core.launching.XDebugExeLaunchConfigurationDelegate.1.run()296
org.eclipse.php.internal.debug.core.launching.XDebugWebLaunchConfigurationDelegate.2.run()203
org.eclipse.php.internal.debug.core.xdebug.dbgp.DBGpProxyHandler.2.run()318
org.eclipse.php.internal.debug.core.xdebug.dbgp.model.DBGpTarget.1.run()355
org.eclipse.php.internal.debug.core.xdebug.dbgp.model.DBGpTarget.2.run()652
org.eclipse.php.internal.debug.core.zend.communication.DebugConnectionThread.InputManager.1.run()1121
org.eclipse.php.internal.debug.core.zend.debugger.PHPExecutableDebuggerInitializer.2.run()166

org.eclipse.jface.dialogs.MessageDialog.openInformation(Shell, String, String)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.php.internal.debug.core.launching.PHPLaunchUtilities.2.run()159

org.eclipse.jface.dialogs.MessageDialog.openQuestion(Shell, String, String)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.php.internal.debug.core.xdebug.communication.XDebugCommunicationDaemon.PromptUser.run()287
org.eclipse.php.internal.debug.core.xdebug.communication.XDebugCommunicationDaemon.PromptUser.run()287

org.eclipse.jface.dialogs.MessageDialog.openWarning(Shell, String, String)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.php.internal.debug.core.launching.PHPWebPageLaunchDelegate.1.run()148
org.eclipse.php.internal.debug.core.zend.debugger.PHPExecutableDebuggerInitializer.1.1.run()151

org.eclipse.jface.dialogs.MessageDialogWithToggle.openYesNoQuestion(Shell, String, String, String, boolean, IPreferenceStore, String)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.php.internal.debug.core.launching.PHPLaunchUtilities.3.run()170
org.eclipse.php.internal.debug.core.launching.PHPLaunchUtilities.shouldSwitchToPHPPerspective(String)239

org.eclipse.jface.dialogs.ProgressMonitorDialog.close()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.php.internal.debug.core.launching.PHPLaunchUtilities.7.run()419

org.eclipse.jface.dialogs.ProgressMonitorDialog.createCancelButton(Composite)

OVERRIDE
Reference LocationLine Number
org.eclipse.php.internal.debug.core.launching.PHPLaunchUtilities.DebuggerDelayProgressMonitorDialog.createCancelButton(Composite)-1
org.eclipse.php.internal.debug.core.launching.PHPLaunchUtilities.DebuggerDelayProgressMonitorDialog.createCancelButton(Composite)-1

org.eclipse.jface.dialogs.ProgressMonitorDialog.createDialogArea(Composite)

INVOKED_SPECIAL
Reference LocationLine Number
org.eclipse.php.internal.debug.core.launching.PHPLaunchUtilities.DebuggerDelayProgressMonitorDialog.createDialogArea(Composite)505
org.eclipse.php.internal.debug.core.launching.PHPLaunchUtilities.DebuggerDelayProgressMonitorDialog.createDialogArea(Composite)505
OVERRIDE
Reference LocationLine Number
org.eclipse.php.internal.debug.core.launching.PHPLaunchUtilities.DebuggerDelayProgressMonitorDialog.createDialogArea(Composite)-1
org.eclipse.php.internal.debug.core.launching.PHPLaunchUtilities.DebuggerDelayProgressMonitorDialog.createDialogArea(Composite)-1

org.eclipse.jface.dialogs.ProgressMonitorDialog.getProgressMonitor()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.php.internal.debug.core.launching.PHPLaunchUtilities.DebuggerDelayProgressMonitorDialog.createDialogArea(Composite)506
org.eclipse.php.internal.debug.core.launching.PHPLaunchUtilities.DebuggerDelayProgressMonitorDialog.createDialogArea(Composite)506

org.eclipse.jface.dialogs.ProgressMonitorDialog.open()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.php.internal.debug.core.launching.PHPLaunchUtilities.6.run()401

org.eclipse.jface.dialogs.ProgressMonitorDialog.ProgressMonitorDialog(Shell)

SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.php.internal.debug.core.launching.PHPLaunchUtilities.DebuggerDelayProgressMonitorDialog.DebuggerDelayProgressMonitorDialog()487
org.eclipse.php.internal.debug.core.launching.PHPLaunchUtilities.DebuggerDelayProgressMonitorDialog.DebuggerDelayProgressMonitorDialog()487

org.eclipse.jface.dialogs.ProgressMonitorDialog.setCancelable(boolean)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.php.internal.debug.core.launching.PHPLaunchUtilities.DebuggerDelayProgressMonitorDialog.DebuggerDelayProgressMonitorDialog()489
org.eclipse.php.internal.debug.core.launching.PHPLaunchUtilities.DebuggerDelayProgressMonitorDialog.DebuggerDelayProgressMonitorDialog()489

org.eclipse.jface.dialogs.ProgressMonitorDialog.setOperationCancelButtonEnabled(boolean)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.php.internal.debug.core.launching.PHPLaunchUtilities.DebuggerDelayProgressMonitorDialog.createCancelButton(Composite)498
org.eclipse.php.internal.debug.core.launching.PHPLaunchUtilities.DebuggerDelayProgressMonitorDialog.createCancelButton(Composite)498

org.eclipse.jface.dialogs.TitleAreaDialog.createDialogArea(Composite)

INVOKED_SPECIAL
Reference LocationLine Number
org.eclipse.php.internal.debug.core.xdebug.dbgp.XDebugConfigurationDialog.createDialogArea(Composite)75
org.eclipse.php.internal.debug.core.zend.debugger.ZendDebuggerConfigurationDialog.createDialogArea(Composite)59
OVERRIDE
Reference LocationLine Number
org.eclipse.php.internal.debug.core.xdebug.dbgp.XDebugConfigurationDialog.createDialogArea(Composite)-1
org.eclipse.php.internal.debug.core.zend.debugger.ZendDebuggerConfigurationDialog.createDialogArea(Composite)-1

org.eclipse.jface.dialogs.TitleAreaDialog.getInitialSize()

INVOKED_SPECIAL
Reference LocationLine Number
org.eclipse.php.internal.debug.core.preferences.AbstractDebuggerConfigurationDialog.getInitialSize()46
OVERRIDE
Reference LocationLine Number
org.eclipse.php.internal.debug.core.preferences.AbstractDebuggerConfigurationDialog.getInitialSize()-1

org.eclipse.jface.dialogs.TitleAreaDialog.setErrorMessage(String)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.php.internal.debug.core.xdebug.dbgp.XDebugConfigurationDialog.NumFieldValidateListener.modifyText(ModifyEvent)369
org.eclipse.php.internal.debug.core.xdebug.dbgp.XDebugConfigurationDialog.NumFieldValidateListener.modifyText(ModifyEvent)369
org.eclipse.php.internal.debug.core.zend.debugger.ZendDebuggerConfigurationDialog.DebugPortValidateListener.modifyText(ModifyEvent)127
org.eclipse.php.internal.debug.core.zend.debugger.ZendDebuggerConfigurationDialog.DebugPortValidateListener.modifyText(ModifyEvent)127
org.eclipse.php.internal.debug.core.zend.debugger.ZendDebuggerConfigurationDialog.DebugResponseTimeoutListener.modifyText(ModifyEvent)153
org.eclipse.php.internal.debug.core.zend.debugger.ZendDebuggerConfigurationDialog.DebugResponseTimeoutListener.modifyText(ModifyEvent)153

org.eclipse.jface.dialogs.TitleAreaDialog.setTitle(String)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.php.internal.debug.core.xdebug.dbgp.XDebugConfigurationDialog.createDialogArea(Composite)76
org.eclipse.php.internal.debug.core.zend.debugger.ZendDebuggerConfigurationDialog.createDialogArea(Composite)60

org.eclipse.jface.dialogs.TitleAreaDialog.TitleAreaDialog(Shell)

OVERRIDE
Reference LocationLine Number
org.eclipse.php.internal.debug.core.preferences.AbstractDebuggerConfigurationDialog.AbstractDebuggerConfigurationDialog(Shell)-1
SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.php.internal.debug.core.preferences.AbstractDebuggerConfigurationDialog.AbstractDebuggerConfigurationDialog(Shell)39

org.eclipse.jface.preference.IPreferenceStore.addPropertyChangeListener(IPropertyChangeListener)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.php.internal.debug.core.PHPDebugPlugin.start(BundleContext)65

org.eclipse.jface.preference.IPreferenceStore.getBoolean(String)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.php.internal.debug.core.PHPDebugPlugin.setDisableAutoRemoveLaunches(boolean)260
org.eclipse.php.internal.debug.core.PHPDebugPlugin.start(BundleContext)64

org.eclipse.jface.preference.IPreferenceStore.getString(String)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.php.internal.debug.core.launching.PHPLaunchUtilities.notifyPreviousLaunches(ILaunch)149
org.eclipse.php.internal.debug.core.launching.PHPLaunchUtilities.shouldSwitchToPHPPerspective(String)213
org.eclipse.php.internal.debug.core.PHPDebugPlugin.getAutoSaveDirtyOption()144
org.eclipse.php.internal.debug.core.preferences.stepFilters.DebugStepFilterController.getAllEnabledFilters()119

org.eclipse.jface.preference.IPreferenceStore.setValue(String, boolean)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.php.internal.debug.core.PHPDebugPlugin.setDisableAutoRemoveLaunches(boolean)262
org.eclipse.php.internal.debug.core.PHPDebugPlugin.stop(BundleContext)92

org.eclipse.jface.util.PropertyChangeEvent.getNewValue()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.php.internal.debug.core.PHPDebugPlugin.AutoRemoveOldLaunchesListener.propertyChange(PropertyChangeEvent)284
org.eclipse.php.internal.debug.core.PHPDebugPlugin.AutoRemoveOldLaunchesListener.propertyChange(PropertyChangeEvent)284

org.eclipse.jface.util.PropertyChangeEvent.getProperty()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.php.internal.debug.core.PHPDebugPlugin.AutoRemoveOldLaunchesListener.propertyChange(PropertyChangeEvent)279
org.eclipse.php.internal.debug.core.PHPDebugPlugin.AutoRemoveOldLaunchesListener.propertyChange(PropertyChangeEvent)279

org.eclipse.jface.util.SafeRunnable.run(ISafeRunnable)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.php.internal.debug.core.zend.debugger.DebugMessagesRegistry.DebugMessageHandlerFactory.createHandler()156
org.eclipse.php.internal.debug.core.zend.debugger.DebugMessagesRegistry.DebugMessageHandlerFactory.createHandler()156
org.eclipse.php.internal.debug.core.zend.debugger.DebugMessagesRegistry.DebugMessagesRegistry()75

org.eclipse.jface.util.SafeRunnable.SafeRunnable(String)

SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.php.internal.debug.core.zend.debugger.DebugHandlersRegistry.DebugHandlerFactory.1.(DebugHandlersRegistryDebugHandlerFactory, String)103
org.eclipse.php.internal.debug.core.zend.debugger.DebugMessagesRegistry.1.(DebugMessagesRegistry, String, IDebugMessage[], IConfigurationElement)75
org.eclipse.php.internal.debug.core.zend.debugger.DebugMessagesRegistry.DebugMessageHandlerFactory.1.(DebugMessagesRegistryDebugMessageHandlerFactory, String, IDebugMessageHandler[])156
org.eclipse.php.internal.debug.core.zend.debugger.DebugParametersInitializersRegistry.DebugParametersInitializerFactory.1.(DebugParametersInitializersRegistryDebugParametersInitializerFactory, String)179

org.eclipse.jface.viewers.Viewer.refresh()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.php.internal.debug.core.zend.model.PHPDebugTarget.1.run()438

org.eclipse.jface.window.Window.getReturnCode()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.php.internal.debug.core.launching.PHPLaunchUtilities.3.run()172
org.eclipse.php.internal.debug.core.launching.PHPLaunchUtilities.shouldSwitchToPHPPerspective(String)242

org.eclipse.jface.window.Window.getShell()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.php.internal.debug.core.zend.debugger.OldDebuggerWarningDialog.createDialogArea(Composite)42

org.eclipse.jface.window.Window.getShellStyle()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.php.internal.debug.core.xdebug.dbgp.XDebugConfigurationDialog.XDebugConfigurationDialog(XDebugDebuggerConfiguration, Shell)64
org.eclipse.php.internal.debug.core.zend.debugger.ZendDebuggerConfigurationDialog.ZendDebuggerConfigurationDialog(ZendDebuggerConfiguration, Shell)52

org.eclipse.jface.window.Window.open()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.php.internal.debug.core.xdebug.dbgp.XDebugDebuggerConfiguration.openConfigurationDialog(Shell)39
org.eclipse.php.internal.debug.core.zend.debugger.RemoteDebugger.1.run()730
org.eclipse.php.internal.debug.core.zend.debugger.ZendDebuggerConfiguration.openConfigurationDialog(Shell)42

org.eclipse.jface.window.Window.setBlockOnOpen(boolean)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.php.internal.debug.core.launching.PHPLaunchUtilities.DebuggerDelayProgressMonitorDialog.DebuggerDelayProgressMonitorDialog()488
org.eclipse.php.internal.debug.core.launching.PHPLaunchUtilities.DebuggerDelayProgressMonitorDialog.DebuggerDelayProgressMonitorDialog()488

org.eclipse.jface.window.Window.setShellStyle(int)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.php.internal.debug.core.xdebug.dbgp.XDebugConfigurationDialog.XDebugConfigurationDialog(XDebugDebuggerConfiguration, Shell)64
org.eclipse.php.internal.debug.core.zend.debugger.ZendDebuggerConfigurationDialog.ZendDebuggerConfigurationDialog(ZendDebuggerConfiguration, Shell)52

Back to reference summary for org.eclipse.php.debug.core

Valid HTML 4.01 TransitionalValid XHTML 1.0 Strict