User login

Add preferences to be used in the KNIME 'Preferences' menu (like Marvin, R, ...) ?

2 posts / 0 new
Last post
ostepien
ostepien's picture
Offline
Joined: 06/04/2007
Add preferences to be used in the KNIME 'Preferences' menu (like Marvin, R, ...) ?

Hi,

I need to let user choose a specific path to run my node correctly and I think that preferences is the best way to do that. But where can I find the procedure to create these preferences for my node and to read it from my node ?

 

thor
thor's picture
Offline
Joined: 02/12/2007

See e.g. http://help.eclipse.org/helios/topic/org.eclipse.platform.doc.isv/guide/...

Or have a look at the source code of e.g. the CDK plugin (from the community contributions), which has its own preference page.