|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of EditingCompleteListener in edu.ucsb.nceas.morpho.datapackage |
Classes in edu.ucsb.nceas.morpho.datapackage that implement EditingCompleteListener | |
class |
AddMetadataWizard
A graphical window for adding new files to a package |
class |
DataViewContainerPanel
A panel that presents a data-centric view of a dataPackage. |
class |
DataViewer
|
Uses of EditingCompleteListener in edu.ucsb.nceas.morpho.editor |
Methods in edu.ucsb.nceas.morpho.editor with parameters of type EditingCompleteListener | |
void |
EditorPlugin.openEditor(java.lang.String xmlText,
java.lang.String id,
java.lang.String location,
EditingCompleteListener listener)
|
void |
EditorPlugin.openEditor(java.lang.String xmlText,
java.lang.String id,
java.lang.String location,
EditingCompleteListener listener,
boolean template)
|
void |
EditorPlugin.openEditor(java.lang.String xmlText,
EditingCompleteListener listener)
|
void |
EditorPlugin.openEditor(java.lang.String xmlText,
java.lang.String id,
java.lang.String location,
java.lang.String nodeName,
java.lang.String nodeValue,
EditingCompleteListener listener)
|
Uses of EditingCompleteListener in edu.ucsb.nceas.morpho.framework |
Methods in edu.ucsb.nceas.morpho.framework with parameters of type EditingCompleteListener | |
void |
EditorInterface.openEditor(java.lang.String xmltext,
java.lang.String id,
java.lang.String location,
EditingCompleteListener listener)
This method is called to open a XML editor with the indicated xmltext and an editingCompletedListener to be notified when the editing is completed |
void |
EditorInterface.openEditor(java.lang.String xmltext,
java.lang.String id,
java.lang.String location,
EditingCompleteListener listener,
boolean template)
This method is called to open a XML editor with the indicated xmltext and an editingCompletedListener to be notified when the editing is completed. |
void |
EditorInterface.openEditor(java.lang.String xmltext,
java.lang.String id,
java.lang.String location,
java.lang.String nodeName,
java.lang.String nodeValue,
EditingCompleteListener listener)
This method is called to open a XML editor with the indicated xmltext and an editingCompletedListener to be notified when the editing is completed, the nodename and nodevalue parameters indicated node to be selected when documement is opened |
Uses of EditingCompleteListener in edu.ucsb.nceas.morpho.plugins |
Methods in edu.ucsb.nceas.morpho.plugins with parameters of type EditingCompleteListener | |
void |
MetaDisplayInterface.addEditingCompleteListener(EditingCompleteListener listener)
Register an EditingCompleteListener to listen for editor
events |
void |
MetaDisplayInterface.removeEditingCompleteListener(EditingCompleteListener listener)
Remove this EditingCompleteListener from the list of
registered listeners |
Uses of EditingCompleteListener in edu.ucsb.nceas.morpho.plugins.metadisplay |
Classes in edu.ucsb.nceas.morpho.plugins.metadisplay that implement EditingCompleteListener | |
class |
MetaDisplay
Top-level controller/Mediator class for an instance of a metadata display panel. |
Methods in edu.ucsb.nceas.morpho.plugins.metadisplay with parameters of type EditingCompleteListener | |
void |
MetaDisplay.addEditingCompleteListener(EditingCompleteListener listener)
Register an EditingCompleteListener to listen for editor
events |
void |
MetaDisplay.removeEditingCompleteListener(EditingCompleteListener listener)
Remove this EditingCompleteListener from the list of
registered listeners |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |