Package org.springframework.ide.eclipse.webflow.ui.graph.policies

Examples of org.springframework.ide.eclipse.webflow.ui.graph.policies.StateTreeContainerEditPolicy


   * @see org.eclipse.gef.editparts.AbstractTreeEditPart#createEditPolicies()
   */
  protected void createEditPolicies() {
    installEditPolicy(EditPolicy.COMPONENT_ROLE, new StateEditPolicy());
    installEditPolicy(EditPolicy.TREE_CONTAINER_ROLE,
        new StateTreeContainerEditPolicy());
    installEditPolicy(EditPolicy.PRIMARY_DRAG_ROLE,
        new StateTreeEditPolicy());
  }
View Full Code Here

TOP

Related Classes of org.springframework.ide.eclipse.webflow.ui.graph.policies.StateTreeContainerEditPolicy

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.