qq_Params.put("row", new ParameterHolder(0));
qq_Params.put("column", new ParameterHolder(0));
if (e.getSource() instanceof JRadioButtonMenuItem) {
ButtonGroup bg = ((DefaultButtonModel) ((JRadioButtonMenuItem) e
.getSource()).getModel()).getGroup();
eventsToPost.add(new EventHandle(bg, "Activate", qq_Params));
} else {
Component me = (Component) e.getSource();
//System.out.println("Activate on ["+ me.toString() + "]");
eventsToPost.add(new EventHandle(me, "Activate", qq_Params));
// TF:13/11/07:Commented this out as there is now a childActivateListener to take care of this
//ChildEventHelper.postEventToAllParents(me, "ChildActivate", null, eventsToPost);
}
/*
* toData() must be called to update the mapped data object.