Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.
Plugin Preferences
Hello,
I am not sure whether this is already possible in RapidMiner, so I dare to ask:
I recognized this nice "about"-window in RapidMiner Taskbar containing information about all loaded plugins. Question: It is possible to add something like this to the preferences-dialog ? Or maybe add a separate preferences-dialog for every plugin to the task bar ? Plugins implementing certain interfaces could make use of this.
I am currently developing a group of operators having common parameters. To easy their use I would like to allow the users to set preferenced parameters globally...<= motivating example
thanks in advance,
Steffen
I am not sure whether this is already possible in RapidMiner, so I dare to ask:
I recognized this nice "about"-window in RapidMiner Taskbar containing information about all loaded plugins. Question: It is possible to add something like this to the preferences-dialog ? Or maybe add a separate preferences-dialog for every plugin to the task bar ? Plugins implementing certain interfaces could make use of this.
I am currently developing a group of operators having common parameters. To easy their use I would like to allow the users to set preferenced parameters globally...<= motivating example
thanks in advance,
Steffen
0
Answers
I think this should already be possible by following this property name scheme:
rapidminer.<your_plugin_name>.<first_subgroup>.<next_subgroup>. ... .<parameter_name>
For example, you could invoke the following method in a static block of a class which is definitely loaded during plugin loading. I did not test it but it probably works.
Cheers,
Ingo
I just want to report that it worked. thank you very much !
One additional remark for other developers: (4.2 release)
To apply one's own default properties without using the SettingsDialog you have to perform a call like this: Another option is to perform a check whether the property has been set or not.
kind regards,
Steffen