Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Adding Tools to HIPE | ||||||||
Line: 20 to 20 | ||||||||
| ||||||||
Added: | ||||||||
> > | <-- Some short-cuts
| |||||||
Task Registry
Up to now you have made you task globally available to the system by specifying an instance of that task within the | ||||||||
Line: 121 to 126 | ||||||||
The Modifier![]()
| ||||||||
Changed: | ||||||||
< < | and two implicit contracts inherited by the ExtensionRegistry | |||||||
> > | and two implicit contracts inherited by the %EXTENSION_REGISTRY% | |||||||
| ||||||||
Line: 171 to 176 | ||||||||
| ||||||||
Changed: | ||||||||
< < | and the two implicit contracts inherited by the ExtensionRegistry | |||||||
> > | and the two implicit contracts inherited by the Extension Registry | |||||||
| ||||||||
Line: 180 to 185 | ||||||||
| ||||||||
Changed: | ||||||||
< < | The registration of the Task Signature Component is done again in the __init__.py via theExtensionRegistry with the usual syntax (please note the name of the factory: factory.editor.tool.task.signature). | |||||||
> > | The registration of the Task Signature Component is done again in the __init__.py via the Extension Registry with the usual syntax (please note the name of the factory: factory.editor.tool.task.signature). | |||||||
REGISTRY.register(COMPONENT,Extension( "Rotate Signature", | ||||||||
Line: 188 to 193 | ||||||||
"factory.editor.tool.task.signature", "herschel.ia.image.Rotate")) | ||||||||
Deleted: | ||||||||
< < | , where:
| |||||||
Changed: | ||||||||
< < | See also the Extension Registry documentation for more details. | |||||||
> > | See also the Extension Registry documentation for more details. | |||||||
Line: 211 to 213 | ||||||||
The TaskPanel![]()
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
| ||||||||
Line: 221 to 225 | ||||||||
| ||||||||
Changed: | ||||||||
< < | The registration of the Task Panel Component is done again in the __init__.py via theExtensionRegistry with the usual syntax (please note the name of the factory: factory.editor.tool.task.signature). | |||||||
> > | The registration of the Task Panel Component is done again in the __init__.py via the Extension Registry with the usual syntax (please note the name of the factory: factory.editor.tool.task.signature). | |||||||
REGISTRY.register(COMPONENT,Extension( | ||||||||
Changed: | ||||||||
< < | "Default Task Panel", "herschel.ia.task.gui.dialog.JTaskPanel", | |||||||
> > | "Rotate Task Panel", "herschel.ia.task.example.RotatePanel", | |||||||
"factory.editor.tool.task", | ||||||||
Changed: | ||||||||
< < | "herschel.ia.task.Task")); | |||||||
> > | "herschel.ia.image.Rotate")); | |||||||
Deleted: | ||||||||
< < | , where:
| |||||||
Changed: | ||||||||
< < | See also the Extension Registry documentation for more details. | |||||||
> > | See also the Extension Registry documentation for more details. | |||||||