|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITextView
This interface defines a means to receive events concerning text modifications.
Method Summary | |
---|---|
void |
modified(boolean status)
Notify the modification flag has changed. |
void |
update(int columns,
int lines)
Notify the text bounding box has changed. |
Method Detail |
---|
void update(int columns, int lines)
columns
- the number of columnslines
- the number of linesvoid modified(boolean status)
status
- the new modification status
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |