Java org.eclipse.jface.resource JFaceResources fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jface.resource JFaceResources fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jface.resource JFaceResources.

The text is from its open source code.

Field

StringBANNER_FONT
The symbolic font name for the banner font (value "org.eclipse.jface.bannerfont").
StringDEFAULT_FONT
The symbolic font name for the standard font (value "org.eclipse.jface.defaultfont").
StringDIALOG_FONT
The symbolic font name for the dialog font (value "org.eclipse.jface.dialogfont").
StringHEADER_FONT
The symbolic font name for the header font (value "org.eclipse.jface.headerfont").
StringTEXT_FONT
The symbolic font name for the text font (value "org.eclipse.jface.textfont").
StringVIEWER_FONT
The symbolic font name for the viewer font (value "org.eclipse.jface.viewerfont").

Method

Stringformat(String key, Object... args)
Returns the formatted message for the given key in JFace's resource bundle.
FontgetBannerFont()
Returns the JFace's banner font.
ColorRegistrygetColorRegistry()
Returns the color registry for JFace itself.
FontgetDefaultFont()
Returns JFace's standard font.
FontDescriptorgetDefaultFontDescriptor()
Returns the descriptor for JFace's standard font.
FontgetDialogFont()
Returns the JFace's dialog font.
FontDescriptorgetDialogFontDescriptor()
Returns the descriptor for JFace's dialog font.
FontgetFont(String symbolicName)
Returns the font in JFace's font registry with the given symbolic font name.
FontDescriptorgetFontDescriptor(String symbolicName)
Returns the font descriptor for in JFace's font registry with the given symbolic name.
FontRegistrygetFontRegistry()
Returns the font registry for JFace itself.
FontgetHeaderFont()
Returns the JFace's header font.
FontDescriptorgetHeaderFontDescriptor()
Returns the descriptor for JFace's header font.
ImagegetImage(String key)
Returns the image in JFace's image registry with the given key, or null if none.
ImageRegistrygetImageRegistry()
Returns the image registry for JFace itself.
ResourceManagergetResources()
Returns the ResourceManager for the current display.
ResourceManagergetResources(final Display toQuery)
Returns the global resource manager for the given display
StringgetString(String key)
Returns the resource object with the given key in JFace's resource bundle.
String[]getStrings(String[] keys)
Returns a list of string values corresponding to the given list of keys.
FontgetTextFont()
Returns JFace's text font.
FontDescriptorgetTextFontDescriptor()
Returns the descriptor for JFace's text font.