Schnittstelle IControlManager<C>
- Typparameter:
C- is the type of the controls of aIControlManager.
public interface IControlManager<C>
- Version:
- 2025-07-14
- Autor:
- Silvan Wyss
-
Methodenübersicht
-
Methodendetails
-
getStoredControls
IContainer<? extends C> getStoredControls()- Gibt zurück:
- the controls of the current
IControlManager.
-