com.hipipal.texteditor
Class TedAppWidgetProvider

java.lang.Object
  extended by android.content.BroadcastReceiver
      extended by android.appwidget.AppWidgetProvider
          extended by com.hipipal.texteditor.TedAppWidgetProvider
All Implemented Interfaces:
Constants

public class TedAppWidgetProvider
extends android.appwidget.AppWidgetProvider
implements Constants


Nested Class Summary
 
Nested classes/interfaces inherited from class android.content.BroadcastReceiver
android.content.BroadcastReceiver.PendingResult
 
Field Summary
 
Fields inherited from interface com.hipipal.texteditor.common.Constants
ACTION_WIDGET_OPEN, BACKUP_FILE_NAME, COLOR_CLASSIC, COLOR_DRACULA, COLOR_MATRIX, COLOR_NEGATIVE, COLOR_SKY, ENC_ASCII, ENC_LATIN, ENC_UTF8, EOL_LINUX, EOL_MAC, EOL_WINDOWS, EXTRA_FORCE_READ_ONLY, EXTRA_REQUEST_CODE, FONT_FILE_NAME, FONT_FOLDER_NAME, MENU_ID_ABOUT, MENU_ID_NEW, MENU_ID_OPEN, MENU_ID_OPEN_RECENT, MENU_ID_QUIT, MENU_ID_REDO, MENU_ID_SAVE, MENU_ID_SAVE_AS, MENU_ID_SEARCH, MENU_ID_SETTINGS, MENU_ID_UNDO, PREFERENCE_ALLOW_UNDO, PREFERENCE_AUTO_SAVE, PREFERENCE_AUTO_SAVE_OVERWRITE, PREFERENCE_BACK_BUTTON_AS_UNDO, PREFERENCE_COLOR_THEME, PREFERENCE_ENCODING, PREFERENCE_END_OF_LINES, PREFERENCE_FLING_TO_SCROLL, PREFERENCE_FONT, PREFERENCE_HIGHLIGHT, PREFERENCE_HOME_PAGE_PATH, PREFERENCE_MAX_RECENTS, PREFERENCE_MAX_UNDO_STACK, PREFERENCE_RECENTS, PREFERENCE_SEARCH_MATCH_CASE, PREFERENCE_SEARCHWRAP, PREFERENCE_SELECT_FONT, PREFERENCE_SHOW_LINE_NUMBERS, PREFERENCE_TEXT_SIZE, PREFERENCE_USE_HOME_PAGE, PREFERENCE_WORDWRAP, PREFERENCES_NAME, REQUEST_FONT, REQUEST_HOME_PAGE, REQUEST_OPEN, REQUEST_RECENT, REQUEST_SAVE_AS, RESULT_ERROR, STORAGE, STORAGE_PATH, TAG, TEXT_SIZE_MAX, TEXT_SIZE_MIN
 
Constructor Summary
TedAppWidgetProvider()
           
 
Method Summary
 void onDeleted(android.content.Context context, int[] appWidgetIds)
           
 void onUpdate(android.content.Context context, android.appwidget.AppWidgetManager appWidgetManager, int[] appWidgetIds)
           
static void updateWidget(android.content.Context context, android.appwidget.AppWidgetManager manager, int widgetId)
           
 
Methods inherited from class android.appwidget.AppWidgetProvider
onAppWidgetOptionsChanged, onDisabled, onEnabled, onReceive
 
Methods inherited from class android.content.BroadcastReceiver
abortBroadcast, clearAbortBroadcast, getAbortBroadcast, getDebugUnregister, getResultCode, getResultData, getResultExtras, goAsync, isInitialStickyBroadcast, isOrderedBroadcast, peekService, setDebugUnregister, setOrderedHint, setResult, setResultCode, setResultData, setResultExtras
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TedAppWidgetProvider

public TedAppWidgetProvider()
Method Detail

onUpdate

public void onUpdate(android.content.Context context,
                     android.appwidget.AppWidgetManager appWidgetManager,
                     int[] appWidgetIds)
Overrides:
onUpdate in class android.appwidget.AppWidgetProvider
See Also:
AppWidgetProvider.onUpdate(android.content.Context, android.appwidget.AppWidgetManager, int[])

onDeleted

public void onDeleted(android.content.Context context,
                      int[] appWidgetIds)
Overrides:
onDeleted in class android.appwidget.AppWidgetProvider
See Also:
AppWidgetProvider.onDeleted(android.content.Context, int[])

updateWidget

public static void updateWidget(android.content.Context context,
                                android.appwidget.AppWidgetManager manager,
                                int widgetId)