de.uni_paderborn.fujaba.app
Class TabProxy.FujabaCellEditorListener

java.lang.Object
  extended byde.uni_paderborn.fujaba.app.TabProxy.FujabaCellEditorListener
All Implemented Interfaces:
javax.swing.event.CellEditorListener, java.util.EventListener
Enclosing class:
TabProxy

private class TabProxy.FujabaCellEditorListener
extends java.lang.Object
implements javax.swing.event.CellEditorListener

This class deals with the setting the new names, when the user enters return.

Version:
$Revision: 1.69 $
Author:
$Author: lowende $

Field Summary
private  TabProxy.FujabaTreeCellEditor editor
          No comment provided by developer, please add a comment to improve documentation.
private  javax.swing.JTree tree
          No comment provided by developer, please add a comment to improve documentation.
 
Constructor Summary
TabProxy.FujabaCellEditorListener(TabProxy.FujabaTreeCellEditor editor, javax.swing.JTree tree)
          Constructor for class FujabaCellEditorListener
 
Method Summary
 void editingCanceled(javax.swing.event.ChangeEvent e)
          No comment provided by developer, please add a comment to improve documentation.
 void editingStopped(javax.swing.event.ChangeEvent 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

editor

private TabProxy.FujabaTreeCellEditor editor
No comment provided by developer, please add a comment to improve documentation.


tree

private javax.swing.JTree tree
No comment provided by developer, please add a comment to improve documentation.

Constructor Detail

TabProxy.FujabaCellEditorListener

public TabProxy.FujabaCellEditorListener(TabProxy.FujabaTreeCellEditor editor,
                                         javax.swing.JTree tree)
Constructor for class FujabaCellEditorListener

Parameters:
editor - No description provided
tree - No description provided
Method Detail

editingCanceled

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

Specified by:
editingCanceled in interface javax.swing.event.CellEditorListener
Parameters:
e - No description provided

editingStopped

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

Specified by:
editingStopped in interface javax.swing.event.CellEditorListener
Parameters:
e - No description provided