palmed.edit.text
Interface ITextView

All Known Subinterfaces:
IView
All Known Implementing Classes:
ModificationIndicator, NullView, TextBox, Viewport

public interface ITextView

This interface defines a means to receive events concerning text modifications.

Version:
$Revision$ $Date$
Author:
Mathieu Champlon

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

update

void update(int columns,
            int lines)
Notify the text bounding box has changed.

Parameters:
columns - the number of columns
lines - the number of lines

modified

void modified(boolean status)
Notify the modification flag has changed.

Parameters:
status - the new modification status


Copyright © 2004-2006 PalmEd. All Rights Reserved.