Class ListBinding
- java.lang.Object
-
- org.rspeer.game.script.meta.ui.binding.ScriptUIBinding
-
- org.rspeer.game.script.meta.ui.binding.ListBinding
-
public class ListBinding extends ScriptUIBinding
-
-
Field Summary
-
Fields inherited from class org.rspeer.game.script.meta.ui.binding.ScriptUIBinding
CHECKBOX, COMBOBOX, LIST, SLIDER, STRING_LIST, TEXT
-
-
Constructor Summary
Constructors Constructor Description ListBinding(String name, Class<?> type, int[] ordinals)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
load(ConfigPanelManager manager, JComponent component)
-
-
-
Method Detail
-
load
public void load(ConfigPanelManager manager, JComponent component)
- Specified by:
load
in classScriptUIBinding
-
-