Uses of Class
sk.uniba.euromath.gene.exportgraph.ExportGraph

Packages that use ExportGraph
sk.uniba.euromath.document Manages in-memory document. 
sk.uniba.euromath.editor.dialogs Dialogs 
sk.uniba.euromath.editor.widgets Reusable GUI widgets. 
sk.uniba.euromath.editor.wizards.document Reusable GUI wizards, that serves for document modification. 
sk.uniba.euromath.gene.exportgraph Classes that allows you to build export graphs. 
 

Uses of ExportGraph in sk.uniba.euromath.document
 

Methods in sk.uniba.euromath.document that return ExportGraph
 ExportGraph DocumentView.getEditGraph()
          Returns the current exporter graph.
 ExportGraph DocumentView.getGraphFor(Collection<? extends String> namespaces)
          Constructs graph for given set of namespaces.
 

Uses of ExportGraph in sk.uniba.euromath.editor.dialogs
 

Methods in sk.uniba.euromath.editor.dialogs with parameters of type ExportGraph
static WidgetWrapperDialog<GraphSelectorWidget> Dialogs.createGraphSelector(Shell parent, Map<GraphNode,Set<String>> editableChoices, ExportGraph graph)
          Creates dialog that allows you to choose exporters.
 

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

Fields in sk.uniba.euromath.editor.widgets declared as ExportGraph
protected  ExportGraph GraphSelectorWidget.graph
          Graph provided to the constructor.
 

Methods in sk.uniba.euromath.editor.widgets with parameters of type ExportGraph
static Map<GraphNode,Set<String>> GraphSelectorWidget.getEditableChoices(ExportGraph graph)
          Computes and returns all choice nodes that the user can edit using this widget.
 

Constructors in sk.uniba.euromath.editor.widgets with parameters of type ExportGraph
GraphSelectorWidget(Composite parent, Map<GraphNode,Set<String>> editableChoices, ExportGraph graph)
          Constructor.
 

Uses of ExportGraph in sk.uniba.euromath.editor.wizards.document
 

Fields in sk.uniba.euromath.editor.wizards.document declared as ExportGraph
protected  ExportGraph GraphSelectorWizardPage.graph
          All exporter graphs needed for exporting the document.
 

Constructors in sk.uniba.euromath.editor.wizards.document with parameters of type ExportGraph
GraphSelectorWizardPage(Map<GraphNode,Set<String>> editableChoices, ExportGraph graph)
          Constructor.
 

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

Methods in sk.uniba.euromath.gene.exportgraph that return ExportGraph
 ExportGraph ExportGraphBuilder.newGraph(Collection<? extends String> sourceNamespaces, CoordinatorInfo info)
           For each namespace, a regular export path is constructed via ExportGraphBuilder.newGraph(String, String).
 ExportGraph ExportGraphBuilder.newGraph(Collection<? extends String> sourceNamespaces, String coordinatorId)
           For each namespace, a regular export path is constructed via ExportGraphBuilder.newGraph(String, String).
 

Methods in sk.uniba.euromath.gene.exportgraph with parameters of type ExportGraph
 void ExportGraph.addAllNodes(ExportGraph other, boolean force)
          Adds all nodes from the other graph.
 TransformGraph ExportGraphBuilder.toTransformationInfo(ExportGraph graph, ExportHelper helper, String coordinatorId, IGraphEdgeSelector selector)
          For each graph node in given graph produces a transformation info.
 



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