This class provides property editor for common text properties such as label,
text, etc. This is also an example how to use PropertyEditorUserCode API
with one PropertyEditorElement.
author: Karol Harezlak author: Anton Chechel
createInstance(String label, TypeID parentTypeID) Creates instance of PropertyEditorString with particular dependences and NOT editable for given parent TypeID.
Creates instance of PropertyEditorString with particular dependences and NOT editable for given parent TypeID.
int dependence Parameters: parentTypeID - parentComponent TypeID See Also: PropertyEditorString(String comment, int dependence)