Example usage for org.eclipse.jface.window ToolTip subclass-usage

List of usage examples for org.eclipse.jface.window ToolTip subclass-usage

Introduction

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

Usage

From source file org.org.eclipse.cheatsheet.catalog.internal.views.CheatCheatCatalogViewToolTip.java

/**
 */
@SuppressWarnings("rawtypes")
public class CheatCheatCatalogViewToolTip extends ToolTip {

    private static final String LINE_FEED = "\n";

From source file org.org.eclipse.dws.ui.internal.views.LibraryPacksViewToolTip.java

/**
 */
public class LibraryPacksViewToolTip extends ToolTip {

    private final static int X_SHIFT;

From source file org.org.eclipse.dws.ui.internal.views.MavenRepositoriesViewToolTip.java

/**
 */
public class MavenRepositoriesViewToolTip extends ToolTip {

    private final static int X_SHIFT;

From source file org.pentaho.di.ui.core.widget.CheckBoxToolTip.java

public class CheckBoxToolTip extends ToolTip {
    private String message;
    private String title;
    private Image image;
    private String checkBoxMessage;
    private boolean visible;

From source file org.springsource.ide.eclipse.commons.ui.HtmlTooltip.java

/**
 * HTML Tooltip. Can be applied to any control. Limitations to the HTML styles
 * are all due to tooltip's initial size calculations which is done with a help
 * of {@link TextLayout}. Margins, paddings fond size should have whole
 * <code>em</code> numbers. Different family and height fonts on the same
 * tooltip also increase probability of initial size miscalculations