de.uni_paderborn.fujaba.gui
Class EditCollabStatDialog.AssignTargetFieldDisablerChangeListener

java.lang.Object
  extended byde.uni_paderborn.fujaba.gui.EditCollabStatDialog.AssignTargetFieldDisablerChangeListener
All Implemented Interfaces:
javax.swing.event.ChangeListener, java.util.EventListener
Enclosing class:
EditCollabStatDialog

private static class EditCollabStatDialog.AssignTargetFieldDisablerChangeListener
extends java.lang.Object
implements javax.swing.event.ChangeListener

Disables the target text field if "Call on elements of set" is selected.

Version:
$Revision: 1.53 $
Author:
$Author: trinet $

Field Summary
(package private)  EditCollabStatDialog eCSDialog
          No comment provided by developer, please add a comment to improve documentation.
 
Constructor Summary
EditCollabStatDialog.AssignTargetFieldDisablerChangeListener(EditCollabStatDialog editCollabStatDialog)
          Constructor for class AssignTargetFieldDisablerChangeListener
 
Method Summary
 void stateChanged(javax.swing.event.ChangeEvent changeEvent)
          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

eCSDialog

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

Constructor Detail

EditCollabStatDialog.AssignTargetFieldDisablerChangeListener

public EditCollabStatDialog.AssignTargetFieldDisablerChangeListener(EditCollabStatDialog editCollabStatDialog)
Constructor for class AssignTargetFieldDisablerChangeListener

Parameters:
editCollabStatDialog - No description provided
Method Detail

stateChanged

public void stateChanged(javax.swing.event.ChangeEvent changeEvent)
No comment provided by developer, please add a comment to improve documentation.

Specified by:
stateChanged in interface javax.swing.event.ChangeListener
Parameters:
changeEvent - No description provided