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

Packages that use ChildAccess
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   
 

Uses of ChildAccess in org.eclipse.gmf.gmfgraph
 

Methods in org.eclipse.gmf.gmfgraph that return ChildAccess
 ChildAccess GMFGraphFactory.createChildAccess()
          Returns a new object of class 'Child Access'.
 ChildAccess Compartment.getAccessor()
          Returns the value of the 'Accessor' reference.
 ChildAccess DiagramLabel.getAccessor()
          Returns the value of the 'Accessor' reference.
 ChildAccess DiagramLabel.getContainer()
          Returns the value of the 'Container' reference.
 ChildAccess Node.getContentPane()
          Returns the value of the 'Content Pane' reference.
 

Methods in org.eclipse.gmf.gmfgraph that return types with arguments of type ChildAccess
 org.eclipse.emf.common.util.EList<ChildAccess> FigureDescriptor.getAccessors()
          Returns the value of the 'Accessors' containment reference list.
 

Methods in org.eclipse.gmf.gmfgraph with parameters of type ChildAccess
 void Compartment.setAccessor(ChildAccess value)
          Sets the value of the 'Accessor' reference.
 void DiagramLabel.setAccessor(ChildAccess value)
          Sets the value of the 'Accessor' reference.
 void DiagramLabel.setContainer(ChildAccess value)
          Sets the value of the 'Container' reference.
 void Node.setContentPane(ChildAccess value)
          Sets the value of the 'Content Pane' reference.
 

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

Classes in org.eclipse.gmf.gmfgraph.impl that implement ChildAccess
 class ChildAccessImpl
          An implementation of the model object 'Child Access'.
 

Fields in org.eclipse.gmf.gmfgraph.impl declared as ChildAccess
protected  ChildAccess DiagramLabelImpl.accessor
          The cached value of the 'Accessor' reference.
protected  ChildAccess CompartmentImpl.accessor
          The cached value of the 'Accessor' reference.
protected  ChildAccess DiagramLabelImpl.container
          The cached value of the 'Container' reference.
protected  ChildAccess NodeImpl.contentPane
          The cached value of the 'Content Pane' reference.
 

Fields in org.eclipse.gmf.gmfgraph.impl with type parameters of type ChildAccess
protected  org.eclipse.emf.common.util.EList<ChildAccess> FigureDescriptorImpl.accessors
          The cached value of the 'Accessors' containment reference list.
 

Methods in org.eclipse.gmf.gmfgraph.impl that return ChildAccess
 ChildAccess DiagramLabelImpl.basicGetAccessor()
           
 ChildAccess CompartmentImpl.basicGetAccessor()
           
 ChildAccess DiagramLabelImpl.basicGetContainer()
           
 ChildAccess NodeImpl.basicGetContentPane()
           
 ChildAccess GMFGraphFactoryImpl.createChildAccess()
           
 ChildAccess DiagramLabelImpl.getAccessor()
           
 ChildAccess CompartmentImpl.getAccessor()
           
 ChildAccess DiagramLabelImpl.getContainer()
           
 ChildAccess NodeImpl.getContentPane()
           
 

Methods in org.eclipse.gmf.gmfgraph.impl that return types with arguments of type ChildAccess
 org.eclipse.emf.common.util.EList<ChildAccess> FigureDescriptorImpl.getAccessors()
           
 

Methods in org.eclipse.gmf.gmfgraph.impl with parameters of type ChildAccess
 void DiagramLabelImpl.setAccessor(ChildAccess newAccessor)
           
 void CompartmentImpl.setAccessor(ChildAccess newAccessor)
           
 void DiagramLabelImpl.setContainer(ChildAccess newContainer)
           
 void NodeImpl.setContentPane(ChildAccess newContentPane)
           
 

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

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

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

Methods in org.eclipse.gmf.graphdef.editor.edit.commands that return ChildAccess
protected  ChildAccess ChildAccessReorientCommand.getLink()
           
protected  ChildAccess CompartmentAccessorReorientCommand.getNewTarget()
           
protected  ChildAccess DiagramLabelAccessorReorientCommand.getNewTarget()
           
protected  ChildAccess NodeContentPaneReorientCommand.getNewTarget()
           
protected  ChildAccess CompartmentAccessorReorientCommand.getOldTarget()
           
protected  ChildAccess DiagramLabelAccessorReorientCommand.getOldTarget()
           
protected  ChildAccess NodeContentPaneReorientCommand.getOldTarget()
           
protected  ChildAccess NodeContentPaneCreateCommand.getTarget()
           
protected  ChildAccess CompartmentAccessorCreateCommand.getTarget()
           
protected  ChildAccess DiagramLabelAccessorCreateCommand.getTarget()
           
 

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

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

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



Copyright © 2012. All Rights Reserved.