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 classConfigless -
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 ConfigModelAnnotationMapping. getModel()Methods in org.rspeer.game.script.model.mapping with parameters of type ConfigModel Modifier and Type Method Description voidAnnotationMapping. 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, LoadoutService loadouts)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, LoadoutService loadouts) -
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 voidConfigProcessor. setSection(Section section, ConfigModel model)voidConfigVisitor. setSection(Section section, ConfigModel model)
-