Copyright (c) Xoetrope Ltd., 2001-2006, This software is licensed under
the GNU Public License (GPL), please see license.txt for more details. If
you make commercial use of this software you must purchase a commercial
license from Xoetrope.
Constructs a listener that can track the state of multiple checkmarks.
Parameters: ownr - The component to which this listener listens Parameters: startPos - The offset to the first check mark
Adds the specified action listener to receive action events from
this button. Action events occur when a user presses or releases
the mouse over this button.
If l is null, no exception is thrown and no action is performed.
Parameters: l - the action listener See Also:XClickListener.removeActionListener See Also:XClickListener.getActionListeners See Also:java.awt.event.ActionListener since: JDK1.1
Gets the selected response for a listener tracking multiple check marks.
The selected response is the one that has been checked or clicked.
the selected response or -1 if nothing is selected
Removes the specified action listener so that it no longer
receives action events from this button. Action events occur
when a user presses or releases the mouse over this button.
If l is null, no exception is thrown and no action is performed.
Parameters: l - the action listener See Also:XClickListener.addActionListener See Also:XClickListener.getActionListeners See Also:java.awt.event.ActionListener since: JDK1.1