Uses of Interface
org.eclipse.nebula.widgets.ganttchart.IZoomHandler
-
Packages that use IZoomHandler Package Description org.eclipse.nebula.widgets.ganttchart -
-
Uses of IZoomHandler in org.eclipse.nebula.widgets.ganttchart
Classes in org.eclipse.nebula.widgets.ganttchart that implement IZoomHandler Modifier and Type Class Description class
CompoundZoomHandler
class
GanttComposite
The GanttComposite is the workhorse of the GANTT chart.Fields in org.eclipse.nebula.widgets.ganttchart declared as IZoomHandler Modifier and Type Field Description private IZoomHandler
GanttComposite. zoomHandler
Fields in org.eclipse.nebula.widgets.ganttchart with type parameters of type IZoomHandler Modifier and Type Field Description private java.util.List<IZoomHandler>
CompoundZoomHandler. handler
Methods in org.eclipse.nebula.widgets.ganttchart with parameters of type IZoomHandler Modifier and Type Method Description void
CompoundZoomHandler. addHandler(IZoomHandler handler)
void
GanttComposite. setZoomHandler(IZoomHandler zoomHandler)
-