All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.objogate.wl.swing.driver.ListDriver Maven / Gradle / Ivy

The newest version!
package com.objogate.wl.swing.driver;

import java.awt.Component;
import org.hamcrest.Matcher;

public interface ListDriver {
    void selectItem(int index);

    void selectItem(Matcher item);

    void hasSelectedIndex(int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy