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.
 

Method Detail

visit

void visit(java.lang.String text,
           int start,
           int end,
           boolean continues)
Handle a line of text.

Parameters:
text - the content
start - the selection start position
end - the selection end position
continues - whether the selection continues on the next line or not


Copyright © 2004-2006 PalmEd. All Rights Reserved.