Ignore:
Timestamp:
2004-10-13T14:48:20+13:00 (20 years ago)
Author:
mdewsnip
Message:

Finally committing the (many) changes to the GLI to use the new metadata code... I hope this doesn't have too many bugs in it and committing it now doesn't stuff anyone up! (Katherine said I could commit it, so blame her if anything goes wrong).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/gui/metaaudit/HeaderListener.java

    r8243 r8313  
    3737package org.greenstone.gatherer.gui.metaaudit;
    3838
    39 /**************************************************************************************
    40  * Title:        Gatherer
    41  * Description:  The Gatherer: a tool for gathering and enriching a digital collection.
    42  * Company:      The University of Waikato
    43  * Written:      03/09/02
    44  * Revised:     
    45  * @author John Thompson, 9826509
    46  * @version 2.3
    47  **************************************************************************************/
     39
    4840import de.qfs.lib.gui.TableModelSorter;
    4941import java.awt.event.MouseAdapter;
    5042import java.awt.event.MouseEvent;
    5143import java.util.ArrayList;
     44import org.greenstone.gatherer.metadata.MetadataAuditTableModel;
    5245
    5346public class HeaderListener
     
    6760    Filter filter_model = table.getFilter();
    6861    Autofilter filter = filter_model.getFilter(clicked_column);
    69     MetaAuditModel model = table.getOriginalModel();
     62    MetadataAuditTableModel model = table.getOriginalModel();
    7063    ArrayList default_values = model.getColumnValues(clicked_column);
    7164    String column_name = model.getColumnName(clicked_column);
Note: See TracChangeset for help on using the changeset viewer.