edu.ucsb.nceas.morpho.plugins
Interface DOMEditorInterface


public interface DOMEditorInterface

All component plugins that require the editing of XML documents should implement this interface and register themselves as a service provider for the interface with the framework.


Method Summary
 void openEditor(org.w3c.dom.Node xmltext, EditingCompleteListener listener)
          This method is called to open a XML editor to edit the DOM tree or subtree rooted at the Node provided.
 

Method Detail

openEditor

public void openEditor(org.w3c.dom.Node xmltext,
                       EditingCompleteListener listener)
This method is called to open a XML editor to edit the DOM tree or subtree rooted at the Node provided. When editing is finished, the EditingCompletedListener will be notified


Copyright © 2000 National Center for Ecological Analysis and Synthesis. All Rights Reserved.