org.argouml.ui.explorer
Class PerspectiveConfigurator.RenameDocumentListener
java.lang.Object
org.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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PerspectiveConfigurator.RenameDocumentListener
PerspectiveConfigurator.RenameDocumentListener()
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()