Changeset 7996


Ignore:
Timestamp:
2004-08-18T16:28:04+12:00 (20 years ago)
Author:
mdewsnip
Message:

Removed more references to the msm package, which is being removed.

Location:
trunk/gli/src/org/greenstone/gatherer/cdm
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/cdm/ClassifierManager.java

    r7995 r7996  
    5353import org.greenstone.gatherer.gui.GComboBox;
    5454import org.greenstone.gatherer.gui.GLIButton;
    55 import org.greenstone.gatherer.msm.MSMEvent;
    56 import org.greenstone.gatherer.msm.MSMListener;
    5755import org.greenstone.gatherer.msm.MSMUtils;
    5856import org.greenstone.gatherer.util.StaticStrings;
  • trunk/gli/src/org/greenstone/gatherer/cdm/MetadataSetView.java

    r7995 r7996  
    4141import org.greenstone.gatherer.msm.MetadataSet;
    4242import org.greenstone.gatherer.msm.MSMEvent;
    43 import org.greenstone.gatherer.msm.MSMUtils;
    4443import org.greenstone.gatherer.msm.MSMListener;
    4544import org.w3c.dom.*;
    4645
    47 /** Unlike its namesake in the msm package, this class really only knows how to produce a simple visual representation of the currently imported metadata sets. It is also read-only, so should be fairly straight forward. (It has no namesake any longer as my co-programmers found this far too confusing - however I have now added a CollectionConfiguration to the cdm package just to keep them on their toes!)
     46/** This class only knows how to produce a simple visual representation of the currently imported metadata sets. It is also read-only, so should be fairly straight forward.
    4847 * @author John Thompson, Greenstone Digital Library, University of Waikato
    4948 * @version 2.3d
  • trunk/gli/src/org/greenstone/gatherer/cdm/SearchTypeManager.java

    r6847 r7996  
    4545import org.greenstone.gatherer.gui.GComboBox;
    4646import org.greenstone.gatherer.gui.GLIButton;
    47 import org.greenstone.gatherer.msm.MSMUtils;
    4847import org.greenstone.gatherer.util.Utility;
    4948import org.w3c.dom.*;
  • trunk/gli/src/org/greenstone/gatherer/cdm/SubcollectionIndexManager.java

    r7151 r7996  
    4141import org.greenstone.gatherer.cdm.SubcollectionIndex;
    4242import org.greenstone.gatherer.gui.GLIButton;
    43 import org.greenstone.gatherer.msm.ElementWrapper;
    4443import org.greenstone.gatherer.util.ExclusiveListSelectionListener;
    4544import org.greenstone.gatherer.util.StaticStrings;
Note: See TracChangeset for help on using the changeset viewer.