Uses of Class
org.eclipse.cdt.internal.ui.buildconsole.BuildConsolePartition

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

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

Methods in org.eclipse.cdt.internal.ui.buildconsole that return BuildConsolePartition
 BuildConsolePartition BuildConsolePartition.combineWith(BuildConsolePartition partition)
          Returns a new partition representing this and the given parition combined.
 BuildConsolePartition BuildConsolePartition.createNewPartition(int offset, int length)
          Creates a new patition of this type with the given color, offset, and length.
 

Methods in org.eclipse.cdt.internal.ui.buildconsole with parameters of type BuildConsolePartition
 boolean BuildConsolePartition.canBeCombinedWith(BuildConsolePartition partition)
          Returns whether this partition is allowed to be combined with the given partition.
 BuildConsolePartition BuildConsolePartition.combineWith(BuildConsolePartition partition)
          Returns a new partition representing this and the given parition combined.