Interface ILinkActionManager
- All Superinterfaces:
org.gvsig.tools.extensionpoint.ExtensionBuilder
- All Known Implementing Classes:
AbstractActionManager,ExternTxtFormat,FolderFormat,ImgFormat,PdfFormat,SvgFormat,TxtFormat
public interface ILinkActionManager
extends org.gvsig.tools.extensionpoint.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.
- Author:
- cesar
-
Method Summary
Modifier and TypeMethodDescriptioncreatePanel(LinkTarget doc) getName()booleanhasPanel()voidshowDocument(LinkTarget doc) Methods inherited from interface org.gvsig.tools.extensionpoint.ExtensionBuilder
create, create, create
-
Method Details
-
showDocument
- Throws:
UnsupportedOperationException
-
hasPanel
boolean hasPanel() -
createPanel
- Throws:
UnsupportedOperationException
-
getActionCode
String getActionCode() -
getName
String getName() -
getDescription
String getDescription()
-