Updating a Java Component

You typically update a component after you have configured its implementation. You can perform the update from the canvas or from the Problems view.

Procedure

  • The procedure depends on the control you want to use.
    Control Procedure
    Canvas
    1. Right-click the component and select Refresh from Implementation.
    Canvas
    1. Right-click a component and select Quick Fixes > Update Component from Implementation.
    Problems View
    1. In the Problems view, right-click an error of the form The component "ComponentName" is out of sync with its implementation and select Quick Fix.
    2. In the Quick Fix dialog select Update Component from Implementation.
    3. Click Finish.
    All the changes made to the component since the implementation was generated are discarded and the component is refreshed from the implementation.