palmed.edit.text
Class TextDeserializer

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

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

This class provides a means to insert some text from a stream.

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

Constructor Summary
TextDeserializer(java.io.InputStream stream, java.util.Vector exceptions)
          Create a text deserializer.
 
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

TextDeserializer

public TextDeserializer(java.io.InputStream stream,
                        java.util.Vector exceptions)
Create a text deserializer.

Parameters:
stream - the stream to write to
exceptions - the io exceptions raised during the operation
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.