Class GanttDateTip

java.lang.Object
org.eclipse.nebula.widgets.ganttchart.GanttDateTip

class GanttDateTip
extends java.lang.Object
Shows any text right above an event (or any location really, but that's the idea) and does not dispose the shell until told to do so. Any recurring calls simply re-position the shell.
  • Constructor Summary

    Constructors 
    Constructor Description
    GanttDateTip()  
  • Method Summary

    Modifier and Type Method Description
    static boolean isActive()  
    static void kill()  
    static void makeDialog​(IColorManager colorManager, java.lang.String text, org.eclipse.swt.graphics.Point location, int marker)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • makeDialog

      public static void makeDialog​(IColorManager colorManager, java.lang.String text, org.eclipse.swt.graphics.Point location, int marker)
    • kill

      public static void kill()
    • isActive

      public static boolean isActive()