Uses of Class
org.odftoolkit.simple.common.navigation.Selection

Packages that use Selection
org.odftoolkit.simple.common.navigation Provide classes to operate the content and style of the selected text content. 
 

Uses of Selection in org.odftoolkit.simple.common.navigation
 

Subclasses of Selection in org.odftoolkit.simple.common.navigation
 class CellSelection
          Based on TextSelection, CellSelection updates table cell value and value type when the cell text is replaced by other content.
 class FieldSelection
          This is a decorator class of TextSelection, which help user replace a text content with field.
 class TextSelection
          TextSelection describes a sub element in a paragraph element or a heading element.
 

Methods in org.odftoolkit.simple.common.navigation that return Selection
 Selection TextStyleNavigation.nextSelection()
          Get next TextSelection.
 Selection TextNavigation.nextSelection()
          Get next TextSelection.
abstract  Selection Navigation.nextSelection()
          Get next Selection result.
 

Methods in org.odftoolkit.simple.common.navigation with parameters of type Selection
 void TextSelection.pasteAtEndOf(Selection positionItem)
          Paste this selection just after a specific selection.
abstract  void Selection.pasteAtEndOf(Selection positionItem)
          Paste current Selection at end of the specified position Selection.
 void FieldSelection.pasteAtEndOf(Selection positionItem)
          Paste this selection just after a specific selection.
 void TextSelection.pasteAtFrontOf(Selection positionItem)
          Paste this selection just before a specific selection.
abstract  void Selection.pasteAtFrontOf(Selection positionItem)
          Paste current Selection at front of the specified position Selection.
 void FieldSelection.pasteAtFrontOf(Selection positionItem)
          Paste this selection just before a specific selection.
protected  void TextSelection.refreshAfterFrontalDelete(Selection deleteItem)
           
protected abstract  void Selection.refreshAfterFrontalDelete(Selection deletedItem)
          When a selected item has been deleted, the Selections after this deleted Selection should be refreshed, as these Selections index have been changed.
protected  void FieldSelection.refreshAfterFrontalDelete(Selection deletedItem)
           
protected  void TextSelection.refreshAfterFrontalInsert(Selection pasteItem)
           
protected abstract  void Selection.refreshAfterFrontalInsert(Selection insertedItem)
          When a selected item has been inserted, the Selection after the inserted item should be refresh, as these Selections index have been changed.
protected  void FieldSelection.refreshAfterFrontalInsert(Selection insertedItem)
           
 



Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.