A C D E F G H I L N O R S X

A

addAll(List<T>) - Method in class com.github.ignition.core.adapters.EndlessListAdapter
 
addAll(List<T>, boolean) - Method in class com.github.ignition.core.adapters.EndlessListAdapter
 
areAllItemsEnabled() - Method in class com.github.ignition.core.adapters.EndlessListAdapter
 

C

call(IgnitedAsyncTask<ContextT, ParameterT, ProgressT, ReturnT>) - Method in interface com.github.ignition.core.tasks.IgnitedAsyncTask.IgnitedAsyncTaskCallable
 
cancelOnActivityBack - Variable in class com.github.ignition.core.tasks.IgnitedAsyncTask
 
clear() - Method in class com.github.ignition.core.adapters.EndlessListAdapter
 
com.github.ignition.core - package com.github.ignition.core
 
com.github.ignition.core.activities - package com.github.ignition.core.activities
 
com.github.ignition.core.adapters - package com.github.ignition.core.adapters
 
com.github.ignition.core.dialogs - package com.github.ignition.core.dialogs
 
com.github.ignition.core.exceptions - package com.github.ignition.core.exceptions
 
com.github.ignition.core.tasks - package com.github.ignition.core.tasks
 
com.github.ignition.core.widgets - package com.github.ignition.core.widgets
 
connect(ContextT) - Method in class com.github.ignition.core.tasks.IgnitedAsyncTask
Connects a context object to this task.
connect(IgnitedAsyncTaskHandler<ContextT, ProgressT, ReturnT>) - Method in class com.github.ignition.core.tasks.IgnitedAsyncTask
Connects an IgnitedAsyncTaskHandler to this task to receive callbacks.

D

DEFAULT_ERROR_DRAWABLE_RES_ID - Static variable in class com.github.ignition.core.widgets.RemoteImageView
 
DialogClickListener<T> - Interface in com.github.ignition.core.dialogs
 
disconnect() - Method in class com.github.ignition.core.tasks.IgnitedAsyncTask
Disconnects all context references, also those that are both a Context and handler at the same time.
doGetView(int, View, ViewGroup) - Method in class com.github.ignition.core.adapters.EndlessListAdapter
 
doInBackground(ParameterT...) - Method in class com.github.ignition.core.tasks.IgnitedAsyncTask
No, you want to override IgnitedAsyncTask.run(Object...) instead.

E

EndlessListAdapter<T> - Class in com.github.ignition.core.adapters
 
EndlessListAdapter(ListActivity, int) - Constructor for class com.github.ignition.core.adapters.EndlessListAdapter
 
EndlessListAdapter(ExpandableListActivity, int) - Constructor for class com.github.ignition.core.adapters.EndlessListAdapter
 
EndlessListAdapter(Activity, AbsListView, int) - Constructor for class com.github.ignition.core.adapters.EndlessListAdapter
 

F

failed() - Method in class com.github.ignition.core.tasks.IgnitedAsyncTask
 

G

getClientMessageResourceId() - Method in interface com.github.ignition.core.exceptions.ResourceMessageException
 
getContext() - Method in class com.github.ignition.core.tasks.IgnitedAsyncTask
Returns the task's current context reference.
getContext() - Method in class com.github.ignition.core.tasks.IgnitedAsyncTaskDefaultHandler
 
getContext() - Method in interface com.github.ignition.core.tasks.IgnitedAsyncTaskHandler
 
getContextHandler() - Method in class com.github.ignition.core.tasks.IgnitedAsyncTask
If you have connected a Context which implements the IgnitedAsyncTaskContextHandler interface, this instance will be returned.
getCount() - Method in class com.github.ignition.core.adapters.EndlessListAdapter
getCount() - Method in class com.github.ignition.core.adapters.RemoteImageGalleryAdapter
 
getData() - Method in class com.github.ignition.core.adapters.EndlessListAdapter
 
getDelegateHandler() - Method in class com.github.ignition.core.tasks.IgnitedAsyncTask
If you have connected a Context or POJO which implements the IgnitedAsyncTaskHandler interface, this instance will be returned.
getErrorDrawable() - Method in class com.github.ignition.core.adapters.RemoteImageGalleryAdapter
 
getErrorDrawable() - Method in class com.github.ignition.core.widgets.RemoteImageView
The drawable that will be shown when the image download fails.
getImageUrl() - Method in class com.github.ignition.core.widgets.RemoteImageView
Returns the URL of the image to show.
getImageUrls() - Method in class com.github.ignition.core.adapters.RemoteImageGalleryAdapter
 
getImageView() - Method in class com.github.ignition.core.widgets.RemoteImageView
The image view that will render the downloaded image.
getItem(int) - Method in class com.github.ignition.core.adapters.EndlessListAdapter
 
getItem(int) - Method in class com.github.ignition.core.adapters.RemoteImageGalleryAdapter
 
getItemCount() - Method in class com.github.ignition.core.adapters.EndlessListAdapter
 
getItemId(int) - Method in class com.github.ignition.core.adapters.EndlessListAdapter
 
getItemId(int) - Method in class com.github.ignition.core.adapters.RemoteImageGalleryAdapter
 
getItemViewType(int) - Method in class com.github.ignition.core.adapters.EndlessListAdapter
 
getListView() - Method in class com.github.ignition.core.adapters.EndlessListAdapter
 
getProgressBar() - Method in class com.github.ignition.core.widgets.RemoteImageView
The progress bar that is shown while the image is loaded.
getProgressDrawable() - Method in class com.github.ignition.core.adapters.RemoteImageGalleryAdapter
 
getProgressDrawable() - Method in class com.github.ignition.core.widgets.RemoteImageView
The drawable that should be used to indicate progress while downloading the image.
getProgressView() - Method in class com.github.ignition.core.adapters.EndlessListAdapter
 
getView(int, View, ViewGroup) - Method in class com.github.ignition.core.adapters.EndlessListAdapter
 
getView(int, View, ViewGroup) - Method in class com.github.ignition.core.adapters.RemoteImageGalleryAdapter
 
getViewTypeCount() - Method in class com.github.ignition.core.adapters.EndlessListAdapter
 

H

hasItems() - Method in class com.github.ignition.core.adapters.EndlessListAdapter
 

I

ign_error_report_email_subject - Static variable in class com.github.ignition.core.R.string
 
ign_error_report_send_button - Static variable in class com.github.ignition.core.R.string
 
ign_progress_dialog_message - Static variable in class com.github.ignition.core.R.string
 
ign_progress_dialog_msg - Static variable in class com.github.ignition.core.R.string
 
ign_progress_dialog_title - Static variable in class com.github.ignition.core.R.string
 
IgnitedActivities - Class in com.github.ignition.core.activities
 
IgnitedActivities() - Constructor for class com.github.ignition.core.activities.IgnitedActivities
 
IgnitedAsyncTask<ContextT extends android.content.Context,ParameterT,ProgressT,ReturnT> - Class in com.github.ignition.core.tasks
An extension to AsyncTask that removes some of the boilerplate that's typically involved.
IgnitedAsyncTask() - Constructor for class com.github.ignition.core.tasks.IgnitedAsyncTask
 
IgnitedAsyncTask.IgnitedAsyncTaskCallable<ContextT extends android.content.Context,ParameterT,ProgressT,ReturnT> - Interface in com.github.ignition.core.tasks
 
IgnitedAsyncTaskContextHandler<ProgressT,ReturnT> - Interface in com.github.ignition.core.tasks
To be implemented by Context classes that whish to receive callbacks about task status and progress updates.
IgnitedAsyncTaskDefaultHandler<ContextT extends android.content.Context,ProgressT,ReturnT> - Class in com.github.ignition.core.tasks
Default implementation of the delegate handler interface with all callbacks methods defined to have empty bodies.
IgnitedAsyncTaskDefaultHandler(ContextT) - Constructor for class com.github.ignition.core.tasks.IgnitedAsyncTaskDefaultHandler
 
IgnitedAsyncTaskHandler<ContextT extends android.content.Context,ProgressT,ReturnT> - Interface in com.github.ignition.core.tasks
To be implemented by classes that whish to receive callbacks about task status and progress updates.
IgnitedDialogs - Class in com.github.ignition.core.dialogs
 
IgnitedDialogs() - Constructor for class com.github.ignition.core.dialogs.IgnitedDialogs
 
Ignition - Interface in com.github.ignition.core
 
isApplicationBroughtToBackground(Context) - Static method in class com.github.ignition.core.activities.IgnitedActivities
Checks if the application is in the background (i.e behind another application's Activity).
isAutoLoad() - Method in class com.github.ignition.core.widgets.RemoteImageView
Whether or not the image should be downloaded immediately after view inflation.
isCancelOnActivityBack() - Method in class com.github.ignition.core.tasks.IgnitedAsyncTask
 
isEmpty() - Method in class com.github.ignition.core.adapters.EndlessListAdapter
isEnabled(int) - Method in class com.github.ignition.core.adapters.EndlessListAdapter
 
isFinished() - Method in class com.github.ignition.core.tasks.IgnitedAsyncTask
 
isLoaded() - Method in class com.github.ignition.core.widgets.RemoteImageView
 
isLoadingData() - Method in class com.github.ignition.core.adapters.EndlessListAdapter
 
isPending() - Method in class com.github.ignition.core.tasks.IgnitedAsyncTask
 
isRunning() - Method in class com.github.ignition.core.tasks.IgnitedAsyncTask
 

L

loadImage() - Method in class com.github.ignition.core.widgets.RemoteImageView
Use this method to trigger the image download if you had previously set autoLoad to false.

N

newErrorDialog(Activity, String, Exception) - Static method in class com.github.ignition.core.dialogs.IgnitedDialogs
 
newErrorDialog(Activity, int, Exception) - Static method in class com.github.ignition.core.dialogs.IgnitedDialogs
 
newErrorHandlerDialog(Activity, String, String, Exception) - Static method in class com.github.ignition.core.dialogs.IgnitedDialogs
Displays a error dialog with an exception's message as its body.
newErrorHandlerDialog(Activity, int, String, Exception) - Static method in class com.github.ignition.core.dialogs.IgnitedDialogs
 
newListDialog(Activity, String, List<T>, DialogClickListener<T>, boolean) - Static method in class com.github.ignition.core.dialogs.IgnitedDialogs
Creates a AlertDialog that shows a list of elements.
newListDialog(Activity, String, List<T>, DialogClickListener<T>, boolean, int) - Static method in class com.github.ignition.core.dialogs.IgnitedDialogs
 
newMessageDialog(Context, String, String, int) - Static method in class com.github.ignition.core.dialogs.IgnitedDialogs
Builds a new AlertDialog to display a simple message
newMessageDialog(Context, int, int, int) - Static method in class com.github.ignition.core.dialogs.IgnitedDialogs
 
newProgressDialog(Activity, int, int) - Static method in class com.github.ignition.core.dialogs.IgnitedDialogs
Creates a new ProgressDialog
newProgressDialog(Activity) - Static method in class com.github.ignition.core.dialogs.IgnitedDialogs
Creates a new ProgressDialog with the default dialog title and message.
newYesNoDialog(Context, String, String, int, DialogInterface.OnClickListener) - Static method in class com.github.ignition.core.dialogs.IgnitedDialogs
Builds a new Yes/No AlertDialog
newYesNoDialog(Context, int, int, int, DialogInterface.OnClickListener) - Static method in class com.github.ignition.core.dialogs.IgnitedDialogs
 

O

onClick(int, T) - Method in interface com.github.ignition.core.dialogs.DialogClickListener
 
onGetView(int, RemoteImageView, ViewGroup, ViewGroup) - Method in class com.github.ignition.core.adapters.RemoteImageGalleryAdapter
Override this to configure the views that are rendered for each gallery element.
onPostExecute(ReturnT) - Method in class com.github.ignition.core.tasks.IgnitedAsyncTask
Don't override this method; use IgnitedAsyncTask.onTaskCompleted(ContextT, ReturnT), IgnitedAsyncTask.onTaskSuccess(ContextT, ReturnT), and IgnitedAsyncTask.onTaskFailed(ContextT, java.lang.Exception) instead.
onPreExecute() - Method in class com.github.ignition.core.tasks.IgnitedAsyncTask
If you rely on a valid context reference, override IgnitedAsyncTask.onTaskStarted(Context) instead.
onProgressUpdate(ProgressT...) - Method in class com.github.ignition.core.tasks.IgnitedAsyncTask
If you rely on a valid context reference, override #onProgress instead.
onTaskCompleted(ContextT, ReturnT) - Method in class com.github.ignition.core.tasks.IgnitedAsyncTask
Implement this method to handle a completed task execution, regardless of outcome.
onTaskCompleted(ReturnT) - Method in class com.github.ignition.core.tasks.IgnitedAsyncTask
Implement this method to handle a completed task execution, regardless of outcome.
onTaskCompleted(ReturnT) - Method in interface com.github.ignition.core.tasks.IgnitedAsyncTaskContextHandler
Return true from this method if you want to swallow the event; it will then not be passed on to the task itself.
onTaskCompleted(ContextT, ReturnT) - Method in class com.github.ignition.core.tasks.IgnitedAsyncTaskDefaultHandler
 
onTaskCompleted(ContextT, ReturnT) - Method in interface com.github.ignition.core.tasks.IgnitedAsyncTaskHandler
Return true from this method if you want to swallow the event; it will then not be passed on to the task itself.
onTaskFailed(ContextT, Exception) - Method in class com.github.ignition.core.tasks.IgnitedAsyncTask
Override this method to handle an error that occurred during task execution in a graceful manner.
onTaskFailed(Exception) - Method in class com.github.ignition.core.tasks.IgnitedAsyncTask
Override this method to handle an error that occurred during task execution in a graceful manner.
onTaskFailed(Exception) - Method in interface com.github.ignition.core.tasks.IgnitedAsyncTaskContextHandler
Return true from this method if you want to swallow the event; it will then not be passed on to the task itself.
onTaskFailed(ContextT, Exception) - Method in class com.github.ignition.core.tasks.IgnitedAsyncTaskDefaultHandler
 
onTaskFailed(ContextT, Exception) - Method in interface com.github.ignition.core.tasks.IgnitedAsyncTaskHandler
Return true from this method if you want to swallow the event; it will then not be passed on to the task itself.
onTaskProgress(ContextT, ProgressT...) - Method in class com.github.ignition.core.tasks.IgnitedAsyncTask
Override this method to update progress elements on the UI thread.
onTaskProgress(ProgressT...) - Method in class com.github.ignition.core.tasks.IgnitedAsyncTask
Override this method to update progress elements on the UI thread.
onTaskProgress(ProgressT...) - Method in interface com.github.ignition.core.tasks.IgnitedAsyncTaskContextHandler
Return true from this method if you want to swallow the event; it will then not be passed on to the task itself.
onTaskProgress(ContextT, ProgressT...) - Method in class com.github.ignition.core.tasks.IgnitedAsyncTaskDefaultHandler
 
onTaskProgress(ContextT, ProgressT...) - Method in interface com.github.ignition.core.tasks.IgnitedAsyncTaskHandler
Return true from this method if you want to swallow the event; it will then not be passed on to the task itself.
onTaskStarted(ContextT) - Method in class com.github.ignition.core.tasks.IgnitedAsyncTask
Override this method to prepare task execution.
onTaskStarted() - Method in class com.github.ignition.core.tasks.IgnitedAsyncTask
Override this method to prepare task execution.
onTaskStarted() - Method in interface com.github.ignition.core.tasks.IgnitedAsyncTaskContextHandler
Return true from this method if you want to swallow the event; it will then not be passed on to the task itself.
onTaskStarted(ContextT) - Method in class com.github.ignition.core.tasks.IgnitedAsyncTaskDefaultHandler
 
onTaskStarted(ContextT) - Method in interface com.github.ignition.core.tasks.IgnitedAsyncTaskHandler
Return true from this method if you want to swallow the event; it will then not be passed on to the task itself.
onTaskSuccess(ContextT, ReturnT) - Method in class com.github.ignition.core.tasks.IgnitedAsyncTask
Implement this method to handle a successful task execution.
onTaskSuccess(ReturnT) - Method in class com.github.ignition.core.tasks.IgnitedAsyncTask
Implement this method to handle a successful task execution.
onTaskSuccess(ReturnT) - Method in interface com.github.ignition.core.tasks.IgnitedAsyncTaskContextHandler
Return true from this method if you want to swallow the event; it will then not be passed on to the task itself.
onTaskSuccess(ContextT, ReturnT) - Method in class com.github.ignition.core.tasks.IgnitedAsyncTaskDefaultHandler
 
onTaskSuccess(ContextT, ReturnT) - Method in interface com.github.ignition.core.tasks.IgnitedAsyncTaskHandler
Return true from this method if you want to swallow the event; it will then not be passed on to the task itself.

R

R - Class in com.github.ignition.core
 
R() - Constructor for class com.github.ignition.core.R
 
R.attr - Class in com.github.ignition.core
 
R.attr() - Constructor for class com.github.ignition.core.R.attr
 
R.string - Class in com.github.ignition.core
 
R.string() - Constructor for class com.github.ignition.core.R.string
 
RemoteImageGalleryAdapter - Class in com.github.ignition.core.adapters
Can be used as an adapter for an Android Gallery view.
RemoteImageGalleryAdapter(Context) - Constructor for class com.github.ignition.core.adapters.RemoteImageGalleryAdapter
 
RemoteImageGalleryAdapter(Context, List<String>) - Constructor for class com.github.ignition.core.adapters.RemoteImageGalleryAdapter
 
RemoteImageGalleryAdapter(Context, List<String>, Drawable, Drawable) - Constructor for class com.github.ignition.core.adapters.RemoteImageGalleryAdapter
 
RemoteImageView - Class in com.github.ignition.core.widgets
An image view that fetches its image off the web using the supplied URL.
RemoteImageView(Context, String, boolean) - Constructor for class com.github.ignition.core.widgets.RemoteImageView
 
RemoteImageView(Context, String, Drawable, Drawable, boolean) - Constructor for class com.github.ignition.core.widgets.RemoteImageView
 
RemoteImageView(Context, AttributeSet) - Constructor for class com.github.ignition.core.widgets.RemoteImageView
 
remove(int) - Method in class com.github.ignition.core.adapters.EndlessListAdapter
 
reset() - Method in class com.github.ignition.core.widgets.RemoteImageView
 
ResourceMessageException - Interface in com.github.ignition.core.exceptions
 
run(ParameterT...) - Method in class com.github.ignition.core.tasks.IgnitedAsyncTask
Implement this method to define your task execution.

S

setCallable(IgnitedAsyncTask.IgnitedAsyncTaskCallable<ContextT, ParameterT, ProgressT, ReturnT>) - Method in class com.github.ignition.core.tasks.IgnitedAsyncTask
Use an IgnitedAsyncTask.IgnitedAsyncTaskCallable instead of overriding IgnitedAsyncTask.run(ParameterT...).
setCancelOnActivityBack(boolean) - Method in class com.github.ignition.core.tasks.IgnitedAsyncTask
 
setContext(ContextT) - Method in class com.github.ignition.core.tasks.IgnitedAsyncTask
DON'T use this to handle the task's context reference.
setContext(ContextT) - Method in class com.github.ignition.core.tasks.IgnitedAsyncTaskDefaultHandler
 
setContext(ContextT) - Method in interface com.github.ignition.core.tasks.IgnitedAsyncTaskHandler
 
setErrorDrawable(Drawable) - Method in class com.github.ignition.core.adapters.RemoteImageGalleryAdapter
 
setImageUrl(String) - Method in class com.github.ignition.core.widgets.RemoteImageView
 
setImageUrls(List<String>) - Method in class com.github.ignition.core.adapters.RemoteImageGalleryAdapter
 
setIsLoadingData(boolean) - Method in class com.github.ignition.core.adapters.EndlessListAdapter
 
setIsLoadingData(boolean, boolean) - Method in class com.github.ignition.core.adapters.EndlessListAdapter
 
setNoImageDrawable(int) - Method in class com.github.ignition.core.widgets.RemoteImageView
Often you have resources which usually have an image, but some don't.
setProgressDrawable(Drawable) - Method in class com.github.ignition.core.adapters.RemoteImageGalleryAdapter
 
setSharedImageLoader(RemoteImageLoader) - Static method in class com.github.ignition.core.widgets.RemoteImageView
Use this method to inject an image loader that will be shared across all instances of this class.
shouldRequestNextPage(int, int, int) - Method in class com.github.ignition.core.adapters.EndlessListAdapter
Call this method from AbsListView.OnScrollListener.onScroll(AbsListView, int, int, int) to determine whether the adapter should fetch the next page of data.

X

XMLNS - Static variable in interface com.github.ignition.core.Ignition
 

A C D E F G H I L N O R S X

Copyright © 2012. All Rights Reserved.