Uses of Interface
org.eclipse.gef.editparts.ZoomListener
-
Packages that use ZoomListener Package Description org.eclipse.gef.editparts This package contains abstract implementation of the EditPart interface.org.eclipse.gef.ui.actions This package support for using JFace Actions in your EditorPart. -
-
Uses of ZoomListener in org.eclipse.gef.editparts
Methods in org.eclipse.gef.editparts with parameters of type ZoomListener Modifier and Type Method Description voidZoomManager. addZoomListener(ZoomListener listener)Adds the given ZoomListener to this ZoomManager's list of listeners.voidZoomManager. removeZoomListener(ZoomListener listener)Removes the given ZoomListener from this ZoomManager's list of listeners. -
Uses of ZoomListener in org.eclipse.gef.ui.actions
Classes in org.eclipse.gef.ui.actions that implement ZoomListener Modifier and Type Class Description classZoomComboContributionItemA ControlContribution that uses aComboas its controlclassZoomInActionclassZoomOutAction
-