http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5595

--- Comment #1 from Jing Tao <[email protected]> 2012-05-04 14:27:46 PDT ---
I dug around and found the menu is controlled by this:
<pair>
     <name>ACTOR->Get Metadata</name>
     <!--<value>ACTOR->Get Metadata</value>-->
    
<value>org.ecoinformatics.seek.ecogrid.quicksearch.GetMetadataAction</value>

   </pair>
   <pair>
in gui/resources/configurations/uiContextMenuMappings_en_US.xml

I remember it was controlled by this factory in Eml200DataSource.java:
    // Create a node controller to control the context menu
        _nodeController = new DataSourceControllerFactory(this,
                "_controllerFactory");

-- 
Configure bugmail: http://bugzilla.ecoinformatics.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.
_______________________________________________
Kepler-dev mailing list
[email protected]
http://lists.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-dev

Reply via email to