Package org.fusesource.ide.launcher.util

Examples of org.fusesource.ide.launcher.util.CamelDebugContextEditorInput.refresh()


   */
  public void updateEditorInput() {
    CamelDebugRegistryEntry entry = CamelDebugRegistry.getInstance().getEntry(getLaunch().getLaunchConfiguration());
    if (entry != null) {
      CamelDebugContextEditorInput input = entry.getEditorInput();
      input.refresh();
    }
   
//    closeRemoteContextEditor();
  }
 
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.