public class BaseBrowserManager
extends java.lang.Object
| 限定符和类型 | 字段和说明 |
|---|---|
protected IBaseBrowserManager.LongClickCallback |
cbLong |
protected android.content.Context |
ctx |
protected android.view.View.OnLongClickListener |
listenerClickLong |
protected android.widget.ProgressBar |
progressBar |
protected android.widget.TextView |
tvTitle |
| 构造器和说明 |
|---|
BaseBrowserManager() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected boolean |
clickLong() |
void |
init(android.content.Context ctx,
android.widget.TextView tvTitle,
android.widget.ProgressBar progressBar) |
void |
openInBrowser(java.lang.String uri) |
protected android.content.Context ctx
protected android.widget.TextView tvTitle
protected android.widget.ProgressBar progressBar
protected IBaseBrowserManager.LongClickCallback cbLong
protected android.view.View.OnLongClickListener listenerClickLong