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

xapi.ui.autoui.api.UserInterfaceFactory Maven / Gradle / Ivy

The newest version!
package xapi.ui.autoui.api;

public interface UserInterfaceFactory {

  > U createUi(Class type, Class uiType);
  
  BeanValueProvider getBeanProvider(Class cls);
  
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy