Uses of Class
sk.uniba.euromath.gene.ExportHelper

Packages that use ExportHelper
sk.uniba.euromath.document Manages in-memory document. 
sk.uniba.euromath.document.export Factory that produces GENE Exporters from all XSLT transformations registered in the emConfig.xml file. 
sk.uniba.euromath.editor Editor - Core of Multi Editor Architecture 
sk.uniba.euromath.editor.widgets Reusable GUI widgets. 
sk.uniba.euromath.gene Provides GENE (Graph Export Engine) export functionality. 
sk.uniba.euromath.gene.builtin Built-in exporters and coordinators. 
sk.uniba.euromath.gene.exportgraph Classes that allows you to build export graphs. 
sk.uniba.euromath.gene.rendereradapter Encapsulates all known renderers into the IExporter interface. 
 

Uses of ExportHelper in sk.uniba.euromath.document
 

Methods in sk.uniba.euromath.document that return ExportHelper
 ExportHelper DocumentView.getHelper()
          Returns the export helper instance.
 

Uses of ExportHelper in sk.uniba.euromath.document.export
 

Methods in sk.uniba.euromath.document.export with parameters of type ExportHelper
 IExporter ExporterFactoryImpl.produce(String id, ExportHelper helper)
           
 

Uses of ExportHelper in sk.uniba.euromath.editor
 

Methods in sk.uniba.euromath.editor with parameters of type ExportHelper
 void EditorSite.initReceiver(ExportHelper helper)
           
 void IEditorDataReceiver.initReceiver(ExportHelper helper)
          Initializes the receiver.
 IEditor EditorInfo.newEditor(ExportHelper helper)
          Produces new instance of this editor.
 IEditor IEditorFactory.produce(String id, ExportHelper helper)
          Produces an instance of editor denoted by given ID.
 

Uses of ExportHelper in sk.uniba.euromath.editor.widgets
 

Methods in sk.uniba.euromath.editor.widgets with parameters of type ExportHelper
 TransformGraph GraphSelectorWidget.getTransformationInfo(ExportHelper h, CoordinatorInfo info)
           Processes actual selection and returns exact transformation tree.
 

Uses of ExportHelper in sk.uniba.euromath.gene
 

Fields in sk.uniba.euromath.gene declared as ExportHelper
protected  ExportHelper XsltExporterBase.helper
          Helper object for exporter.
 

Methods in sk.uniba.euromath.gene that return ExportHelper
 ExportHelper ICoordinator.getHelper()
          Returns helper instance provided to the coordinator.
 

Methods in sk.uniba.euromath.gene with parameters of type ExportHelper
 ICoordinator ICoordinatorFactory.create(String outputClassId, XMLAccess xmlAccess, ExportHelper context)
          Creates the coordinator that exports a particular document class.
 IExporter ExporterInfo.newExporter(ExportHelper helper)
          Produces new instance of this exporter.
static XsltExporterBase XsltExporterBase.newFromConfig(ExportHelper helper, sk.uniba.euromath.config.bind.StylesheetType xslt, ExporterInfo info)
          Constructs exporter from given config item.
static XsltExporterBase XsltExporterBase.newIdentity(ExportHelper helper, ExporterInfo info)
          Constructs identity exporter.
 IExporter IExporterFactory.produce(String id, ExportHelper helper)
          Produces an instance of exporter denoted by given ID.
 

Constructors in sk.uniba.euromath.gene with parameters of type ExportHelper
ExportContext(boolean isRoot, ExportHelper helper, URLDir resultRoot, String resultName, String parentNamespace, boolean processingSource)
          Constructor.
XsltExporterBase(ExportHelper helper, String xsltUri, ExporterInfo info)
          The constructor.
XsltExporterBase(ExportHelper helper, Transformer transformer, ExporterInfo info)
          The constructor.
 

Uses of ExportHelper in sk.uniba.euromath.gene.builtin
 

Methods in sk.uniba.euromath.gene.builtin that return ExportHelper
 ExportHelper XHTMLCoordinator.getHelper()
           
 ExportHelper LaTeXCoordinator.getHelper()
           
 

Methods in sk.uniba.euromath.gene.builtin with parameters of type ExportHelper
 ICoordinator CoordinatorFactoryImpl.create(String outputClass, XMLAccess xmlAccess, ExportHelper context)
           
 IExporter ImageExporterFactory.produce(String id, ExportHelper helper)
           
 

Constructors in sk.uniba.euromath.gene.builtin with parameters of type ExportHelper
LaTeXCoordinator(ExportHelper helper)
          Constructs the instance of the coordinator.
XHTMLCoordinator(ExportHelper helper)
          Constructs the instance of the coordinator.
 

Uses of ExportHelper in sk.uniba.euromath.gene.exportgraph
 

Methods in sk.uniba.euromath.gene.exportgraph with parameters of type ExportHelper
 TransformGraph ExportGraphBuilder.toTransformationInfo(ExportGraph graph, ExportHelper helper, String coordinatorId, IGraphEdgeSelector selector)
          For each graph node in given graph produces a transformation info.
 TransformationInfo ExportGraphBuilder.toTransformationInfo(GraphNode node, ExportHelper c, CoordinatorInfo coordinatorInfo, IGraphEdgeSelector selector)
          Produces the transformation info instance.
 TransformationInfo ExportGraphBuilder.toTransformationInfo(GraphNode node, ExportHelper c, EnumSet<ResultEnum> provides, INamespaceAcceptor requires, IGraphEdgeSelector selector)
          Produces the transformation info instance.
 TransformationInfo ExportGraphBuilder.toTransformationInfo(GraphNode node, ExportHelper c, EnumSet<ResultEnum> provides, Map<String,EnumSet<SourceEnum>> requires, IGraphEdgeSelector selector)
          Produces the transformation info instance.
 TransformationInfo ExportGraphBuilder.toTransformationInfo(GraphNode node, ExportHelper c, String coordinatorId, IGraphEdgeSelector selector)
          Produces the transformation info instance.
 

Uses of ExportHelper in sk.uniba.euromath.gene.rendereradapter
 

Methods in sk.uniba.euromath.gene.rendereradapter with parameters of type ExportHelper
 IExporter RendererAdapterFactory.produce(String id, ExportHelper helper)
           
 



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