SWT LPEX
v3.0.5

Uses of Interface
com.ibm.lpex.core.LpexDocumentListener

Packages that use LpexDocumentListener
com.ibm.lpex.core This package provides the base implementation of the LPEX editor widget. 
 

Uses of LpexDocumentListener in com.ibm.lpex.core
 

Methods in com.ibm.lpex.core with parameters of type LpexDocumentListener
 int LpexView.notifyTruncateDocument(LpexDocumentListener listener, int textLimit)
          Issues document-listener notifications for the text-limit truncation of a document as done during save.
 void LpexView.notifyTruncateDocumentRestore(LpexDocumentListener listener, int textLimit, int firstTruncatedElement)
          Issues document-listener notifications to restore the changes resulting from the text-limit truncation of a document as done during save.
 void LpexView.addLpexDocumentListener(LpexDocumentListener documentListener)
          Adds a document listener to the editor document of this view.
 void LpexView.removeLpexDocumentListener(LpexDocumentListener documentListener)
          Removes a document listener from the editor document of this view.
 void LpexView.addLpexDocumentAdjustListener(LpexDocumentListener documentAdjustListener)
          Adds a document-adjust listener to the editor document of this view.
 void LpexView.removeLpexDocumentAdjustListener(LpexDocumentListener documentAdjustListener)
          Removes a document-adjust listener from the editor document of this view.
 


SWT LPEX
v3.0.5

(C) Copyright IBM Corporation 1998, 2005.  All Rights Reserved.