sidekick
Class TextElement

java.lang.Object
  extended bysidekick.TextElement

public class TextElement
extends java.lang.Object


Field Summary
 int end
           
 int start
           
 java.lang.String text
           
 
Constructor Summary
TextElement()
           
 
Method Summary
 java.lang.String toString()
          In this method we don't increase end because we use end as a reference to buffer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

text

public java.lang.String text

start

public int start

end

public int end
Constructor Detail

TextElement

public TextElement()
Method Detail

toString

public java.lang.String toString()
In this method we don't increase end because we use end as a reference to buffer

Returns:
String