Ignore:
Timestamp:
2009-01-12T11:40:15+13:00 (15 years ago)
Author:
kjdon
Message:

updated the rtl-gli branch with files from trunk. Result of a merge 14807:18318, and fixed some conflicts. I think this is the last commit following merging the files. Haven't tried to compile yet... here goes...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gli/branches/rtl-gli/src/org/greenstone/gatherer/gui/EnrichPane.java

    r18297 r18364  
    273273
    274274
    275     /** Called whenever the collection tree selection changes. This causes the metadata value table to be rebuilt. */
    276     public void valueChanged(TreeSelectionEvent event)
     275  /** Allows other classes to request the enrich pane to prepare for metadata
     276   *  saving.
     277   *  @author John Thompson, DL Consulting Ltd
     278   */
     279  public void stopEditingAndRebuild()
     280  {
     281    // Update the metadata value table (and consequently, the metadata value tree)
     282    metadata_value_table_pane.stopEditingAndRebuild(file_nodes);
     283  }
     284  /** stopEditingAndRebuild() **/
     285 
     286  /** Called whenever the collection tree selection changes. This causes the metadata value table to be rebuilt. */
     287  public void valueChanged(TreeSelectionEvent event)
    277288    {
    278289    // If we haven't got focus then it must have been a selection in the Gather pane, so don't bother rebuilding
Note: See TracChangeset for help on using the changeset viewer.