Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.ide.model.text
Interface TextModel  view TextModel download TextModel.java

All Superinterfaces:
javax.ide.model.Transaction

public interface TextModel
extends javax.ide.model.Transaction

The TextModel class. Encapsulates the javax.swing.text.Document interface to support reading from and writing into the model.


Method Summary
 javax.swing.text.Document getDocument()
          Gets the javax.swing.text.Document.
 
Methods inherited from interface javax.ide.model.Transaction
beginEdit, commitEdit, read, rollbackEdit, write
 

Method Detail

getDocument

public javax.swing.text.Document getDocument()
Gets the javax.swing.text.Document.