Uses of Interface
palmed.edit.selection.ISelection

Packages that use ISelection
palmed.edit.selection Provides high-level text operations. 
 

Uses of ISelection in palmed.edit.selection
 

Classes in palmed.edit.selection that implement ISelection
 class Selection
          This class manages the text selection.
 

Constructors in palmed.edit.selection with parameters of type ISelection
AbstractAction(ISelection selection)
          Create an abstract action.
CharacterDeletion(ISelection selection)
          Create a delete action.
CharacterInsertion(ISelection selection, IText text, char value, Coordinate insertion)
          Create a type action.
Cut(ISelection selection, java.io.OutputStream stream)
          Create a cut action.
NewLineInsertion(ISelection selection, IText text, Coordinate insertion)
          Create an enter action.
Paste(ISelection selection, java.io.InputStream stream)
          Create a paste action.
SelectionDeletion(ISelection selection)
          Create a backspace action.
SelectionReplacement(ISelection selection, IText text, char value, Coordinate insertion)
          Create a type action.
 



Copyright © 2004-2006 PalmEd. All Rights Reserved.