Moving Interface Components in Classes

Use

You can move attributes, methods and events of an interface to the implementing classes if required. For more information, see Class Diagram.

Procedure

  1. In the Class Builder, open the relevant interface.
  2. Make sure you are in Change mode.
  3. Choose Utilities → Refactoring → Refactoring Assistant.
  4. Select the interface component and move it to the name of the implementing class using Drag & Drop.
  5. Choose Save.
  6. Close the Assistant.

Result

The selected components of the interface are created in the implementing classes.