List of usage examples for org.eclipse.jface.window ToolTip subclass-usage
From source file org.eclipse.team.svn.ui.discovery.GradientToolTip.java
/**
* A Custom JFace ToolTip that applies a gradient to the contents
*
* @author Shawn Minto
* @author Igor Burilo
* @since 3.2
From source file org.eclipse.ui.internal.dialogs.cpd.NameAndDescriptionToolTip.java
/**
* A tooltip which, given a model element, will display its icon (if there
* is one), name, and a description (if there is one).
*
* @since 3.5
*/
From source file org.eclipse.wst.common.project.facet.ui.internal.util.BasicToolTip.java
/** * @author <a href="mailto:konstantin.komissarchik@oracle.com">Konstantin Komissarchik</a> */ public abstract class BasicToolTip
From source file org.eclipse.wst.common.project.facet.ui.internal.util.HeaderToolTip.java
/** * @author <a href="mailto:konstantin.komissarchik@oracle.com">Konstantin Komissarchik</a> */ public abstract class HeaderToolTip
From source file org.eclipse.wst.server.ui.internal.ServerToolTip.java
public class ServerToolTip extends ToolTip { protected Hashtable<String, ArrayList<IServerToolTip>> toolTipProviders = new Hashtable<String, ArrayList<IServerToolTip>>(); protected static Shell CURRENT_TOOLTIP; protected Label hintLabel; protected Tree tree; protected int x;
From source file org.eclipsetrader.ui.charts.DecoratorToolTip.java
public class DecoratorToolTip extends ToolTip { public int OFFSET_X = 12; public int OFFSET_Y = 12; private Control parent;
From source file org.fedoraproject.eclipse.packager.bodhi.internal.ui.HtmlTooltip.java
/** * Tooltip with HTML enablement. * */ public class HtmlTooltip extends ToolTip {
From source file org.jboss.tools.as.wst.server.ui.xpl.ServerToolTip.java
public abstract class ServerToolTip extends ToolTip { protected Shell FOCUSSED_TOOLTIP; protected Object tooltipSelection; protected Label hintLabel; protected Tree tree; protected int x;
From source file org.jeelee.utils.MessageTooltips.java
/**
* <B>MessageTooltips</B>
*
* @author Brook Tran . Email: <a href="mailto:c.brook.tran@gmail.com">c.brook.tran@gmail.com</a>
* @version Ver 1.0.01 2012-5-21 created
* @since org.jeelee.core Ver 1.0
From source file org.openscada.vi.details.swt.widgets.DataItemToolTip.java
public class DataItemToolTip extends ToolTip { private final Item item; private Label headerLabel; private StyledText text;