palmed.edit.text
Class CharacterInserter

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

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

This class provides a means to insert a character in a text.

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

Constructor Summary
CharacterInserter(char c)
          Create a character inserter.
 
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

CharacterInserter

public CharacterInserter(char c)
Create a character inserter.

Parameters:
c - the character to add
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.