org.eclipse.cdt.internal.ui.buildconsole
Class ConsoleOutputTextStore
java.lang.Object
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
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConsoleOutputTextStore
public ConsoleOutputTextStore(int bufferSize)
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)