org.kt3k.straw
Class StrawPlugin
java.lang.Object
org.kt3k.straw.StrawPlugin
public abstract class StrawPlugin
- extends java.lang.Object
|
Field Summary |
protected android.app.Activity |
activity
|
protected android.content.Context |
context
|
protected android.webkit.WebView |
webView
|
|
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 |
webView
protected android.webkit.WebView webView
context
protected android.content.Context context
activity
protected android.app.Activity activity
StrawPlugin
public StrawPlugin()
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