|
LPEX 4.4.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LpexMarkListener
Interface LpexMarkListener can be implemented to listen to mark events. Marks are defined with the set mark editor command. The scope of a mark is the document view in which it is created.
LpexView.addLpexMarkListener(int, com.ibm.lpex.core.LpexMarkListener),
LpexView.removeLpexMarkListener(int,LpexMarkListener),
LpexView.removeLpexMarkListener(LpexMarkListener)| Method Summary | |
|---|---|
void |
markChanged(LpexView lpexView,
int markId)
This method is invoked when the text associated with a mark has been changed. |
void |
markDeleted(LpexView lpexView,
int markId)
This method is invoked when all of the text associated with a mark has been deleted. |
| Method Detail |
|---|
void markChanged(LpexView lpexView,
int markId)
lpexView - the document view of the markmarkId - the id of the changed mark
void markDeleted(LpexView lpexView,
int markId)
lpexView - the document view of the markmarkId - the id of the deleted mark
|
LPEX 4.4.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||