Class 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.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static org.eclipse.swt.widgets.Label _label  
      private static org.eclipse.swt.widgets.Shell _shell  
      private static int _yLoc  
    • Constructor Summary

      Constructors 
      Constructor Description
      GanttDateTip()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      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
    • Field Detail

      • _shell

        private static org.eclipse.swt.widgets.Shell _shell
      • _yLoc

        private static int _yLoc
      • _label

        private static org.eclipse.swt.widgets.Label _label
    • Constructor Detail

      • GanttDateTip

        GanttDateTip()
    • Method Detail

      • 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()