Changeset 7995


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

Removed a whole lot of references to the msm package, which is on its way out.

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

Legend:

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

    r7108 r7995  
    245245     * @return the value of value as a String
    246246     * @see org.greenstone.gatherer.Gatherer#c_man
    247      * @see org.greenstone.gatherer.collection.Collection#msm
    248247     * @see org.greenstone.gatherer.collection.CollectionManager#getCollection
    249      * @see org.greenstone.gatherer.msm.ElementWrapper
    250      * @see org.greenstone.gatherer.msm.MetadataSetManager#getElement(String)
    251      * @see org.greenstone.gatherer.msm.MSMUtils#getValue(Node)
    252248     */
    253249    public String getValue() {
     
    270266     * @return an ArrayList of values
    271267     * @see org.greenstone.gatherer.Gatherer#c_man
    272      * @see org.greenstone.gatherer.collection.Collection#msm
    273268     * @see org.greenstone.gatherer.collection.CollectionManager#getCollection
    274      * @see org.greenstone.gatherer.msm.ElementWrapper
    275      * @see org.greenstone.gatherer.msm.MetadataSetManager#getElement(String)
    276      * @see org.greenstone.gatherer.msm.MSMUtils#getValue(Node)
    277269     */
    278270    public ArrayList getValues() {
     
    479471     * @param value the new value for the argument
    480472     * @see org.greenstone.gatherer.Gatherer#println
    481      * @see org.greenstone.gatherer.msm.MSMUtils#setValue
    482473     */
    483474    public void setValue(String value) {
     
    493484     * @param values an ArrayList of values
    494485     * @see org.greenstone.gatherer.Gatherer#println
    495      * @see org.greenstone.gatherer.msm.MSMUtils#setValue   
    496486     */
    497487    public void setValues(ArrayList values) {
     
    514504     * @return a String containing a fragment of the total arguments string
    515505     * @see org.greenstone.gatherer.Gatherer#c_man
    516      * @see org.greenstone.gatherer.collection.Collection#msm
    517506     * @see org.greenstone.gatherer.collection.CollectionManager#getCollection
    518      * @see org.greenstone.gatherer.msm.MetadataSetManager#getElement(String)
    519      * @see org.greenstone.gatherer.msm.MSMUtils#getValue
    520507     * @see org.greenstone.gatherer.util.StaticStrings#COMMA_CHARACTER
    521508     * @see org.greenstone.gatherer.util.StaticStrings#NAME_ATTRIBUTE
  • trunk/gli/src/org/greenstone/gatherer/cdm/ArgumentConfiguration.java

    r7554 r7995  
    613613     * @see org.greenstone.gatherer.cdm.ArgumentConfiguration.ArgumentControl.ListOption
    614614     * @see org.greenstone.gatherer.cdm.Language
    615      * @see org.greenstone.gatherer.msm.ElementWrapper
    616615     */
    617616    public boolean updateArgument() {
     
    764763     * @return true if the item was found and selected, false otherwise
    765764     * @see org.greenstone.gatherer.cdm.ArgumentConfiguration.ArgumentControl.ListOption
    766      * @see org.greenstone.gatherer.msm.ElementWrapper
    767765     */
    768766    public boolean selectValue(JComboBox combobox, String target) {
     
    823821        /** When the add button is clicked, we attempt to add the selected metadata from the source into the target.
    824822         * @param event An <strong>ActionEvent</strong> containing information about the event.
    825          * @see org.greenstone.gatherer.msm.ElementWrapper
    826823         */
    827824        public void actionPerformed(ActionEvent event) {
  • trunk/gli/src/org/greenstone/gatherer/cdm/ClassifierManager.java

    r7959 r7995  
    7878     * @see org.greenstone.gatherer.cdm.DynamicListModel
    7979     * @see org.greenstone.gatherer.collection.CollectionManager
    80      * @see org.greenstone.gatherer.msm.MetadataSetManager
    81      * @see org.greenstone.gatherer.msm.MSMListener
    8280     */
    8381    public ClassifierManager() {
  • trunk/gli/src/org/greenstone/gatherer/cdm/ElementWrapper.java

    r6549 r7995  
    44import org.w3c.dom.*;
    55/** For even more confusion this class provides a convience wrapper around an element, to allow it to appear in the <strong>JList</strong> with both name and description. However this class has nothing to do with its namesake.
    6  * @see org.greenstone.gatherer.msm.ElementWrapper
    76 */
    87public class ElementWrapper
     
    3837    /** Retrieve the name of the element.
    3938     * @return The fully qualified name as a <strong>String</strong>.
    40      * @see org.greenstone.gatherer.msm.MSMUtils
    4139     */
    4240    public String name() {
     
    4543    /** Retrieve a textual representation of this object.
    4644     * @return A <strong>String</strong>.
    47      * @see org.greenstone.gatherer.msm.MSMUtils
    4845     */
    4946    public String toString() {
  • trunk/gli/src/org/greenstone/gatherer/cdm/IndexManager.java

    r7624 r7995  
    4343import org.greenstone.gatherer.gui.GLIButton;
    4444import org.greenstone.gatherer.msm.ElementWrapper;
    45 import org.greenstone.gatherer.msm.MSMUtils;
    4645import org.greenstone.gatherer.util.ExclusiveListSelectionListener;
    4746import org.greenstone.gatherer.util.StaticStrings;
     
    516515     * @see org.greenstone.gatherer.collection.CollectionManager
    517516     * @see org.greenstone.gatherer.gui.Coloring
    518      * @see org.greenstone.gatherer.msm.MetadataSetManager
    519517     * @see org.greenstone.gatherer.util.ExclusiveListSelectionListener
    520518     */
  • trunk/gli/src/org/greenstone/gatherer/cdm/MetadataSetView.java

    r6569 r7995  
    4848 * @author John Thompson, Greenstone Digital Library, University of Waikato
    4949 * @version 2.3d
    50  * @see org.greenstone.gatherer.msm.MetadataSetManager
    5150 */
    5251public class MetadataSetView
     
    7271     * @see org.greenstone.gatherer.Gatherer
    7372     * @see org.greenstone.gatherer.collection.CollectionManager
    74      * @see org.greenstone.gatherer.msm.MetadataSetManager
    7573     */
    7674    public void destroy() {
     
    9391     * @see org.greenstone.gatherer.Dictionary
    9492     * @see org.greenstone.gatherer.gui.Coloring
    95      * @see org.greenstone.gatherer.msm.MetadataSetManager
    9693     */
    9794    public Control getControls() {
     
    148145     * @see org.greenstone.gatherer.cdm.MetadataSetView.SetWrapper
    149146     * @see org.greenstone.gatherer.collection.CollectionManager
    150      * @see org.greenstone.gatherer.msm.MetadataSet
    151      * @see org.greenstone.gatherer.msm.MetadataSetManager
    152147     */
    153148    private void loadMetadataSets() {
     
    205200     * @see org.greenstone.gatherer.Dictionary
    206201     * @see org.greenstone.gatherer.cdm.MetadataSetView.ListListener
    207      * @see org.greenstone.gatherer.msm.MetadataSetManager
    208202     */
    209203    public MetadataSetControl() {
     
    309303     * @return The bounds of the selection as a <strong>Rectangle</strong>.
    310304     * @see org.greenstone.gatherer.cdm.MetadataSetView.MetadataSetControl
    311      * @see org.greenstone.gatherer.msm.ElementWrapper
    312305     */
    313306    public Rectangle setSelectedElement(String element) {
     
    361354         * @see org.greenstone.gatherer.collection.CollectionManager
    362355         * @see org.greenstone.gatherer.mem.MetadataEditorManager
    363          * @see org.greenstone.gatherer.msm.MetadataSetManager
    364356         */
    365357        public void actionPerformed(ActionEvent event) {
     
    393385         * @see org.greenstone.gatherer.cdm.MetadataSetView.SetWrapper
    394386         * @see org.greenstone.gatherer.mem.MetadataEditorManager
    395          * @see org.greenstone.gatherer.msm.MetadataSet
    396          * @see org.greenstone.gatherer.msm.MetadataSetManager
    397387         */
    398388        private void configureSet() {
     
    454444         * @see org.greenstone.gatherer.cdm.MetadataSetView.SetWrapper
    455445         * @see org.greenstone.gatherer.mem.MetadataEditorManager
    456          * @see org.greenstone.gatherer.msm.MetadataSet
    457          * @see org.greenstone.gatherer.msm.MetadataSetManager
    458446         */
    459447        public void actionPerformed(ActionEvent event) {
  • trunk/gli/src/org/greenstone/gatherer/cdm/SubcollectionManager.java

    r7624 r7995  
    401401         * @param event An <strong>ActionEvent</strong> containing information about the event.
    402402         * @see org.greenstone.gatherer.cdm.Subcollection
    403          * @see org.greenstone.gatherer.msm.ElementWrapper
    404403         */
    405404        public void actionPerformed(ActionEvent event) {
     
    518517         * @param event A <strong>ListSelectionEvent</strong> containing information related to this event.
    519518         * @see org.greenstone.gatherer.cdm.Subcollection
    520          * @see org.greenstone.gatherer.msm.ElementWrapper
    521519         */
    522520        public void valueChanged(ListSelectionEvent event) {
Note: See TracChangeset for help on using the changeset viewer.