Uses of Interface
palmed.edit.text.IText

Packages that use IText
palmed.edit Implements a custom text edit box. 
palmed.edit.selection Provides high-level text operations. 
palmed.edit.text Manages text related operations. 
 

Uses of IText in palmed.edit
 

Constructors in palmed.edit with parameters of type IText
Content(IText text)
          Create a content.
 

Uses of IText in palmed.edit.selection
 

Constructors in palmed.edit.selection with parameters of type IText
CharacterInsertion(ISelection selection, IText text, char value, Coordinate insertion)
          Create a type action.
NewLineInsertion(ISelection selection, IText text, Coordinate insertion)
          Create an enter action.
Selection(IText text)
          Create a selection.
SelectionReplacement(ISelection selection, IText text, char value, Coordinate insertion)
          Create a type action.
 

Uses of IText in palmed.edit.text
 

Classes in palmed.edit.text that implement IText
 class LargeText
          This class implements a composite of cachable text chunks.
 class Text
          This class handles the text.
 

Methods in palmed.edit.text with parameters of type IText
 void TextDeserializer.select(IText text, Coordinate coordinate)
          Notify a text matches the search criteria.
 void NewLineInserter.select(IText text, Coordinate coordinate)
          Notify a text matches the search criteria.
 void ICoordinateExtractor.select(IText text, Coordinate coordinate)
          Notify a text matches the search criteria.
 void CharacterInserter.select(IText text, Coordinate coordinate)
          Notify a text matches the search criteria.
 void TextSerializer.select(IText text, Coordinate from, Coordinate to)
          Notify a text matches the search criteria.
 void TextEraser.select(IText text, Coordinate from, Coordinate to)
          Notify a text matches the search criteria.
 void ITextExtractor.select(IText text, Coordinate from, Coordinate to)
          Notify a text matches the search criteria.
 void LineBuilder.select(IText text, int line)
          Notify a text matches the search criteria.
 void ILineExtractor.select(IText text, int line)
          Notify a text matches the search criteria.
 void CoordinateExtractor.select(IText text, int line)
          Notify a text matches the search criteria.
 



Copyright © 2004-2006 PalmEd. All Rights Reserved.