This method will set all the input objects in this WcmPanel and in
sub-WcmPanels, as well as any other input objects that have been added to
the panels' Controllers, to notify the Controller of this WcmPanel when
they change.
GenericGraphApplet serves as a base class for applets that have a
DisplayCanvas in the CENTER of a BorderLayout and that are configurable by a
large number of applet parameters.
Get a Button corresponding to one of the six button types defined by the
constants SET_LIMITS, EQUALIZE, ZOOM_IN, ZOOM_OUT, SAVE, and RESTORE in
this class.
Get a function of one variable whose value at a real number x is computed
by assigning x to the variable v and then returning the value of the
expression associated with this ExpressionInput.
Get a function of one or more variables whose value at arguments x1, x2,
etc is computed by assigning the x's to the variables and then returning
the value of the expression associated with this ExpressionInput.
Get the "handleMouseZooms" property of this DisplayCanvas, which
determines whether the canvas reacts to mouse events by zooming the
CoordinateRect that is clicked.
Get the combination of MouseEvent.SHIFT_MASK, MouseEvent.CTRL_MASK,
MouseEvent.META_MASK, and MouseEvent.ALT_MASK that must be present in the
mouse-pressed event for a drag to start.
Override the standard applet method getParameter(String) so that when no
param value is provided in the applet tag, and if parameterDefaults is
non-null, it will check for a value in the parameterDefaults.
Get the value of the throwErrors property, which determines whether an
error is thrown when an attempt is made to refer to the value of a cell
that contains an invalid string.