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

com.objogate.wl.swing.internal.query.TextQuery Maven / Gradle / Ivy

The newest version!
package com.objogate.wl.swing.internal.query;

import org.hamcrest.Matcher;

public interface TextQuery {
    /**
     * Check if a component has matching text.
     *
     * @param matcher What to match for
     */
    void hasText(Matcher matcher);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy