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

java.lang.Object
  extended by org.eclipse.cdt.internal.ui.buildconsole.ConsoleOutputTextStore
All Implemented Interfaces:
org.eclipse.jface.text.ITextStore

public class ConsoleOutputTextStore
extends java.lang.Object
implements org.eclipse.jface.text.ITextStore


Constructor Summary
ConsoleOutputTextStore(int bufferSize)
           
 
Method Summary
 char get(int pos)
           
 java.lang.String get(int pos, int length)
           
 int getLength()
           
 void replace(int pos, int length, java.lang.String text)
           
 void set(java.lang.String text)
           
 void setMinimalBufferSize(int bufferSize)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsoleOutputTextStore

public ConsoleOutputTextStore(int bufferSize)
Method Detail

get

public char get(int pos)
Specified by:
get in interface org.eclipse.jface.text.ITextStore
See Also:
ITextStore.get(int)

get

public java.lang.String get(int pos,
                            int length)
Specified by:
get in interface org.eclipse.jface.text.ITextStore
See Also:
ITextStore.get(int, int)

getLength

public int getLength()
Specified by:
getLength in interface org.eclipse.jface.text.ITextStore
See Also:
ITextStore.getLength()

replace

public void replace(int pos,
                    int length,
                    java.lang.String text)
Specified by:
replace in interface org.eclipse.jface.text.ITextStore
See Also:
ITextStore.replace(int, int, String)

set

public void set(java.lang.String text)
Specified by:
set in interface org.eclipse.jface.text.ITextStore
See Also:
ITextStore.set(String)

setMinimalBufferSize

public void setMinimalBufferSize(int bufferSize)
See Also:
StringBuffer.ensureCapacity(int)