com.fs.commons.desktop.swing.comp.UIComponent Maven / Gradle / Ivy
/// **
// *
// */
// 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;
// }