Runtime

Uses of Interface
org.eclipse.gmf.runtime.diagram.ui.editparts.INodeEditPart

Packages that use INodeEditPart
org.eclipse.gmf.runtime.diagram.ui.editparts Aurora internal packages Package Specification This package contains the edit part classes.  
org.eclipse.gmf.runtime.diagram.ui.editpolicies Aurora internal packages Package Specification This package contains the edit policy classes.  
org.eclipse.gmf.runtime.diagram.ui.render.editparts Package Specification This package contains the edit part classes.  
 

Uses of INodeEditPart in org.eclipse.gmf.runtime.diagram.ui.editparts
 

Classes in org.eclipse.gmf.runtime.diagram.ui.editparts that implement INodeEditPart
 class AbstractBorderedShapeEditPart
          This is a shape which may contain border items.
 class AbstractBorderItemEditPart
          The class controls the behavior of a border item.
 class BorderedBorderItemEditPart
          A border item shape that can also have border items.
 class ConnectionNodeEditPart
          Connection Node EditPart, a specialized Connection EditPart that installs a ditPolicy.GRAPHICAL_NODE_ROLE on this edit part. it also implements INodeEditPart which defines the connectable edit parts
 class NoteEditPart
          Note shape which provides textual annotations for diagram elements.
 class ShapeNodeEditPart
          the shape node controller
 

Uses of INodeEditPart in org.eclipse.gmf.runtime.diagram.ui.editpolicies
 

Methods in org.eclipse.gmf.runtime.diagram.ui.editpolicies that return INodeEditPart
protected  INodeEditPart GraphicalNodeEditPolicy.getConnectableEditPart()
          get a connectable edit part
protected  INodeEditPart GraphicalNodeEditPolicy.getConnectionCompleteEditPart(Request request)
          getConnectionCompleteEditPart This method is used when the connection is verified and made complete to retrieve the final connecting editpart to be used in the connection creation.
protected  INodeEditPart TreeGraphicalNodeEditPolicy.getConnectionCompleteEditPart(Request request)
           
 

Uses of INodeEditPart in org.eclipse.gmf.runtime.diagram.ui.render.editparts
 

Classes in org.eclipse.gmf.runtime.diagram.ui.render.editparts that implement INodeEditPart
 class AbstractImageEditPart
           
 class URLImageEditPart
           
 


Runtime

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.