Add new paramterType
dirk120
New Altair Community Member
Answers
-
Hi,
there are no additional requirements except that you should probably register an editor for your type by calling:
PropertyPanel.registerPropertyValueCellEditor(Class<? extends ParameterType> typeClass, Class<? extends PropertyValueCellEditor> editorClass);
However, you can probably use a ParameterTypeTuple for your purposes. It can consist of, e.g., three other ParameterTypes.
Cheers,
Simon0