Class HyperlinkExtension
java.lang.Object
org.gvsig.andami.plugins.Extension
org.gvsig.hyperlink.app.extension.HyperlinkExtension
- All Implemented Interfaces:
org.gvsig.andami.plugins.IExtension,org.gvsig.andami.plugins.IExtensionExecuteWithArgs,org.gvsig.andami.plugins.IExtensionQueryByAction
public class HyperlinkExtension
extends org.gvsig.andami.plugins.Extension
Andami extension to show Hyperlink in the application.
- Version:
- $Id$
- Author:
- gvSIG Team
-
Field Summary
FieldsFields inherited from class org.gvsig.andami.plugins.Extension
logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidinitTool(org.gvsig.app.project.documents.view.gui.IView view) Inits the tool for the provided view.booleanbooleanvoidloadLegacyConfig(org.gvsig.app.project.documents.view.gui.IView view) loadLegacyConfig(org.gvsig.fmap.mapcontext.layers.FLayer layer) Returns a LayerLinkConfig object if an old-style or new-style hyperlink was found and configured, or null otherwise.voidMethods inherited from class org.gvsig.andami.plugins.Extension
canQueryByAction, execute, getPlugin, getStatus, getStatus, getText, isEnabled, isVisible, setPlugin, terminate
-
Field Details
-
LAYERPROPERTYNAME
- See Also:
-
TOOLNAME
- See Also:
-
ACTIONSEXTENSIONPOINT
- See Also:
-
-
Constructor Details
-
HyperlinkExtension
public HyperlinkExtension()
-
-
Method Details
-
execute
- See Also:
-
initTool
public void initTool(org.gvsig.app.project.documents.view.gui.IView view) Inits the tool for the provided view.- Parameters:
view-
-
loadLegacyConfig
public void loadLegacyConfig(org.gvsig.app.project.documents.view.gui.IView view) -
loadLegacyConfig
Returns a LayerLinkConfig object if an old-style or new-style hyperlink was found and configured, or null otherwise.- Parameters:
layer-
-
isVisible
public boolean isVisible()- See Also:
-
isEnabled
public boolean isEnabled()- See Also:
-
postInitialize
public void postInitialize()- Specified by:
postInitializein interfaceorg.gvsig.andami.plugins.IExtension- Overrides:
postInitializein classorg.gvsig.andami.plugins.Extension
-
getLayerManager
-
initialize
public void initialize()
-