Class ControlAnalyser
java.lang.Object
ch.nolix.system.webgui.controltool.ControlAnalyser
- All Implemented Interfaces:
IControlAnalyser
- Author:
- Silvan Wyss
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanfirstControlContainsSecondControl(IControl<?, ?> firstControl, IControl<?, ?> secondControl)
-
Constructor Details
-
ControlAnalyser
public ControlAnalyser()
-
-
Method Details
-
firstControlContainsSecondControl
public boolean firstControlContainsSecondControl(IControl<?, ?> firstControl, IControl<?, ?> secondControl) - Specified by:
firstControlContainsSecondControlin interfaceIControlAnalyser
-