|
Eclipse Platform 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FontData | |
org.eclipse.jface.preference | Provides a framework for preferences. |
org.eclipse.jface.resource | Provides support for managing resources such as SWT fonts and images. |
org.eclipse.swt.graphics | SWT graphics classes. |
org.eclipse.swt.widgets | SWT widget public API classes. |
Uses of FontData in org.eclipse.jface.preference |
Fields in org.eclipse.jface.preference declared as FontData | |
static FontData[] |
PreferenceConverter.FONTDATA_ARRAY_DEFAULT_DEFAULT
The default-default value for FontData preferences. |
static FontData |
PreferenceConverter.FONTDATA_DEFAULT_DEFAULT
|
Methods in org.eclipse.jface.preference that return FontData | |
static FontData[] |
PreferenceConverter.readFontData(String fontDataValue)
Reads the supplied string and returns its corresponding FontData. |
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 FontData |
PreferenceConverter.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.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.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. |
Methods in org.eclipse.jface.preference with parameters of type FontData | |
static void |
PreferenceConverter.setDefault(IPreferenceStore store,
String name,
FontData value)
Sets the default value of the preference with the given name in the given preference store. |
static void |
PreferenceConverter.setDefault(IPreferenceStore store,
String name,
FontData[] value)
Sets the default value of the preference with the given name in the given preference store. |
static void |
PreferenceConverter.setValue(IPreferenceStore store,
String name,
FontData value)
Sets the current value of the preference with the given name in the given preference store. |
static void |
PreferenceConverter.setValue(IPreferenceStore store,
String name,
FontData[] value)
Sets the current value of the preference with the given name in the given preference store. |
static void |
PreferenceConverter.putValue(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 FontData | |
FontData |
FontRegistry.bestData(FontData[] fonts,
Display display)
Deprecated. use bestDataArray in order to support Motif multiple entry fonts. |
FontData[] |
FontRegistry.bestDataArray(FontData[] fonts,
Display display)
Find the first valid fontData in the provided list. |
FontData[] |
FontRegistry.getFontData(String symbolicName)
Returns the font data associated with the given symbolic font name. |
static FontData |
StringConverter.asFontData(String value)
Converts the given value into an SWT font data object. |
static FontData |
StringConverter.asFontData(String value,
FontData dflt)
Converts the given value into an SWT font data object. |
Methods in org.eclipse.jface.resource with parameters of type FontData | |
FontData |
FontRegistry.bestData(FontData[] fonts,
Display display)
Deprecated. use bestDataArray in order to support Motif multiple entry fonts. |
FontData[] |
FontRegistry.bestDataArray(FontData[] fonts,
Display display)
Find the first valid fontData in the provided list. |
void |
FontRegistry.put(String symbolicName,
FontData[] fontData)
Adds (or replaces) a font to this font registry under the given symbolic name. |
static FontData |
StringConverter.asFontData(String value,
FontData dflt)
Converts the given value into an SWT font data object. |
static String |
StringConverter.asString(FontData value)
Converts a font data object to a string. |
static String |
StringConverter.asDisplayableString(FontData value)
Converts a font data object to a string representation for display. |
Uses of FontData in org.eclipse.swt.graphics |
Methods in org.eclipse.swt.graphics that return FontData | |
static FontData |
FontData.win32_new(org.eclipse.swt.internal.win32.LOGFONT data,
int height)
Invokes platform specific functionality to allocate a new font data. |
FontData[] |
Font.getFontData()
Returns an array of FontData s representing the receiver. |
FontData[] |
Device.getFontList(String faceName,
boolean scalable)
Returns FontData objects which describe
the fonts that match the given arguments. |
Constructors in org.eclipse.swt.graphics with parameters of type FontData | |
Font(Device device,
FontData fd)
Constructs a new font given a device and font data which describes the desired font's appearance. |
|
Font(Device device,
FontData[] fds)
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.widgets |
Methods in org.eclipse.swt.widgets that return FontData | |
FontData |
FontDialog.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. |
FontData |
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 FontData | |
void |
FontDialog.setFontData(FontData fontData)
Deprecated. use #setFontList (FontData []) |
void |
FontDialog.setFontList(FontData[] fontData)
Sets a set of FontData objects describing the font to be selected by default in the dialog, or null to let the platform choose one. |
|
Eclipse Platform 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |