Ignore:
Timestamp:
2004-01-09T15:17:29+13:00 (20 years ago)
Author:
jmt12
Message:

As part of setting up modes we also added the ability to programatically access the MEM from within design view

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/msm/MetadataSetManager.java

    r6213 r6394  
    192192     * @return A boolean indicating if the edit was successful.
    193193     */
    194     public boolean editMDS() {
    195     MetadataEditorManager mem = new MetadataEditorManager();
     194    public boolean editMDS(MetadataSet set, int action) {
     195    MetadataEditorManager mem = new MetadataEditorManager(set, action);
    196196    mem.dispose();
    197197    mem = null;
Note: See TracChangeset for help on using the changeset viewer.