Class EditorContainer


  • public class EditorContainer
    extends java.lang.Object
    EditorContainer provides a Container for all the MetadataEditor, this class is used in EDALFileChooser.
    • Constructor Detail

      • EditorContainer

        public EditorContainer()
    • Method Detail

      • registerEditor

        public static void registerEditor​(EnumDublinCoreElements element,
                                          AbstractMetaDataEditor editor)
        register editor for element
        Parameters:
        element - the metadatatype
        editor - the metadatatype corresponding editor
      • clear

        public static void clear()
        cleanup the EditorContainer