org.argouml.ui.explorer
Class PerspectiveConfigurator.RenameDocumentListener

java.lang.Object
  extended byorg.argouml.ui.explorer.PerspectiveConfigurator.RenameDocumentListener
All Implemented Interfaces:
DocumentListener, EventListener
Enclosing class:
PerspectiveConfigurator

class PerspectiveConfigurator.RenameDocumentListener
extends Object
implements DocumentListener

Handles changes in the text in the text-entry field for the perspective name.


Constructor Summary
(package private) PerspectiveConfigurator.RenameDocumentListener()
           
 
Method Summary
 void changedUpdate(DocumentEvent e)
           
 void insertUpdate(DocumentEvent e)
           
 void removeUpdate(DocumentEvent e)
           
private  void update()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PerspectiveConfigurator.RenameDocumentListener

PerspectiveConfigurator.RenameDocumentListener()
Method Detail

insertUpdate

public void insertUpdate(DocumentEvent e)
Specified by:
insertUpdate in interface DocumentListener

removeUpdate

public void removeUpdate(DocumentEvent e)
Specified by:
removeUpdate in interface DocumentListener

changedUpdate

public void changedUpdate(DocumentEvent e)
Specified by:
changedUpdate in interface DocumentListener

update

private void update()


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