Uses of Class
org.eclipse.swt.graphics.FontData
Packages that use FontData
Package
Description
Provides a generic debugger user interface that clients may customize via standard
workbench extension points.
Provides a framework for preferences.
Provides support for managing resources such as SWT
fonts and images.
SWT graphics classes.
SWT internal classes
SWT widget public API classes.
Provides a workbench adapter for displaying workbench elements in the UI without
having to know the concrete type of the element, and various label providers for
workbench-specific objects like editors, views, and perspectives.
-
Uses of FontData in org.eclipse.debug.ui
Methods in org.eclipse.debug.ui that return FontData -
Uses of FontData in org.eclipse.e4.ui.css.swt.helpers
Methods in org.eclipse.e4.ui.css.swt.helpers that return FontDataModifier and TypeMethodDescriptionstatic FontDataCSSSWTFontHelper.getFirstFontData(Font font) Return first FontData from SWT Font.static FontDataCSSSWTFontHelper.getFirstFontData(Control control) Return first FontData from Control Font.static FontDataCSSSWTFontHelper.getFontData(CSS2FontProperties fontProperties, FontData oldFontData) Return FontData fromCSS2FontProperties.Methods in org.eclipse.e4.ui.css.swt.helpers with parameters of type FontDataModifier and TypeMethodDescriptionstatic FontCSSSWTFontHelper.getFont(CSS2FontProperties fontProperties, FontData oldFontData, Display display) static StringCSSSWTFontHelper.getFontComposite(FontData fontData) static FontDataCSSSWTFontHelper.getFontData(CSS2FontProperties fontProperties, FontData oldFontData) Return FontData fromCSS2FontProperties.static StringCSSSWTFontHelper.getFontFamily(FontData fontData) static StringCSSSWTFontHelper.getFontSize(FontData fontData) static StringCSSSWTFontHelper.getFontStyle(FontData fontData) static StringCSSSWTFontHelper.getFontWeight(FontData fontData) static intCSSSWTFontHelper.getSWTStyle(CSS2FontProperties fontProperties, FontData fontData) Return SWT style Font fromCSS2FontProperties.static booleanstatic boolean -
Uses of FontData in org.eclipse.jface.preference
Fields in org.eclipse.jface.preference declared as FontDataModifier and TypeFieldDescriptionstatic FontData[]PreferenceConverter.FONTDATA_ARRAY_DEFAULT_DEFAULTDeprecated, for removal: This API element is subject to removal in a future version.static FontDataPreferenceConverter.FONTDATA_DEFAULT_DEFAULTDeprecated, for removal: This API element is subject to removal in a future version.CallPreferenceConverter.getFontDataArrayDefaultDefault()} from the UI thread instead.Methods in org.eclipse.jface.preference that return FontDataModifier and TypeMethodDescriptionstatic FontData[]PreferenceConverter.basicGetFontData(String value) Helper method to construct aFontDatafrom the given string.static FontDataPreferenceConverter.getDefaultFontData(IPreferenceStore store, String name) Returns a single default value for the font-valued preference with the given name in the given preference store.static FontData[]PreferenceConverter.getDefaultFontDataArray(IPreferenceStore store, String name) Returns the default value array for the font-valued preference with the given name in the given preference store.static FontDataPreferenceConverter.getFontData(IPreferenceStore store, String name) Returns the current value of the first entry of the font-valued preference with the given name in the given preference store.static FontData[]PreferenceConverter.getFontDataArray(IPreferenceStore store, String name) Returns the current value of the font-valued preference with the given name in the given preference store.static FontData[]PreferenceConverter.getFontDataArrayDefaultDefault()The default-default value forFontData[]preferences.static FontData[]PreferenceConverter.readFontData(String fontDataValue) Reads the supplied string and returns its corresponding FontData.Methods in org.eclipse.jface.preference with parameters of type FontDataModifier and TypeMethodDescriptionstatic StringPreferenceConverter.getStoredRepresentation(FontData[] fontData) Returns the stored representation of the given array of FontData objects.static voidPreferenceConverter.putValue(IPreferenceStore store, String name, FontData[] value) Sets the current value of the preference with the given name in the given preference store.static voidPreferenceConverter.setDefault(IPreferenceStore store, String name, FontData value) Sets the default value of the preference with the given name in the given preference store.static voidPreferenceConverter.setDefault(IPreferenceStore store, String name, FontData[] value) Sets the default value of the preference with the given name in the given preference store.static voidPreferenceConverter.setValue(IPreferenceStore store, String name, FontData value) Sets the current value of the preference with the given name in the given preference store.static voidPreferenceConverter.setValue(IPreferenceStore store, String name, FontData[] value) Sets the current value of the preference with the given name in the given preference store. -
Uses of FontData in org.eclipse.jface.resource
Methods in org.eclipse.jface.resource that return FontDataModifier and TypeMethodDescriptionstatic FontDataStringConverter.asFontData(String value) Converts the given value into an SWT font data object.static FontDataStringConverter.asFontData(String value, FontData dflt) Converts the given value into an SWT font data object.static FontData[]StringConverter.asFontDataArray(String value) Convert the given value into an array of SWT font data objects.Deprecated.use bestDataArray in order to support Motif multiple entry fonts.FontData[]FontRegistry.bestDataArray(FontData[] fonts, Display display) Deprecated.use filterData in order to preserve multiple entry fonts on Motifstatic FontDataReturns a copy of the original FontDatastatic FontData[]Returns an array of FontData containing copies of the FontData from the original.FontData[]FontRegistry.filterData(FontData[] fonts, Display display) Removes from the list all fonts that do not exist in this system.FontData[]FontDescriptor.getFontData()Returns the set of FontData associated with this font.FontData[]FontRegistry.getFontData(String symbolicName) Returns the font data associated with the given symbolic font name.Methods in org.eclipse.jface.resource with parameters of type FontDataModifier and TypeMethodDescriptionstatic StringStringConverter.asDisplayableString(FontData value) Deprecated.use asString(FontData)static FontDataStringConverter.asFontData(String value, FontData dflt) Converts the given value into an SWT font data object.static StringConverts a font data object to a string.static StringConverts a font data array to a string.Deprecated.use bestDataArray in order to support Motif multiple entry fonts.FontData[]FontRegistry.bestDataArray(FontData[] fonts, Display display) Deprecated.use filterData in order to preserve multiple entry fonts on Motifstatic FontDataReturns a copy of the original FontDatastatic FontData[]Returns an array of FontData containing copies of the FontData from the original.static FontDescriptorFontDescriptor.createFrom(FontData data) Creates a new FontDescriptor given the associated FontDatastatic FontDescriptorFontDescriptor.createFrom(FontData[] data) Creates a new FontDescriptor given the an array of FontData that describes the font.FontData[]FontRegistry.filterData(FontData[] fonts, Display display) Removes from the list all fonts that do not exist in this system.voidAdds (or replaces) a font to this font registry under the given symbolic name. -
Uses of FontData in org.eclipse.swt.graphics
Methods in org.eclipse.swt.graphics that return FontDataModifier and TypeMethodDescriptionFontData[]Font.getFontData()Returns an array ofFontDatas representing the receiver.FontData[]Device.getFontList(String faceName, boolean scalable) ReturnsFontDataobjects which describe the fonts that match the given arguments.static FontDataFontData.win32_new(org.eclipse.swt.internal.win32.LOGFONT data, float height) Invokes platform specific functionality to allocate a new font data.Methods in org.eclipse.swt.graphics with parameters of type FontDataModifier and TypeMethodDescriptionstatic FontInvokes platform specific private constructor to allocate a new font.Constructors in org.eclipse.swt.graphics with parameters of type FontDataModifierConstructorDescriptionConstructs a new font given a device and font data which describes the desired font's appearance.Constructs a new font given a device and an array of font data which describes the desired font's appearance. -
Uses of FontData in org.eclipse.swt.internal
Methods in org.eclipse.swt.internal with parameters of type FontDataModifier and TypeMethodDescriptionstatic FontReturns the font with the given font data for the given device at the specified zoom.Provides a font optimally suited for the specified zoom.static longSWTFontProvider.getFontHandle(Device device, FontData fontData, int zoom) -
Uses of FontData in org.eclipse.swt.widgets
Methods in org.eclipse.swt.widgets that return FontDataModifier and TypeMethodDescriptionFontDialog.getFontData()Deprecated.use #getFontList ()FontData[]FontDialog.getFontList()Returns a FontData set describing the font that was selected in the dialog, or null if none is available.FontDialog.open()Makes the dialog visible and brings it to the front of the display.Methods in org.eclipse.swt.widgets with parameters of type FontDataModifier and TypeMethodDescriptionvoidFontDialog.setFontData(FontData fontData) Deprecated.use #setFontList (FontData [])voidFontDialog.setFontList(FontData[] fontData) Sets the set of FontData objects describing the font to be selected by default in the dialog, or null to let the platform choose one. -
Uses of FontData in org.eclipse.ui.model
Methods in org.eclipse.ui.model that return FontData
PreferenceConverter.getFontDataArrayDefaultDefault()from the UI thread instead.