edu.washington.biostr.sig.brainj3d.shwing
Class CheckButton

java.lang.Object
  extended by edu.washington.biostr.sig.brainj3d.shwing.CheckButton

public class CheckButton
extends Object

This class is a wrapper that indicates that the default CellRenderer will display this as a CheckBox or Radiobutton instead of the default.

Author:
eider

Constructor Summary
CheckButton(Object value)
           
 
Method Summary
 boolean equals(Object obj)
           
 Object getValue()
           
 int hashCode()
           
 void setValue(Object value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CheckButton

public CheckButton(Object value)
Method Detail

getValue

public Object getValue()

setValue

public void setValue(Object value)

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2006 University of Washington. All Rights Reserved.