palmed.edit.text
Class NewLineInserter

java.lang.Object
  extended by palmed.edit.text.NewLineInserter
All Implemented Interfaces:
ICoordinateExtractor

public final class NewLineInserter
extends java.lang.Object
implements ICoordinateExtractor

This class provides a means to insert a new line in a text.

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

Constructor Summary
NewLineInserter()
           
 
Method Summary
 void select(IText text, Coordinate coordinate)
          Notify a text matches the search criteria.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewLineInserter

public NewLineInserter()
Method Detail

select

public void select(IText text,
                   Coordinate coordinate)
Notify a text matches the search criteria.

Specified by:
select in interface ICoordinateExtractor
Parameters:
text - the text
coordinate - the coordinate relative to the text


Copyright © 2004-2006 PalmEd. All Rights Reserved.