|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectandroid.app.Dialog
com.drismo.facebook.FbDialog
public class FbDialog
Nested Class Summary | |
---|---|
private class |
FbDialog.FbWebViewClient
|
Nested classes/interfaces inherited from interface android.content.DialogInterface |
---|
android.content.DialogInterface.OnCancelListener, android.content.DialogInterface.OnClickListener, android.content.DialogInterface.OnDismissListener, android.content.DialogInterface.OnKeyListener, android.content.DialogInterface.OnMultiChoiceClickListener, android.content.DialogInterface.OnShowListener |
Field Summary | |
---|---|
(package private) static float[] |
DIMENSIONS_DIFF_LANDSCAPE
|
(package private) static float[] |
DIMENSIONS_DIFF_PORTRAIT
|
(package private) static java.lang.String |
DISPLAY_STRING
|
(package private) static int |
FB_BLUE
|
(package private) static java.lang.String |
FB_ICON
|
(package private) static android.widget.FrameLayout.LayoutParams |
FILL
|
(package private) static int |
MARGIN
|
private android.widget.LinearLayout |
mContent
|
private Facebook.DialogListener |
mListener
|
private android.app.ProgressDialog |
mSpinner
|
private android.widget.TextView |
mTitle
|
private java.lang.String |
mUrl
|
private android.webkit.WebView |
mWebView
|
(package private) static int |
PADDING
|
Fields inherited from interface android.content.DialogInterface |
---|
BUTTON_NEGATIVE, BUTTON_NEUTRAL, BUTTON_POSITIVE, BUTTON1, BUTTON2, BUTTON3 |
Constructor Summary | |
---|---|
FbDialog(android.content.Context context,
java.lang.String url,
Facebook.DialogListener listener)
|
Method Summary | |
---|---|
protected void |
onCreate(android.os.Bundle savedInstanceState)
|
private void |
setUpTitle()
|
private void |
setUpWebView()
|
Methods inherited from class android.app.Dialog |
---|
addContentView, cancel, closeOptionsMenu, dismiss, dispatchKeyEvent, dispatchPopulateAccessibilityEvent, dispatchTouchEvent, dispatchTrackballEvent, findViewById, getContext, getCurrentFocus, getLayoutInflater, getOwnerActivity, getVolumeControlStream, getWindow, hide, isShowing, onAttachedToWindow, onBackPressed, onContentChanged, onContextItemSelected, onContextMenuClosed, onCreateContextMenu, onCreateOptionsMenu, onCreatePanelMenu, onCreatePanelView, onDetachedFromWindow, onKeyDown, onKeyLongPress, onKeyMultiple, onKeyUp, onMenuItemSelected, onMenuOpened, onOptionsItemSelected, onOptionsMenuClosed, onPanelClosed, onPrepareOptionsMenu, onPreparePanel, onRestoreInstanceState, onSaveInstanceState, onSearchRequested, onStart, onStop, onTouchEvent, onTrackballEvent, onWindowAttributesChanged, onWindowFocusChanged, openContextMenu, openOptionsMenu, registerForContextMenu, requestWindowFeature, setCancelable, setCanceledOnTouchOutside, setCancelMessage, setContentView, setContentView, setContentView, setDismissMessage, setFeatureDrawable, setFeatureDrawableAlpha, setFeatureDrawableResource, setFeatureDrawableUri, setOnCancelListener, setOnDismissListener, setOnKeyListener, setOnShowListener, setOwnerActivity, setTitle, setTitle, setVolumeControlStream, show, takeKeyEvents, unregisterForContextMenu |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
static final int FB_BLUE
static final float[] DIMENSIONS_DIFF_LANDSCAPE
static final float[] DIMENSIONS_DIFF_PORTRAIT
static final android.widget.FrameLayout.LayoutParams FILL
static final int MARGIN
static final int PADDING
static final java.lang.String DISPLAY_STRING
static final java.lang.String FB_ICON
private java.lang.String mUrl
private Facebook.DialogListener mListener
private android.app.ProgressDialog mSpinner
private android.webkit.WebView mWebView
private android.widget.LinearLayout mContent
private android.widget.TextView mTitle
Constructor Detail |
---|
public FbDialog(android.content.Context context, java.lang.String url, Facebook.DialogListener listener)
Method Detail |
---|
protected void onCreate(android.os.Bundle savedInstanceState)
onCreate
in class android.app.Dialog
private void setUpTitle()
private void setUpWebView()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |