Runtime

Uses of Class
org.eclipse.gmf.runtime.gef.ui.figures.NodeFigure

Packages that use NodeFigure
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.figures Aurora internal packages Package Specification the figures package 
org.eclipse.gmf.runtime.diagram.ui.render.editparts Package Specification This package contains the edit part classes.  
org.eclipse.gmf.runtime.gef.ui.figures Provides a set of classes that extend from the org.eclipse.draw2d hierarchies for rendering, geometric manipulation and layout of figures on the drawing surface.  
 

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

Methods in org.eclipse.gmf.runtime.diagram.ui.editparts that return NodeFigure
protected  NodeFigure BorderedBorderItemEditPart.createNodeFigure()
           
protected abstract  NodeFigure BorderedBorderItemEditPart.createMainFigure()
          Creates this editpart's main figure.
protected abstract  NodeFigure ShapeNodeEditPart.createNodeFigure()
          creates a node figure
protected  NodeFigure ShapeNodeEditPart.getNodeFigure()
          getter for the node Figure
protected  NodeFigure NoteEditPart.createNodeFigure()
          Creates a note figure.
protected  NodeFigure AbstractBorderedShapeEditPart.createNodeFigure()
          Returns a BorderedNodeFigurethat will wrap this editpart's main figure.
protected abstract  NodeFigure AbstractBorderedShapeEditPart.createMainFigure()
          Creates this editpart's main figure.
 

Uses of NodeFigure in org.eclipse.gmf.runtime.diagram.ui.figures
 

Subclasses of NodeFigure in org.eclipse.gmf.runtime.diagram.ui.figures
 class BorderedNodeFigure
          Wrapper figure that contains the main figure and the border item figures.
 class NoteFigure
          a figure represents the Note view, this figure had a mode called DiagramLinkMode, if this mode is turned ON then the text alignment will be center instead of left and the border will be rectangle instead of the note border shape, also it will not paint the border
 class ResizableCompartmentFigure
           
 class ShapeCompartmentFigure
          A specialized implementation of ResizableCompartmentFigure, this class configures the scrollpane to use a FreeformLayer with a FreeformLayout as its contents.
 

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

Methods in org.eclipse.gmf.runtime.diagram.ui.render.editparts that return NodeFigure
protected  NodeFigure AbstractImageEditPart.createNodeFigure()
           
 

Uses of NodeFigure in org.eclipse.gmf.runtime.gef.ui.figures
 

Subclasses of NodeFigure in org.eclipse.gmf.runtime.gef.ui.figures
 class DefaultSizeNodeFigure
          A node figure that ensures a minimum preferred size (called the default size) Extend this class if your node figure wants to ensure a minimum preferred size regardless of what the layout manager is calculating
 class WrapperNodeFigure
          Wrapper NodeFigure figure to contain other figures, which may have different borders.
 


Runtime

Guidelines for using Eclipse APIs.

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