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


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)

canCreateCompartmentAccessor_4003

public static boolean canCreateCompartmentAccessor_4003(Compartment source,
                                                        ChildAccess target)

canCreateDiagramLabelAccessor_4004

public static boolean canCreateDiagramLabelAccessor_4004(DiagramLabel source,
                                                         ChildAccess target)

canCreateNodeContentPane_4006

public static boolean canCreateNodeContentPane_4006(Node source,
                                                    ChildAccess target)

canCreateDiagramElementFigure_4005

public static boolean canCreateDiagramElementFigure_4005(DiagramElement source,
                                                         FigureDescriptor target)

canExistChildAccess_4002

public static boolean canExistChildAccess_4002(FigureDescriptor source,
                                               Figure target)

canExistCompartmentAccessor_4003

public static boolean canExistCompartmentAccessor_4003(Compartment source,
                                                       ChildAccess target)

canExistDiagramLabelAccessor_4004

public static boolean canExistDiagramLabelAccessor_4004(DiagramLabel source,
                                                        ChildAccess target)

canExistNodeContentPane_4006

public static boolean canExistNodeContentPane_4006(Node source,
                                                   ChildAccess target)

canExistDiagramElementFigure_4005

public static boolean canExistDiagramElementFigure_4005(DiagramElement source,
                                                        FigureDescriptor target)


Copyright © 2011. All Rights Reserved.