Uses of Class
sk.uniba.euromath.editor.EditorSite

Packages that use EditorSite
sk.uniba.euromath.document Manages in-memory document. 
sk.uniba.euromath.editor Editor - Core of Multi Editor Architecture 
sk.uniba.euromath.editor.textEditor.actions Actions for TextEditor 
sk.uniba.euromath.editor.xmlEditor XML Editor - most common editor 
sk.uniba.euromath.editor.xmlEditor.actions Actions for XMLEditor 
sk.uniba.euromath.plugin.views.inputBox InputBox - box to fast input of text to editor 
sk.uniba.euromath.plugin.views.outline Outline view 
 

Uses of EditorSite in sk.uniba.euromath.document
 

Constructors in sk.uniba.euromath.document with parameters of type EditorSite
DocumentView(XMLAccess doc, RendererSelector selector, EditorSite site)
          Constructs the instance of object.
 

Uses of EditorSite in sk.uniba.euromath.editor
 

Methods in sk.uniba.euromath.editor that return EditorSite
 EditorSite MultiViewXMLEditor.getActiveView()
          Return active view.
 

Methods in sk.uniba.euromath.editor with parameters of type EditorSite
 void IEditor.init(Source transformedDoc, IRenderer renderer, Composite parent, XMLAccess xmlAccess, EditorSite editorSite)
           Initializes the editor.
 void IViewListener.viewAdded(EditorSite view)
          Fires when view was added.
 

Uses of EditorSite in sk.uniba.euromath.editor.textEditor.actions
 

Constructors in sk.uniba.euromath.editor.textEditor.actions with parameters of type EditorSite
TextActionContributor(EditorSite site, org.eclipse.gef.GraphicalViewer viewer, CaretManager caretManager)
          Constructor.
 

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

Methods in sk.uniba.euromath.editor.xmlEditor that return EditorSite
 EditorSite XMLEditor.getEditorSite()
          Getter.
 

Methods in sk.uniba.euromath.editor.xmlEditor with parameters of type EditorSite
 void XMLEditor.init(Source transformedDoc, IRenderer renderer, Composite parent, XMLAccess xmlAccess, EditorSite editorSite)
           
 

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

Methods in sk.uniba.euromath.editor.xmlEditor.actions that return EditorSite
 EditorSite XMLActionContributor.getEditorSite()
           
 

Methods in sk.uniba.euromath.editor.xmlEditor.actions with parameters of type EditorSite
 void XMLActionContributor.setEditorSite(EditorSite editorSite)
           
 

Constructors in sk.uniba.euromath.editor.xmlEditor.actions with parameters of type EditorSite
XMLActionContributor(EditorSite site, org.eclipse.gef.GraphicalViewer viewer)
          Constructor.
 

Uses of EditorSite in sk.uniba.euromath.plugin.views.inputBox
 

Methods in sk.uniba.euromath.plugin.views.inputBox that return EditorSite
protected  EditorSite InputBoxView.getActiveEditorSite()
           
 

Methods in sk.uniba.euromath.plugin.views.inputBox with parameters of type EditorSite
protected  void InputBoxView.setActiveEditorSite(EditorSite activeEditorSite)
           
 

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

Constructors in sk.uniba.euromath.plugin.views.outline with parameters of type EditorSite
XMLOutlinePage(EditorSite editorSite)
          Contructor.
 



Copyright © 2003-2006 null. All Rights Reserved.