Uses of Class
sk.uniba.euromath.document.interval.DOMIntervalSet

Packages that use DOMIntervalSet
sk.uniba.euromath.document.interval   
sk.uniba.euromath.editor Editor - Core of Multi Editor Architecture 
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.actions Actions for XMLEditor 
sk.uniba.euromath.editor.xmlEditor.viewers   
sk.uniba.euromath.plugin.views.outline Outline view 
 

Uses of DOMIntervalSet in sk.uniba.euromath.document.interval
 

Fields in sk.uniba.euromath.document.interval declared as DOMIntervalSet
 DOMIntervalSet IntervalOrInsertPoint.ownerSet
          The set that owns this object.
 

Methods in sk.uniba.euromath.document.interval that return DOMIntervalSet
 DOMIntervalSet DOMIntervalFactory.cloneSet(DOMIntervalSet other)
          Copy-constructor.
 DOMIntervalSet DOMIntervalSet.intersect(DOMInterval interval)
          Intersects given interval with this set.
 DOMIntervalSet DOMIntervalSet.intersect(DOMIntervalSet other)
          Intersects given set with this set.
 DOMIntervalSet DOMIntervalFactory.newEmptySet()
          Constructs an empty set.
 DOMIntervalSet DOMIntervalFactory.newSet(DOMInterval interval)
          Constructs set with one item.
 DOMIntervalSet DOMIntervalSet.subtract(DOMInterval interval)
          Subtracts given interval to this interval set.
 DOMIntervalSet DOMIntervalSet.subtract(DOMIntervalSet other)
          Subtracts all intervals from given set to this interval set.
 DOMIntervalSet DOMIntervalSet.union(DOMInterval interval)
          Adds given interval to this interval set.
 DOMIntervalSet DOMIntervalSet.union(DOMIntervalSet other)
          Adds all intervals from given set to this interval set.
 

Methods in sk.uniba.euromath.document.interval with parameters of type DOMIntervalSet
 DOMIntervalSet DOMIntervalFactory.cloneSet(DOMIntervalSet other)
          Copy-constructor.
 DOMIntervalSet DOMIntervalSet.intersect(DOMIntervalSet other)
          Intersects given set with this set.
 DOMIntervalSet DOMIntervalSet.subtract(DOMIntervalSet other)
          Subtracts all intervals from given set to this interval set.
 DOMIntervalSet DOMIntervalSet.union(DOMIntervalSet other)
          Adds all intervals from given set to this interval set.
 

Constructors in sk.uniba.euromath.document.interval with parameters of type DOMIntervalSet
DOMIntervalSet(DomCore doc, DOMIntervalSet other)
          Copy-constructor.
IntervalOrInsertPoint(DOMIntervalSet owner, DomPointer ptr, int index)
          Constructor.
 

Uses of DOMIntervalSet in sk.uniba.euromath.editor
 

Methods in sk.uniba.euromath.editor that return DOMIntervalSet
 DOMIntervalSet EditorSite.getSelection()
           
 

Methods in sk.uniba.euromath.editor with parameters of type DOMIntervalSet
 void EditorSite.setSelection(DOMIntervalSet selection)
          Routes this new IXMLSelection to all listeners
 void EditorSite.setSelection(DOMIntervalSet selection, Boolean toAll)
          Fires SelectionEvent to all listeners, if toAll is true.
 

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

Fields in sk.uniba.euromath.editor.selections declared as DOMIntervalSet
protected  DOMIntervalSet DOMSelectionChangedEvent.selection
          The selection.
 

Methods in sk.uniba.euromath.editor.selections that return DOMIntervalSet
 DOMIntervalSet IDOMSelectionProvider.getSelection()
          Returns copy of the current selection of provider.
 DOMIntervalSet DOMSelectionChangedEvent.getSelection()
          Returns the selection.
 

Methods in sk.uniba.euromath.editor.selections with parameters of type DOMIntervalSet
 void IDOMSelectionProvider.setSelection(DOMIntervalSet selection)
          Sets new selection for this selection provider.
 

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

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

Methods in sk.uniba.euromath.editor.textEditor.viewers that return DOMIntervalSet
 DOMIntervalSet ScrollingTextGraphicalViewer.getSelection()
           
 DOMIntervalSet TextGraphicalViewerImpl.getSelection()
           
 

Methods in sk.uniba.euromath.editor.textEditor.viewers with parameters of type DOMIntervalSet
 void ScrollingTextGraphicalViewer.setSelection(DOMIntervalSet selection)
          Deselects editparts with Ids, that were in previous selection and select editparts that are in DOMIntervalSet
 void TextGraphicalViewerImpl.setSelection(DOMIntervalSet selection)
           
 

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

Methods in sk.uniba.euromath.editor.xmlEditor that return DOMIntervalSet
 DOMIntervalSet XMLEditor.getSelection()
           
 

Methods in sk.uniba.euromath.editor.xmlEditor with parameters of type DOMIntervalSet
protected  void XMLEditor.fireSelectionChangeEvent(DOMIntervalSet selection)
          Fires selection change event.
 void XMLEditor.setSelection(DOMIntervalSet selection)
          Routs information about this new IXMLSelection to SelectionListeners
 

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

Fields in sk.uniba.euromath.editor.xmlEditor.actions declared as DOMIntervalSet
protected  DOMIntervalSet XMLAccessModifyAction.selection
          Current selection on document.
 

Methods in sk.uniba.euromath.editor.xmlEditor.actions that return DOMIntervalSet
protected  DOMIntervalSet XMLAccessModifyAction.getSelection()
           
 

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

Methods in sk.uniba.euromath.editor.xmlEditor.viewers that return DOMIntervalSet
 DOMIntervalSet XMLGraphicalViewerImpl.getSelection()
           
 DOMIntervalSet ScrollingGraphicalViewer.getSelection()
           
 

Methods in sk.uniba.euromath.editor.xmlEditor.viewers with parameters of type DOMIntervalSet
 void XMLGraphicalViewerImpl.setSelection(DOMIntervalSet selection)
           
 void ScrollingGraphicalViewer.setSelection(DOMIntervalSet selection)
           
 void IXMLGraphicalViewer.showSelection(DOMIntervalSet selection)
          Shows selection, but actual selection doesn't changes.
 void XMLGraphicalViewerImpl.showSelection(DOMIntervalSet selection)
           
 void ScrollingGraphicalViewer.showSelection(DOMIntervalSet selection)
           
 

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

Fields in sk.uniba.euromath.plugin.views.outline declared as DOMIntervalSet
protected  DOMIntervalSet StatusLineUpdateManager.selection
           
 

Methods in sk.uniba.euromath.plugin.views.outline that return DOMIntervalSet
 DOMIntervalSet XMLOutlinePage.getSelection()
           
protected  DOMIntervalSet StatusLineUpdateManager.getSelection()
          Getter for selection.
protected  DOMIntervalSet XMLOutlinePage.synchronizeViewerSelection(IStructuredSelection sSel, DOMIntervalSet xmlSelection)
          Makes IDs from IStructureSelection and IDs from IXMLSelection.
 

Methods in sk.uniba.euromath.plugin.views.outline with parameters of type DOMIntervalSet
protected  IStructuredSelection XMLOutlinePage.convertIXMLSelectionToIStructureSelection(DOMIntervalSet xmlSelection)
           
protected  void XMLOutlinePage.fireSelectionChangeEvent(DOMIntervalSet xmlSelection)
           
protected  void StatusLineUpdateManager.handle(DOMIntervalSet selection)
           
 void XMLOutlinePage.setSelection(DOMIntervalSet selection)
          Routs information about this new IXMLSelection to SelectionListeners and to TreeViewer
 void StatusLineUpdateManager.show(DOMIntervalSet selection)
           
protected  DOMIntervalSet XMLOutlinePage.synchronizeViewerSelection(IStructuredSelection sSel, DOMIntervalSet xmlSelection)
          Makes IDs from IStructureSelection and IDs from IXMLSelection.
 



Copyright 2003-2003-2006 null. All Rights Reserved.