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

com.fs.commons.desktop.swing.comp.UIComponent Maven / Gradle / Ivy

There is a newer version: 0.0.9-3
Show newest version
/// **
// *
// */
// package com.fs.commons.desktop.swing.comp;
//
// import javax.swing.JComponent;
//
// import com.fs.commons.bean.binding.BindingComponent;
// import com.fs.commons.dao.exception.DaoException;
//
//
/// **
// * @author u087
// *
// */
// public interface UIComponent extends BindingComponent{
// public void requestFocus();
// public String getName();
// public void filterValues(JComponent component) throws DaoException;
// }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy