Interface IControlManager<C>
- Type Parameters:
C- is the type of the controls of aIControlManager.
public interface IControlManager<C>
- Author:
- Silvan Wyss
-
Method Summary
-
Method Details
-
getStoredControls
IContainer<? extends C> getStoredControls()- Returns:
- the controls of the current
IControlManager.
-