|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CoordinatorInfo | |
---|---|
sk.uniba.euromath.document | Manages in-memory document. |
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. |
Uses of CoordinatorInfo in sk.uniba.euromath.document |
---|
Methods in sk.uniba.euromath.document that return CoordinatorInfo | |
---|---|
CoordinatorInfo |
DocumentView.getCoordinatorInfo()
The editor data provider coordinator info. |
Uses of CoordinatorInfo in sk.uniba.euromath.editor |
---|
Methods in sk.uniba.euromath.editor that return CoordinatorInfo | |
---|---|
CoordinatorInfo |
GeneDataProvider.getCoordinatorInfo()
Returns the coordinator information instance for the GENE coordinator. |
Uses of CoordinatorInfo in sk.uniba.euromath.editor.widgets |
---|
Fields in sk.uniba.euromath.editor.widgets declared as CoordinatorInfo | |
---|---|
protected CoordinatorInfo |
ExportClassChooser._outputClass
Result value. |
Methods in sk.uniba.euromath.editor.widgets that return CoordinatorInfo | |
---|---|
CoordinatorInfo |
ExportClassChooser.getOutputClass()
Returns selected output document class. |
Methods in sk.uniba.euromath.editor.widgets with parameters of type CoordinatorInfo | |
---|---|
TransformGraph |
GraphSelectorWidget.getTransformationInfo(ExportHelper h,
CoordinatorInfo info)
Processes actual selection and returns exact transformation tree. |
Uses of CoordinatorInfo in sk.uniba.euromath.gene |
---|
Methods in sk.uniba.euromath.gene that return CoordinatorInfo | |
---|---|
CoordinatorInfo |
InstanceProvider.getCoordinatorInfo(String coordinatorId)
Returns the information about output document class. |
Methods in sk.uniba.euromath.gene that return types with arguments of type CoordinatorInfo | |
---|---|
List<CoordinatorInfo> |
ICoordinatorFactory.getCoordinators()
Returns the information about all known output document classes. |
Uses of CoordinatorInfo in sk.uniba.euromath.gene.builtin |
---|
Methods in sk.uniba.euromath.gene.builtin that return types with arguments of type CoordinatorInfo | |
---|---|
List<CoordinatorInfo> |
CoordinatorFactoryImpl.getCoordinators()
|
Uses of CoordinatorInfo in sk.uniba.euromath.gene.exportgraph |
---|
Methods in sk.uniba.euromath.gene.exportgraph with parameters of type CoordinatorInfo | |
---|---|
ExportGraph |
ExportGraphBuilder.newGraph(Collection<? extends String> sourceNamespaces,
CoordinatorInfo info)
For each namespace, a regular export path is constructed via ExportGraphBuilder.newGraph(String, String) . |
GraphNode |
ExportGraphBuilder.newWildcardGraphNode(String sourceNamespace,
CoordinatorInfo info)
Constructs a new graph node, able to deliver given namespace to the coordinator using a wildcard exporter. |
TransformationInfo |
ExportGraphBuilder.toTransformationInfo(GraphNode node,
ExportHelper c,
CoordinatorInfo coordinatorInfo,
IGraphEdgeSelector selector)
Produces the transformation info instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |