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

JSci.instruments.Control Maven / Gradle / Ivy

package JSci.instruments;

import java.awt.*;

/**
* An object that privides Components that control or show something
* about it.
*/
public interface Control {
    /** @return the component that controls the object that implements
	this interface */
    Component getControlComponent();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy