Ignore:
Timestamp:
2006-04-07T16:56:05+12:00 (18 years ago)
Author:
mdewsnip
Message:

The collection tree object is now created and owned by CollectionManager.

File:
1 edited

Legend:

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

    r11626 r11627  
    7676    private DragGroup group               =  null;
    7777    /** The tree showing the files within the collection. */
    78     public CollectionTree collection_tree = null;
     78    private CollectionTree collection_tree = null;
    7979    /** The threaded queue that handles the actually movement of files, so that the gui remains responsive. */
    8080    private FileQueue file_queue          =  null;
     
    234234    Dictionary.registerText(collection_label, "Collection.No_Collection");
    235235
    236     collection_tree = new CollectionTree(Gatherer.c_man.getCollectionTreeModel(), true);
     236    collection_tree = Gatherer.c_man.getCollectionTree();
    237237    collection_tree.setEnabled(Gatherer.c_man.getCollectionTreeModel() != null);
    238238    group.add(collection_tree);
Note: See TracChangeset for help on using the changeset viewer.