org.argouml.uml.ui
Class UMLRadioButton.BooleanSetter

java.lang.Object
  |
  +--org.argouml.uml.ui.UMLRadioButton.BooleanSetter
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
UMLRadioButton

private class UMLRadioButton.BooleanSetter
extends java.lang.Object
implements java.lang.Runnable


Field Summary
(package private)  javax.swing.JRadioButton _field
           
(package private)  boolean _newValue
           
 
Constructor Summary
UMLRadioButton.BooleanSetter(javax.swing.JRadioButton field, boolean newValue)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_field

javax.swing.JRadioButton _field

_newValue

boolean _newValue
Constructor Detail

UMLRadioButton.BooleanSetter

public UMLRadioButton.BooleanSetter(javax.swing.JRadioButton field,
                                    boolean newValue)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable
See Also:
Runnable.run()


ArgoUML © 1996-2004 (20040306)ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook