de.uni_paderborn.fujaba.gui
Class RadioButtonListener

java.lang.Object
  extended byde.uni_paderborn.fujaba.gui.RadioButtonListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

class RadioButtonListener
extends java.lang.Object
implements java.awt.event.ActionListener

No comment provided by developer, please add a comment to improve documentation.

Version:
$Revision: 1.18 $
Author:
$Author: lowende $

Field Summary
private  BasicPropertyEditor adaptee
          No comment provided by developer, please add a comment to improve documentation.
private  java.lang.String ident
          No comment provided by developer, please add a comment to improve documentation.
 
Constructor Summary
RadioButtonListener(BasicPropertyEditor adaptee, java.lang.String ident)
          Constructor for class RadioButtonListener
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          No comment provided by developer, please add a comment to improve documentation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

adaptee

private BasicPropertyEditor adaptee
No comment provided by developer, please add a comment to improve documentation.


ident

private java.lang.String ident
No comment provided by developer, please add a comment to improve documentation.

Constructor Detail

RadioButtonListener

public RadioButtonListener(BasicPropertyEditor adaptee,
                           java.lang.String ident)
Constructor for class RadioButtonListener

Parameters:
adaptee - No description provided
ident - No description provided
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
No comment provided by developer, please add a comment to improve documentation.

Specified by:
actionPerformed in interface java.awt.event.ActionListener
Parameters:
e - No description provided