Hi Asma,

Not sure I understand what you want to achieve.

Do you want to create a dialog box to allow the user to select attributes
Or do you want to display an Attribute Table with some attributes ?

To build a dialog box, com.vividsolutions.jump.workbench.ui.MultiInputDialog
is your friend.
In most OpenJUMP plugins, you'll find examples on how to use a dialog box
(with a combo box to select layers and/or attributes)

Creating a customized attribute table is probably more difficult.
Let us know more precisely what you want to do.

Michaël


Hello,
am trying to code a java class(plugin) that creates a popupmenuitem that brings multiple attributes of the selected layer on a combobox on openjump. am trying now to do the same as the "ViewAttributePlugIn" so instead of bringing all the attributes, i want to bring only 3 columns on the combobox list so as the user can view the the records of the attribute. what i want to know is where i have to declare my comboBox and populate them is it in the "AttributeTablePanel" class or somewhere else. sorry am not good in java programming and also i find it hard to understand OpenJump philosophy.

plz help me, thanks in advance


--
*Asma OUQALLI*

Élève ingénieur : 3ème  Sciences d'Information Géographique (SIG).
Chef de commission développement professionnel  - Rotaract EHTP.
Chef de cellule Media - Olympiades EHTP 2012.
  Ecole Hassania des Travaux Publics.
   Mobile : +212 672 48 23 15.
   Email : asma.ouqa...@gmail.com <mailto:asma.ouqa...@gmail.com>



------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb


_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to