- java.lang.Object
-
- io.github.mmm.ui.test.TestToggleGroupFactory
-
- All Implemented Interfaces:
UiToggleGroupFactory
public class TestToggleGroupFactory extends Object implements UiToggleGroupFactory
Implementation ofUiToggleGroupFactory
for testing.- Since:
- 1.0.0
-
-
Constructor Summary
Constructors Constructor Description TestToggleGroupFactory()
-
-
-
Method Detail
-
create
public UiToggleGroup create()
- Specified by:
create
in interfaceUiToggleGroupFactory
- Returns:
- a new instance of
UiToggleGroup
.
-
-