Ignore:
Timestamp:
2006-04-06T16:39:37+12:00 (18 years ago)
Author:
mdewsnip
Message:

Created a CollectionTreeRightClickMenu class inside CollectionTree so this code doesn't have to be duplicated between Gather and Enrich panes (and will always be consistent).

File:
1 edited

Legend:

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

    r11603 r11608  
    257257    collection_tree.setEnabled(Gatherer.c_man.getCollectionTreeModel() != null);
    258258    group.add(collection_tree);
    259     collection_tree.addMouseListener(mouse_listener);
    260259    collection_tree.addMouseListener(Gatherer.g_man.foa_listener);
    261260    collection_tree.addTreeExpansionListener(Gatherer.g_man.foa_listener);
Note: See TracChangeset for help on using the changeset viewer.