Uses of Interface
org.eclipse.gmf.gmfgraph.Node

Packages that use Node
org.eclipse.gmf.gmfgraph   
org.eclipse.gmf.gmfgraph.impl   
org.eclipse.gmf.gmfgraph.util   
org.eclipse.gmf.graphdef.editor.edit.commands   
org.eclipse.gmf.graphdef.editor.edit.policies   
org.eclipse.gmf.mappings   
org.eclipse.gmf.mappings.impl   
 

Uses of Node in org.eclipse.gmf.gmfgraph
 

Subinterfaces of Node in org.eclipse.gmf.gmfgraph
 interface DiagramLabel
          A representation of the model object 'Diagram Label'.
 

Methods in org.eclipse.gmf.gmfgraph that return Node
 Node GMFGraphFactory.createNode()
          Returns a new object of class 'Node'.
 

Methods in org.eclipse.gmf.gmfgraph that return types with arguments of type Node
 org.eclipse.emf.common.util.EList<Node> Canvas.getNodes()
          Returns the value of the 'Nodes' containment reference list.
 

Uses of Node in org.eclipse.gmf.gmfgraph.impl
 

Classes in org.eclipse.gmf.gmfgraph.impl that implement Node
 class DiagramLabelImpl
          An implementation of the model object 'Diagram Label'.
 class NodeImpl
          An implementation of the model object 'Node'.
 

Fields in org.eclipse.gmf.gmfgraph.impl with type parameters of type Node
protected  org.eclipse.emf.common.util.EList<Node> CanvasImpl.nodes
          The cached value of the 'Nodes' containment reference list.
 

Methods in org.eclipse.gmf.gmfgraph.impl that return Node
 Node GMFGraphFactoryImpl.createNode()
           
 

Methods in org.eclipse.gmf.gmfgraph.impl that return types with arguments of type Node
 org.eclipse.emf.common.util.EList<Node> CanvasImpl.getNodes()
           
 

Uses of Node in org.eclipse.gmf.gmfgraph.util
 

Methods in org.eclipse.gmf.gmfgraph.util with parameters of type Node
 T GMFGraphSwitch.caseNode(Node object)
          Returns the result of interpreting the object as an instance of 'Node'.
 

Uses of Node in org.eclipse.gmf.graphdef.editor.edit.commands
 

Methods in org.eclipse.gmf.graphdef.editor.edit.commands that return Node
protected  Node NodeContentPaneReorientCommand.getNewSource()
           
protected  Node NodeContentPaneReorientCommand.getOldSource()
           
protected  Node NodeContentPaneCreateCommand.getSource()
           
 

Methods in org.eclipse.gmf.graphdef.editor.edit.commands with parameters of type Node
protected  void NodeCreateCommand.doConfigure(Node newElement, org.eclipse.core.runtime.IProgressMonitor monitor, org.eclipse.core.runtime.IAdaptable info)
           
 

Uses of Node in org.eclipse.gmf.graphdef.editor.edit.policies
 

Methods in org.eclipse.gmf.graphdef.editor.edit.policies with parameters of type Node
static boolean GMFGraphBaseItemSemanticEditPolicy.LinkConstraints.canCreateNodeContentPane_4006(Node source, ChildAccess target)
           
static boolean GMFGraphBaseItemSemanticEditPolicy.LinkConstraints.canExistNodeContentPane_4006(Node source, ChildAccess target)
           
 

Uses of Node in org.eclipse.gmf.mappings
 

Methods in org.eclipse.gmf.mappings that return Node
 Node NodeMapping.getDiagramNode()
          Returns the value of the 'Diagram Node' reference.
 

Methods in org.eclipse.gmf.mappings with parameters of type Node
 void NodeMapping.setDiagramNode(Node value)
          Sets the value of the 'Diagram Node' reference.
 

Uses of Node in org.eclipse.gmf.mappings.impl
 

Fields in org.eclipse.gmf.mappings.impl declared as Node
protected  Node NodeMappingImpl.diagramNode
          The cached value of the 'Diagram Node' reference.
 

Methods in org.eclipse.gmf.mappings.impl that return Node
 Node NodeMappingImpl.basicGetDiagramNode()
           
 Node NodeMappingImpl.getDiagramNode()
           
 

Methods in org.eclipse.gmf.mappings.impl with parameters of type Node
 void NodeMappingImpl.setDiagramNode(Node newDiagramNode)
           
 



Copyright © 2012. All Rights Reserved.