org.eclipse.cdt.internal.ui.buildconsole
Class BuildConsole

java.lang.Object
  extended by org.eclipse.ui.console.AbstractConsole
      extended by org.eclipse.cdt.internal.ui.buildconsole.BuildConsole
All Implemented Interfaces:
org.eclipse.ui.console.IConsole

public class BuildConsole
extends org.eclipse.ui.console.AbstractConsole


Field Summary
static java.lang.String P_STREAM_COLOR
          Property constant indicating the color of a stream has changed.
 
Constructor Summary
BuildConsole(IBuildConsoleManager manager, java.lang.String name, java.lang.String id)
           
 
Method Summary
 org.eclipse.ui.part.IPageBookViewPage createPage(org.eclipse.ui.console.IConsoleView view)
           
 IBuildConsoleManager getConsoleManager()
           
 void setTitle(org.eclipse.core.resources.IProject project)
           
 
Methods inherited from class org.eclipse.ui.console.AbstractConsole
activate, addPropertyChangeListener, destroy, firePropertyChange, getHelpContextId, getImageDescriptor, getName, getType, initialize, removePropertyChangeListener
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

P_STREAM_COLOR

public static final java.lang.String P_STREAM_COLOR
Property constant indicating the color of a stream has changed.

See Also:
Constant Field Values
Constructor Detail

BuildConsole

public BuildConsole(IBuildConsoleManager manager,
                    java.lang.String name,
                    java.lang.String id)
Method Detail

createPage

public org.eclipse.ui.part.IPageBookViewPage createPage(org.eclipse.ui.console.IConsoleView view)

setTitle

public void setTitle(org.eclipse.core.resources.IProject project)

getConsoleManager

public IBuildConsoleManager getConsoleManager()