Uses of Interface
palmed.edit.selection.IAction

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

Uses of IAction in palmed.edit.selection
 

Classes in palmed.edit.selection that implement IAction
 class AbstractAction
          This class factorizes behaviours common to all actions.
 class CharacterDeletion
          This class implements an action to delete the previous character from the current insertion point.
 class CharacterInsertion
          This class implements an action to insert a character at a given position.
 class Cut
          This class implements an action to cut the selected text.
 class NewLineInsertion
          This class implements an action to replace the selection (if any) with a new line.
 class Paste
          This class implements an action to paste text replacing the current selection.
 class SelectionDeletion
          This class implements an action to delete the selected text.
 class SelectionReplacement
          This class implements an action to replace the selection with a character.
 

Methods in palmed.edit.selection with parameters of type IAction
 void UndoManager.add(IAction action)
          Add an action to the undo list.
 boolean SelectionReplacement.merge(IAction action)
          Merge another action.
 boolean SelectionDeletion.merge(IAction action)
          Merge another action.
 boolean Paste.merge(IAction action)
          Merge another action.
 boolean NewLineInsertion.merge(IAction action)
          Merge another action.
 boolean IAction.merge(IAction action)
          Merge another action.
 boolean Cut.merge(IAction action)
          Merge another action.
 boolean CharacterInsertion.merge(IAction action)
          Merge another action.
 boolean CharacterDeletion.merge(IAction action)
          Merge another action.
 



Copyright © 2004-2006 PalmEd. All Rights Reserved.