Uses of Class
org.rspeer.game.script.model.ConfigPanelManager
-
Packages that use ConfigPanelManager Package Description org.rspeer.game.script.event org.rspeer.game.script.meta.ui.binding org.rspeer.game.script.model org.rspeer.game.script.model.ui.impl -
-
Uses of ConfigPanelManager in org.rspeer.game.script.event
Constructors in org.rspeer.game.script.event with parameters of type ConfigPanelManager Constructor Description ConfigPanelEvent(ConfigPanelManager source, String key, boolean booleanValue)
ConfigPanelEvent(ConfigPanelManager source, String key, Object objectValue)
ConfigPanelEvent(ConfigPanelManager source, String key, String textValue)
-
Uses of ConfigPanelManager in org.rspeer.game.script.meta.ui.binding
Methods in org.rspeer.game.script.meta.ui.binding with parameters of type ConfigPanelManager Modifier and Type Method Description void
CheckBoxBinding. load(ConfigPanelManager manager, JComponent component)
void
ComboBoxBinding. load(ConfigPanelManager manager, JComponent component)
abstract void
ScriptUIBinding. load(ConfigPanelManager manager, JComponent component)
void
TextBinding. load(ConfigPanelManager manager, JComponent component)
-
Uses of ConfigPanelManager in org.rspeer.game.script.model
Methods in org.rspeer.game.script.model that return ConfigPanelManager Modifier and Type Method Description ConfigPanelManager
ConfigModel. getManager()
Methods in org.rspeer.game.script.model with parameters of type ConfigPanelManager Modifier and Type Method Description void
ConfigModel. setManager(ConfigPanelManager manager)
-
Uses of ConfigPanelManager in org.rspeer.game.script.model.ui.impl
Methods in org.rspeer.game.script.model.ui.impl with parameters of type ConfigPanelManager Modifier and Type Method Description void
ModelPanel. loadBinding(String key, ConfigPanelManager manager, Map<String,ScriptUIBinding> bindings)
-