A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A

a - Variable in class danger.ui.Color
The alpha component.
AAC - Static variable in interface danger.audio.Format.Type
audio/aac, acc
abort() - Method in class danger.app.Dispatcher
Stop the dispatcher from processing events.
abort() - Method in class danger.audio.Recorder
 
aboutToHideMenu() - Method in class danger.ui.ScreenWindow
This method gets called just before the action menu is closed.
aboutToShowMenu() - Method in class danger.ui.ScreenWindow
This method gets called just before the action menu is displayed to the user.
abs(int) - Static method in class danger.util.Fixed
return absolute value of a fixed point number
abs(int) - Static method in class java.lang.Math
 
abs(long) - Static method in class java.lang.Math
 
abs(float) - Static method in class java.lang.Math
 
abs(double) - Static method in class java.lang.Math
 
abs(int) - Static method in class java.lang.StrictMath
 
abs(long) - Static method in class java.lang.StrictMath
 
abs(float) - Static method in class java.lang.StrictMath
 
abs(double) - Static method in class java.lang.StrictMath
 
abs() - Method in class java.math.BigDecimal
Returns a plain BigDecimal whose value is the absolute value of this BigDecimal.
abs(MathContext) - Method in class java.math.BigDecimal
Returns a BigDecimal whose value is the absolute value of this BigDecimal.
abs() - Method in class java.math.BigInteger
 
abs_path - Static variable in class org.apache.commons.httpclient.URI
URI absolute path.
absolute(int) - Method in interface java.sql.ResultSet
EXPERIMENTAL Experimental APIs are APIs that are early-stage and not yet finalized or fully qualified. In future releases, these APIs may be changed in incompatible ways, replaced or even removed completely without warning. For these reasons, Danger will not publish applications that use any experimental APIs.
absoluteURI - Static variable in class org.apache.commons.httpclient.URI
BitSet for absoluteURI.
ABSTRACT - Static variable in class java.lang.reflect.Modifier
 
AbstractCollection<E> - Class in java.util
 
AbstractCollection() - Constructor for class java.util.AbstractCollection
 
AbstractList<E> - Class in java.util
 
AbstractList() - Constructor for class java.util.AbstractList
 
AbstractMap<K,V> - Class in java.util
 
AbstractMap() - Constructor for class java.util.AbstractMap
 
AbstractMethodError - Error in java.lang
Standard error class, as specified by the standard Java API.
AbstractMethodError() - Constructor for error java.lang.AbstractMethodError
 
AbstractMethodError(String) - Constructor for error java.lang.AbstractMethodError
 
AbstractQueue<E> - Class in java.util
 
AbstractQueue() - Constructor for class java.util.AbstractQueue
Constructor for use by subclasses.
AbstractSequentialList<E> - Class in java.util
 
AbstractSequentialList() - Constructor for class java.util.AbstractSequentialList
 
AbstractSet<E> - Class in java.util
 
AbstractSet() - Constructor for class java.util.AbstractSet
 
accept(ContentFile) - Method in class danger.content.AggregateFilter
 
accept(ContentFile) - Method in class danger.content.ContentFilter
The filtering logic.
accept(ContentFile) - Method in class danger.content.MimeTypeFilter
 
accept(ContentFile) - Method in class danger.content.PathFilter
 
accept() - Method in class danger.net.IPCServerSocket
Accept a connection.
accept(Object) - Method in class danger.util.ActiveFolder.WeakDelegateList
 
accept(Object) - Method in class danger.util.ActiveList.WeakDelegateList
Do the operation for a delegate.
accept(Object) - Method in class danger.util.ActiveObject.WeakDelegateList
 
accept(Object) - Method in class danger.util.SimpleWeakList
Method called by SimpleWeakList.accept(Object,Object) in response to a call to SimpleWeakList.forEachAccept() or SimpleWeakList.forEachAccept(Object).
accept(Object, Object) - Method in class danger.util.SimpleWeakList
Method called by SimpleWeakList.forEachAccept(Object).
accept(File) - Method in interface java.io.FileFilter
 
accept(File, String) - Method in interface java.io.FilenameFilter
 
accept(SocketImpl) - Method in class java.net.SocketImpl
 
acceptAndOpen() - Method in interface javax.microedition.io.StreamConnectionNotifier
 
acceptsURL(String) - Method in interface java.sql.Driver
EXPERIMENTAL Experimental APIs are APIs that are early-stage and not yet finalized or fully qualified. In future releases, these APIs may be changed in incompatible ways, replaced or even removed completely without warning. For these reasons, Danger will not publish applications that use any experimental APIs.
AccessibleObject - Class in java.lang.reflect
Standard base class for reflection classes.
AccessibleObject() - Constructor for class java.lang.reflect.AccessibleObject
 
acos(double) - Static method in class java.lang.Math
 
acos(double) - Static method in class java.lang.StrictMath
 
acosf(int) - Static method in class danger.util.Fixed
cosf = -1 to 1 in fixed point.
activate() - Method in class danger.app.Alarm
Activate the alarm.
ACTIVATE_CHAR - Static variable in class danger.util.StringUtils
The char used to "activate" some UI Controls.
activateFrameButton(int) - Method in class danger.ui.DialogWindow
Activates the frame button with the given position.
activeAppWantsEndButton() - Static method in class danger.ui.Screen
Deprecated. Use {link Window#wantsEndButton}.
activeAppWantsSendButton() - Static method in class danger.ui.Screen
Deprecated. Use {link Window#wantsSendButton}.
activeCount() - Static method in class java.lang.Thread
 
ActiveFolder - Interface in danger.util
Extension of ActiveList to add folder information.
ActiveFolder.Delegate - Interface in danger.util
Interface for delegates that get notified on changes to instances of ActiveFolder.
ActiveFolder.FolderForEach - Interface in danger.util
Callback interface used for calls to ActiveFolder.folderForEach(danger.util.ActiveFolder.FolderForEach, boolean).
ActiveFolder.WeakDelegateList - Class in danger.util
List of delegates which are held onto weakly.
ActiveFolder.WeakDelegateList(int) - Constructor for class danger.util.ActiveFolder.WeakDelegateList
Construct an instance.
ActiveFolder.WeakDelegateList() - Constructor for class danger.util.ActiveFolder.WeakDelegateList
Construct an instance with an initial capacity of 4.
ActiveList - Interface in danger.util
A list of items that has hooks for notification of updates.
ActiveList.Delegate - Interface in danger.util
Interface for delegates that get notified on changes to instances of ActiveList.
ActiveList.ForEach - Interface in danger.util
Callback interface used for calls to ActiveList.forEach(danger.util.ActiveList.ForEach).
ActiveList.WeakDelegateList - Class in danger.util
List of delegates which are held onto weakly.
ActiveList.WeakDelegateList(int) - Constructor for class danger.util.ActiveList.WeakDelegateList
Construct an instance.
ActiveList.WeakDelegateList() - Constructor for class danger.util.ActiveList.WeakDelegateList
Construct an instance with an initial capacity of 4.
ActiveListView - Class in danger.ui
This class is a UI object that manages and draws the contents of an ActiveList (typically a StdActiveList).
ActiveListView() - Constructor for class danger.ui.ActiveListView
Construct a new instance at (0, 0) with 0 width and height.
ActiveListView(Rect) - Constructor for class danger.ui.ActiveListView
Construct a new instance with the given bounds.
ActiveListView(int, int, int, int) - Constructor for class danger.ui.ActiveListView
Construct a new instance with the given bounds.
ActiveObject - Interface in danger.util
An object that can report on its activity.
ActiveObject.Delegate - Interface in danger.util
Interface for delegates that get notified on changes to instances of this (outer) class.
ActiveObject.WeakDelegateList - Class in danger.util
List of delegates which are held onto weakly.
ActiveObject.WeakDelegateList(int) - Constructor for class danger.util.ActiveObject.WeakDelegateList
Construct an instance.
ActiveObject.WeakDelegateList() - Constructor for class danger.util.ActiveObject.WeakDelegateList
Construct an instance with an initial capacity of 4.
AD - Static variable in class java.util.GregorianCalendar
Value of the ERA field indicating the common era (Anno Domini), also known as CE.
add(String, String) - Method in class danger.audio.Metatag
Deprecated.  
add(Profile) - Static method in class danger.audio.ProfileGallery
Adds a profile to the gallery.
add(int, byte[], String, String, Event, Event, int, int, boolean) - Static method in class danger.audio.ToneGallery
Will add a ringtone and queue up any multiple adds.
add(int, byte[], String, int, Event, Event, int, int, boolean) - Static method in class danger.audio.ToneGallery
Will add a ringtone and queue up any multiple adds.
add(int, byte[], String, String, int, Event, Event, int, int, boolean) - Static method in class danger.audio.ToneGallery
Will add a ringtone and queue up any multiple adds.
add(BigInteger) - Method in class danger.crypto.BigInteger
Deprecated. Add two BigIntegers.
add(byte[]) - Static method in class danger.ui.Typeface
Add a new typeface definition to the font system.
add(int, int) - Static method in class danger.util.Fixed
add two fixed point values together
add(Object) - Method in class danger.util.SimpleWeakList
Add an object to the end of the list maintained this instance.
add(BigDecimal) - Method in class java.math.BigDecimal
Returns a plain BigDecimal whose value is this+rhs, using fixed point arithmetic.
add(BigDecimal, MathContext) - Method in class java.math.BigDecimal
Returns a BigDecimal whose value is this+rhs.
add(BigInteger) - Method in class java.math.BigInteger
 
add(E) - Method in class java.util.AbstractCollection
 
add(int, E) - Method in class java.util.AbstractList
 
add(E) - Method in class java.util.AbstractList
 
add(E) - Method in class java.util.AbstractQueue
Adds the specified element to this queue.
add(int, E) - Method in class java.util.AbstractSequentialList
 
add(int, E) - Method in class java.util.ArrayList
 
add(int, int) - Method in class java.util.Calendar
Add a signed amount to a specified field, using this calendar's rules.
add(E) - Method in interface java.util.Collection
 
add(E) - Method in interface java.util.concurrent.BlockingQueue
 
add(E) - Method in class java.util.EnumSetImpl
 
add(int, int) - Method in class java.util.GregorianCalendar
Overrides Calendar Date Arithmetic function.
add(E) - Method in class java.util.HashSet
 
add(int, E) - Method in class java.util.LinkedList
 
add(E) - Method in class java.util.LinkedList
 
add(int, E) - Method in interface java.util.List
 
add(E) - Method in interface java.util.List
 
add(E) - Method in interface java.util.ListIterator
 
add(E) - Method in interface java.util.Set
 
add(E) - Method in class java.util.TreeSet
 
add(E) - Method in class java.util.Vector
 
add(int, E) - Method in class java.util.Vector
 
addAll(Vector, Vector) - Static method in class danger.util.VectorUtils
Append all the elements of the second vector to the end of the first, in order.
addAll(Vector, Iterator) - Static method in class danger.util.VectorUtils
Append all the elements from the iterator iter to the end of the vector v, in order.
addAll(Collection<? extends E>) - Method in class java.util.AbstractCollection
 
addAll(int, Collection<? extends E>) - Method in class java.util.AbstractList
 
addAll(Collection<? extends E>) - Method in class java.util.AbstractQueue
Adds all of the elements in the specified collection to this queue.
addAll(int, Collection<? extends E>) - Method in class java.util.AbstractSequentialList
 
addAll(Collection<? extends E>) - Method in class java.util.ArrayList
 
addAll(int, Collection<? extends E>) - Method in class java.util.ArrayList
 
addAll(Collection<? extends E>) - Method in interface java.util.Collection
 
addAll(Collection<? super T>, T...) - Static method in class java.util.Collections
 
addAll(Collection<? extends E>) - Method in class java.util.EnumSetImpl
 
addAll(Collection<? extends E>) - Method in class java.util.LinkedList
 
addAll(int, Collection<? extends E>) - Method in class java.util.LinkedList
 
addAll(Collection<? extends E>) - Method in interface java.util.List
 
addAll(int, Collection<? extends E>) - Method in interface java.util.List
 
addAll(Collection<? extends E>) - Method in interface java.util.Set
 
addAll(Collection<? extends E>) - Method in class java.util.Vector
 
addAll(int, Collection<? extends E>) - Method in class java.util.Vector
 
addAnchor(Spannable, int, String) - Static method in class danger.text.span.SpanUtils
Add an anchor at a specfied position in the specified buffer.
addAuthorizationRequestHeader(HttpState, HttpConnection) - Method in class org.apache.commons.httpclient.ConnectMethod
This method does nothing.
addAuthorizationRequestHeader(HttpState, HttpConnection) - Method in class org.apache.commons.httpclient.HttpMethodBase
Generates Authorization request header if needed, as long as no Authorization request header already exists.
addBatch() - Method in interface java.sql.PreparedStatement
EXPERIMENTAL Experimental APIs are APIs that are early-stage and not yet finalized or fully qualified. In future releases, these APIs may be changed in incompatible ways, replaced or even removed completely without warning. For these reasons, Danger will not publish applications that use any experimental APIs.
addBatch(String) - Method in interface java.sql.Statement
EXPERIMENTAL Experimental APIs are APIs that are early-stage and not yet finalized or fully qualified. In future releases, these APIs may be changed in incompatible ways, replaced or even removed completely without warning. For these reasons, Danger will not publish applications that use any experimental APIs.
addBottomFrameButton(String, int, int, Object, char) - Method in class danger.ui.DialogWindow
Add a button to the bottom frame of the dialog window.
addBottomFrameButton(CharSequence, int, int, Object, char) - Method in class danger.ui.DialogWindow
Add a button to the bottom frame of the dialog window.
addBottomFrameButtons() - Method in class danger.ui.DialogWindow
Add the bottom frame buttons to the window.
addBottomFrameButtons() - Method in class danger.ui.file.SaveFileDialog
 
addButton(String) - Method in class danger.ui.IconLabel
Add a button with the specified title to this icon label.
addButton(CharSequence) - Method in class danger.ui.IconLabel
Add a button with the specified title to this icon label.
addCaptureIcon() - Method in class danger.ui.MultiGalleryIconPicker
Show the photo capture icon in the icon gallery list.
addCategory(String) - Method in class danger.app.CategoryDB
Add the category name to the CategoryDB.
addChangeObserver(Event) - Static method in class danger.contacts.ContactsManager
If you want to be notified when the contacts list changes, call this with an event to be fired back to you.
addChild(View) - Method in class danger.ui.Container
Add a child to this container.
addChild(View, int) - Method in class danger.ui.Container
Add a child with the specified id to this container.
addChild(View, int) - Method in class danger.ui.GroupBox
 
addChild(View) - Method in class danger.ui.ListContainer
Add an item to this ListContainer.
addChild(View, boolean) - Method in class danger.ui.ListContainer
Add an item to this ListContainer.
addChild(View, int) - Method in class danger.ui.ScrollView
 
addChild(int, int, Object) - Method in class org.kxml2.kdom.Document
Adds a child at the given index position.
addChild(int, int, Object) - Method in class org.kxml2.kdom.Node
inserts the given child object of the given type at the given index.
addChild(int, Object) - Method in class org.kxml2.kdom.Node
convenience method for addChild (getChildCount (), child)
addChildAt(View, int) - Method in class danger.ui.Container
Add a child to this container at the specified index (this affects focus order as well as paint order, etc.).
addChildAt(View, int, int) - Method in class danger.ui.Container
Add a child to this container at the specified index (this affects focus order as well as paint order, etc.).
addChildAt(View, int) - Method in class danger.ui.GroupBox
 
addChildAt(View, int, int) - Method in class danger.ui.ScrollView
 
addChildBelowMessageArea(View, int, int) - Method in class danger.ui.AlertWindow
Add a child below the alert's icon and message.
addCommand(Command) - Method in class javax.microedition.lcdui.Alert
 
addCommand(Command) - Method in class javax.microedition.lcdui.DateField
 
addCommand(Command) - Method in class javax.microedition.lcdui.Displayable
 
addCommand(Command) - Method in class javax.microedition.lcdui.Form
 
addCommand(Command) - Method in class javax.microedition.lcdui.Item
 
addCommand(Command) - Method in class javax.microedition.lcdui.List
 
addCommand(Command) - Method in class javax.microedition.lcdui.Spacer
 
addContact(Contact) - Method in class danger.contacts.ContactsManager
Add a new Contact to the address book.
addContentLengthRequestHeader(HttpState, HttpConnection) - Method in class org.apache.commons.httpclient.ConnectMethod
This method does nothing.
addContentLengthRequestHeader(HttpState, HttpConnection) - Method in class org.apache.commons.httpclient.HttpMethodBase
Generates Content-Length or Transfer-Encoding: Chunked request header, as long as no Content-Length request header already exists.
addContentLengthRequestHeader(HttpState, HttpConnection) - Method in class org.apache.commons.httpclient.methods.EntityEnclosingMethod
Generates Content-Length or Transfer-Encoding: Chunked request header, as long as no Content-Length request header already exists.
addContents(IPCMessage) - Method in class danger.app.IPCMessage
Destructively adds the contents of the provided message.
addCookie(Cookie) - Method in class org.apache.commons.httpclient.HttpState
Adds an HTTP cookie, replacing any existing equivalent cookies.
addCookieRequestHeader(HttpState, HttpConnection) - Method in class org.apache.commons.httpclient.ConnectMethod
This method does nothing.
addCookieRequestHeader(HttpState, HttpConnection) - Method in class org.apache.commons.httpclient.HttpMethodBase
Generates Cookie request headers for those cookies that match the given host, port and path.
addCookies(Cookie[]) - Method in class org.apache.commons.httpclient.HttpState
Adds an array of HTTP cookies.
addCurrentSelectionIcon() - Method in class danger.ui.MultiGalleryIconPicker
Show the current selection as a choice in the gallery list.
addDataStoreListener(Listener) - Static method in class danger.midlet.ExtensionManager
Extension method to allow MIDlets to receive notifications of Data Store events
addDays(int) - Method in class danger.internal.Date
Advance the day of the month by the specified number, possibly also affecting the month or year if the change brings the Date into the previous or next month.
addDefaultIcon(Bitmap) - Method in class danger.ui.IconPicker
Add a default icon to the picker.
addDelegate(ActiveList.Delegate) - Method in interface danger.util.ActiveList
Add a new delegate to this instance.
addDelegate(ActiveObject.Delegate) - Method in interface danger.util.ActiveObject
Add a new delegate to this instance.
addDelegate(ActiveList.Delegate) - Method in class danger.util.FilteredActiveList
 
addDelegate(ActiveList.Delegate) - Method in class danger.util.StdActiveFolder
 
addDelegate(ActiveList.Delegate) - Method in class danger.util.StdActiveList
 
addDelegate(ActiveObject.Delegate) - Method in class danger.util.StdActiveObject
 
addDisplayListener(Listener) - Static method in class danger.midlet.ExtensionManager
Extension method to allow MIDlets to be notified of special events involving the Display.
addDivider(int) - Method in class danger.ui.BaseMenu
Add a divider with the given ID to this menu.
addDivider() - Method in class danger.ui.BaseMenu
Add a divider to this menu.
addDividerAtPosition(int) - Method in class danger.ui.BaseMenu
Insert a divider into this menu at the given position.
addedRow(int, View, View, View, int) - Method in class danger.ui.LabeledGrid
An alternative to calling LabeledGrid.addRow(danger.ui.View, danger.ui.View).
addElement(E) - Method in class java.util.Vector
 
addError(Test, Throwable) - Method in interface junit.framework.TestListener
An error occurred.
addError(Test, Throwable) - Method in class junit.framework.TestResult
Adds an error to the list of errors.
addFailure(Test, AssertionFailedError) - Method in interface junit.framework.TestListener
A failure occurred.
addFailure(Test, AssertionFailedError) - Method in class junit.framework.TestResult
Adds a failure to the list of failures.
addFavoriteChangeObserver(Event) - Static method in class danger.contacts.ContactsManager
 
addFileSystemListener(FileSystemListener) - Static method in class javax.microedition.io.file.FileSystemRegistry
 
addFilter(ContentFilter) - Method in class danger.content.AggregateFilter
Add a filter to this aggregate, to be processed in the order they are added.
addFirst(E) - Method in class java.util.LinkedList
 
addFolder(Folder) - Method in class danger.ui.FolderView
Add a folder.
addFont(Spannable, int, int, String, int) - Static method in class danger.text.span.SpanUtils
Set font properties for the specified text range.
addFontsToMenu(Menu, Listener) - Static method in class danger.ui.Font
Add to the provided Menu new items naming well-known fonts available on the device.
addFontsToMenu(Menu, Listener, int, int) - Static method in class danger.ui.Font
Add to the provided Menu new items naming well-known fonts available on the device.
addFrame(Bitmap, int, int) - Method in class danger.ui.AnimatedBitmap
Add a frame to the animation.
addFrameButton(int, String, int, int, int, Object, char) - Method in class danger.ui.DialogWindow
Add a frame button to the dialog window.
addFrameButton(int, CharSequence, int, int, int, Object, char) - Method in class danger.ui.DialogWindow
Add a frame button to the dialog window.
addFrameButton(int, String, int, int, int, Object, char, int) - Method in class danger.ui.DialogWindow
Add a frame button to the dialog window.
addFrameButton(int, CharSequence, int, int, int, Object, char, int) - Method in class danger.ui.DialogWindow
Add a frame button to the dialog window.
addFrameButton(int, String, int, int, int, int, Object, char, int) - Method in class danger.ui.DialogWindow
Add a frame button to the dialog.
addFrameButton(int, CharSequence, int, int, int, int, Object, char, int) - Method in class danger.ui.DialogWindow
Add a frame button to the dialog window.
addFrameButton(int, String, int, int, Object) - Method in class danger.ui.DialogWindow
Add a frame button to the dialog window.
addFrameButton(int, CharSequence, int, int, Object) - Method in class danger.ui.DialogWindow
Add a frame button to the dialog window.
addFrameButton(int, String, int, int, Object, char) - Method in class danger.ui.DialogWindow
Add a frame button to the dialog window.
addFrameButton(int, CharSequence, int, int, Object, char) - Method in class danger.ui.DialogWindow
Add a frame button to the dialog window.
addFrameButton(int, String, int, int, Object, char, int) - Method in class danger.ui.DialogWindow
Add a frame button to the dialog window.
addFrameButton(int, CharSequence, int, int, Object, char, int) - Method in class danger.ui.DialogWindow
Add a frame button to the dialog window.
addFrameButton(int, String, int, int, Object, char, int, int) - Method in class danger.ui.DialogWindow
Add a frame button to the dialog window.
addFrameButton(int, CharSequence, int, int, Object, char, int, int) - Method in class danger.ui.DialogWindow
Add a frame button to the dialog window.
addFrameButton(int, String, int, int, int, Object, char, int, int) - Method in class danger.ui.DialogWindow
Add a frame button to the dialog window.
addFrameButton(int, CharSequence, int, int, int, Object, char, int, int) - Method in class danger.ui.DialogWindow
Add a frame button to the dialog window.
addFrameButton(int, String, Listener, int, int, int, Object, char, int, int) - Method in class danger.ui.DialogWindow
Add a button to the dialog window.
addFrameButton(int, CharSequence, Listener, int, int, int, Object, char, int, int) - Method in class danger.ui.DialogWindow
Add a button to the dialog window.
addFromContainerResource(int) - Method in class danger.ui.Container
Add to this container from a container resource.
addFromContainerResource(int, Listener) - Method in class danger.ui.Container
Add to this container from a container resource.
addFromContainerResource(int, Listener, Factory) - Method in class danger.ui.Container
Add to this container from a container resource.
addFromDialogResource(int) - Method in class danger.ui.Container
Add to this container from a dialog resource.
addFromDialogResource(int, Listener) - Method in class danger.ui.Container
Add to this container from a dialog resource.
addFromResource(ResourceDatabase, int) - Method in class danger.ui.BaseMenu
Set up this menu based on the resource with the given ID from the given resource database.
addFromResource(ResourceDatabase, int, Listener) - Method in class danger.ui.BaseMenu
Set up this menu based on the resource with the given ID from the given resource database, and set all menu items to use the given listener.
addFromResource(ResourceDatabase, int, Listener, Window) - Method in class danger.ui.BaseMenu
Set up this menu based on the resource with the given ID from the given resource database.
addFromResource(Class, String) - Static method in class danger.ui.Typeface
A convenience interface to the Typeface.add(byte[]) method which loads a font definition as a resource relative to a class using Class.getResourceAsStreamm.
addHandshakeCompletedListener(HandshakeCompletedListener) - Method in class javax.net.ssl.SSLSocket
 
addHeader(RFC822Header) - Method in class danger.mime.Part
 
addHeader(Header) - Method in class org.apache.commons.httpclient.HeaderGroup
Adds the given header to the group.
addHostRequestHeader(HttpState, HttpConnection) - Method in class org.apache.commons.httpclient.HttpMethodBase
Generates Host request header, as long as no Host request header already exists.
addHours(int) - Method in class danger.internal.Date
Advance the date and time of this Date by the specified number of hours.
addIcon(Bitmap) - Method in class danger.ui.IconPicker
Add an icon to the picker.
addIcon(Bitmap, int) - Method in class danger.ui.IconPicker
Add an icon to the picker with a specified type.
addIconGallery(String, int) - Method in class danger.ui.MultiGalleryIconPicker
Add a family from IconGallery to the picker.
addInput(String) - Method in class danger.ui.LogView
 
addInput(CharSequence) - Method in class danger.ui.LogView
 
addIPCListener(Listener) - Static method in class danger.midlet.ExtensionManager
Extension method to allow MIDlets to be notified of IPC Message events
addItem(String, int) - Method in class danger.app.IPCMessage
 
addItem(String, int[]) - Method in class danger.app.IPCMessage
 
addItem(String, String) - Method in class danger.app.IPCMessage
 
addItem(String, String[]) - Method in class danger.app.IPCMessage
 
addItem(String, byte[]) - Method in class danger.app.IPCMessage
 
addItem(String, PhotoRecordIPCPayload) - Method in class danger.app.IPCMessage
 
addItem(String, ContactSearchResult[]) - Method in class danger.app.IPCMessage
 
addItem(String, IPCMessage) - Method in class danger.app.IPCMessage
 
addItem(String, IPCMessage[]) - Method in class danger.app.IPCMessage
 
addItem(String, int, int, Object, Listener, int) - Method in class danger.ui.BaseMenu
 
addItem(CharSequence, int, int, Object, Listener, int) - Method in class danger.ui.BaseMenu
 
addItem(String, int, int, int, Object, Listener, int) - Method in class danger.ui.BaseMenu
Add a menu item to this menu.
addItem(CharSequence, int, int, int, Object, Listener, int) - Method in class danger.ui.BaseMenu
Add a menu item to this menu.
addItem(String, int, int, Object, Listener) - Method in class danger.ui.BaseMenu
Add a menu item to this menu.
addItem(CharSequence, int, int, Object, Listener) - Method in class danger.ui.BaseMenu
Add a menu item to this menu.
addItem(String, int) - Method in class danger.ui.BaseMenu
Add a menu item to this menu.
addItem(CharSequence, int) - Method in class danger.ui.BaseMenu
Add a menu item to this menu.
addItem(CharSequence, Listener, String) - Method in class danger.ui.BaseMenu
Add a menu item to this menu.
addItem(String) - Method in class danger.ui.BaseMenu
Add a menu item to this menu.
addItem(CharSequence) - Method in class danger.ui.BaseMenu
Add a menu item to this menu.
addItem(MenuItem) - Method in class danger.ui.BaseMenu
Add the given menu item to this menu.
addItem(MenuItem, int) - Method in class danger.ui.BaseMenu
Add the given menu item to this menu with the given ID.
addItem(String) - Method in class danger.ui.ListView
Add an item to the list view.
addItem(CharSequence) - Method in class danger.ui.ListView
Add an item to the list view.
addItem(String, int) - Method in class danger.ui.ListView
Add an item to the list view.
addItem(CharSequence, int) - Method in class danger.ui.ListView
Add an item to the list view.
addItem(String, int, int, Object) - Method in class danger.ui.ListView
Add an item to the list view.
addItem(CharSequence, int, int, Object) - Method in class danger.ui.ListView
Add an item to the list view.
addItem(String, Listener, int, int, Object) - Method in class danger.ui.ListView
Add an item to the list view.
addItem(CharSequence, Listener, int, int, Object) - Method in class danger.ui.ListView
Add an item to the list view.
addItem(String, Listener, int, int, int, Object) - Method in class danger.ui.ListView
Add an item to the list view.
addItem(CharSequence, Listener, int, int, int, Object) - Method in class danger.ui.ListView
Add an item to the list view.
addItem(MenuItem) - Method in class danger.ui.ListView
Add a pre-built MenuItem to the list.
addItem(Object) - Method in class danger.util.Folder
Append the given item to the end of this folder.
addItem(Object) - Method in class danger.util.StdActiveList
Append the given item to the end of this list.
addItemAtPosition(MenuItem, int) - Method in class danger.ui.BaseMenu
Insert the given menu item into this menu at the given position.
addItemFromResource(ResourceDatabase, int, int, Listener) - Method in class danger.ui.BaseMenu
Add an item to this menu based on the resource with the given ID from the given resource database.
addItemFromResource(ResourceDatabase, int, int, int, Object, Listener) - Method in class danger.ui.BaseMenu
Add an item to this menu based on the resource with the given ID from the given resource database.
addItems(MenuItem[]) - Method in class danger.ui.BaseMenu
Add the elements of the given array of menu items to this menu, in order.
addItemToSelection(Object) - Method in class danger.ui.MultiFolderView
Add an item to the selection.
addItemToSelection(Object) - Method in class danger.ui.MultiListView
Add an item to the selection.
addLast(E) - Method in class java.util.LinkedList
 
addLine(ChatLine, int) - Method in class danger.ui.LogView
 
addLink(Bitmap, String, Event) - Method in class danger.ui.LinkView
Add a link in the form of a URLButton.
addLink(Bitmap, CharSequence, Event) - Method in class danger.ui.LinkView
Add a link in the form of a URLButton.
addLinkMenuItems(Menu) - Method in class danger.ui.LinkTextBox
Append the context menu items for the currently selected link, if any, to the specified menu.
addLinkOptionItems(Window) - Method in class danger.ui.BaseMenu
Add the menu items needed to support link option functionality.
addLinkOptionItems(Window, int) - Method in class danger.ui.BaseMenu
Add the menu items needed to support link option functionality.
addListener(TestListener) - Method in class junit.framework.TestResult
Registers a TestListener
addMenuItemFromResource(BaseMenu, int, int, int, Object, Listener) - Method in class danger.app.ResourceDatabase
Appends a menu item to an existing menu.
addMinutes(int) - Method in class danger.internal.Date
Advance the date and time of this Date by the specified number of minutes.
addMode(int, String, Bitmap, Bitmap, Bitmap) - Method in class danger.ui.MultiModeButton
Adds a mode to the button.
addMode(int, CharSequence, Bitmap, Bitmap, Bitmap) - Method in class danger.ui.MultiModeButton
Adds a mode to the button.
addMode(int, Bitmap, Bitmap, Bitmap, Bitmap, Bitmap, Bitmap) - Method in class danger.ui.MultiModeButton
Adds a mode to the button.
addMonths(int) - Method in class danger.internal.Date
Advance the month of this Date by the specified number.
addNetworkListener(Listener) - Static method in class danger.midlet.ExtensionManager
Extension method to allow MIDlets to be notified of special events involving the funnel.
addObserver(Listener) - Method in class danger.app.PhotoGallery
Add an observer to the PhotoGallery
addObserver(Listener) - Method in class danger.app.PhotoRecord
Adds a listener as an observer of this record.
addObserver(Event) - Method in class danger.contacts.Contact
Call this if you wish to be notified of changes in this contact.
addObserver(Observer) - Method in class java.util.Observable
 
addOutput(String) - Method in class danger.ui.LogView
 
addOutput(CharSequence) - Method in class danger.ui.LogView
 
addOutputPending(String) - Method in class danger.ui.LogView
 
addOutputPending(CharSequence) - Method in class danger.ui.LogView
 
addParameter(String, String) - Method in class org.apache.commons.httpclient.methods.MultipartPostMethod
Adds a text field part
addParameter(String, File) - Method in class org.apache.commons.httpclient.methods.MultipartPostMethod
Adds a binary file part
addParameter(String, String, File) - Method in class org.apache.commons.httpclient.methods.MultipartPostMethod
Adds a binary file part with the given file name
addParameter(String, String) - Method in class org.apache.commons.httpclient.methods.PostMethod
Adds a new parameter to be used in the POST request body.
addParameter(NameValuePair) - Method in class org.apache.commons.httpclient.methods.PostMethod
Adds a new parameter to be used in the POST request body.
addParameters(NameValuePair[]) - Method in class org.apache.commons.httpclient.methods.PostMethod
Adds an array of parameters to be used in the POST request body.
addPart(Part) - Method in class org.apache.commons.httpclient.methods.MultipartPostMethod
Adds a part.
addPhotoIcon(Bitmap) - Method in class danger.ui.IconPicker
Add a photo icon to the picker.
addPhotoPickerIcon() - Method in class danger.ui.IconPicker
Add a photo picker icon to the picker.
addPhotoPickerIcon(Bitmap) - Method in class danger.ui.IconPicker
Add a photo picker icon to the picker.
addPhotoPickerIcon() - Method in class danger.ui.MultiGalleryIconPicker
Show the photo picker icon in the icon gallery list.
addPlayerListener(PlayerListener) - Method in interface javax.microedition.media.Player
 
addProxyAuthorizationRequestHeader(HttpState, HttpConnection) - Method in class org.apache.commons.httpclient.HttpMethodBase
Generates Proxy-Authorization request header if needed, as long as no Proxy-Authorization request header already exists.
addProxyConnectionHeader(HttpState, HttpConnection) - Method in class org.apache.commons.httpclient.HttpMethodBase
Generates Proxy-Connection: Keep-Alive request header when communicating via a proxy server.
addQuickAccessItem(Bitmap, CharSequence, Object) - Method in class danger.app.Application
Add a pending item to the QuickAccess window list.
addQuickAccessItem(Bitmap, CharSequence, String, Object) - Method in class danger.app.Application
Add a unique pending item to the QuickAccess window list.
addRecord(byte[]) - Method in class danger.app.DataStore
Add a new record with flags=0, return its number
addRecord(byte[], int) - Method in class danger.app.DataStore
Deprecated. For internal use only.
addRecord(byte[], int, int) - Method in class danger.app.DataStore
Deprecated. For internal use only.
addRecord(PhotoRecord, boolean) - Method in class danger.app.PhotoGallery
Add a PhotoRecord into the PhotoGallery (and observe quota limits)
addRecord(PhotoRecord) - Method in class danger.app.PhotoRecordIPCPayload
Add a PhotoRecord into the IPC payload
addRecord(byte[], int, int) - Method in class javax.microedition.rms.RecordStore
 
addRecordListener(RecordListener) - Method in class javax.microedition.rms.RecordStore
 
addRecords(Vector) - Method in class danger.app.PhotoRecordIPCPayload
Add PhotoRecords into the IPC payload
addRequestHeader(String, String) - Method in interface org.apache.commons.httpclient.HttpMethod
Adds the specified request header, not overwriting any previous value.
addRequestHeader(Header) - Method in interface org.apache.commons.httpclient.HttpMethod
Adds the specified request header, not overwriting any previous value.
addRequestHeader(Header) - Method in class org.apache.commons.httpclient.HttpMethodBase
Adds the specified request header, NOT overwriting any previous value.
addRequestHeader(String, String) - Method in class org.apache.commons.httpclient.HttpMethodBase
Adds the specified request header, NOT overwriting any previous value.
addRequestHeaders(HttpState, HttpConnection) - Method in class org.apache.commons.httpclient.ConnectMethod
Populates the request headers map to with additional headers to be submitted to the given HttpConnection.
addRequestHeaders(HttpState, HttpConnection) - Method in class org.apache.commons.httpclient.HttpMethodBase
Generates all the required request headers to be submitted via the given connection.
addRequestHeaders(HttpState, HttpConnection) - Method in class org.apache.commons.httpclient.methods.ExpectContinueMethod
Sets the Expect header if it has not already been set, in addition to the "standard" set of headers.
addRequestHeaders(HttpState, HttpConnection) - Method in class org.apache.commons.httpclient.methods.MultipartPostMethod
Adds Content Type: multipart/form-data header in addition to the "standard" set of headers
addRequestHeaders(HttpState, HttpConnection) - Method in class org.apache.commons.httpclient.methods.PostMethod
Adds Content Type: application/x-www-form-urlencoded header in addition to the "standard" set of headers, if no Content Type header has been set by the user
addResponseFooter(Header) - Method in interface org.apache.commons.httpclient.HttpMethod
Add a footer to this method's response.
addResponseFooter(Header) - Method in class org.apache.commons.httpclient.HttpMethodBase
Use this method internally to add footers.
address - Variable in class java.net.SocketImpl
 
addRow(View, View) - Method in class danger.ui.LabeledGrid
 
addRow(View, View, int) - Method in class danger.ui.LabeledGrid
 
addRow(View, View, View) - Method in class danger.ui.LabeledGrid
 
addRow(View, View, View, int) - Method in class danger.ui.LabeledGrid
 
addRow(int, View, View, View, int) - Method in class danger.ui.LabeledGrid
Add a row consisting of a label and two views..
addRow(Vector) - Method in class danger.ui.Table
Add a row of cells to the table.
addSeconds(int) - Method in class danger.internal.Date
Advance the date and time of this Date by the specified number of seconds.
addSortObserver(Event, Event) - Static method in class danger.contacts.ContactsManager
 
addStyle(Spannable, int, int, int) - Static method in class danger.text.span.SpanUtils
Set style properties for the specified text range.
addSubMenu(Menu) - Method in class danger.ui.MenuItem
Adds a sub-menu to this menu item.
addTab(String) - Method in class danger.ui.TabbedContainer
Create and add a Tab at the rightmost position.
addTab(String, int) - Method in class danger.ui.TabbedContainer
Create and add a Tab in the rightmost position with the specified id.
addTabAt(String, int) - Method in class danger.ui.TabbedContainer
Create and add a Tab at the specified position.
addTabAt(String, int, int) - Method in class danger.ui.TabbedContainer
Create and add a Tab at the specified position index.
addTest(Test) - Method in class junit.framework.TestSuite
Adds a test to the suite.
addTestSuite(Class) - Method in class junit.framework.TestSuite
Adds the tests from the given class to the suite
addTextEditItems(Window) - Method in class danger.ui.BaseMenu
Add the menu items needed to support text edit functionality.
addTextEditItems(Window, int) - Method in class danger.ui.BaseMenu
Add the menu items needed to support text edit functionality.
addTextEditMenuItems(Menu) - Method in class danger.ui.SelectTextBox
Add the Text Edit menu items to an existing menu.
addTextField(String, String, int, boolean) - Method in class danger.ui.TextInputAlertWindow
Set the text field for the alert window.
addTextField(CharSequence, CharSequence, int, boolean) - Method in class danger.ui.TextInputAlertWindow
Set the text field for the alert window.
addTextField(String, String, int, boolean, boolean) - Method in class danger.ui.TextInputAlertWindow
Set the text field for the alert window.
addTextField(CharSequence, CharSequence, int, boolean, boolean) - Method in class danger.ui.TextInputAlertWindow
Set the text field for the alert window.
addTextField(String, String, int, boolean, boolean, int) - Method in class danger.ui.TextInputAlertWindow
Set the text field for the alert window.
addTextField(CharSequence, CharSequence, int, boolean, boolean, int) - Method in class danger.ui.TextInputAlertWindow
Set the text field for the alert window.
addTextField(String, int, boolean, int) - Method in class danger.ui.TextInputAlertWindow
Set the text field for the alert window.
addTextField(CharSequence, int, boolean, int) - Method in class danger.ui.TextInputAlertWindow
Set the text field for the alert window.
addToContactsFrom(String) - Static method in class danger.parsing.Mailto
Create an AddToContactsHelper from the specified mailto: URL.
AddToContactsHelper - Class in danger.helpers
Dialog to permit the user to quickly add an entry to the address book.
addToContainerFromContainerResource(Container, int, Listener) - Method in class danger.app.ResourceDatabase
Adds widgets from a container resource to an existing container.
addToContainerFromContainerResource(Container, int, Listener, Factory) - Method in class danger.app.ResourceDatabase
Adds widgets from a container resource to an existing container.
addToContainerFromDialogResource(Container, int, Listener) - Method in class danger.app.ResourceDatabase
Adds widgets from a dialog resource to an existing container.
addToGroupFilter(int) - Method in class danger.ui.RingTonePicker
Will add this filter to the current settings
addToMenuFromResource(BaseMenu, int, Listener, Window) - Method in class danger.app.ResourceDatabase
Appends a menu resource to an existing menu.
addTopFrameButton(String, int, int, Object, char) - Method in class danger.ui.DialogWindow
Add a top frame button to the dialog.
addTopFrameButton(CharSequence, int, int, Object, char) - Method in class danger.ui.DialogWindow
Add a top frame button to the dialog.
addTopFrameButtons() - Method in class danger.ui.DialogWindow
Add the top frame buttons to the window.
addToRights(int) - Method in class danger.ui.RingTonePicker
Will add these rights bits to the current settings
addTranslucentRegion(Rect) - Method in class danger.ui.Window
Marks the given rectangular region as being translucent, which ensures that the windows below are invalidated in that region when this window is invalidated.
addTranslucentRegion(int, int, int, int) - Method in class danger.ui.Window
Marks the given rectangular region as being translucent, which ensures that the windows below are invalidated in that region when this window is invalidated.
addURL(Spannable, int, int, String) - Static method in class danger.text.span.SpanUtils
Add a URL to the specified range of text in the specified buffer.
addUserAgentRequestHeader(HttpState, HttpConnection) - Method in class org.apache.commons.httpclient.HttpMethodBase
Generates default User-Agent request header, as long as no User-Agent request header already exists.
addYears(int) - Method in class danger.internal.Date
Increment the year of this Date by the specified number.
adjustActionMenuState(Menu) - Method in class danger.ui.FolderEditor
Deprecated.  
adjustActionMenuState() - Method in class danger.ui.FolderView
Deprecated. For internal use only.
adjustActionMenuState(Menu) - Method in class danger.ui.ScreenWindow
Adjust the action menu state.
adjustActionMenuState(Menu) - Method in class danger.ui.Window
This method does not get called for Windows which are not ScreenWindows.
adjustPickerWindow(PickerWindow, View) - Method in class danger.ui.NumberEditor
Deprecated. For internal use only.
adjustSelection() - Method in class danger.ui.FolderView
Deprecated. Unused.
Adler32 - Class in danger.util
 
Adler32() - Constructor for class danger.util.Adler32
 
advance() - Method in class danger.ui.Sprite
Advance the sprite to the next position, dependent on the the velocity set in Sprite.setVelocity(danger.ui.Point).
advanceFocus() - Method in class danger.ui.Container
Advances the focus of the current container to the next child view that can handle it.
advanceFocus() - Method in class danger.ui.ScrollView
 
advanceFocus() - Method in class danger.ui.Window
 
advanceFocusInWindow() - Method in class danger.ui.Container
Advances the focus to the next child view in this container.
advanceFocusOrScroll(int) - Method in class danger.ui.ScrollView
Advance the focus or scroll down if nothing can yet be focused.
advanceHilite(int) - Method in class danger.ui.BaseMenuWindow
Advance the selection by count menu items.
advanceHilite(int) - Method in class danger.ui.FolderView
Move the selection down by the specified amount.
advanceHilite(int) - Method in class danger.ui.ListView
This method is called to move the selection down by the specified amount.
advanceLoopIndex(int) - Method in class danger.ui.MarqueeAlert
Deprecated. For internal use only.
advanceSelection(int) - Method in class danger.ui.MultiFolderView
This method is called to extend or retract the selection downward by multiple items.
advanceSelection() - Method in class danger.ui.MultiFolderView
This method is called to extend or retract the selection downward by one item.
advanceSelection(int) - Method in class danger.ui.MultiListView
This method is called to extend or retract the selection downward by multiple items.
advanceSelection() - Method in class danger.ui.MultiListView
This method is called to extend or retract the selection downward by one item.
advanceState() - Method in class danger.ui.ProgressBar
Advance the state of progress.
after(Object) - Method in class java.util.Calendar
Compares the time field records.
after(Date) - Method in class java.util.Date
 
afterLast() - Method in interface java.sql.ResultSet
EXPERIMENTAL Experimental APIs are APIs that are early-stage and not yet finalized or fully qualified. In future releases, these APIs may be changed in incompatible ways, replaced or even removed completely without warning. For these reasons, Danger will not publish applications that use any experimental APIs.
afterTextChanged(Spanned) - Method in class danger.helpers.AddToContactsHelper
 
afterTextChanged() - Method in class danger.internal.DialTextField
Deprecated.  
afterTextChanged() - Method in class danger.internal.PhoneNumberTextField
Deprecated.  
afterTextChanged(Spanned) - Method in class danger.text.span.