Class BoldWidget
- java.lang.Object
-
- AppWidgetProvider
-
- de.kaffeemitkoffein.tinyweatherforecastgermany.ClassicWidget
-
- de.kaffeemitkoffein.tinyweatherforecastgermany.BoldWidget
-
public class BoldWidget extends ClassicWidget
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.kaffeemitkoffein.tinyweatherforecastgermany.ClassicWidget
ClassicWidget.WidgetDimensionManager
-
-
Field Summary
-
Fields inherited from class de.kaffeemitkoffein.tinyweatherforecastgermany.ClassicWidget
NOT_AVAILABLE, WIDGET_CUSTOM_REFRESH_ACTION
-
-
Constructor Summary
Constructors Constructor Description BoldWidget()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonAppWidgetOptionsChanged(Context c, AppWidgetManager awm, int appWidgetID, Bundle appWidgetOptions)voidsetClassicWidgetItems(RemoteViews remoteViews, CurrentWeatherInfo weatherCard, Context c, boolean shorten_text)voidupdateWidgetDisplay(Context c, AppWidgetManager awm, int[] widget_instances, int source)-
Methods inherited from class de.kaffeemitkoffein.tinyweatherforecastgermany.ClassicWidget
GetFontSize, onDeleted, onDisabled, onEnabled, onReceive, onRestored, onUpdate, setAlarmText, setClassicWidgetItems, setClouds, setConditionIcon, setConditionText, setDateText, setHumidity, setLocationText, setPrecipitation, setPressure, setTemperature5cm, setVisibility, setWarningIcon, setWarningTextAndIcon, widgetRefreshAction
-
-
-
-
Method Detail
-
onAppWidgetOptionsChanged
public void onAppWidgetOptionsChanged(Context c, AppWidgetManager awm, int appWidgetID, Bundle appWidgetOptions)- Overrides:
onAppWidgetOptionsChangedin classClassicWidget
-
updateWidgetDisplay
public void updateWidgetDisplay(Context c, AppWidgetManager awm, int[] widget_instances, int source)- Overrides:
updateWidgetDisplayin classClassicWidget
-
setClassicWidgetItems
public void setClassicWidgetItems(RemoteViews remoteViews, CurrentWeatherInfo weatherCard, Context c, boolean shorten_text)- Overrides:
setClassicWidgetItemsin classClassicWidget
-
-