Thursday, August 7, 2008
Complete Pipeline
I implemented the Complete Pipeline task for OpenBiomind-GUI. Following is the snapshot of the wizard:

Tags
gsoc,
image,
openbiomind-gui,
release,
screenshot
Thursday, July 24, 2008
Converting Graphviz dot file to image file using dot utility
OpenBiomind generates a Graphviz dot file as an output of GraphFeatures task. In the GUI, we thought to provide a image of the graph too. This was simply achieved using the dot utility provided by Graphviz.
Following snippet shows a sample usage (working example can be seen in this snippet was modified from revision 46 of GraphFeaturesWizard):
Following is the snapshot of a workbench after opening the graph (image):
Following snippet shows a sample usage (working example can be seen in this snippet was modified from revision 46 of GraphFeaturesWizard):
Following is the snapshot of a workbench after opening the graph (image):

Tags
graphviz,
graphviz dot,
gsoc,
image,
java,
openbiomind,
openbiomind-gui,
release,
screenshot
Saturday, July 19, 2008
Image Editor
I implemented an Image Editor to display the generated image. I needed that for View Clusters task. Found a good amount of help from Snippet 48 of SWT Snippets. Following is the snapshot of the workbench after opening the image file:

Tags
eclipse,
editor,
image,
openbiomind-gui,
screenshot,
swt
Friday, July 18, 2008
Wednesday, July 16, 2008
Clustering Transformer
I implemented the ClusteringTransformer task for OpenBiomind-GUI. Following is the snapshot of the wizard:

Tags
gsoc,
image,
openbiomind-gui,
release,
screenshot
Thursday, July 10, 2008
Utility Computer
I implemented the UtilityComputer task for OpenBiomind-GUI. Following is the snapshot of the wizard:

Tags
gsoc,
image,
openbiomind-gui,
release,
screenshot
Tuesday, July 8, 2008
How to fix "workspace excited with unsaved changes" issue?
!MESSAGE The workspace exited with unsaved changes in the previous session; refreshing workspace to recover changes.
While using the workspace resources in Eclipse 3.4 RCP application, if you get the above message whenever you restart the workbench, then you need to save the workspace, before existing the workbench. One possible, way to do this is to overload the preWindowShellClose() method in your of WorkbenchWindowAdvisor. You can save the workspace by using ResourcesPlugin.getWorkspace().save(...) method.
Following snippet elaborates this (this snippet was modified from revision 32 of ApplicationWorkbenchWindowAdvisor):
File Menu and Edit Menu
Eclipse RCP 3.4 allows you to easily add menu commands. You just need to use the ID of an existing command as the command ID of the menu item. I used that extensively to create the File and Edit menus.


Following is the code snippet of plugin.xml file (you may also look at the revision 34 from where this snippet has been copied):
File Menu

Edit Menu

Following is the code snippet of plugin.xml file (you may also look at the revision 34 from where this snippet has been copied):
Tags
eclipse,
gsoc,
image,
openbiomind-gui,
plugin.xml,
rcp,
release,
screenshot
Sunday, July 6, 2008
Friday, July 4, 2008
Enhance Dataset and DatasetTransformer
Following are some of the screen shots of OpenBiomind-GUI 0.0.2.20080704 (revision 27 of http://code.google.com/p/openbiomind-gui/):


More screen shots are available at http://picasaweb.google.com/bsanghvi/OpenBiomindGUI.
P.S. The post was edited on a later date.
Enhance Dataset

Dataset Transformer

More screen shots are available at http://picasaweb.google.com/bsanghvi/OpenBiomindGUI.
P.S. The post was edited on a later date.
Tags
diary,
gsoc,
image,
openbiomind-gui,
release,
screenshot
Splash Screen
Here is the Splash Screen that I created for OpenBiomind-GUI. I used GIMP to create this image. Clearly, I am not an artist and this was my first attempt at making an image :)

Tags
gimp,
gsoc,
image,
openbiomind-gui,
screenshot,
splash
Creating/Opening Link using Eclipse SWT
I recently had a need to use hyperlinks (though I did not use it eventually). Here is a snippet to create hyperlinks in using Eclipse SWT.
Thursday, July 3, 2008
Creating NUM_ONLY Text Field using Eclipse SWT
While working on a wizard, I needed to use text fields that accept only numbers. Following is a snippet of what I used. This text field will only accept digits as input. All other inputs (barring a few) are discarded.
Wednesday, June 25, 2008
Welcome
I will be putting up updates on the development of OpenBiomind-GUI as well as other related stuff on this blog. OpenBiomind-GUI provides a GUI for OpenBiomind. The project was started in summer 2008 as a Google Summer of Code 2008 project. The title of the project was Java GUI for OpenBiomind.
Tomorrow it will be one month since the coding started for it.
Tomorrow it will be one month since the coding started for it.
Tags
diary,
gsoc,
openbiomind,
openbiomind-gui,
opencog
Subscribe to:
Posts (Atom)