Package org.seamcat.model.plugin.system
Interface ModelEditor<M>
-
public interface ModelEditor<M>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description M
getModel()
java.lang.Class<M>
getModelClass()
boolean
readOnly()
void
setModel(M model)
-