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 void
ZoomManager. addZoomListener(ZoomListener listener)
Adds the given ZoomListener to this ZoomManager's list of listeners.void
ZoomManager. 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 class
ZoomComboContributionItem
A ControlContribution that uses aCombo
as its controlclass
ZoomInAction
class
ZoomOutAction
-