addComponent(container, component, top, right, bottom,
left, topType = "REL", rightType = "REL", bottomType = "REL",
leftType = "REL")
getSize(component)
setSize(component,width,height)
execute(cmd)
ButtonGroupWidget
CheckBoxesWidget
DeducerMain
JLabel
RDialog
SimpleRDialog
SimpleRSubDialog
SingleVariableWidget
SliderWidget
TextAreaWidget
VariableListWidget
VariableSelectorWidget
ComboBoxWidget
RDialogMonitor
ListWidget
AddRemoveButtons
TextFieldWidget
ObjectChooserWidget
getSize gets the height and width
setSize sets the height and width
execute executes a character representing a command, as if it were entered into the console
The rest of the items are references to the Java classes of commonly used GUI components. see www.deducer.org for more details and usage.