Search in sources :

Example 1 with ToggleSwitch

use of org.controlsfx.control.ToggleSwitch in project trex-stateless-gui by cisco-system-traffic-generator.

the class TestPortConfiguration method clickOnToggleSwitch.

private void clickOnToggleSwitch(String controlId) {
    ToggleSwitch multicast = lookup(controlId).query();
    moveTo(multicast);
    moveBy(8, 0);
    clickOn(MouseButton.PRIMARY);
    int a = 1;
}
Also used : ToggleSwitch(org.controlsfx.control.ToggleSwitch)

Aggregations

ToggleSwitch (org.controlsfx.control.ToggleSwitch)1