|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.textEditor.viewers | |
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 | |
---|---|
protected void |
AbstractActionContributor.selectionChangedHandle(DOMSelectionChangedEvent event)
Handler for selection changes. |
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.textEditor.viewers |
---|
Methods in sk.uniba.euromath.editor.textEditor.viewers with parameters of type DOMSelectionChangedEvent | |
---|---|
void |
ScrollingTextGraphicalViewer.selectionChanged(DOMSelectionChangedEvent event)
Effect is same as using setSelection |
void |
TextGraphicalViewerImpl.selectionChanged(DOMSelectionChangedEvent event)
|
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)
Effect is same as using setSelection |
void |
XMLGraphicalViewerImpl.selectionChanged(DOMSelectionChangedEvent event)
Effect is same as using setSelection |
Uses of DOMSelectionChangedEvent in sk.uniba.euromath.plugin.views.outline |
---|
Methods in sk.uniba.euromath.plugin.views.outline with parameters of type DOMSelectionChangedEvent | |
---|---|
protected void |
StatusLineUpdateManager.handleSelection(DOMSelectionChangedEvent event)
|
void |
XMLOutlinePage.selectionChanged(DOMSelectionChangedEvent event)
This should be called from TreeViewer or from EditorSite Selection in the Event can be IStructureSelection or IXMLSelection depending on even source. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |