Example usage for Java org.eclipse.jface.resource JFaceResources fields, constructors, methods, implement or subclass
The text is from its open source code.
String | BANNER_FONT The symbolic font name for the banner font (value "org.eclipse.jface.bannerfont" ). |
String | DEFAULT_FONT The symbolic font name for the standard font (value "org.eclipse.jface.defaultfont" ). |
String | DIALOG_FONT The symbolic font name for the dialog font (value "org.eclipse.jface.dialogfont" ). |
String | HEADER_FONT The symbolic font name for the header font (value "org.eclipse.jface.headerfont" ). |
String | TEXT_FONT The symbolic font name for the text font (value "org.eclipse.jface.textfont" ). |
String | VIEWER_FONT The symbolic font name for the viewer font (value "org.eclipse.jface.viewerfont" ). |
String | format(String key, Object... args) Returns the formatted message for the given key in JFace's resource bundle. |
Font | getBannerFont() Returns the JFace's banner font. |
ColorRegistry | getColorRegistry() Returns the color registry for JFace itself. |
Font | getDefaultFont() Returns JFace's standard font. |
FontDescriptor | getDefaultFontDescriptor() Returns the descriptor for JFace's standard font. |
Font | getDialogFont() Returns the JFace's dialog font. |
FontDescriptor | getDialogFontDescriptor() Returns the descriptor for JFace's dialog font. |
Font | getFont(String symbolicName) Returns the font in JFace's font registry with the given symbolic font name. |
FontDescriptor | getFontDescriptor(String symbolicName) Returns the font descriptor for in JFace's font registry with the given symbolic name. |
FontRegistry | getFontRegistry() Returns the font registry for JFace itself. |
Font | getHeaderFont() Returns the JFace's header font. |
FontDescriptor | getHeaderFontDescriptor() Returns the descriptor for JFace's header font. |
Image | getImage(String key) Returns the image in JFace's image registry with the given key, or null if none. |
ImageRegistry | getImageRegistry() Returns the image registry for JFace itself. |
ResourceManager | getResources() Returns the ResourceManager for the current display. |
ResourceManager | getResources(final Display toQuery) Returns the global resource manager for the given display |
String | getString(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. |
Font | getTextFont() Returns JFace's text font. |
FontDescriptor | getTextFontDescriptor() Returns the descriptor for JFace's text font. |