Ignore:
Timestamp:
2004-12-17T15:07:36+13:00 (19 years ago)
Author:
mdewsnip
Message:

Tidied up the workspace and collection trees a bit more, in preparation for having special icons for some collection files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/collection/CollectionManager.java

    r8813 r8846  
    704704
    705705
    706     /** Retrieve the record set (tree model) associated with the current collection. */
    707     public TreeModel getRecordSet() {
     706    /** Retrieve the tree model associated with the current collection. */
     707    public CollectionTreeModel getCollectionTreeModel()
     708    {
    708709    if (collection_model == null && collection != null) {
    709710        // Use the import directory to generate a new CollectionTreeModel
Note: See TracChangeset for help on using the changeset viewer.