C# Class android.app.Dialog

Inheritance: android.content.DialogInterface, android.view.Window.Callback, android.view.KeyEvent.Callback, android.view.View.OnCreateContextMenuListener
Datei anzeigen Open project: JeroMiya/androidmono

Public Methods

Method Description
Dialog ( android arg0 )
Dialog ( android arg0, int arg1 )
addContentView ( android arg0, android arg1 ) : void
cancel ( ) : void
closeOptionsMenu ( ) : void
dismiss ( ) : void
dispatchKeyEvent ( android arg0 ) : bool
dispatchPopulateAccessibilityEvent ( android arg0 ) : bool
dispatchTouchEvent ( android arg0 ) : bool
dispatchTrackballEvent ( android arg0 ) : bool
findViewById ( int arg0 ) : global::android.view.View
getContext ( ) : global::android.content.Context
getCurrentFocus ( ) : global::android.view.View
getLayoutInflater ( ) : global::android.view.LayoutInflater
getOwnerActivity ( ) : global::android.app.Activity
getVolumeControlStream ( ) : int
getWindow ( ) : global::android.view.Window
hide ( ) : void
isShowing ( ) : bool
onAttachedToWindow ( ) : void
onBackPressed ( ) : void
onContentChanged ( ) : void
onContextItemSelected ( android arg0 ) : bool
onContextMenuClosed ( android arg0 ) : void
onCreateContextMenu ( android arg0, android arg1, android arg2 ) : void
onCreateOptionsMenu ( android arg0 ) : bool
onCreatePanelMenu ( int arg0, android arg1 ) : bool
onCreatePanelView ( int arg0 ) : global::android.view.View
onDetachedFromWindow ( ) : void
onKeyDown ( int arg0, android arg1 ) : bool
onKeyLongPress ( int arg0, android arg1 ) : bool
onKeyMultiple ( int arg0, int arg1, android arg2 ) : bool
onKeyUp ( int arg0, android arg1 ) : bool
onMenuItemSelected ( int arg0, android arg1 ) : bool
onMenuOpened ( int arg0, android arg1 ) : bool
onOptionsItemSelected ( android arg0 ) : bool
onOptionsMenuClosed ( android arg0 ) : void
onPanelClosed ( int arg0, android arg1 ) : void
onPrepareOptionsMenu ( android arg0 ) : bool
onPreparePanel ( int arg0, android arg1, android arg2 ) : bool
onRestoreInstanceState ( android arg0 ) : void
onSaveInstanceState ( ) : global::android.os.Bundle
onSearchRequested ( ) : bool
onTouchEvent ( android arg0 ) : bool
onTrackballEvent ( android arg0 ) : bool
onWindowAttributesChanged ( android arg0 ) : void
onWindowFocusChanged ( bool arg0 ) : void
openContextMenu ( android arg0 ) : void
openOptionsMenu ( ) : void
registerForContextMenu ( android arg0 ) : void
requestWindowFeature ( int arg0 ) : bool
setCancelMessage ( android arg0 ) : void
setCancelable ( bool arg0 ) : void
setCanceledOnTouchOutside ( bool arg0 ) : void
setContentView ( android arg0 ) : void
setContentView ( android arg0, android arg1 ) : void
setContentView ( int arg0 ) : void
setDismissMessage ( android arg0 ) : void
setFeatureDrawable ( int arg0, android arg1 ) : void
setFeatureDrawableAlpha ( int arg0, int arg1 ) : void
setFeatureDrawableResource ( int arg0, int arg1 ) : void
setFeatureDrawableUri ( int arg0, android arg1 ) : void
setOnCancelListener ( android arg0 ) : void
setOnCancelListener ( global arg0 ) : void
setOnDismissListener ( android arg0 ) : void
setOnDismissListener ( global arg0 ) : void
setOnKeyListener ( android arg0 ) : void
setOnKeyListener ( global arg0 ) : void
setOnShowListener ( android arg0 ) : void
setOnShowListener ( global arg0 ) : void
setOwnerActivity ( android arg0 ) : void
setTitle ( int arg0 ) : void
setTitle ( java arg0 ) : void
setTitle ( string arg0 ) : void
setVolumeControlStream ( int arg0 ) : void
show ( ) : void
takeKeyEvents ( bool arg0 ) : void
unregisterForContextMenu ( android arg0 ) : void

Protected Methods

Method Description
Dialog ( android arg0, bool arg1, android arg2 )
Dialog ( global @__env )
onCreate ( android arg0 ) : void
onStart ( ) : void
onStop ( ) : void

Private Methods

Method Description
Dialog ( )

Method Details

Dialog() public method

public Dialog ( android arg0 )
arg0 android

Dialog() protected method

protected Dialog ( android arg0, bool arg1, android arg2 )
arg0 android
arg1 bool
arg2 android

Dialog() public method

public Dialog ( android arg0, int arg1 )
arg0 android
arg1 int

Dialog() protected method

protected Dialog ( global @__env )
@__env global

addContentView() public method

public addContentView ( android arg0, android arg1 ) : void
arg0 android
arg1 android
return void

cancel() public method

public cancel ( ) : void
return void

closeOptionsMenu() public method

public closeOptionsMenu ( ) : void
return void

dismiss() public method

public dismiss ( ) : void
return void

dispatchKeyEvent() public method

public dispatchKeyEvent ( android arg0 ) : bool
arg0 android
return bool

dispatchPopulateAccessibilityEvent() public method

public dispatchPopulateAccessibilityEvent ( android arg0 ) : bool
arg0 android
return bool

dispatchTouchEvent() public method

public dispatchTouchEvent ( android arg0 ) : bool
arg0 android
return bool

dispatchTrackballEvent() public method

public dispatchTrackballEvent ( android arg0 ) : bool
arg0 android
return bool

findViewById() public method

public findViewById ( int arg0 ) : global::android.view.View
arg0 int
return global::android.view.View

getContext() public method

public getContext ( ) : global::android.content.Context
return global::android.content.Context

getCurrentFocus() public method

public getCurrentFocus ( ) : global::android.view.View
return global::android.view.View

getLayoutInflater() public method

public getLayoutInflater ( ) : global::android.view.LayoutInflater
return global::android.view.LayoutInflater

getOwnerActivity() public method

public getOwnerActivity ( ) : global::android.app.Activity
return global::android.app.Activity

getVolumeControlStream() public method

public getVolumeControlStream ( ) : int
return int

getWindow() public method

public getWindow ( ) : global::android.view.Window
return global::android.view.Window

hide() public method

public hide ( ) : void
return void

isShowing() public method

public isShowing ( ) : bool
return bool

onAttachedToWindow() public method

public onAttachedToWindow ( ) : void
return void

onBackPressed() public method

public onBackPressed ( ) : void
return void

onContentChanged() public method

public onContentChanged ( ) : void
return void

onContextItemSelected() public method

public onContextItemSelected ( android arg0 ) : bool
arg0 android
return bool

onContextMenuClosed() public method

public onContextMenuClosed ( android arg0 ) : void
arg0 android
return void

onCreate() protected method

protected onCreate ( android arg0 ) : void
arg0 android
return void

onCreateContextMenu() public method

public onCreateContextMenu ( android arg0, android arg1, android arg2 ) : void
arg0 android
arg1 android
arg2 android
return void

onCreateOptionsMenu() public method

public onCreateOptionsMenu ( android arg0 ) : bool
arg0 android
return bool

onCreatePanelMenu() public method

public onCreatePanelMenu ( int arg0, android arg1 ) : bool
arg0 int
arg1 android
return bool

onCreatePanelView() public method

public onCreatePanelView ( int arg0 ) : global::android.view.View
arg0 int
return global::android.view.View

onDetachedFromWindow() public method

public onDetachedFromWindow ( ) : void
return void

onKeyDown() public method

public onKeyDown ( int arg0, android arg1 ) : bool
arg0 int
arg1 android
return bool

onKeyLongPress() public method

public onKeyLongPress ( int arg0, android arg1 ) : bool
arg0 int
arg1 android
return bool

onKeyMultiple() public method

public onKeyMultiple ( int arg0, int arg1, android arg2 ) : bool
arg0 int
arg1 int
arg2 android
return bool

onKeyUp() public method

public onKeyUp ( int arg0, android arg1 ) : bool
arg0 int
arg1 android
return bool

onMenuItemSelected() public method

public onMenuItemSelected ( int arg0, android arg1 ) : bool
arg0 int
arg1 android
return bool

onMenuOpened() public method

public onMenuOpened ( int arg0, android arg1 ) : bool
arg0 int
arg1 android
return bool

onOptionsItemSelected() public method

public onOptionsItemSelected ( android arg0 ) : bool
arg0 android
return bool

onOptionsMenuClosed() public method

public onOptionsMenuClosed ( android arg0 ) : void
arg0 android
return void

onPanelClosed() public method

public onPanelClosed ( int arg0, android arg1 ) : void
arg0 int
arg1 android
return void

onPrepareOptionsMenu() public method

public onPrepareOptionsMenu ( android arg0 ) : bool
arg0 android
return bool

onPreparePanel() public method

public onPreparePanel ( int arg0, android arg1, android arg2 ) : bool
arg0 int
arg1 android
arg2 android
return bool

onRestoreInstanceState() public method

public onRestoreInstanceState ( android arg0 ) : void
arg0 android
return void

onSaveInstanceState() public method

public onSaveInstanceState ( ) : global::android.os.Bundle
return global::android.os.Bundle

onSearchRequested() public method

public onSearchRequested ( ) : bool
return bool

onStart() protected method

protected onStart ( ) : void
return void

onStop() protected method

protected onStop ( ) : void
return void

onTouchEvent() public method

public onTouchEvent ( android arg0 ) : bool
arg0 android
return bool

onTrackballEvent() public method

public onTrackballEvent ( android arg0 ) : bool
arg0 android
return bool

onWindowAttributesChanged() public method

public onWindowAttributesChanged ( android arg0 ) : void
arg0 android
return void

onWindowFocusChanged() public method

public onWindowFocusChanged ( bool arg0 ) : void
arg0 bool
return void

openContextMenu() public method

public openContextMenu ( android arg0 ) : void
arg0 android
return void

openOptionsMenu() public method

public openOptionsMenu ( ) : void
return void

registerForContextMenu() public method

public registerForContextMenu ( android arg0 ) : void
arg0 android
return void

requestWindowFeature() public method

public requestWindowFeature ( int arg0 ) : bool
arg0 int
return bool

setCancelMessage() public method

public setCancelMessage ( android arg0 ) : void
arg0 android
return void

setCancelable() public method

public setCancelable ( bool arg0 ) : void
arg0 bool
return void

setCanceledOnTouchOutside() public method

public setCanceledOnTouchOutside ( bool arg0 ) : void
arg0 bool
return void

setContentView() public method

public setContentView ( android arg0 ) : void
arg0 android
return void

setContentView() public method

public setContentView ( android arg0, android arg1 ) : void
arg0 android
arg1 android
return void

setContentView() public method

public setContentView ( int arg0 ) : void
arg0 int
return void

setDismissMessage() public method

public setDismissMessage ( android arg0 ) : void
arg0 android
return void

setFeatureDrawable() public method

public setFeatureDrawable ( int arg0, android arg1 ) : void
arg0 int
arg1 android
return void

setFeatureDrawableAlpha() public method

public setFeatureDrawableAlpha ( int arg0, int arg1 ) : void
arg0 int
arg1 int
return void

setFeatureDrawableResource() public method

public setFeatureDrawableResource ( int arg0, int arg1 ) : void
arg0 int
arg1 int
return void

setFeatureDrawableUri() public method

public setFeatureDrawableUri ( int arg0, android arg1 ) : void
arg0 int
arg1 android
return void

setOnCancelListener() public method

public setOnCancelListener ( android arg0 ) : void
arg0 android
return void

setOnCancelListener() public method

public setOnCancelListener ( global arg0 ) : void
arg0 global
return void

setOnDismissListener() public method

public setOnDismissListener ( android arg0 ) : void
arg0 android
return void

setOnDismissListener() public method

public setOnDismissListener ( global arg0 ) : void
arg0 global
return void

setOnKeyListener() public method

public setOnKeyListener ( android arg0 ) : void
arg0 android
return void

setOnKeyListener() public method

public setOnKeyListener ( global arg0 ) : void
arg0 global
return void

setOnShowListener() public method

public setOnShowListener ( android arg0 ) : void
arg0 android
return void

setOnShowListener() public method

public setOnShowListener ( global arg0 ) : void
arg0 global
return void

setOwnerActivity() public method

public setOwnerActivity ( android arg0 ) : void
arg0 android
return void

setTitle() public method

public setTitle ( int arg0 ) : void
arg0 int
return void

setTitle() public method

public setTitle ( java arg0 ) : void
arg0 java
return void

setTitle() public method

public setTitle ( string arg0 ) : void
arg0 string
return void

setVolumeControlStream() public method

public setVolumeControlStream ( int arg0 ) : void
arg0 int
return void

show() public method

public show ( ) : void
return void

takeKeyEvents() public method

public takeKeyEvents ( bool arg0 ) : void
arg0 bool
return void

unregisterForContextMenu() public method

public unregisterForContextMenu ( android arg0 ) : void
arg0 android
return void