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