|
SWT LPEX v3.0.5 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |