Package org.eclim.plugin.jdt.command.debug.ui

Examples of org.eclim.plugin.jdt.command.debug.ui.VariableView


    this.id = project.getName() + " - " + host + ":" + port;
    this.vimClient = new VimClient(vimInstanceId);

    this.threadCtx = new ThreadContext();
    this.threadView = new ThreadView(threadCtx);
    this.varView = new VariableView(threadCtx);
  }
View Full Code Here

TOP

Related Classes of org.eclim.plugin.jdt.command.debug.ui.VariableView

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.