Uses of Class
org.rspeer.game.script.model.mapping.FieldAnnotationMapping
-
Packages that use FieldAnnotationMapping Package Description org.rspeer.game.script.meta org.rspeer.game.script.model org.rspeer.game.script.model.ui.impl org.rspeer.game.script.model.visitor -
-
Uses of FieldAnnotationMapping in org.rspeer.game.script.meta
Method parameters in org.rspeer.game.script.meta with type arguments of type FieldAnnotationMapping Modifier and Type Method Description static ScriptConfig
ScriptConfig. parseDefault(Map<String,FieldAnnotationMapping> mappings, String args)
-
Uses of FieldAnnotationMapping in org.rspeer.game.script.model
Method parameters in org.rspeer.game.script.model with type arguments of type FieldAnnotationMapping Modifier and Type Method Description void
ConfigPanelManager. setPanels(Map<String,ModelPanel> panels, List<Pair<FieldAnnotationMapping,ModelPanel>> mappings)
-
Uses of FieldAnnotationMapping in org.rspeer.game.script.model.ui.impl
Constructors in org.rspeer.game.script.model.ui.impl with parameters of type FieldAnnotationMapping Constructor Description ModelPanel(ConfigModel model, ConfigProcessor processor, FieldAnnotationMapping mapping)
-
Uses of FieldAnnotationMapping in org.rspeer.game.script.model.visitor
Methods in org.rspeer.game.script.model.visitor that return types with arguments of type FieldAnnotationMapping Modifier and Type Method Description Map<String,FieldAnnotationMapping>
ConfigProcessor. getComponents()
-