Interface IControlManager<C>

Type Parameters:
C - is the type of the controls of a IControlManager.

public interface IControlManager<C>
Author:
Silvan Wyss
  • Method Summary

    Modifier and Type
    Method
    Description
    IContainer<? extends C>
     
  • Method Details