- All Superinterfaces:
- ExtensionBuilder
- All Known Implementing Classes:
- AbstractActionManager, FolderFormat, ImgFormat, PdfFormat, SvgFormat, TxtFormat
public interface ILinkActionManager
extends ExtensionBuilder
TODO document this interface
This interface must be implemented by format managers for the
hyperlink tool. A manager is able to load an specific file, either
by loading it in an AbstractHyperLinkPanel or by opening the proper
program to do the task.
Format managers must be registered in the ExtensionPoint named
"HyperLinkAction" in order to be available in the HyperLink tool.