java.lang.Object
de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.swing.misc.DocumentAdapter
All Implemented Interfaces:
EventListener, DocumentListener

@Deprecated(since="3.0.0", forRemoval=true) public class DocumentAdapter extends Object implements DocumentListener
Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • DocumentAdapter

      public DocumentAdapter()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • changedUpdate

      public void changedUpdate(DocumentEvent e)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      changedUpdate in interface DocumentListener
    • insertUpdate

      public void insertUpdate(DocumentEvent e)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      insertUpdate in interface DocumentListener
    • removeUpdate

      public void removeUpdate(DocumentEvent e)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      removeUpdate in interface DocumentListener
    • documentChanged

      public void documentChanged(DocumentEvent e)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Called when any DocumentListener method is invoked
      Parameters:
      e - - the DocumentEvent from the original DocumentListener method