Methods from org.eclipse.jface used by org.eclipse.jdt.apt.ui

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.applyDialogFont(Control)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.jdt.apt.ui.internal.preferences.AptConfigurationBlock.createContents(Composite)339
org.eclipse.jdt.apt.ui.internal.preferences.FactoryPathConfigurationBlock.createContents(Composite)377

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

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.jdt.apt.ui.internal.preferences.AdvancedFactoryPathOptionsDialog.createDialogArea(Composite)99

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

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.jdt.apt.ui.internal.preferences.AdvancedFactoryPathOptionsDialog.createDialogArea(Composite)100
org.eclipse.jdt.apt.ui.internal.preferences.ProcessorOptionInputDialog.createDialogArea(Composite)103
org.eclipse.jdt.apt.ui.internal.preferences.ProcessorOptionInputDialog.createDialogArea(Composite)101

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

INVOKED_SPECIAL
Reference LocationLine Number
org.eclipse.jdt.apt.ui.internal.preferences.AdvancedFactoryPathOptionsDialog.createDialogArea(Composite)74
org.eclipse.jdt.apt.ui.internal.preferences.ProcessorOptionInputDialog.createDialogArea(Composite)88
OVERRIDE
Reference LocationLine Number
org.eclipse.jdt.apt.ui.internal.preferences.AdvancedFactoryPathOptionsDialog.createDialogArea(Composite)-1
org.eclipse.jdt.apt.ui.internal.preferences.ProcessorOptionInputDialog.createDialogArea(Composite)-1

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

SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.jdt.apt.ui.internal.preferences.AdvancedFactoryPathOptionsDialog.AdvancedFactoryPathOptionsDialog(Shell, FactoryContainer, FactoryPathAttributes)61

org.eclipse.jface.dialogs.DialogPage.dispose()

INVOKED_SPECIAL
Reference LocationLine Number
org.eclipse.jdt.apt.ui.internal.preferences.BasePreferencePage.dispose()47
OVERRIDE
Reference LocationLine Number
org.eclipse.jdt.apt.ui.internal.preferences.BasePreferencePage.dispose()-1

org.eclipse.jface.dialogs.DialogPage.getControl()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.jdt.apt.ui.internal.preferences.BasePreferencePage.createControl(Composite)36

org.eclipse.jface.dialogs.DialogPage.setDescription(String)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.jdt.apt.ui.internal.preferences.AptPreferencePage.AptPreferencePage()31
org.eclipse.jdt.apt.ui.internal.preferences.BasePreferencePage.setElement(IAdaptable)125

org.eclipse.jface.dialogs.ErrorDialog.openError(Shell, String, String, IStatus)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.jdt.apt.ui.internal.util.ExceptionHandler.perform(CoreException, Shell, String, String)100

org.eclipse.jface.dialogs.IDialogSettings.getBoolean(String)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.jdt.apt.ui.internal.preferences.BaseConfigurationBlock.restoreSectionExpansionStates(IDialogSettings)767

org.eclipse.jface.dialogs.IDialogSettings.put(String, boolean)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.jdt.apt.ui.internal.preferences.BaseConfigurationBlock.storeSectionExpansionStates(IDialogSettings)851

org.eclipse.jface.dialogs.MessageDialog.MessageDialog(Shell, String, Image, String, int, String[], int)

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.jdt.apt.ui.internal.preferences.BaseConfigurationBlock.processChanges(IWorkbenchPreferenceContainer)713

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

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.jdt.apt.ui.internal.preferences.BaseConfigurationBlock.processChanges(IWorkbenchPreferenceContainer)725

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

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.jdt.apt.ui.internal.util.ExceptionHandler.displayMessageDialog(Throwable, String, Shell, String, String)132

org.eclipse.jface.dialogs.StatusDialog.configureShell(Shell)

INVOKED_SPECIAL
Reference LocationLine Number
org.eclipse.jdt.apt.ui.internal.preferences.ProcessorOptionInputDialog.configureShell(Shell)132
OVERRIDE
Reference LocationLine Number
org.eclipse.jdt.apt.ui.internal.preferences.ProcessorOptionInputDialog.configureShell(Shell)-1

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

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.jdt.apt.ui.internal.preferences.ProcessorOptionInputDialog.ProcessorOptionInputDialog(Shell, AptConfigurationBlockProcessorOption, List)60
org.eclipse.jdt.apt.ui.internal.preferences.ProcessorOptionInputDialog.ProcessorOptionInputDialog(Shell, AptConfigurationBlockProcessorOption, List)62

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

SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.jdt.apt.ui.internal.preferences.ProcessorOptionInputDialog.ProcessorOptionInputDialog(Shell, AptConfigurationBlockProcessorOption, List)50

org.eclipse.jface.dialogs.StatusDialog.updateStatus(IStatus)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.jdt.apt.ui.internal.preferences.ProcessorOptionInputDialog.doValidation()125

org.eclipse.jface.layout.PixelConverter.convertWidthInCharsToPixels(int)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.jdt.apt.ui.internal.preferences.AptConfigurationBlock.createContents(Composite)336
org.eclipse.jdt.apt.ui.internal.preferences.AptConfigurationBlock.createContents(Composite)301
org.eclipse.jdt.apt.ui.internal.preferences.FactoryPathConfigurationBlock.createContents(Composite)386

org.eclipse.jface.layout.PixelConverter.PixelConverter(Control)

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.jdt.apt.ui.internal.preferences.AptConfigurationBlock.createContents(Composite)300
org.eclipse.jdt.apt.ui.internal.preferences.FactoryPathConfigurationBlock.createContents(Composite)372

org.eclipse.jface.preference.PreferencePage.createControl(Composite)

INVOKED_SPECIAL
Reference LocationLine Number
org.eclipse.jdt.apt.ui.internal.preferences.BasePreferencePage.createControl(Composite)33
OVERRIDE
Reference LocationLine Number
org.eclipse.jdt.apt.ui.internal.preferences.BasePreferencePage.createControl(Composite)-1

org.eclipse.jface.preference.PreferencePage.getContainer()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.jdt.apt.ui.internal.preferences.AptPreferencePage.createControl(Composite)41
org.eclipse.jdt.apt.ui.internal.preferences.FactoryPathPreferencePage.createControl(Composite)42

org.eclipse.jface.preference.PreferencePage.performApply()

OVERRIDE
Reference LocationLine Number
org.eclipse.jdt.apt.ui.internal.preferences.BasePreferencePage.performApply()-1

org.eclipse.jface.preference.PreferencePage.performOk()

INVOKED_SPECIAL
Reference LocationLine Number
org.eclipse.jdt.apt.ui.internal.preferences.BasePreferencePage.performOk()112
OVERRIDE
Reference LocationLine Number
org.eclipse.jdt.apt.ui.internal.preferences.BasePreferencePage.performOk()-1

org.eclipse.jface.preference.PreferencePage.setPreferenceStore(IPreferenceStore)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.jdt.apt.ui.internal.preferences.AptPreferencePage.AptPreferencePage()28
org.eclipse.jdt.apt.ui.internal.preferences.FactoryPathPreferencePage.FactoryPathPreferencePage()31

org.eclipse.jface.preference.PreferencePage.setTitle(String)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.jdt.apt.ui.internal.preferences.AptPreferencePage.AptPreferencePage()34
org.eclipse.jdt.apt.ui.internal.preferences.FactoryPathPreferencePage.FactoryPathPreferencePage()35

org.eclipse.jface.resource.FontRegistry.getBold(String)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.jdt.apt.ui.internal.preferences.BaseConfigurationBlock.createStyleSection(Composite, String, int)413

org.eclipse.jface.resource.JFaceResources.getDialogFont()

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.jdt.apt.ui.internal.preferences.BaseConfigurationBlock.addCheckBox(Composite, String, BaseConfigurationBlockKey, String[], int)261
org.eclipse.jdt.apt.ui.internal.preferences.BaseConfigurationBlock.addComboBox(Composite, String, BaseConfigurationBlockKey, String[], String[], int)282
org.eclipse.jdt.apt.ui.internal.preferences.BaseConfigurationBlock.addInversedComboBox(Composite, String, BaseConfigurationBlockKey, String[], String[], int)308
org.eclipse.jdt.apt.ui.internal.preferences.BaseConfigurationBlock.addTextField(Composite, String, BaseConfigurationBlockKey, int, int)322
org.eclipse.jdt.apt.ui.internal.preferences.BaseConfigurationBlock.newComboControl(Composite, BaseConfigurationBlockKey, String[], String[])628

org.eclipse.jface.resource.JFaceResources.getFontRegistry()

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.jdt.apt.ui.internal.preferences.BaseConfigurationBlock.createStyleSection(Composite, String, int)413

org.eclipse.jface.viewers.AbstractListViewer.add(Object)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.jdt.apt.ui.internal.preferences.AdvancedFactoryPathOptionsDialog.createDialogArea(Composite)106

org.eclipse.jface.viewers.LabelProvider.LabelProvider()

SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.jdt.apt.ui.internal.preferences.AptConfigurationBlock.ProcessorOptionsLabelProvider.ProcessorOptionsLabelProvider(AptConfigurationBlock)174
org.eclipse.jdt.apt.ui.internal.preferences.AptConfigurationBlock.ProcessorOptionsLabelProvider.ProcessorOptionsLabelProvider(AptConfigurationBlock)174
org.eclipse.jdt.apt.ui.internal.preferences.FactoryPathConfigurationBlock.FactoryPathLabelProvider.FactoryPathLabelProvider(FactoryPathConfigurationBlock)136
org.eclipse.jdt.apt.ui.internal.preferences.FactoryPathConfigurationBlock.FactoryPathLabelProvider.FactoryPathLabelProvider(FactoryPathConfigurationBlock)136

org.eclipse.jface.viewers.ListViewer.getList()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.jdt.apt.ui.internal.preferences.AdvancedFactoryPathOptionsDialog.createDialogArea(Composite)102
org.eclipse.jdt.apt.ui.internal.preferences.AdvancedFactoryPathOptionsDialog.createDialogArea(Composite)101

org.eclipse.jface.viewers.ListViewer.ListViewer(Composite, int)

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.jdt.apt.ui.internal.preferences.AdvancedFactoryPathOptionsDialog.createDialogArea(Composite)97

org.eclipse.jface.viewers.StructuredViewer.setSelection(ISelection, boolean)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.jdt.apt.ui.internal.preferences.AdvancedFactoryPathOptionsDialog.createDialogArea(Composite)114

org.eclipse.jface.viewers.ViewerComparator.compare(Viewer, Object, Object)

OVERRIDE
Reference LocationLine Number
org.eclipse.jdt.apt.ui.internal.preferences.AptConfigurationBlock.ProcessorOptionSorter.compare(Viewer, Object, Object)-1
org.eclipse.jdt.apt.ui.internal.preferences.AptConfigurationBlock.ProcessorOptionSorter.compare(Viewer, Object, Object)-1

org.eclipse.jface.viewers.ViewerComparator.getComparator()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.jdt.apt.ui.internal.preferences.AptConfigurationBlock.ProcessorOptionSorter.compare(Viewer, Object, Object)167
org.eclipse.jdt.apt.ui.internal.preferences.AptConfigurationBlock.ProcessorOptionSorter.compare(Viewer, Object, Object)167

org.eclipse.jface.viewers.ViewerComparator.ViewerComparator()

SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.jdt.apt.ui.internal.preferences.AptConfigurationBlock.ProcessorOptionSorter.ProcessorOptionSorter()164
org.eclipse.jdt.apt.ui.internal.preferences.AptConfigurationBlock.ProcessorOptionSorter.ProcessorOptionSorter()164

org.eclipse.jface.window.Window.configureShell(Shell)

INVOKED_SPECIAL
Reference LocationLine Number
org.eclipse.jdt.apt.ui.internal.preferences.AdvancedFactoryPathOptionsDialog.configureShell(Shell)68
OVERRIDE
Reference LocationLine Number
org.eclipse.jdt.apt.ui.internal.preferences.AdvancedFactoryPathOptionsDialog.configureShell(Shell)-1

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

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.jdt.apt.ui.internal.preferences.AdvancedFactoryPathOptionsDialog.AdvancedFactoryPathOptionsDialog(Shell, FactoryContainer, FactoryPathAttributes)62

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

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.jdt.apt.ui.internal.preferences.AptConfigurationBlock.editOrAddProcessorOption(AptConfigurationBlockProcessorOption)287
org.eclipse.jdt.apt.ui.internal.preferences.FactoryPathConfigurationBlock.advancedOptionsDialog()546

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

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.jdt.apt.ui.internal.preferences.AdvancedFactoryPathOptionsDialog.AdvancedFactoryPathOptionsDialog(Shell, FactoryContainer, FactoryPathAttributes)62

Back to reference summary for org.eclipse.jdt.apt.ui

Valid HTML 4.01 TransitionalValid XHTML 1.0 Strict