Uses of Interface
org.eclipse.cdt.ui.IBuildConsoleManager

Packages that use IBuildConsoleManager
org.eclipse.cdt.internal.ui.buildconsole   
org.eclipse.cdt.ui   
 

Uses of IBuildConsoleManager in org.eclipse.cdt.internal.ui.buildconsole
 

Classes in org.eclipse.cdt.internal.ui.buildconsole that implement IBuildConsoleManager
 class BuildConsoleManager
           
 

Methods in org.eclipse.cdt.internal.ui.buildconsole that return IBuildConsoleManager
 IBuildConsoleManager BuildConsole.getConsoleManager()
           
 

Constructors in org.eclipse.cdt.internal.ui.buildconsole with parameters of type IBuildConsoleManager
BuildConsole(IBuildConsoleManager manager, java.lang.String name, java.lang.String id)
           
 

Uses of IBuildConsoleManager in org.eclipse.cdt.ui
 

Methods in org.eclipse.cdt.ui that return IBuildConsoleManager
 IBuildConsoleManager CUIPlugin.getConsoleManager()
          Return the default console manager.
 IBuildConsoleManager CUIPlugin.getConsoleManager(java.lang.String name, java.lang.String id)
          Return a console manager specified by id.