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

Examples of org.fusesource.ide.camel.editor.features.create.CreateBeanFigureFeature


      bean.setBeanType(aClass);

      String title = bean.getDisplayText();
      String description = "bean '" + name + "' of type " + aClass;

      featureList.add(new CreateBeanFigureFeature(this, title, description, bean));
    }
  }
View Full Code Here

TOP

Related Classes of org.fusesource.ide.camel.editor.features.create.CreateBeanFigureFeature

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.