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

tools.dynamia.viewers.ITreeFieldComponent Maven / Gradle / Ivy

There is a newer version: 5.3.0
Show newest version
package tools.dynamia.viewers;

/**
 * Interface to table field components
 * @param 
 */
public interface ITreeFieldComponent {

    String getFieldName();


    T getComponent();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy