Uses of Class
org.eclipse.jface.resource.FontRegistry
-
Packages that use FontRegistry Package Description org.eclipse.jface.resource Provides support for managing resources such as SWT fonts and images.org.eclipse.ui.themes Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface. -
-
Uses of FontRegistry in org.eclipse.jface.resource
Methods in org.eclipse.jface.resource that return FontRegistry Modifier and Type Method Description static FontRegistry
JFaceResources. getFontRegistry()
Returns the font registry for JFace itself.Methods in org.eclipse.jface.resource with parameters of type FontRegistry Modifier and Type Method Description static void
JFaceResources. setFontRegistry(FontRegistry registry)
Sets JFace's font registry to the given value. -
Uses of FontRegistry in org.eclipse.ui.themes
Methods in org.eclipse.ui.themes that return FontRegistry Modifier and Type Method Description FontRegistry
ITheme. getFontRegistry()
Return this themes font registry.
-