Class DITAMapTreeComponentListener
java.lang.Object
ro.sync.ecss.extensions.api.component.listeners.DITAMapTreeComponentListener
DITA Map tree component listener.
Can be added to notify of global events which occur in the DITA Map Tree.
- Since:
- 14
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract void
The editor document type changed (usually called after a document was loaded).abstract void
The loaded document changed.abstract void
modifiedStateChanged
(boolean modified) The modified state of the component changed
-
Constructor Details
-
DITAMapTreeComponentListener
public DITAMapTreeComponentListener()
-
-
Method Details
-
modifiedStateChanged
public abstract void modifiedStateChanged(boolean modified) The modified state of the component changed- Parameters:
modified
- true if the edited text in the component is modified, false otherwise
-
loadedDocumentChanged
public abstract void loadedDocumentChanged()The loaded document changed. load(URL, Reader) was called -
documentTypeChanged
public abstract void documentTypeChanged()The editor document type changed (usually called after a document was loaded).
-