org.eclipse.emf.edit.ui.provider
Class ExtendedFontRegistry

java.lang.Object
  extended by org.eclipse.emf.edit.ui.provider.ExtendedFontRegistry

public class ExtendedFontRegistry
extends Object

A font registry for turning a font description into an actual font object.

See Also:
IItemFontProvider

Field Summary
static ExtendedFontRegistry INSTANCE
           
 
Constructor Summary
ExtendedFontRegistry()
           
ExtendedFontRegistry(org.eclipse.swt.widgets.Display display)
           
 
Method Summary
 org.eclipse.swt.graphics.Font getFont(org.eclipse.swt.graphics.Font baseFont, Object object)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final ExtendedFontRegistry INSTANCE
Constructor Detail

ExtendedFontRegistry

public ExtendedFontRegistry()

ExtendedFontRegistry

public ExtendedFontRegistry(org.eclipse.swt.widgets.Display display)
Method Detail

getFont

public org.eclipse.swt.graphics.Font getFont(org.eclipse.swt.graphics.Font baseFont,
                                             Object object)


Copyright © 2014. All Rights Reserved.