|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CoordinatorInputKey | |
---|---|
sk.uniba.euromath.editor | Editor - Core of Multi Editor Architecture |
sk.uniba.euromath.gene | Provides GENE (Graph Export Engine) export functionality. |
sk.uniba.euromath.gene.builtin | Built-in exporters and coordinators. |
Uses of CoordinatorInputKey in sk.uniba.euromath.editor |
---|
Methods in sk.uniba.euromath.editor with parameters of type CoordinatorInputKey | |
---|---|
void |
EditorSite.dataChanged(Map<CoordinatorInputKey,GeneDataProvider.RendererSite> rendererKeys,
CoordinatorInputKey rootKey,
Map<CoordinatorInputKey,Set<CoordinatorInputKey>> nametreeHierarchy,
Map<String,CoordinatorInputKey> geneIdMapping,
Set<CoordinatorInputKey> newKeys,
Set<CoordinatorInputKey> deletedKeys)
|
void |
IEditorDataReceiver.dataChanged(Map<CoordinatorInputKey,GeneDataProvider.RendererSite> rendererKeys,
CoordinatorInputKey rootKey,
Map<CoordinatorInputKey,Set<CoordinatorInputKey>> nametreeHierarchy,
Map<String,CoordinatorInputKey> geneIdMapping,
Set<CoordinatorInputKey> newKeys,
Set<CoordinatorInputKey> deletedKeys)
Editor site instance receives data change events using this method. |
void |
IInputPreprocessor.init(CoordinatorInputKey input)
Initializes the preprocessor. |
Constructors in sk.uniba.euromath.editor with parameters of type CoordinatorInputKey | |
---|---|
GeneDataProvider.RendererSite(IRenderer renderer,
CoordinatorInputKey input)
Constructor. |
Constructor parameters in sk.uniba.euromath.editor with type arguments of type CoordinatorInputKey | |
---|---|
RendererContext(Map<String,CoordinatorInputKey> geneIdMapping,
Map<CoordinatorInputKey,GeneDataProvider.RendererSite> rendererKeys,
XMLAccess xmlAccess)
Constructor. |
|
RendererContext(Map<String,CoordinatorInputKey> geneIdMapping,
Map<CoordinatorInputKey,GeneDataProvider.RendererSite> rendererKeys,
XMLAccess xmlAccess)
Constructor. |
Uses of CoordinatorInputKey in sk.uniba.euromath.gene |
---|
Methods in sk.uniba.euromath.gene with parameters of type CoordinatorInputKey | |
---|---|
Source |
ICoordinator.partialResultEvent(DocumentFragment processed,
NamespacePath path,
Source source,
String sourceNamespace,
CoordinatorInputKey key)
Using this method the coordinator is queried if it wants to modify the final result of one exporter pipe. |
Uses of CoordinatorInputKey in sk.uniba.euromath.gene.builtin |
---|
Methods in sk.uniba.euromath.gene.builtin with parameters of type CoordinatorInputKey | |
---|---|
Source |
XHTMLCoordinator.partialResultEvent(DocumentFragment processed,
NamespacePath path,
Source source,
String sourceNamespace,
CoordinatorInputKey key)
|
Source |
LaTeXCoordinator.partialResultEvent(DocumentFragment processed,
NamespacePath path,
Source source,
String sourceNamespace,
CoordinatorInputKey key)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |