Uses of Interface
sk.uniba.euromath.editor.selections.IDOMSelectionProvider

Packages that use IDOMSelectionProvider
sk.uniba.euromath.editor Editor - Core of Multi Editor Architecture 
sk.uniba.euromath.editor.actions Actions 
sk.uniba.euromath.editor.selections Selections - easy and very generic selecting model is provided. 
sk.uniba.euromath.editor.textEditor Text Editor 
sk.uniba.euromath.editor.textEditor.viewers   
sk.uniba.euromath.editor.xmlEditor XML Editor - most common editor 
sk.uniba.euromath.editor.xmlEditor.actions Actions for XMLEditor 
sk.uniba.euromath.editor.xmlEditor.viewers   
sk.uniba.euromath.plugin.views.outline Outline view 
 

Uses of IDOMSelectionProvider in sk.uniba.euromath.editor
 

Classes in sk.uniba.euromath.editor that implement IDOMSelectionProvider
 class EditorSite
          TODO STUDVA recoment
 

Uses of IDOMSelectionProvider in sk.uniba.euromath.editor.actions
 

Constructors in sk.uniba.euromath.editor.actions with parameters of type IDOMSelectionProvider
AbstractActionContributor(IDOMSelectionProvider selectionProvider)
          Constructor.
 

Uses of IDOMSelectionProvider in sk.uniba.euromath.editor.selections
 

Methods in sk.uniba.euromath.editor.selections that return IDOMSelectionProvider
 IDOMSelectionProvider DOMSelectionChangedEvent.getSelectionProvider()
          Returns the selection provider that is the source of this event.
 IDOMSelectionProvider DOMSelectionChangedEvent.getSource()
           
 

Constructors in sk.uniba.euromath.editor.selections with parameters of type IDOMSelectionProvider
DOMSelectionChangedEvent(IDOMSelectionProvider source, sk.baka.ikslibs.interval.DOMIntervalSet selection)
          Creates a new event for the given source and selection.
 

Uses of IDOMSelectionProvider in sk.uniba.euromath.editor.textEditor
 

Classes in sk.uniba.euromath.editor.textEditor that implement IDOMSelectionProvider
 class TextEditor
           
 

Uses of IDOMSelectionProvider in sk.uniba.euromath.editor.textEditor.viewers
 

Classes in sk.uniba.euromath.editor.textEditor.viewers that implement IDOMSelectionProvider
 class ScrollingTextGraphicalViewer
          Overrides selection funcionality of ScrollingGraphicalViewer.
 class TextGraphicalViewerImpl
           
 

Uses of IDOMSelectionProvider in sk.uniba.euromath.editor.xmlEditor
 

Classes in sk.uniba.euromath.editor.xmlEditor that implement IDOMSelectionProvider
 class XMLEditor
          TODO: Kollar change comment Common editor for any namespaces and any renderer used by default if no other is find for namespace examinig all registered editors for that namespace.
 

Uses of IDOMSelectionProvider in sk.uniba.euromath.editor.xmlEditor.actions
 

Methods in sk.uniba.euromath.editor.xmlEditor.actions that return IDOMSelectionProvider
protected  IDOMSelectionProvider XMLAccessModifyAction.getSelectionProvider()
          Returns DOM selection provider.
 

Uses of IDOMSelectionProvider in sk.uniba.euromath.editor.xmlEditor.viewers
 

Subinterfaces of IDOMSelectionProvider in sk.uniba.euromath.editor.xmlEditor.viewers
 interface IXMLGraphicalViewer
           
 

Classes in sk.uniba.euromath.editor.xmlEditor.viewers that implement IDOMSelectionProvider
 class XMLGraphicalViewerImpl
           
 class XMLScrollingGraphicalViewer
           
 

Uses of IDOMSelectionProvider in sk.uniba.euromath.plugin.views.outline
 

Classes in sk.uniba.euromath.plugin.views.outline that implement IDOMSelectionProvider
 class XMLOutlinePage
           
 

Methods in sk.uniba.euromath.plugin.views.outline with parameters of type IDOMSelectionProvider
 void StatusLineUpdateManager.connect(IDOMSelectionProvider provider)
           
 void StatusLineUpdateManager.disconnect(IDOMSelectionProvider provider)
           
 



Copyright © 2003-2006 null. All Rights Reserved.