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

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

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

import java.awt.Component;
import java.util.List;

import com.objogate.wl.Probe;

public interface ComponentFinder extends Probe {
    List components();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy