Uses of Interface
de.sciss.app.DocumentListener

Packages that use DocumentListener
de.sciss.app   
de.sciss.common   
 

Uses of DocumentListener in de.sciss.app
 

Methods in de.sciss.app with parameters of type DocumentListener
 void DocumentHandler.addDocumentListener(DocumentListener l)
          Registeres a listener which will be informed about document handler actions such as adding or removing a document.
 void AbstractDocumentHandler.addDocumentListener(DocumentListener l)
           
 void DocumentHandler.removeDocumentListener(DocumentListener l)
          Unregisteres a listener who wishes to not be notified any more about document handler actions such as adding or removing a document.
 void AbstractDocumentHandler.removeDocumentListener(DocumentListener l)
           
 

Uses of DocumentListener in de.sciss.common
 

Classes in de.sciss.common that implement DocumentListener
 class BasicMenuFactory
          JMenus cannot be added to more than one frame.