org.eclipse.cdt.debug.mi.ui
Class MIUIUtils

java.lang.Object
  extended by org.eclipse.cdt.debug.mi.ui.MIUIUtils

public class MIUIUtils
extends java.lang.Object

This class provides utilities for clients of the MI UI.


Constructor Summary
MIUIUtils()
           
 
Method Summary
static IMILaunchConfigurationComponent createGDBSolibBlock(boolean autoSolib, boolean stopOnSolibEvents)
           
static IMILaunchConfigurationComponent createGDBSolibBlock(IMILaunchConfigurationComponent solibSearchBlock, boolean autoSolib, boolean stopOnSolibEvents)
           
static IMILaunchConfigurationComponent createSolibSearchPathBlock(java.lang.String[] customButtonLabels, IListAdapter listAdapter)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MIUIUtils

public MIUIUtils()
Method Detail

createGDBSolibBlock

public static IMILaunchConfigurationComponent createGDBSolibBlock(IMILaunchConfigurationComponent solibSearchBlock,
                                                                  boolean autoSolib,
                                                                  boolean stopOnSolibEvents)

createGDBSolibBlock

public static IMILaunchConfigurationComponent createGDBSolibBlock(boolean autoSolib,
                                                                  boolean stopOnSolibEvents)

createSolibSearchPathBlock

public static IMILaunchConfigurationComponent createSolibSearchPathBlock(java.lang.String[] customButtonLabels,
                                                                         IListAdapter listAdapter)