Uses of Class
org.rspeer.game.script.meta.ui.binding.ScriptUIBinding
-
Packages that use ScriptUIBinding Package Description org.rspeer.game.script.meta.ui org.rspeer.game.script.meta.ui.binding org.rspeer.game.script.model.ui.impl -
-
Uses of ScriptUIBinding in org.rspeer.game.script.meta.ui
Methods in org.rspeer.game.script.meta.ui that return ScriptUIBinding Modifier and Type Method Description ScriptUIBinding
ScriptOptionPanel. asBinding()
Method parameters in org.rspeer.game.script.meta.ui with type arguments of type ScriptUIBinding Modifier and Type Method Description void
ScriptOptionPanel. loadBinding(String key, Map<String,ScriptUIBinding> bindings)
-
Uses of ScriptUIBinding in org.rspeer.game.script.meta.ui.binding
Subclasses of ScriptUIBinding in org.rspeer.game.script.meta.ui.binding Modifier and Type Class Description class
CheckBoxBinding
class
ComboBoxBinding
class
TextBinding
Methods in org.rspeer.game.script.meta.ui.binding that return types with arguments of type ScriptUIBinding Modifier and Type Method Description Map<String,ScriptUIBinding>
ScriptUIBindingManager. load(String name)
Method parameters in org.rspeer.game.script.meta.ui.binding with type arguments of type ScriptUIBinding Modifier and Type Method Description void
ScriptUIBindingManager. save(Map<String,ScriptUIBinding> bindings, String name)
-
Uses of ScriptUIBinding in org.rspeer.game.script.model.ui.impl
Methods in org.rspeer.game.script.model.ui.impl that return ScriptUIBinding Modifier and Type Method Description ScriptUIBinding
ModelPanel. asBinding()
Method parameters in org.rspeer.game.script.model.ui.impl with type arguments of type ScriptUIBinding Modifier and Type Method Description void
ModelPanel. loadBinding(String key, ConfigPanelManager manager, Map<String,ScriptUIBinding> bindings)
-