Changeset 5752


Ignore:
Timestamp:
2003-10-29T12:16:23+13:00 (20 years ago)
Author:
jmt12
Message:

Started work on fixing the way the text fragment table is displayed. Didn't get far before I developed a headache the size of Alberta

File:
1 edited

Legend:

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

    r5595 r5752  
    514514        }
    515515        public int getRowCount() {
    516         return metadata.size();
     516           // The row count is equal to the maximum number of languages currently assigned in the collection. This is cache to speed up construction. Essentially we go through every feature determining what language fragments have been assigned.
     517
     518
     519           return metadata.size();
    517520        }
    518521        public int getColumnCount() {
Note: See TracChangeset for help on using the changeset viewer.