Package org.eclipse.sapphire.ui.swt.gef.policies

Examples of org.eclipse.sapphire.ui.swt.gef.policies.DiagramXYLayoutEditPolicy


    // disallows the removal of this edit part from its parent
    installEditPolicy(EditPolicy.COMPONENT_ROLE, new RootComponentEditPolicy());

    // handles constraint changes (e.g. moving and/or resizing) of model
    // elements and creation of new model elements
    installEditPolicy(EditPolicy.LAYOUT_ROLE, new DiagramXYLayoutEditPolicy(getCastedModel().getPresentation()));
    installEditPolicy("Snap Feedback", new SapphireSnapFeedbackPolicy(getPresentation().getResourceCache())); //$NON-NLS-1$
  }
View Full Code Here

TOP

Related Classes of org.eclipse.sapphire.ui.swt.gef.policies.DiagramXYLayoutEditPolicy

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.