public interface FisheyeListener
GraphWidget
and receive
notifications when fisheye figures are added, removed or replaced in it.Modifier and Type | Method and Description |
---|---|
void |
fisheyeAdded(GraphWidget graph,
org.eclipse.draw2d.IFigure originalFigure,
org.eclipse.draw2d.IFigure fisheyeFigure)
Called when a fisheye figure is added to an observed graph.
|
void |
fisheyeRemoved(GraphWidget graph,
org.eclipse.draw2d.IFigure originalFigure,
org.eclipse.draw2d.IFigure fisheyeFigure)
Called when a fisheye figure is removed form an observed graph.
|
void |
fisheyeReplaced(GraphWidget graph,
org.eclipse.draw2d.IFigure oldFisheyeFigure,
org.eclipse.draw2d.IFigure newFisheyeFigure)
Called when one fisheye figure is replaced by another in an observed
graph.
|
void fisheyeAdded(GraphWidget graph, org.eclipse.draw2d.IFigure originalFigure, org.eclipse.draw2d.IFigure fisheyeFigure)
graph
- observed graphoriginalFigure
- figure to be fisheyedfisheyeFigure
- the added fisheye figurevoid fisheyeRemoved(GraphWidget graph, org.eclipse.draw2d.IFigure originalFigure, org.eclipse.draw2d.IFigure fisheyeFigure)
graph
- observed graphoriginalFigure
- figure that was fisheyedfisheyeFigure
- the removed fisheye figurevoid fisheyeReplaced(GraphWidget graph, org.eclipse.draw2d.IFigure oldFisheyeFigure, org.eclipse.draw2d.IFigure newFisheyeFigure)
graph
- observed grapholdFisheyeFigure
- fisheye figure that is replacednewFisheyeFigure
- fisheye figure that replaces the old figureCopyright (c) 2014 itemis AG and others. All rights reserved.