Uses of Interface
org.eclipse.nebula.widgets.ganttchart.IViewPortHandler
-
Packages that use IViewPortHandler Package Description org.eclipse.nebula.widgets.ganttchart -
-
Uses of IViewPortHandler in org.eclipse.nebula.widgets.ganttchart
Subinterfaces of IViewPortHandler in org.eclipse.nebula.widgets.ganttchart Modifier and Type Interface Description interface
IViewPortHandler2
Classes in org.eclipse.nebula.widgets.ganttchart that implement IViewPortHandler Modifier and Type Class Description class
CompoundViewPortHandler
(package private) class
ViewPortHandler
Fields in org.eclipse.nebula.widgets.ganttchart with type parameters of type IViewPortHandler Modifier and Type Field Description private java.util.List<IViewPortHandler>
CompoundViewPortHandler. handler
Methods in org.eclipse.nebula.widgets.ganttchart that return IViewPortHandler Modifier and Type Method Description IViewPortHandler
GanttComposite. getViewPortHandler()
Methods in org.eclipse.nebula.widgets.ganttchart with parameters of type IViewPortHandler Modifier and Type Method Description void
CompoundViewPortHandler. addHandler(IViewPortHandler handler)
void
CompoundViewPortHandler. removeHandler(IViewPortHandler handler)
void
CompoundZoomHandler. removeHandler(IViewPortHandler handler)
-