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 classCompoundZoomHandlerclassGanttCompositeThe GanttComposite is the workhorse of the GANTT chart.Fields in org.eclipse.nebula.widgets.ganttchart declared as IZoomHandler Modifier and Type Field Description private IZoomHandlerGanttComposite. zoomHandlerFields in org.eclipse.nebula.widgets.ganttchart with type parameters of type IZoomHandler Modifier and Type Field Description private java.util.List<IZoomHandler>CompoundZoomHandler. handlerMethods in org.eclipse.nebula.widgets.ganttchart with parameters of type IZoomHandler Modifier and Type Method Description voidCompoundZoomHandler. addHandler(IZoomHandler handler)voidGanttComposite. setZoomHandler(IZoomHandler zoomHandler)
-