Package org.seamcat.model.plugin.system
Interface CustomPanelBuilder<T,S>
-
public interface CustomPanelBuilder<T,S>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PanelModelEditor<T>
build(T model, ModelEditor<S> modelEditor)
-
-
-
Method Detail
-
build
PanelModelEditor<T> build(T model, ModelEditor<S> modelEditor)
-
-