org.eclipse.gmf.graphdef.editor.edit.policies
Class GMFGraphBaseItemSemanticEditPolicy.LinkConstraints

java.lang.Object
  extended by org.eclipse.gmf.graphdef.editor.edit.policies.GMFGraphBaseItemSemanticEditPolicy.LinkConstraints
Enclosing class:
GMFGraphBaseItemSemanticEditPolicy

public static class GMFGraphBaseItemSemanticEditPolicy.LinkConstraints
extends Object

Generated

Constructor Summary
GMFGraphBaseItemSemanticEditPolicy.LinkConstraints()
           
 
Method Summary
static boolean canCreateChildAccess_4002(FigureDescriptor source, Figure target)
           
static boolean canCreateCompartmentAccessor_4003(Compartment source, ChildAccess target)
           
static boolean canCreateDiagramElementFigure_4005(DiagramElement source, FigureDescriptor target)
           
static boolean canCreateDiagramLabelAccessor_4004(DiagramLabel source, ChildAccess target)
           
static boolean canCreateNodeContentPane_4006(Node source, ChildAccess target)
           
static boolean canExistChildAccess_4002(FigureDescriptor source, Figure target)
           
static boolean canExistCompartmentAccessor_4003(Compartment source, ChildAccess target)
           
static boolean canExistDiagramElementFigure_4005(DiagramElement source, FigureDescriptor target)
           
static boolean canExistDiagramLabelAccessor_4004(DiagramLabel source, ChildAccess target)
           
static boolean canExistNodeContentPane_4006(Node source, ChildAccess target)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GMFGraphBaseItemSemanticEditPolicy.LinkConstraints

public GMFGraphBaseItemSemanticEditPolicy.LinkConstraints()
Method Detail

canCreateChildAccess_4002

public static boolean canCreateChildAccess_4002(FigureDescriptor source,
                                                Figure target)
Generated

canCreateCompartmentAccessor_4003

public static boolean canCreateCompartmentAccessor_4003(Compartment source,
                                                        ChildAccess target)
Generated

canCreateDiagramLabelAccessor_4004

public static boolean canCreateDiagramLabelAccessor_4004(DiagramLabel source,
                                                         ChildAccess target)
Generated

canCreateNodeContentPane_4006

public static boolean canCreateNodeContentPane_4006(Node source,
                                                    ChildAccess target)
Generated

canCreateDiagramElementFigure_4005

public static boolean canCreateDiagramElementFigure_4005(DiagramElement source,
                                                         FigureDescriptor target)
Generated

canExistChildAccess_4002

public static boolean canExistChildAccess_4002(FigureDescriptor source,
                                               Figure target)
Generated

canExistCompartmentAccessor_4003

public static boolean canExistCompartmentAccessor_4003(Compartment source,
                                                       ChildAccess target)
Generated

canExistDiagramLabelAccessor_4004

public static boolean canExistDiagramLabelAccessor_4004(DiagramLabel source,
                                                        ChildAccess target)
Generated

canExistNodeContentPane_4006

public static boolean canExistNodeContentPane_4006(Node source,
                                                   ChildAccess target)
Generated

canExistDiagramElementFigure_4005

public static boolean canExistDiagramElementFigure_4005(DiagramElement source,
                                                        FigureDescriptor target)
Generated


Copyright © 2012. All Rights Reserved.