List of usage examples for org.eclipse.jface.window ToolTip subclass-usage
From source file at.rc.tacos.client.view.sorterAndTooltip.JournalViewTooltip.java
/** * This shows the tool tip for journal transport. * * @author b.thek */ public class JournalViewTooltip extends ToolTip implements ITransportStatus {
From source file at.rc.tacos.client.view.sorterAndTooltip.PersonalTooltip.java
/** * This shows the tooltip for a roster entry. * * @author Michael */ public class PersonalTooltip extends ToolTip {
From source file at.rc.tacos.client.view.sorterAndTooltip.VehicleTooltip.java
/** * This shows the tooltip for a vehicle * * @author Birgit */ public class VehicleTooltip extends ToolTip {
From source file com.ebmwebsourcing.petals.common.internal.provisional.swt.ImageToolitp.java
/** * A tool tip to display an image and that reacts to user clicks. * @author Vincent Zurczak - EBM WebSourcing */ public class ImageToolitp extends ToolTip {
From source file com.motorola.studio.android.codesnippets.AndroidSnippetsTooltip.java
/** * Customized tooltip for snippets in Snippet View. * It's intended to display the snippet preview * */ @SuppressWarnings("restriction")
From source file de.baumato.jobs.builder.e4.examples.HtmlToolTip.java
public class HtmlToolTip extends ToolTip { private final String toolTipText; private final int width; private final int height;
From source file de.baumato.jobs.builder.examples.HtmlToolTip.java
public class HtmlToolTip extends ToolTip { private final String toolTipText; private final int width; private final int height;
From source file dynamicrefactoring.interfaz.wizard.RefactoringTooltip.java
/**
* Tooltip que muestra informacion con la descripcin de una refactorizacin.
*
* @author <A HREF="mailto:ims0011@alu.ubu.es">Iigo Mediavilla Saiz</A>
* @author <A HREF="mailto:mgs0110@alu.ubu.es">Mryam Gmez San Martn</A>
*/
From source file jasima_gui.PropertyToolTip.java
@SuppressWarnings("restriction") public class PropertyToolTip extends ToolTip { protected static String javadocStylesheet = null; public static String getJavadocStylesheet() {
From source file org.carrot2.workbench.core.ui.AttributeInfoTooltip.java
/** * A tooltip for an {@link AttributeDescriptor}. */ public class AttributeInfoTooltip extends ToolTip { private final AttributeDescriptor descriptor;