GEF (MVC)
3.9.0.201308190730

org.eclipse.gef.editparts
Interface IScrollableEditPart

All Superinterfaces:
EditPart, GraphicalEditPart, IAdaptable

public interface IScrollableEditPart
extends GraphicalEditPart

Should be implemented by EditParts, to which an ScrollableSelectionFeedbackEditPolicy is to be registered, as it grants the edit policy type-safe access to the edit part's IScrollableFigure.

Since:
3.6

Field Summary
 
Fields inherited from interface org.eclipse.gef.EditPart
SELECTED, SELECTED_NONE, SELECTED_PRIMARY
 
Method Summary
 IScrollableFigure getScrollableFigure()
          Offers type-safe access to the GraphicalEditPart's figure.
 
Methods inherited from interface org.eclipse.gef.GraphicalEditPart
addNodeListener, getContentPane, getFigure, getSourceConnections, getTargetConnections, removeNodeListener, setLayoutConstraint
 
Methods inherited from interface org.eclipse.gef.EditPart
activate, addEditPartListener, addNotify, deactivate, eraseSourceFeedback, eraseTargetFeedback, getChildren, getCommand, getDragTracker, getEditPolicy, getModel, getParent, getRoot, getSelected, getTargetEditPart, getViewer, hasFocus, installEditPolicy, isActive, isSelectable, performRequest, refresh, removeEditPartListener, removeEditPolicy, removeNotify, setFocus, setModel, setParent, setSelected, showSourceFeedback, showTargetFeedback, understandsRequest
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 

Method Detail

getScrollableFigure

IScrollableFigure getScrollableFigure()
Offers type-safe access to the GraphicalEditPart's figure.

Returns:
The figure of this edit part, which has to be an IScrollableFigure

GEF (MVC)
3.9.0.201308190730

Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.