Package org.dsource.ddt.debug.ui

Examples of org.dsource.ddt.debug.ui.DeeToggleBreakpointAdapter


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

TOP

Related Classes of org.dsource.ddt.debug.ui.DeeToggleBreakpointAdapter

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.