|
Oxygen XML Editor 11.2 Author API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AuthorListener
Listener notified about Author document changes, document structure changes and document content changes.
| Method Summary | |
|---|---|
void |
attributeChanged(AttributeChangedEvent e)
Called when an Author attribute is changed in one of the document's elements. |
void |
authorNodeNameChanged(AuthorNode node)
This is called when a node has been renamed. |
void |
authorNodeStructureChanged(AuthorNode node)
The node structure has been changed. |
void |
beforeAttributeChange(AttributeChangedEvent e)
Called when an attribute is about to be changed in one of the document's elements. |
void |
beforeAuthorNodeNameChange(AuthorNode authorNode)
Called when a node name is about to be changed. |
void |
beforeAuthorNodeStructureChange(AuthorNode authorNode)
Called when a node structure is about to be changed. |
void |
beforeContentDelete(DocumentContentDeletedEvent e)
Called before some content is deleted from the document. |
void |
beforeContentInsert(DocumentContentInsertedEvent e)
Called when content is about to be inserted into a document. |
void |
beforeDoctypeChange()
Called before the DOCTYPE section is about to be changed. |
void |
contentDeleted(DocumentContentDeletedEvent e)
Called when content is deleted from the document. |
void |
contentInserted(DocumentContentInsertedEvent e)
Called when content is inserted into the document. |
void |
doctypeChanged()
The DOCTYPE section has been changed. |
void |
documentChanged(AuthorDocument oldDocument,
AuthorDocument newDocument)
A new document has been set into the author page. |
| Method Detail |
|---|
void beforeContentDelete(DocumentContentDeletedEvent e)
e - The DocumentContentDeletedEvent.void beforeAttributeChange(AttributeChangedEvent e)
e - The AttributeChangedEvent.void beforeContentInsert(DocumentContentInsertedEvent e)
e - The DocumentContentInsertedEvent.void beforeDoctypeChange()
void beforeAuthorNodeStructureChange(AuthorNode authorNode)
authorNode - The AuthorNode that contains the modification.void beforeAuthorNodeNameChange(AuthorNode authorNode)
authorNode is a reference to the actual node in the
AuthorDocument so its name will be changed after the name change
operation is completed.
authorNode - The AuthorNode that will be changed.void attributeChanged(AttributeChangedEvent e)
e - The AttributeChangedEvent.void authorNodeNameChanged(AuthorNode node)
node - The AuthorNode that was renamed.void authorNodeStructureChanged(AuthorNode node)
node - The AuthorNode that contains the modification.
void documentChanged(AuthorDocument oldDocument,
AuthorDocument newDocument)
oldDocument - The old Author documentnewDocument - The new Author document.void contentDeleted(DocumentContentDeletedEvent e)
e - The DocumentContentDeletedEvent.void contentInserted(DocumentContentInsertedEvent e)
e - The DocumentContentInsertedEvent.void doctypeChanged()
|
Oxygen XML Editor 11.2 Author API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||