Class: TextYatta
| Defined in: | lib/Frameworks/TextYatta.coffee | 
Overview
Framework for Text Datastructures.
Instance Method Summary
- # (void) getRootElement()
 - # (void) getEngine()
 - # (void) getConnector()
 - # (void) getHistoryBuffer()
 - # (void) getUserId()
 - # (void) val()
 - # (void) insertText(pos, content)
 - # (void) deleteText(pos, length)
 - # (void) replaceText(text)
 
Constructor Details
      #
(void)
constructor(user_id, Connector)
      
    
Instance Method Details
      #
(void)
getRootElement()
      
    
      #
(void)
getEngine()
      
    
      #
(void)
getConnector()
      
    
      #
(void)
getHistoryBuffer()
      
    
      #
(void)
getUserId()
      
    
      #
(void)
val()
      
    
      #
(void)
insertText(pos, content)
      
    
      #
(void)
deleteText(pos, length)
      
    
      #
(void)
replaceText(text)