com.bonevich.eclipse.cvsgrapher.editors
Interface ICvsGraphNodeEditPart

All Superinterfaces:
org.eclipse.gef.EditPart, org.eclipse.gef.GraphicalEditPart, org.eclipse.core.runtime.IAdaptable, org.eclipse.gef.NodeEditPart
All Known Implementing Classes:
AbstractCvsGraphNodeEditPart

public interface ICvsGraphNodeEditPart
extends org.eclipse.gef.NodeEditPart

Interface defining the common API for CVS Graph Node controllers. Extends NodeEditPart to add an accessor to the view helper.

Author:
jbonevic

Field Summary
 
Fields inherited from interface org.eclipse.gef.EditPart
SELECTED, SELECTED_NONE, SELECTED_PRIMARY
 
Method Summary
 CvsGraphNodeViewHelper getViewHelper()
           
 
Methods inherited from interface org.eclipse.gef.NodeEditPart
getSourceConnectionAnchor, getSourceConnectionAnchor, getTargetConnectionAnchor, getTargetConnectionAnchor
 
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

getViewHelper

public CvsGraphNodeViewHelper getViewHelper()


Copyright © 2003-2004 bonevich.com. All Rights Reserved.