Class DITAMapTreeComponentListener


  • @API(type=EXTENDABLE,
         src=PUBLIC)
    public abstract class DITAMapTreeComponentListener
    extends java.lang.Object
    DITA Map tree component listener. Can be added to notify of global events which occur in the DITA Map Tree.
    Since:
    14
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract void documentTypeChanged()
      The editor document type changed (usually called after a document was loaded).
      abstract void loadedDocumentChanged()
      The loaded document changed.
      abstract void modifiedStateChanged​(boolean modified)
      The modified state of the component changed
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DITAMapTreeComponentListener

        public DITAMapTreeComponentListener()
    • Method Detail

      • 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).