The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
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