Uses of Class
org.rspeer.game.script.model.ConfigModel
-
-
Uses of ConfigModel in org.rspeer.game.script.meta
Methods in org.rspeer.game.script.meta that return types with arguments of type ConfigModel Modifier and Type Method Description Class<? extends ConfigModel>
model()
-
Uses of ConfigModel in org.rspeer.game.script.model
Subclasses of ConfigModel in org.rspeer.game.script.model Modifier and Type Class Description class
Configless
-
Uses of ConfigModel in org.rspeer.game.script.model.mapping
Methods in org.rspeer.game.script.model.mapping that return ConfigModel Modifier and Type Method Description ConfigModel
AnnotationMapping. getModel()
Methods in org.rspeer.game.script.model.mapping with parameters of type ConfigModel Modifier and Type Method Description void
AnnotationMapping. setModel(ConfigModel model)
-
Uses of ConfigModel in org.rspeer.game.script.model.ui.impl
Constructors in org.rspeer.game.script.model.ui.impl with parameters of type ConfigModel Constructor Description ModelPanel(ConfigModel model, ConfigProcessor processor, FieldAnnotationMapping mapping)
Constructor parameters in org.rspeer.game.script.model.ui.impl with type arguments of type ConfigModel Constructor Description ModelContainer(JPanel panel, Script script, Class<? extends ConfigModel> configType, ScriptUIBindingManager bindingManager)
-
Uses of ConfigModel in org.rspeer.game.script.model.visitor
Methods in org.rspeer.game.script.model.visitor with parameters of type ConfigModel Modifier and Type Method Description void
ConfigProcessor. setSection(String section, ConfigModel model)
void
ConfigVisitor. setSection(String section, ConfigModel model)
-