Package com.googlecode.goclipse.debug.ui

Examples of com.googlecode.goclipse.debug.ui.GoToggleBreakpointAdapter


public class DebugUI_Actual {
 
  public static final String LANG_BREAKPOINT_FACTORY_ID = Activator.PLUGIN_ID + "BreakpointFactory";
 
  public static GoToggleBreakpointAdapter createToggleBreakPointAdapter() {
    return new GoToggleBreakpointAdapter();
  }
View Full Code Here

TOP

Related Classes of com.googlecode.goclipse.debug.ui.GoToggleBreakpointAdapter

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.