Class DocumentAdapter
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 Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.Called when any DocumentListener method is invokedvoidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, 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
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
changedUpdatein interfaceDocumentListener
-
insertUpdate
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
insertUpdatein interfaceDocumentListener
-
removeUpdate
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
removeUpdatein interfaceDocumentListener
-
documentChanged
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
-