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
- In the Class Builder, open the relevant interface.
- Make sure you are in Change mode.
- Choose Utilities → Refactoring → Refactoring Assistant.
- Select the interface component and move it to the name of the implementing class using Drag & Drop.
- Choose Save.
- Close the Assistant.
Result
The selected components of the interface are created in the implementing classes.