<HTML>
<HEAD>
<TITLE>Untitled file 'ImageButtonGroup.html'</TITLE>
<!-- Copyright (c) 1996 by The Geometry Center. All Rights Reserved. -->
</HEAD>
<BODY BGCOLOR="FFFFFF">
<!-- *Navigation-Links -->
<B>Up:</B> <A HREF="source.html"><I>Java Kali Source Code and Documentation</I></A><BR>
<HR>
<p>

<!-- *Begin-Document-Body -->
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc on Mon Sep 16 15:21:32 CDT 1996 -->
<A NAME="_top_"></A>
<TITLE>
  Class ImageButtonGroup
</TITLE>
</HEAD>
<BODY BGCOLOR="FFFFFF">
<H1>Class ImageButtonGroup</H1>
<PRE>
<A HREF="http://www.javasoft.com/products/JDK/CurrentRelease/api/java.lang.Object.html#_top_">java.lang.Object</A>
   |
   +----ImageButtonGroup
</PRE>
<HR>
<DL>
  <DT>public class <B>ImageButtonGroup</B>
  <DT>extends <A HREF="http://www.javasoft.com/products/JDK/CurrentRelease/api/java.lang.Object.html#_top_">Object</A>
</DL>
The ImageButtonGroup object allows a collection of ImageButtons to
function as a radio group.  The ImageButtonGroup object is
essentially the same as the java.awt.ButtonGroup object, but works
with ImageButtons instead of java.awt.Button objects.
<HR>
<A NAME="index"></A>
<H2><IMG SRC="images/constructor-index.gif" WIDTH=275 HEIGHT=38 ALT="Constructor Index"></H2>
<DL>
  <DT><IMG SRC="images/yellow-ball-small.gif" WIDTH=6 HEIGHT=6 ALT=" o ">
	<A HREF="#ImageButtonGroup()"><B>ImageButtonGroup</B></A>()
  <DD>Creates a new ImageButtonGroup.
</DL>
<H2><IMG SRC="images/method-index.gif" WIDTH=207 HEIGHT=38 ALT="Method Index"></H2>
<DL>
  <DT><IMG SRC="images/red-ball-small.gif" WIDTH=6 HEIGHT=6 ALT=" o ">
	<A HREF="#getCurrent()"><B>getCurrent</B></A>()
  <DD>Gets the current choice.
  <DT><IMG SRC="images/red-ball-small.gif" WIDTH=6 HEIGHT=6 ALT=" o ">
	<A HREF="#setCurrent(ImageButton)"><B>setCurrent</B></A>(ImageButton)
  <DD>Sets the current choice to the specified ImageButton.
  <DT><IMG SRC="images/red-ball-small.gif" WIDTH=6 HEIGHT=6 ALT=" o ">
	<A HREF="#toString()"><B>toString</B></A>()
  <DD>Returns the String representation of this ImageButtonGroup's values.
</DL>
<A NAME="constructors"></A>
<H2><IMG SRC="images/constructors.gif" WIDTH=231 HEIGHT=38 ALT="Constructors"></H2>
<A NAME="ImageButtonGroup"></A>
<A NAME="ImageButtonGroup()"><IMG SRC="images/yellow-ball.gif" WIDTH=12 HEIGHT=12 ALT=" o "></A>
<B>ImageButtonGroup</B>
<PRE>
  public ImageButtonGroup()
</PRE>
<DL>
  <DD>Creates a new ImageButtonGroup.
</DL>
<A NAME="methods"></A>
<H2><IMG SRC="images/methods.gif" WIDTH=151 HEIGHT=38 ALT="Methods"></H2>
<A NAME="getCurrent()"><IMG SRC="images/red-ball.gif" WIDTH=12 HEIGHT=12 ALT=" o "></A>
<A NAME="getCurrent"><B>getCurrent</B></A>
<PRE>
  public <A HREF="ImageButton.html#_top_">ImageButton</A> getCurrent()
</PRE>
<DL>
  <DD>Gets the current choice.
</DL>
<A NAME="setCurrent(ImageButton)"><IMG SRC="images/red-ball.gif" WIDTH=12 HEIGHT=12 ALT=" o "></A>
<A NAME="setCurrent"><B>setCurrent</B></A>
<PRE>
  public synchronized void setCurrent(<A HREF="ImageButton.html#_top_">ImageButton</A> button)
</PRE>
<DL>
  <DD>Sets the current choice to the specified ImageButton.
If the ImageButton belongs to a different group, just return.
  <DL>
    <DT><B>Parameters:</B>
    <DD>button - the current ImageButton choice
  </DL>
</DL>
<A NAME="toString()"><IMG SRC="images/red-ball.gif" WIDTH=12 HEIGHT=12 ALT=" o "></A>
<A NAME="toString"><B>toString</B></A>
<PRE>
  public <A HREF="http://www.javasoft.com/products/JDK/CurrentRelease/api/java.lang.String.html#_top_">String</A> toString()
</PRE>
<DL>
  <DD>Returns the String representation of this ImageButtonGroup's values.
Convert to String.
  <DL>
    <DT><B>Overrides:</B>
    <DD><A HREF="http://www.javasoft.com/products/JDK/CurrentRelease/api/java.lang.Object.html#toString()">toString</A> in class <A HREF="http://www.javasoft.com/products/JDK/CurrentRelease/api/java.lang.Object.html">Object</A>
  </DL>
</DL>
<!-- *End-Document-Body -->
<p>

<!-- *Navigation-Links -->
<HR>
<B>Up:</B> <A HREF="source.html"><I>Java Kali Source Code and Documentation</I></A><BR>

<!-- *GC-Common-Footer -->
<HR>
<NOBR><A HREF="/"><IMG SRC="/pix/home.gif" ALT="[HOME]" ALIGN=MIDDLE></A>
<I>The Geometry Center Home Page</I></NOBR>
<p>
Author: <A HREF="http://www.geom.umn.edu/locate/mbp">Mark Phillips</A><BR>
Comments to:
<A HREF="/admin/mail/webmaster.html">webmaster@geom.umn.edu</A><BR>
Created:  Sep 16 1996 --- 
<!-- hhmts start -->
Last modified: Sep 18 1996
<!-- hhmts end -->
</BODY>
</HTML>
