org.topbraidcomposer.editors.actions.find.web
Class FindGoogleAction

java.lang.Object
  extended by org.topbraid.actions.resource.AbstractResourceAction
      extended by org.topbraidcomposer.editors.actions.find.web.AbstractWebAction
          extended by org.topbraidcomposer.editors.actions.find.web.FindGoogleAction
All Implemented Interfaces:
IAction, IResourceAction

public class FindGoogleAction
extends AbstractWebAction


Constructor Summary
FindGoogleAction()
           
 
Method Summary
protected  java.lang.String getURL(com.hp.hpl.jena.rdf.model.Resource resource)
           
 
Methods inherited from class org.topbraidcomposer.editors.actions.find.web.AbstractWebAction
getGroupName, isEnabledFor, isVisibleFor, run
 
Methods inherited from class org.topbraid.actions.resource.AbstractResourceAction
dispose, getImageMetadata, getText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FindGoogleAction

public FindGoogleAction()
Method Detail

getURL

protected java.lang.String getURL(com.hp.hpl.jena.rdf.model.Resource resource)
Specified by:
getURL in class AbstractWebAction