Package org.fusesource.ide.camel.editor.features.delete

Examples of org.fusesource.ide.camel.editor.features.delete.RemoveNodeFeature


  /* (non-Javadoc)
   * @see org.eclipse.graphiti.ui.features.DefaultFeatureProvider#getRemoveFeature(org.eclipse.graphiti.features.context.IRemoveContext)
   */
  @Override
  public IRemoveFeature getRemoveFeature(IRemoveContext context) {
    return new RemoveNodeFeature(this);
  }
View Full Code Here

TOP

Related Classes of org.fusesource.ide.camel.editor.features.delete.RemoveNodeFeature

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.