| java.lang.Object jimm.datavision.gui.cmd.CommandAdapter jimm.datavision.gui.cmd.ParamEditCommand
ParamEditCommand | public class ParamEditCommand extends CommandAdapter (Code) | | A command for changing a
Parameter 's values---not the runtime
values, but the default values presented to the user as initial choices.
author: Jim Menard, jimm@io.com |
ParamEditCommand | public ParamEditCommand(Parameter param, String name, String question, int type, int arity, List defaultValues)(Code) | | Constructor.
Parameters: param - the parameter Parameters: name - the new name of this parameter Parameters: question - the new question Parameters: type - the new type; one of the Parameter constantsTYPE_BOOLEAN , TYPE_STRING ,TYPE_NUMERIC , or TYPE_DATE Parameters: arity - one of the Parameter constantsARITY_ONE , ARITY_RANGE ,ARITY_LIST_SINGLE , or ARITY_LIST_MULTIPLE Parameters: defaultValues - the new list of parameter default values |
editParam | protected void editParam(String name, String question, int type, int arity, List defaultValues)(Code) | | |
perform | public void perform()(Code) | | |
|
|