the best way to see what GUI function is related to what class/plugin is to use the translation/languages files (search for the string) and check then the classpath
e.g. searching for "Feature Info Tool" in "jump_en.properties" will result in: com.vividsolutions.jump.workbench.ui.cursortool.FeatureInfoTool now you can checkout what happens on gestureFinished() or if your class is a Plugin class, then you check out what happens in "run" or "execute" stefan Caroline Julliê Freitas Ribeiro wrote: > Hi, > > I had progress in my project: In OpenJUMP, my plugin extracts data from > database of Legacy > Systems, it's importing the data from database to the respective > geographical > object of Layer through association of a field in database with the > feature's attribute, feeding the data in GIS. > > I need call the window of Edit/View Attribute to show the changes. How do > it? I want show the "Feature Info Tool" to view attribute > > > -- > Caroline Julliê de Freitas Ribeiro > Graduando em Análise e Desenvolvimento de Sistemas > > Instituto Federal Minas Gerais - IFMG > Campus Bambuí > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Sprint > What will you do first with EVO, the first 4G phone? > Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first > > > ------------------------------------------------------------------------ > > _______________________________________________ > Jump-pilot-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ Jump-pilot-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
