|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EditorException | |
---|---|
sk.uniba.euromath.editor | Editor - Core of Multi Editor Architecture |
sk.uniba.euromath.editor.imageRenderer | Image Renderer |
sk.uniba.euromath.editor.xmlEditor | XML Editor - most common editor |
sk.uniba.euromath.gene |
Uses of EditorException in sk.uniba.euromath.editor |
---|
Methods in sk.uniba.euromath.editor that throw EditorException | |
---|---|
void |
EditorSite.dataChanged(Map<sk.baka.xml.gene.CoordinatorInputKey,GeneDataProvider.RendererSite> rendererKeys,
sk.baka.xml.gene.CoordinatorInputKey rootKey,
Map<sk.baka.xml.gene.CoordinatorInputKey,Set<sk.baka.xml.gene.CoordinatorInputKey>> nametreeHierarchy,
Map<String,sk.baka.xml.gene.CoordinatorInputKey> geneIdMapping,
Set<sk.baka.xml.gene.CoordinatorInputKey> newKeys,
Set<sk.baka.xml.gene.CoordinatorInputKey> deletedKeys)
|
org.eclipse.draw2d.geometry.Dimension |
IRenderer.getCanvasSize()
Retrieves size of area where the rendering occurs. |
RendererInfo |
RendererSelector.getRendererInfo(String namespace,
EnumSet<sk.baka.ikslibs.ResultEnum> products)
Retrieves the renderer that will be used to renderer document with given namespace. |
Map<String,RendererInfo> |
IRendererFactory.getSupportedRenderers()
Returns map that maps ID of an renderer to the information about that renderer. |
void |
IEditor.init(Source transformedDoc,
IRenderer renderer,
Composite parent,
XMLAccess xmlAccess,
EditorSite editorSite)
Initializes the editor. |
void |
IRenderer.init(Source transformedDoc,
RendererContext context)
Initializes the renderer. |
IRenderer |
RendererInfo.newRenderer()
Produces new instance of this renderer. |
IRenderer |
IRendererFactory.produce(String id)
Produces an instance of renderer denoted by given ID. |
void |
IRenderer.reinit(sk.baka.ikslibs.modify.IChangeCollector changes)
Reinitialize the renderer when a partial change of the rendered document occurs. |
void |
IRenderer.render(org.eclipse.draw2d.Graphics g)
Paint rendered view to Graphics . |
Uses of EditorException in sk.uniba.euromath.editor.imageRenderer |
---|
Methods in sk.uniba.euromath.editor.imageRenderer that throw EditorException | |
---|---|
org.eclipse.draw2d.geometry.Dimension |
ImageRenderer.getCanvasSize()
|
Map<String,RendererInfo> |
ImageRendererFactory.getSupportedRenderers()
|
void |
ImageRenderer.init(Source transformedDoc,
RendererContext context)
|
IRenderer |
ImageRendererFactory.produce(String id)
|
void |
ImageRenderer.reinit(sk.baka.ikslibs.modify.IChangeCollector changes)
|
void |
ImageRenderer.render(org.eclipse.draw2d.Graphics g)
|
Uses of EditorException in sk.uniba.euromath.editor.xmlEditor |
---|
Methods in sk.uniba.euromath.editor.xmlEditor that throw EditorException | |
---|---|
void |
XMLEditor.init(Source transformedDoc,
IRenderer renderer,
Composite parent,
XMLAccess xmlAccess,
EditorSite editorSite)
|
Uses of EditorException in sk.uniba.euromath.gene |
---|
Methods in sk.uniba.euromath.gene that throw EditorException | |
---|---|
void |
IEditorDataReceiver.dataChanged(Map<sk.baka.xml.gene.CoordinatorInputKey,GeneDataProvider.RendererSite> rendererKeys,
sk.baka.xml.gene.CoordinatorInputKey rootKey,
Map<sk.baka.xml.gene.CoordinatorInputKey,Set<sk.baka.xml.gene.CoordinatorInputKey>> nametreeHierarchy,
Map<String,sk.baka.xml.gene.CoordinatorInputKey> geneIdMapping,
Set<sk.baka.xml.gene.CoordinatorInputKey> newKeys,
Set<sk.baka.xml.gene.CoordinatorInputKey> deletedKeys)
Editor site instance receives data change events using this method. |
org.eclipse.draw2d.geometry.Dimension |
RendererContext.getCanvasSize(String id)
Returns canvas size of a renderer. |
void |
GeneDataProvider.RendererSite.init()
Initializes (or reinitializes) the renderer. |
void |
RendererContext.render(String id,
org.eclipse.draw2d.Graphics g,
org.eclipse.draw2d.geometry.Rectangle rect)
Deprecated. renderers should not attempt to render child nametrees. They should leave enough free space instead and leave the rendering to the editor framework. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |