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

com.objogate.wl.swing.ComponentSelector Maven / Gradle / Ivy

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

import java.awt.Component;

/**
 * A ComponentFinder that is satisfied only if it finds a single, matching component.
 */
public interface ComponentSelector extends ComponentFinder {
    T component();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy