com.talk2object.plum.interaction.viewgeneneration.Visible Maven / Gradle / Ivy
package com.talk2object.plum.interaction.viewgeneneration;
import com.talk2object.plum.view._abstract.window.UIComponent;
/**
* a class can make itself visible
* @author jack
*
*/
public interface Visible {
UIComponent toView(String viewClass, ViewBuildContext context, UIComponent parent);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy