[kepler-dev] Kepler GUI

ben leinfelder leinfelder at nceas.ucsb.edu
Mon Feb 1 09:45:58 PST 2010


In the tagging module you can see how the tool bar is being augmented:
/tagging/src/org/kepler/module/util/Initialize.java

Running the 'wrp' suite includes the tagging module if you'd like to  
see it in action (ant change-to-Dsuite=wrp) before trying it with your  
own module.
-ben

On Feb 1, 2010, at 9:40 AM, subhav mital wrote:

> Thanks for those pointers Ben.
>
> Is there any example around which can help me understand better?  
> Also, after making code changes how would it reflect when I relaunch  
> Kepler?
>
> Thanks
>
> On Mon, Feb 1, 2010 at 12:16 PM, ben leinfelder <leinfelder at nceas.ucsb.edu 
> > wrote:
> Subhav,
> Take a look at the org.kepler.gui.KeplerGraphFrameUpdater interface  
> we are using in the tagging and provenance modules. This allows you  
> to update the GUI when the module is initialized. I'm not sure how  
> much control you'll have to remove items from the tool bar using  
> this, but you can certainly add them. You might also investigate  
> removing the stop button by overriding the toolbar properties using  
> the new configuration system (but this is pure speculation on my  
> part).
> -ben
>
>
> On Jan 30, 2010, at 4:46 PM, subhav mital wrote:
>
> Hello,
>
> Is there any way to customize the Kepler GUI upon launch? Maybe add  
> a few more buttons or remove some? (Eg: Remove the stop button...etc)
>
> Thanks.
> _______________________________________________
> Kepler-dev mailing list
> Kepler-dev at kepler-project.org
> http://mercury.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-dev
>
>



More information about the Kepler-dev mailing list