protected class AbstractCodeFoldingPlugin.DocumentHandler extends java.lang.Object implements BasicDocument.PrePostDocumentListener
| Modifier | Constructor and Description | 
|---|---|
| protected  | AbstractCodeFoldingPlugin.DocumentHandler() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | postNotify(javax.swing.event.DocumentEvent event)Post-notification after regular document listener notification is
 delivered. | 
| void | postNotify(java.beans.PropertyChangeEvent event)Post-notification after regular compound edit listener notification is
 delivered. | 
| void | preNotify(javax.swing.event.DocumentEvent event)Pre-notification before the regular document listener notification
 is delivered. | 
| void | preNotify(java.beans.PropertyChangeEvent event)Pre-notification before the regular compound edit listener notification
 is delivered. | 
protected AbstractCodeFoldingPlugin.DocumentHandler()
public void preNotify(javax.swing.event.DocumentEvent event)
preNotify in interface BasicDocument.PrePostDocumentListenerevent - the event describing the document changepublic void postNotify(javax.swing.event.DocumentEvent event)
postNotify in interface BasicDocument.PrePostDocumentListenerevent - the event describing the document changepublic void preNotify(java.beans.PropertyChangeEvent event)
BasicDocument.PrePostDocumentListenerpreNotify in interface BasicDocument.PrePostDocumentListenerevent - the event describing the compoundEditInProgress property change.public void postNotify(java.beans.PropertyChangeEvent event)
BasicDocument.PrePostDocumentListenerpostNotify in interface BasicDocument.PrePostDocumentListenerevent - the event describing the dcompoundEditInProgress property change.