Example usage for org.eclipse.jface.resource FontRegistry subclass-usage

List of usage examples for org.eclipse.jface.resource FontRegistry subclass-usage

Introduction

In this page you can find the example usage for org.eclipse.jface.resource FontRegistry subclass-usage.

Usage

From source file com.onpositive.richtexteditor.model.resources.DisposableFontRegistry.java

/**
 * @author 32kda
 * JFace FontRegistry child, which can be disposed "by hands"
 */
public class DisposableFontRegistry extends FontRegistry {

From source file org.eclipse.papyrus.diagram.common.util.FontManager.java

/**
 * 
 * 
 * @author Patrick Tessier
 * @since 21 sept. 06
 * 

From source file org.eclipse.papyrus.profile.FontManager.java

/**
 * The Class FontManager.
 * 
 * @author Patrick Tessier
 * @since 21 sept. 06
 * 

From source file org.eclipse.papyrus.uml.diagram.common.util.FontManager.java

/**
 * 
 * 
 * @author Patrick Tessier
 * @since 21 sept. 06
 * 

From source file org.eclipse.papyrus.uml.profile.FontManager.java

/**
 * The Class FontManager.
 * 
 * @author Patrick Tessier
 * @since 21 sept. 06
 * 

From source file org.eclipse.ui.internal.themes.CascadingFontRegistry.java

/**
 * @since 3.0
 */
public class CascadingFontRegistry extends FontRegistry {

    private FontRegistry parent;

From source file org.eclipselabs.collage.util.CollageFontRegistry.java

/**
 * Plugin font registry with some extra utility functions
 * @author Alex Bradley
 */
public class CollageFontRegistry extends FontRegistry {
    private static final String SYS_FONT = "system font";