Uses of Interface
palmed.edit.selection.ISelectionView

Packages that use ISelectionView
palmed.edit Implements a custom text edit box. 
palmed.edit.selection Provides high-level text operations. 
palmed.edit.view Handles a viewed area. 
 

Uses of ISelectionView in palmed.edit
 

Classes in palmed.edit that implement ISelectionView
 class Content
          This class encapsulates text and selection manipulations.
 class TextArea
          This class implements a text area component.
 class TextBox
          This class implements a custom text box component.
 

Uses of ISelectionView in palmed.edit.selection
 

Methods in palmed.edit.selection with parameters of type ISelectionView
 void Selection.register(ISelectionView view)
          Register a view to receive insertion point notification changes.
 void ISelection.register(ISelectionView view)
          Register a view to receive insertion point notification changes.
 

Uses of ISelectionView in palmed.edit.view
 

Subinterfaces of ISelectionView in palmed.edit.view
 interface IView
          This interface defines an adapter between text and selection views.
 

Classes in palmed.edit.view that implement ISelectionView
 class NullView
          This class implements a null view according to the null object pattern.
 class Viewport
          This class implements a viewport on a content.
 



Copyright © 2004-2006 PalmEd. All Rights Reserved.