Oxygen XML Editor 14.2 Author API

ro.sync.ecss.extensions.api.component.listeners
Class DITAMapTreeComponentListener

java.lang.Object
  extended by ro.sync.ecss.extensions.api.component.listeners.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

*********************************
EXPERIMENTAL - Subject to change
********************************

Please note that this API is not marked as final and it can change in one of the next versions of the application. If you have suggestions, comments about it, please let us know.


Constructor Summary
DITAMapTreeComponentListener()
           
 
Method Summary
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).


Oxygen XML Editor 14.2 Author API

© Copyright SyncRO Soft SRL 2002 - 2013. All rights reserved.