So I can properly integrate KAT with JOBAD I need the following methods / properties accessible in the kat.main.KATService Object
- Methods:
createAnnotation(rangeStart, rangeEnd) which should bring up the createAnnotation Dialog with the selected textRange.
showControlPanel() shows the KAT Controol Panel
- Maybe as arguments for the constructor
useBuiltInUI which determines if the builtin UI for showing the Control Panel and adding annotations is used.
So far I have hacked into the code and used hidden methods for this, however a public API would be better as I would not have to change the KAT code every time you update the code.
So I can properly integrate KAT with JOBAD I need the following methods / properties accessible in the
kat.main.KATService ObjectcreateAnnotation(rangeStart, rangeEnd)which should bring up the createAnnotation Dialog with the selected textRange.showControlPanel()shows the KAT Controol PaneluseBuiltInUIwhich determines if the builtin UI for showing the Control Panel and adding annotations is used.So far I have hacked into the code and used hidden methods for this, however a public API would be better as I would not have to change the KAT code every time you update the code.