Uses of Class
sk.uniba.euromath.editor.selections.DOMSelectionChangedEvent

Packages that use DOMSelectionChangedEvent
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.xmlEditor XML Editor - most common editor 
sk.uniba.euromath.editor.xmlEditor.viewers   
sk.uniba.euromath.plugin.views.outline Outline view 
 

Uses of DOMSelectionChangedEvent in sk.uniba.euromath.editor
 

Methods in sk.uniba.euromath.editor with parameters of type DOMSelectionChangedEvent
 void EditorSite.selectionChanged(DOMSelectionChangedEvent event)
          Source of event can be IEditor ContentOutline something else for future All this sources should be IXMLSelectionProviders, but more imporatant is that their IXMLSelection have to be "synchronized" with other IXMLSelectionProviders
 

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

Methods in sk.uniba.euromath.editor.actions with parameters of type DOMSelectionChangedEvent
 void AbstractActionContributor.selectionChanged(DOMSelectionChangedEvent event)
          Updates all actions.
 

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

Methods in sk.uniba.euromath.editor.selections with parameters of type DOMSelectionChangedEvent
 void IDOMSelectionChangedListener.selectionChanged(DOMSelectionChangedEvent event)
          Notifies that the selection has changed.
 

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

Methods in sk.uniba.euromath.editor.xmlEditor with parameters of type DOMSelectionChangedEvent
 void XMLEditor.selectionChanged(DOMSelectionChangedEvent event)
          If event is IXMLSelection than this selection is routed to SelectionListeners in other way do nothing
 

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

Methods in sk.uniba.euromath.editor.xmlEditor.viewers with parameters of type DOMSelectionChangedEvent
 void XMLScrollingGraphicalViewer.selectionChanged(DOMSelectionChangedEvent event)
          Selection changed in some synchronized selection provider.
 void XMLGraphicalViewerImpl.selectionChanged(DOMSelectionChangedEvent event)
          Selection changed in some synchronized selection provider.
 

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

Methods in sk.uniba.euromath.plugin.views.outline with parameters of type DOMSelectionChangedEvent
 void XMLOutlinePage.selectionChanged(DOMSelectionChangedEvent event)
          EditorSite's selection change event handling.
 void StatusLineUpdateManager.selectionChanged(DOMSelectionChangedEvent event)
          Updates status bar according to selection.
 



Copyright © 2003-2006 null. All Rights Reserved.