public interface EditorDocument extends PropertyChangeNotifier
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | EditorDocument.Format | 
| Modifier and Type | Field and Description | 
|---|---|
| static String | DOCUMENT_PROPERTY | 
| Modifier and Type | Method and Description | 
|---|---|
| DocumentContent | getDocumentContent(EditorDocument.Format format) | 
| void | release() | 
| void | setDocumentContent(DocumentContent documentContent) | 
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListenerstatic final String DOCUMENT_PROPERTY
void release()
@Nonnull DocumentContent getDocumentContent(EditorDocument.Format format)
void setDocumentContent(DocumentContent documentContent)
Copyright © 2019. All Rights Reserved.