Interface ControlManager<C>
- Type Parameters:
C- the type of the controls of aControlManager
public interface ControlManager<C>
- Author:
- Silvan Wyss
-
Method Summary
-
Method Details
-
getStoredControls
ExtendedIterable<? extends C> getStoredControls()- Returns:
- the controls of the current
ControlManager
-