|
|||||||||
Home >> All >> javax >> ide >> model >> [ text overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
javax.ide.model.text
Interface TextModel

- 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.
|
|||||||||
Home >> All >> javax >> ide >> model >> [ text overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |