org.kt3k.straw
Class StrawPlugin

java.lang.Object
  extended by org.kt3k.straw.StrawPlugin

public abstract class StrawPlugin
extends java.lang.Object


Nested Class Summary
static class StrawPlugin.EventType
           
static class StrawPlugin.SingleIntegerParam
           
static class StrawPlugin.SingleStringParam
           
 
Field Summary
protected  android.app.Activity activity
           
protected  android.content.Context context
           
protected  android.webkit.WebView webView
           
 
Constructor Summary
StrawPlugin()
           
 
Method Summary
 java.util.List<org.kt3k.straw.StrawPluginAction> createPluginActions()
           
abstract  java.lang.String getName()
          returns straw-plugin's name
 void setContext(android.content.Context context)
           
 void setWebView(android.webkit.WebView webView)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

webView

protected android.webkit.WebView webView

context

protected android.content.Context context

activity

protected android.app.Activity activity
Constructor Detail

StrawPlugin

public StrawPlugin()
Method Detail

createPluginActions

public java.util.List<org.kt3k.straw.StrawPluginAction> createPluginActions()

setWebView

public void setWebView(android.webkit.WebView webView)

setContext

public void setContext(android.content.Context context)

getName

public abstract java.lang.String getName()
returns straw-plugin's name

Returns:
straw-plugin's name