Search code examples
eclipse-rcp

Eclipse Forms-Editable title for user input


I am wondering if there is a way to make the Form Title editable for user input? Or can I only use a text field? Thanks for your help.


Solution

  • I assume this is org.eclipse.ui.forms that you are asking about.

    The title area of the form heading just uses a Label control, so, no, it can't be editable.