palmed.edit.selection
Interface ILineVisitor
- All Known Implementing Classes:
- LineDrawer, TranslatedLineVisitor
public interface ILineVisitor
This interface defines a means to visit lines of text.
- Version:
- $Revision$ $Date$
- Author:
- Mathieu Champlon
Method Summary |
void |
visit(java.lang.String text,
int start,
int end,
boolean continues)
Handle a line of text. |
visit
void visit(java.lang.String text,
int start,
int end,
boolean continues)
- Handle a line of text.
- Parameters:
text
- the contentstart
- the selection start positionend
- the selection end positioncontinues
- whether the selection continues on the next line or not
Copyright © 2004-2006 PalmEd. All Rights Reserved.