[kepler-dev] File missing?

Chad Berkley berkley at nceas.ucsb.edu
Fri Oct 3 10:55:32 PDT 2008


Hi Faraaz,

That class is an internal class of AnnotatedPTree. In my copy (which is 
the trunk of SVN), OntologyTreeCellRenderer starts on line 266 of that file.

chad


Faraaz Sareshwala wrote:
> Hello everyone,
> 
> I noticed that at org.kepler.gui.AnnotatedPTree at line 79 makes a call:
> 
> public class AnnotatedPTree extends PTree {
> 
>   private Vector listeners;
>   Component parent;
>   Configuration config = null;
> 
>   /**
>    * Constructor
>    * @param model the model to build the tree out of
>    */
>   public AnnotatedPTree(TreeModel model, Component parent) {
>     super(model);
>     MouseListener popupListener = new PopupListener();
>     this.addMouseListener(popupListener);
>     listeners = new Vector();
>     this.setShowsRootHandles(true);
>     this.setCellRenderer(new OntologyTreeCellRenderer());
>     this.parent = parent;
>   }
> 
> However, this class doesn't exist within the same folder. I'm having a 
> build problem because of this. What can I do to get this working?
> 
> Faraaz
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Kepler-dev mailing list
> Kepler-dev at ecoinformatics.org
> http://mercury.nceas.ucsb.edu/ecoinformatics/mailman/listinfo/kepler-dev


More information about the Kepler-dev mailing list