jp.co.fujitsu.reffi.client.android.app
クラス ActivityCallbackDelegater

java.lang.Object
  上位を拡張 jp.co.fujitsu.reffi.client.android.app.ActivityCallbackDelegater

public class ActivityCallbackDelegater
extends java.lang.Object


コンストラクタの概要
ActivityCallbackDelegater(android.app.Activity activity)
           
 
メソッドの概要
 void activityConstructed()
           
 void addContentView(android.view.View view, android.view.ViewGroup.LayoutParams params)
           
protected  void attachBaseContext(android.content.Context newBase)
           
 android.app.Activity getActivity()
           
 AbstractController getController()
           
 java.util.List<ActivityCallbackListener> getListenerList()
           
 void onActionModeFinished(android.view.ActionMode mode)
           
 void onActionModeStarted(android.view.ActionMode mode)
           
protected  void onActivityResult(int requestCode, int resultCode, android.content.Intent data)
           
protected  void onApplyThemeResource(android.content.res.Resources.Theme theme, int resid, boolean first)
           
 void onAttachedToWindow()
           
 void onAttachFragment(android.app.Fragment fragment)
           
 void onBackPressed()
           
 void onBuildHeaders(java.util.List<android.preference.PreferenceActivity.Header> target)
           
 boolean onChildClick(android.widget.ExpandableListView parent, android.view.View v, int groupPosition, int childPosition, long id)
           
protected  void onChildTitleChanged(android.app.Activity childActivity, java.lang.CharSequence title)
           
 void onConfigurationChanged(android.content.res.Configuration newConfig)
           
 void onContentChanged()
           
 boolean onContextItemSelected(android.view.MenuItem item)
           
 void onContextMenuClosed(android.view.Menu menu)
           
protected  void onCreate(android.os.Bundle savedInstanceState)
           
 void onCreateContextMenu(android.view.ContextMenu menu, android.view.View v, android.view.ContextMenu.ContextMenuInfo menuInfo)
           
 java.lang.CharSequence onCreateDescription()
           
protected  android.app.Dialog onCreateDialog(int id)
           
protected  android.app.Dialog onCreateDialog(int id, android.os.Bundle args)
           
 boolean onCreateOptionsMenu(android.view.Menu menu)
           
 boolean onCreatePanelMenu(int featureId, android.view.Menu menu)
           
 android.view.View onCreatePanelView(int featureId)
           
 boolean onCreateThumbnail(android.graphics.Bitmap outBitmap, android.graphics.Canvas canvas)
           
 android.view.View onCreateView(java.lang.String name, android.content.Context context, android.util.AttributeSet attrs)
           
 android.view.View onCreateView(android.view.View parent, java.lang.String name, android.content.Context context, android.util.AttributeSet attrs)
           
protected  void onDestroy()
           
 void onDetachedFromWindow()
           
 android.preference.PreferenceActivity.Header onGetInitialHeader()
           
 android.preference.PreferenceActivity.Header onGetNewHeader()
           
 void onGlobalLayout()
           
 void onGroupCollapse(int groupPosition)
           
 void onGroupExpand(int groupPosition)
           
 void onHeaderClick(android.preference.PreferenceActivity.Header header, int position)
           
 void onInputQueueCreated(android.view.InputQueue queue)
           
 void onInputQueueDestroyed(android.view.InputQueue queue)
           
 boolean onIsHidingHeaders()
           
 boolean onIsMultiPane()
           
 boolean onKeyDown(int keyCode, android.view.KeyEvent event)
           
 boolean onKeyLongPress(int keyCode, android.view.KeyEvent event)
           
 boolean onKeyMultiple(int keyCode, int repeatCount, android.view.KeyEvent event)
           
 boolean onKeyShortcut(int keyCode, android.view.KeyEvent event)
           
 boolean onKeyUp(int keyCode, android.view.KeyEvent event)
           
protected  void onListItemClick(android.widget.ListView l, android.view.View v, int position, long id)
           
 void onLowMemory()
           
 boolean onMenuItemSelected(int featureId, android.view.MenuItem item)
           
 boolean onMenuOpened(int featureId, android.view.Menu menu)
           
protected  void onNewIntent(android.content.Intent intent)
           
 boolean onOptionsItemSelected(android.view.MenuItem item)
           
 void onOptionsMenuClosed(android.view.Menu menu)
           
 void onPanelClosed(int featureId, android.view.Menu menu)
           
protected  void onPause()
           
protected  void onPostCreate(android.os.Bundle savedInstanceState)
           
protected  void onPostResume()
           
 boolean onPreferenceStartFragment(android.preference.PreferenceFragment caller, android.preference.Preference pref)
           
 boolean onPreferenceTreeClick(android.preference.PreferenceScreen preferenceScreen, android.preference.Preference preference)
           
protected  void onPrepareDialog(int id, android.app.Dialog dialog)
           
protected  void onPrepareDialog(int id, android.app.Dialog dialog, android.os.Bundle args)
           
 boolean onPrepareOptionsMenu(android.view.Menu menu)
           
 boolean onPreparePanel(int featureId, android.view.View view, android.view.Menu menu)
           
protected  java.util.List<android.content.pm.ResolveInfo> onQueryPackageManager(android.content.Intent queryIntent)
           
protected  void onRestart()
           
protected  void onRestoreInstanceState(android.os.Bundle savedInstanceState)
           
protected  void onResume()
           
 java.lang.Object onRetainNonConfigurationInstance()
           
protected  void onSaveInstanceState(android.os.Bundle outState)
           
 boolean onSearchRequested()
           
protected  void onSetContentView()
           
protected  void onStart()
           
protected  void onStop()
           
protected  void onTitleChanged(java.lang.CharSequence title, int color)
           
 boolean onTouchEvent(android.view.MotionEvent event)
           
 boolean onTrackballEvent(android.view.MotionEvent event)
           
 void onUserInteraction()
           
protected  void onUserLeaveHint()
           
 void onWindowAttributesChanged(android.view.WindowManager.LayoutParams params)
           
 void onWindowFocusChanged(boolean hasFocus)
           
 android.view.ActionMode onWindowStartingActionMode(android.view.ActionMode.Callback callback)
           
 void setActivity(android.app.Activity activity)
           
 void setActivityCallbackListener(ActivityCallbackListener listener)
           
 void setController(AbstractController controller)
           
 void setListenerList(java.util.List<ActivityCallbackListener> listenerList)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ActivityCallbackDelegater

public ActivityCallbackDelegater(android.app.Activity activity)
パラメータ:
activity -
メソッドの詳細

getActivity

public android.app.Activity getActivity()

setActivity

public void setActivity(android.app.Activity activity)

getController

public AbstractController getController()

setController

public void setController(AbstractController controller)

getListenerList

public java.util.List<ActivityCallbackListener> getListenerList()

setListenerList

public void setListenerList(java.util.List<ActivityCallbackListener> listenerList)

setActivityCallbackListener

public void setActivityCallbackListener(ActivityCallbackListener listener)

activityConstructed

public void activityConstructed()

addContentView

public void addContentView(android.view.View view,
                           android.view.ViewGroup.LayoutParams params)

attachBaseContext

protected void attachBaseContext(android.content.Context newBase)

onActionModeFinished

public void onActionModeFinished(android.view.ActionMode mode)

onActionModeStarted

public void onActionModeStarted(android.view.ActionMode mode)

onActivityResult

protected void onActivityResult(int requestCode,
                                int resultCode,
                                android.content.Intent data)

onApplyThemeResource

protected void onApplyThemeResource(android.content.res.Resources.Theme theme,
                                    int resid,
                                    boolean first)

onAttachedToWindow

public void onAttachedToWindow()

onAttachFragment

public void onAttachFragment(android.app.Fragment fragment)

onBackPressed

public void onBackPressed()

onBuildHeaders

public void onBuildHeaders(java.util.List<android.preference.PreferenceActivity.Header> target)

onChildClick

public boolean onChildClick(android.widget.ExpandableListView parent,
                            android.view.View v,
                            int groupPosition,
                            int childPosition,
                            long id)

onChildTitleChanged

protected void onChildTitleChanged(android.app.Activity childActivity,
                                   java.lang.CharSequence title)

onConfigurationChanged

public void onConfigurationChanged(android.content.res.Configuration newConfig)

onContentChanged

public void onContentChanged()

onContextItemSelected

public boolean onContextItemSelected(android.view.MenuItem item)

onContextMenuClosed

public void onContextMenuClosed(android.view.Menu menu)

onCreate

protected void onCreate(android.os.Bundle savedInstanceState)

onCreateContextMenu

public void onCreateContextMenu(android.view.ContextMenu menu,
                                android.view.View v,
                                android.view.ContextMenu.ContextMenuInfo menuInfo)

onCreateDescription

public java.lang.CharSequence onCreateDescription()

onCreateDialog

protected android.app.Dialog onCreateDialog(int id)

onCreateDialog

protected android.app.Dialog onCreateDialog(int id,
                                            android.os.Bundle args)

onCreateOptionsMenu

public boolean onCreateOptionsMenu(android.view.Menu menu)

onCreatePanelMenu

public boolean onCreatePanelMenu(int featureId,
                                 android.view.Menu menu)

onCreatePanelView

public android.view.View onCreatePanelView(int featureId)

onCreateThumbnail

public boolean onCreateThumbnail(android.graphics.Bitmap outBitmap,
                                 android.graphics.Canvas canvas)

onCreateView

public android.view.View onCreateView(java.lang.String name,
                                      android.content.Context context,
                                      android.util.AttributeSet attrs)

onCreateView

public android.view.View onCreateView(android.view.View parent,
                                      java.lang.String name,
                                      android.content.Context context,
                                      android.util.AttributeSet attrs)

onDestroy

protected void onDestroy()

onDetachedFromWindow

public void onDetachedFromWindow()

onGetInitialHeader

public android.preference.PreferenceActivity.Header onGetInitialHeader()

onGetNewHeader

public android.preference.PreferenceActivity.Header onGetNewHeader()

onGlobalLayout

public void onGlobalLayout()

onGroupCollapse

public void onGroupCollapse(int groupPosition)

onGroupExpand

public void onGroupExpand(int groupPosition)

onHeaderClick

public void onHeaderClick(android.preference.PreferenceActivity.Header header,
                          int position)

onInputQueueCreated

public void onInputQueueCreated(android.view.InputQueue queue)

onInputQueueDestroyed

public void onInputQueueDestroyed(android.view.InputQueue queue)

onIsHidingHeaders

public boolean onIsHidingHeaders()

onIsMultiPane

public boolean onIsMultiPane()

onKeyDown

public boolean onKeyDown(int keyCode,
                         android.view.KeyEvent event)

onKeyLongPress

public boolean onKeyLongPress(int keyCode,
                              android.view.KeyEvent event)

onKeyMultiple

public boolean onKeyMultiple(int keyCode,
                             int repeatCount,
                             android.view.KeyEvent event)

onKeyShortcut

public boolean onKeyShortcut(int keyCode,
                             android.view.KeyEvent event)

onKeyUp

public boolean onKeyUp(int keyCode,
                       android.view.KeyEvent event)

onListItemClick

protected void onListItemClick(android.widget.ListView l,
                               android.view.View v,
                               int position,
                               long id)

onLowMemory

public void onLowMemory()

onMenuItemSelected

public boolean onMenuItemSelected(int featureId,
                                  android.view.MenuItem item)

onMenuOpened

public boolean onMenuOpened(int featureId,
                            android.view.Menu menu)

onNewIntent

protected void onNewIntent(android.content.Intent intent)

onOptionsItemSelected

public boolean onOptionsItemSelected(android.view.MenuItem item)

onOptionsMenuClosed

public void onOptionsMenuClosed(android.view.Menu menu)

onPanelClosed

public void onPanelClosed(int featureId,
                          android.view.Menu menu)

onPause

protected void onPause()

onPostCreate

protected void onPostCreate(android.os.Bundle savedInstanceState)

onPostResume

protected void onPostResume()

onPreferenceStartFragment

public boolean onPreferenceStartFragment(android.preference.PreferenceFragment caller,
                                         android.preference.Preference pref)

onPreferenceTreeClick

public boolean onPreferenceTreeClick(android.preference.PreferenceScreen preferenceScreen,
                                     android.preference.Preference preference)

onPrepareDialog

protected void onPrepareDialog(int id,
                               android.app.Dialog dialog)

onPrepareDialog

protected void onPrepareDialog(int id,
                               android.app.Dialog dialog,
                               android.os.Bundle args)

onPrepareOptionsMenu

public boolean onPrepareOptionsMenu(android.view.Menu menu)

onPreparePanel

public boolean onPreparePanel(int featureId,
                              android.view.View view,
                              android.view.Menu menu)

onQueryPackageManager

protected java.util.List<android.content.pm.ResolveInfo> onQueryPackageManager(android.content.Intent queryIntent)

onRestart

protected void onRestart()

onRestoreInstanceState

protected void onRestoreInstanceState(android.os.Bundle savedInstanceState)

onResume

protected void onResume()

onRetainNonConfigurationInstance

public java.lang.Object onRetainNonConfigurationInstance()

onSaveInstanceState

protected void onSaveInstanceState(android.os.Bundle outState)

onSearchRequested

public boolean onSearchRequested()

onSetContentView

protected void onSetContentView()

onStart

protected void onStart()

onStop

protected void onStop()

onTitleChanged

protected void onTitleChanged(java.lang.CharSequence title,
                              int color)

onTouchEvent

public boolean onTouchEvent(android.view.MotionEvent event)

onTrackballEvent

public boolean onTrackballEvent(android.view.MotionEvent event)

onUserInteraction

public void onUserInteraction()

onUserLeaveHint

protected void onUserLeaveHint()

onWindowAttributesChanged

public void onWindowAttributesChanged(android.view.WindowManager.LayoutParams params)

onWindowFocusChanged

public void onWindowFocusChanged(boolean hasFocus)

onWindowStartingActionMode

public android.view.ActionMode onWindowStartingActionMode(android.view.ActionMode.Callback callback)


Copyright © 2008-2011. All Rights Reserved.