Skip navigation links
$ 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 _ 

$

$(Component...) - Static method in class com.codename1.ui.ComponentSelector
Wraps provided components in a ComponentSelector set.
$(ActionEvent) - Static method in class com.codename1.ui.ComponentSelector
Creates a ComponentInspector with the source component of the provided event.
$(Runnable) - Static method in class com.codename1.ui.ComponentSelector
$(Set<Component>) - Static method in class com.codename1.ui.ComponentSelector
Creates a new ComponentSelector with the provided set of components.
$(String) - Static method in class com.codename1.ui.ComponentSelector
Creates a new ComponentSelector with the components matched by the provided selector.
$(String, Component...) - Static method in class com.codename1.ui.ComponentSelector
Creates a ComponentSelector with the components matched by the provided selector in the provided roots' subtrees.
$(String, Collection<Component>) - Static method in class com.codename1.ui.ComponentSelector
Creates a ComponentSelector with the components matched by the provided selector in the provided roots' subtrees.

A

abs() - Method in class com.codename1.util.BigInteger
 
abs(double) - Static method in class java.lang.Math
Returns the absolute value of a double value.
abs(float) - Static method in class java.lang.Math
Returns the absolute value of a float value.
abs(int) - Static method in class java.lang.Math
Returns the absolute value of an int value.
abs(long) - Static method in class java.lang.Math
Returns the absolute value of a long value.
absolute() - Static method in class com.codename1.ui.layouts.BorderLayout
Shorthand for new BorderLayout(BorderLayout.CENTER_BEHAVIOR_CENTER_ABSOLUTE)
absoluteX - Variable in class com.codename1.charts.compat.Canvas
Deprecated.
 
absoluteY - Variable in class com.codename1.charts.compat.Canvas
Deprecated.
 
AbstractChart - Class in com.codename1.charts.views
An abstract class to be implemented by the chart rendering classes.
AbstractChart() - Constructor for class com.codename1.charts.views.AbstractChart
 
AbstractCollection<E> - Class in java.util
Class AbstractCollection is an abstract implementation of the Collection interface.
AbstractCollection() - Constructor for class java.util.AbstractCollection
Constructs a new instance of this AbstractCollection.
AbstractLayer - Class in com.codename1.maps.layers
This class represents an abstract layer on the map.
AbstractLayer(Projection, String) - Constructor for class com.codename1.maps.layers.AbstractLayer
Creates an abstract layer.
AbstractList<E> - Class in java.util
AbstractList is an abstract implementation of the List interface, optimized for a backing store which supports random access.
AbstractList() - Constructor for class java.util.AbstractList
Constructs a new instance of this AbstractList.
AbstractMap<K,V> - Class in java.util
This class is an abstract implementation of the Map interface.
AbstractMap() - Constructor for class java.util.AbstractMap
Constructs a new instance of this AbstractMap.
AbstractMap.SimpleEntry<K,V> - Class in java.util
A key-value mapping.
AbstractMap.SimpleImmutableEntry<K,V> - Class in java.util
An immutable key-value mapping.
AbstractMedia - Class in com.codename1.media
An abstract base class for AsyncMedia.
AbstractMedia() - Constructor for class com.codename1.media.AbstractMedia
 
AbstractMethodError - Error in java.lang
Exception thrown when an attempt is made to call an abstract method.
AbstractQueue<E> - Class in java.util
AbstractQueue is an abstract class which implements some of the methods in Queue.
AbstractQueue() - Constructor for class java.util.AbstractQueue
Constructor to be used by subclasses.
AbstractSequentialList<E> - Class in java.util
AbstractSequentialList is an abstract implementation of the List interface.
AbstractSequentialList() - Constructor for class java.util.AbstractSequentialList
Constructs a new instance of this AbstractSequentialList.
AbstractSet<E> - Class in java.util
An AbstractSet is an abstract implementation of the Set interface.
AbstractSet() - Constructor for class java.util.AbstractSet
Constructs a new instance of this AbstractSet.
AbstractTableModel - Class in com.codename1.ui.table
This abstract class extends table model with various capabilities such as type information etc.
AbstractTableModel() - Constructor for class com.codename1.ui.table.AbstractTableModel
 
AbstractTest - Class in com.codename1.testing
A unit test class that simplifies the process of writing test cases for Codename One.
AbstractTest() - Constructor for class com.codename1.testing.AbstractTest
 
AC - Class in com.codename1.ui.layouts.mig
A constraint that holds the column or row constraints for the grid.
AC() - Constructor for class com.codename1.ui.layouts.mig.AC
Constructor.
accept(File) - Method in interface com.codename1.io.File.FileFilter
Returns true if the file should be included in results.
accept(File, String) - Method in interface com.codename1.io.File.FilenameFilter
Checks if the given file should be included in results.
acceptJson() - Method in class com.codename1.io.rest.RequestBuilder
Add accept json header to the request
ACCESS_APPLICATION - Static variable in class com.codename1.cloud.CloudObject
Deprecated.
An application visible/modifiable object!
ACCESS_APPLICATION_READ_ONLY - Static variable in class com.codename1.cloud.CloudObject
Deprecated.
An application scope readable object! Can only be modified by its creator
ACCESS_POINT_TYPE_CABLE - Static variable in class com.codename1.io.NetworkManager
Indicates an access point based on a cable
ACCESS_POINT_TYPE_CORPORATE - Static variable in class com.codename1.io.NetworkManager
Indicates a corporate routing server access point type (e.g.
ACCESS_POINT_TYPE_NETWORK2G - Static variable in class com.codename1.io.NetworkManager
Indicates a 2g network access point type
ACCESS_POINT_TYPE_NETWORK3G - Static variable in class com.codename1.io.NetworkManager
Indicates a 3g network access point type
ACCESS_POINT_TYPE_UNKNOWN - Static variable in class com.codename1.io.NetworkManager
Indicates an unknown access point type
ACCESS_POINT_TYPE_WLAN - Static variable in class com.codename1.io.NetworkManager
Indicates a wlan (802.11b/c/g/n) access point type
ACCESS_PRIVATE - Static variable in class com.codename1.cloud.CloudObject
Deprecated.
An object that can only be viewed or modified by its creator
ACCESS_PUBLIC - Static variable in class com.codename1.cloud.CloudObject
Deprecated.
A world visible/modifiable object!
ACCESS_PUBLIC_READ_ONLY - Static variable in class com.codename1.cloud.CloudObject
Deprecated.
A world visible object! Can only be modified by its creator.
AccessToken - Class in com.codename1.io
This class represent an access token.
AccessToken(String, String) - Constructor for class com.codename1.io.AccessToken
Constructor with parameters
AccessToken(String, String, String) - Constructor for class com.codename1.io.AccessToken
Constructor with parameters
AccessToken(String, String, String, String) - Constructor for class com.codename1.io.AccessToken
Constructor with parameters
AccessToken() - Constructor for class com.codename1.io.AccessToken
 
Accordion - Class in com.codename1.components
The Accordion ui pattern is a vertically stacked list of items.
Accordion() - Constructor for class com.codename1.components.Accordion
Empty Constructor
Accordion(Image, Image) - Constructor for class com.codename1.components.Accordion
Create an accordion with open and close icons set
Accordion(char, char) - Constructor for class com.codename1.components.Accordion
Create an accordion with open and close icons set
Accordion(char, char, String) - Constructor for class com.codename1.components.Accordion
Create an accordion with open and close icons set
acos(double) - Static method in class com.codename1.util.MathUtil
Return the arccosine of a.
action(char) - Method in class com.codename1.ui.InputComponent
Sets the icon for the action button
action(char) - Method in class com.codename1.ui.TextComponent
Overridden for covariant return type Sets the icon for the action button
actionAsButton(boolean) - Method in class com.codename1.ui.InputComponent
Indicates the action should behave as a button next to the component and not layered on top of the text component.
actionAsButton(boolean) - Method in class com.codename1.ui.TextComponent
Overridden for covariant return type Indicates the action should behave as a button next to the component and not layered on top of the text component.
actionClick(ActionListener) - Method in class com.codename1.ui.InputComponent
Binds an event for the action button
actionClick(ActionListener) - Method in class com.codename1.ui.TextComponent
Overridden for covariant return type Binds an event for the action button
actionCommand(Command) - Method in class com.codename1.components.Progress
Invoked to allow subclasses of form to handle a command from one point rather than implementing many command instances
actionCommand(Command) - Method in class com.codename1.ui.Dialog
Invoked to allow subclasses of form to handle a command from one point rather than implementing many command instances
actionCommand(Command) - Method in class com.codename1.ui.Form
Invoked to allow subclasses of form to handle a command from one point rather than implementing many command instances.
ActionEvent - Class in com.codename1.ui.events
Event object delivered when an ActionListener callback is invoked
ActionEvent(Object) - Constructor for class com.codename1.ui.events.ActionEvent
Creates a new instance of ActionEvent.
ActionEvent(Object, ActionEvent.Type) - Constructor for class com.codename1.ui.events.ActionEvent
Creates a new instance of ActionEvent
ActionEvent(Object, ActionEvent.Type, int, int) - Constructor for class com.codename1.ui.events.ActionEvent
Creates a new instance of ActionEvent as a pointer event
ActionEvent(Command, ActionEvent.Type, Component, int, int) - Constructor for class com.codename1.ui.events.ActionEvent
Creates a new instance of ActionEvent for a command
ActionEvent(Component, ActionEvent.Type, Component, int, int) - Constructor for class com.codename1.ui.events.ActionEvent
Creates a new instance of ActionEvent for a drop operation
ActionEvent(Object, ActionEvent.Type, int) - Constructor for class com.codename1.ui.events.ActionEvent
Creates a new instance of ActionEvent.
ActionEvent(Object, int) - Constructor for class com.codename1.ui.events.ActionEvent
Creates a new instance of ActionEvent
ActionEvent(Object, int, boolean) - Constructor for class com.codename1.ui.events.ActionEvent
Creates a new instance of ActionEvent
ActionEvent(Object, int, int, boolean) - Constructor for class com.codename1.ui.events.ActionEvent
Creates a new instance of ActionEvent as a pointer event
ActionEvent(Object, int, int) - Constructor for class com.codename1.ui.events.ActionEvent
Creates a new instance of ActionEvent as a generic pointer event.
ActionEvent(Command, Component, int, int) - Constructor for class com.codename1.ui.events.ActionEvent
Creates a new instance of ActionEvent for a command
ActionEvent(Component, Component, int, int) - Constructor for class com.codename1.ui.events.ActionEvent
Creates a new instance of ActionEvent for a drop operation
ActionEvent.Type - Enum in com.codename1.ui.events
The event type, as declared when the event is created.
ActionListener<T extends ActionEvent> - Interface in com.codename1.ui.events
Event callback interface invoked when a component action occurs
actionPerformed(ActionEvent, HTMLComponent, HTMLElement) - Method in class com.codename1.components.Ads
Deprecated.
Called whenever an ActionEvent is triggered in one of the controls in the HTMLComponent For example, button press, checkbox/radiobutton check etc.
actionPerformed(ActionEvent) - Method in class com.codename1.components.ButtonList
 
actionPerformed(ActionEvent) - Method in class com.codename1.components.Progress
Invoked when an action occurred on a component
actionPerformed(ActionEvent) - Method in class com.codename1.components.ShareButton
invoked when the button is pressed
actionPerformed(ActionEvent) - Method in class com.codename1.facebook.ui.LikeButton
Deprecated.
Invoked when an action occurred on a component
actionPerformed(ActionEvent) - Method in class com.codename1.share.FacebookShare
This method is called when the soft button/Menu item is clicked
actionPerformed(ActionEvent) - Method in class com.codename1.share.ShareService
This method is called when the soft button/Menu item is clicked
actionPerformed(ActionEvent) - Method in class com.codename1.ui.Command
This method is called when the soft button/Menu item is clicked
actionPerformed(T) - Method in interface com.codename1.ui.events.ActionListener
Invoked when an action occurred on a component
actionPerformed(ActionEvent, HTMLComponent, HTMLElement) - Method in class com.codename1.ui.html.DefaultHTMLCallback
{Called whenever an ActionEvent is triggered in one of the controls in the HTMLComponent For example, button press, checkbox/radiobutton check etc.}
actionPerformed(ActionEvent, HTMLComponent, HTMLElement) - Method in interface com.codename1.ui.html.HTMLCallback
Called whenever an ActionEvent is triggered in one of the controls in the HTMLComponent For example, button press, checkbox/radiobutton check etc.
actionPerformed(ActionEvent) - Method in class com.codename1.ui.html.HTMLComponent
Deprecated.
{Invoked when an action occurred on a component}
actionPerformed(ActionEvent) - Method in class com.codename1.ui.MenuBar
Invoked when a softbutton is pressed
actionPerformed(ActionEvent) - Method in class com.codename1.ui.NavigationCommand
 
ActionSource<T extends ActionEvent> - Interface in com.codename1.ui.events
An interface that can be implemented by any class that broadcasts ActionEvents.
actionText(String) - Method in class com.codename1.ui.InputComponent
Provides the text of the action button
actionText(String) - Method in class com.codename1.ui.TextComponent
Overridden for covariant return type Provides the text of the action button
actionUIID(String) - Method in class com.codename1.ui.InputComponent
Sets the UIID for the action button
actionUIID(String) - Method in class com.codename1.ui.TextComponent
Overridden for covariant return type Sets the UIID for the action button
activeCount() - Static method in class java.lang.Thread
Returns the current number of active threads in the virtual machine.
adaptImage(EncodedImage, EncodedImage) - Method in interface com.codename1.ui.URLImage.ImageAdapter
Allows the downloaded image to be adapted e.g if it isn't the same size of the placeholder image.
add(double) - Method in class com.codename1.charts.models.CategorySeries
Adds a new value to the series
add(String, double) - Method in class com.codename1.charts.models.CategorySeries
Adds a new value to the series.
add(String[], double[]) - Method in class com.codename1.charts.models.MultipleCategorySeries
Adds a new value to the series
add(String, String[], double[]) - Method in class com.codename1.charts.models.MultipleCategorySeries
Adds a new value to the series.
add(double, double) - Method in class com.codename1.charts.models.RangeCategorySeries
Adds new values to the series
add(String, double, double) - Method in class com.codename1.charts.models.RangeCategorySeries
Adds new values to the series.
add(Date, double) - Method in class com.codename1.charts.models.TimeSeries
Adds a new value to the series.
add(double, double) - Method in class com.codename1.charts.models.XYSeries
Adds a new value to the series.
add(int, double, double) - Method in class com.codename1.charts.models.XYSeries
Adds a new value to the series at the specified index.
add(double, double, double) - Method in class com.codename1.charts.models.XYValueSeries
Adds a new value to the series.
add(double, double) - Method in class com.codename1.charts.models.XYValueSeries
Adds a new value to the series.
add(Geofence...) - Method in class com.codename1.location.GeofenceManager
Adds a set of regions to be monitored by GeofenceManager.
add(Collection<Geofence>) - Method in class com.codename1.location.GeofenceManager
Adds a set of regions to be monitored by GeofenceManager.
add(T) - Method in class com.codename1.properties.CollectionProperty
Adds a property value to the collection and fires a change event if collection has changed
add(int, T) - Method in class com.codename1.properties.ListProperty
Adds a property value and fires a change event
add(T) - Method in class com.codename1.properties.ListProperty
Adds a property value to the end of the list and fires a change event
add(T) - Method in class com.codename1.properties.SetProperty
Adds a property value to the set and fires a change event if it changed the set
add(AbstractTest...) - Method in class com.codename1.testing.TestRunnerComponent
Adds tests to the test runner.
add(Container, ComponentAnimation) - Method in class com.codename1.ui.animations.ComponentAnimation.UIMutation
Tries to add another mutation to this UIMutation.
add(RadioButton) - Method in class com.codename1.ui.ButtonGroup
Adds a RadioButton to the group
add(Component) - Method in class com.codename1.ui.ComponentSelector
Explicitly adds a component to the result set.
add(Component, boolean) - Method in class com.codename1.ui.ComponentSelector
add(Component) - Method in class com.codename1.ui.Container
Simpler version of addComponent that allows chaining the calls for shorter syntax
add(Object, Component) - Method in class com.codename1.ui.Container
Simpler version of addComponent that allows chaining the calls for shorter syntax
add(String) - Method in class com.codename1.ui.Container
Simpler version of addComponent that allows chaining the calls for shorter syntax
add(Image) - Method in class com.codename1.ui.Container
Simpler version of addComponent that allows chaining the calls for shorter syntax
add(Object, String) - Method in class com.codename1.ui.Container
Simpler version of addComponent that allows chaining the calls for shorter syntax
add(Object, Image) - Method in class com.codename1.ui.Container
Simpler version of addComponent that allows chaining the calls for shorter syntax
add(Component) - Method in class com.codename1.ui.Form.TabIterator
Adds a component to the end of the iterator.
add(GroupLayout.Group) - Method in class com.codename1.ui.layouts.GroupLayout.ParallelGroup
Adds the specified Group.
add(Component) - Method in class com.codename1.ui.layouts.GroupLayout.ParallelGroup
Adds the specified Component.
add(Component, int, int, int) - Method in class com.codename1.ui.layouts.GroupLayout.ParallelGroup
Adds the specified Component.
add(int) - Method in class com.codename1.ui.layouts.GroupLayout.ParallelGroup
Adds a rigid gap.
add(int, int, int) - Method in class com.codename1.ui.layouts.GroupLayout.ParallelGroup
Adds a gap with the specified size.
add(int, GroupLayout.Group) - Method in class com.codename1.ui.layouts.GroupLayout.ParallelGroup
Adds the specified Group as a child of this group.
add(int, Component) - Method in class com.codename1.ui.layouts.GroupLayout.ParallelGroup
Adds the specified Component.
add(int, Component, int, int, int) - Method in class com.codename1.ui.layouts.GroupLayout.ParallelGroup
Adds the specified Component.
add(GroupLayout.Group) - Method in class com.codename1.ui.layouts.GroupLayout.SequentialGroup
Adds the specified Group to this SequentialGroup
add(boolean, GroupLayout.Group) - Method in class com.codename1.ui.layouts.GroupLayout.SequentialGroup
Adds a Group to this Group.
add(Component) - Method in class com.codename1.ui.layouts.GroupLayout.SequentialGroup
Adds the specified Component.
add(boolean, Component) - Method in class com.codename1.ui.layouts.GroupLayout.SequentialGroup
Adds a Component to this Group.
add(Component, int, int, int) - Method in class com.codename1.ui.layouts.GroupLayout.SequentialGroup
Adds the specified Component.
add(boolean, Component, int, int, int) - Method in class com.codename1.ui.layouts.GroupLayout.SequentialGroup
Adds a Component to this Group with the specified size.
add(int) - Method in class com.codename1.ui.layouts.GroupLayout.SequentialGroup
Adds a rigid gap.
add(int, int, int) - Method in class com.codename1.ui.layouts.GroupLayout.SequentialGroup
Adds a gap with the specified size.
ADD - Static variable in class com.codename1.ui.layouts.mig.UnitValue
An operation indicating a addition of two sub units.
add(Node) - Method in class com.codename1.ui.scene.Node
Deprecated.
Adds a child node.
add(TextSelection.Char) - Method in class com.codename1.ui.TextSelection.Span
Adds a character to the span, updating the bounds.
add(TextSelection.Spans) - Method in class com.codename1.ui.TextSelection.Spans
Adds all of the non-empty spans in the given spans collection to the current spans collection.
add(TextSelection.Span) - Method in class com.codename1.ui.TextSelection.Spans
Adds the given span to the collection, if it is non-empty.
add(BigDecimal) - Method in class com.codename1.util.BigDecimal
 
add(BigInteger) - Method in class com.codename1.util.BigDecimal
 
add(BigInteger) - Method in class com.codename1.util.BigInteger
 
add(E) - Method in class java.util.AbstractCollection
 
add(int, E) - Method in class java.util.AbstractList
Inserts the specified object into this List at the specified location.
add(E) - Method in class java.util.AbstractList
Adds the specified object at the end of this List.
add(E) - Method in class java.util.AbstractQueue
Adds an element to the queue.
add(int, E) - Method in class java.util.AbstractSequentialList
 
add(E) - Method in class java.util.ArrayDeque
Inserts the element to the tail of the deque.
add(int, E) - Method in class java.util.ArrayList
Inserts the specified object into this ArrayList at the specified location.
add(E) - Method in class java.util.ArrayList
Adds the specified object at the end of this ArrayList.
add(int, int) - Method in class java.util.Calendar
Adds the specified amount to a Calendar field.
add(E) - Method in interface java.util.Collection
Attempts to add object to the contents of this Collection (optional).
add(E) - Method in class java.util.HashSet
Adds the specified object to this HashSet if not already present.
add(int, E) - Method in class java.util.LinkedList
Inserts the specified object into this LinkedList at the specified location.
add(E) - Method in class java.util.LinkedList
Adds the specified object at the end of this LinkedList.
add(int, E) - Method in interface java.util.List
Inserts the specified object into this List at the specified location.
add(E) - Method in interface java.util.List
Adds the specified object at the end of this List.
add(E) - Method in interface java.util.ListIterator
Inserts the specified object into the list between next and previous.
add(E) - Method in class java.util.PriorityQueue
Adds the specified object to the priority queue.
add(E) - Method in interface java.util.Set
Adds the specified object to this set.
add(E) - Method in class java.util.TreeSet
Adds the specified object to this TreeSet.
add(int, E) - Method in class java.util.Vector
Adds the specified object into this vector at the specified location.
add(E) - Method in class java.util.Vector
Adds the specified object at the end of this vector.
addActionListener(ActionListener) - Method in class com.codename1.components.AudioRecorderComponent
Adds a listener to be notified when the state changes.
addActionListener(ActionListener) - Method in class com.codename1.components.ButtonList
Add a listener to be notified when any of the buttons in the list are pressed.
addActionListener(ActionListener) - Method in class com.codename1.components.MultiButton
Adds an action listener
addActionListener(ActionListener) - Method in class com.codename1.components.OnOffSwitch
Deprecated.
Adds a listener to the switch which will cause an event to dispatch on click
addActionListener(ActionListener) - Method in class com.codename1.components.SignatureComponent
Adds a listener to be notified when the signature image is changed.
addActionListener(ActionListener) - Method in class com.codename1.components.SpanButton
Binds an action listener to button events
addActionListener(ActionListener) - Method in class com.codename1.components.SpanMultiButton
Adds an action listener
addActionListener(ActionListener) - Method in class com.codename1.components.Switch
Adds a listener to the switch which will cause an event to dispatch on click
addActionListener(ActionListener) - Method in class com.codename1.maps.layers.PointsLayer
Adds a listener to the Points Layer which will cause an event to dispatch on click the ActionEvent will contain the pressed PointLayer unprojected
addActionListener(ActionListener) - Method in class com.codename1.ui.Button
Adds a listener to the button which will cause an event to dispatch on click
addActionListener(ActionListener<ActionEvent>) - Method in class com.codename1.ui.ButtonGroup
Adds an action listener to all the buttons in the group
addActionListener(ActionListener) - Method in class com.codename1.ui.Calendar
Fires when a change is made to the month view of this component
addActionListener(ActionListener) - Method in class com.codename1.ui.ComponentSelector
Adds action listener to applicable components in found set.
addActionListener(ActionListener<T>) - Method in interface com.codename1.ui.events.ActionSource
Adds ActionListener to receive action events form this source.
addActionListener(ActionListener) - Method in class com.codename1.ui.Image
 
addActionListener(ActionListener) - Method in class com.codename1.ui.List
Allows binding a listener to user selection actions
addActionListener(ActionListener) - Method in class com.codename1.ui.list.ContainerList
Deprecated.
Allows binding a listener to user selection actions
addActionListener(ActionListener) - Method in class com.codename1.ui.Slider
Action listeners give a more coarse event only when the user lifts the finger from the slider
addActionListener(ActionListener) - Method in class com.codename1.ui.TextArea
Add an action listener which is invoked when the text area was modified not during modification.
addAll(Collection<? extends T>) - Method in class com.codename1.properties.CollectionProperty
Adds a collection of values to the collection and fires a change event if the collection has changed
addAll(Collection<? extends T>) - Method in class com.codename1.properties.ListProperty
Adds a all properties value to the list and fires a change event
addAll(Collection<? extends T>) - Method in class com.codename1.properties.SetProperty
Adds a collection of values to the set and fires a change event if it changed the set
addAll(RadioButton...) - Method in class com.codename1.ui.ButtonGroup
Adds the RadioButtons to the group
addAll(Collection<? extends Component>) - Method in class com.codename1.ui.ComponentSelector
Adds all components in the given collection to the result set.
addAll(Collection<? extends Component>, boolean) - Method in class com.codename1.ui.ComponentSelector
addAll(Component...) - Method in class com.codename1.ui.Container
Identical to add(x).add(y) only with a shorter syntax
addAll(Collection<? extends E>) - Method in class java.util.AbstractCollection
Attempts to add all of the objects contained in collection to the contents of this Collection (optional).
addAll(int, Collection<? extends E>) - Method in class java.util.AbstractList
Inserts the objects in the specified Collection at the specified location in this List.
addAll(Collection<? extends E>) - Method in class java.util.AbstractQueue
Adds all the elements of a collection to the queue.
addAll(int, Collection<? extends E>) - Method in class java.util.AbstractSequentialList
 
addAll(int, Collection<? extends E>) - Method in class java.util.ArrayList
Inserts the objects in the specified collection at the specified location in this List.
addAll(Collection<? extends E>) - Method in class java.util.ArrayList
Adds the objects in the specified collection to this ArrayList.
addAll(Collection<? extends E>) - Method in interface java.util.Collection
Attempts to add all of the objects contained in Collection to the contents of this Collection (optional).
addAll(Collection<? super T>, T...) - Static method in class java.util.Collections
Adds all the specified elements to the specified collection.
addAll(int, Collection<? extends E>) - Method in class java.util.LinkedList
Inserts the objects in the specified collection at the specified location in this LinkedList.
addAll(Collection<? extends E>) - Method in class java.util.LinkedList
Adds the objects in the specified Collection to this LinkedList.
addAll(int, Collection<? extends E>) - Method in interface java.util.List
Inserts the objects in the specified collection at the specified location in this List.
addAll(Collection<? extends E>) - Method in interface java.util.List
Adds the objects in the specified collection to the end of this List.
addAll(Collection<? extends E>) - Method in interface java.util.Set
Adds the objects in the specified collection which do not exist yet in this set.
addAll(Collection<? extends E>) - Method in class java.util.TreeSet
Adds the objects in the specified collection to this TreeSet.
addAll(int, Collection<? extends E>) - Method in class java.util.Vector
Inserts the objects in the specified collection at the specified location in this vector.
addAll(Collection<? extends E>) - Method in class java.util.Vector
Adds the objects in the specified collection to the end of this vector.
addAllSeries(List<XYSeries>) - Method in class com.codename1.charts.models.XYMultipleSeriesDataset
Adds all the provided XY series to the list.
addAnimation(ComponentAnimation) - Method in class com.codename1.ui.AnimationManager
Adds the animation to the end to the animation queue
addAnimation(ComponentAnimation, Runnable) - Method in class com.codename1.ui.AnimationManager
Adds the animation to the end to the animation queue
addAnimation(AnimationObject) - Method in class com.codename1.ui.animations.Timeline
Adds an animation object to show using this timeline
addAnimationAndBlock(ComponentAnimation) - Method in class com.codename1.ui.AnimationManager
Adds the animation to the end of the animation queue and blocks the current thread until the animation completes
addAnnotation(String, double, double) - Method in class com.codename1.charts.models.XYSeries
Add a String at (x,y) coordinates
addAnnotation(String, int, double, double) - Method in class com.codename1.charts.models.XYSeries
Add a String at (x,y) coordinates
addArgument(String, byte[]) - Method in class com.codename1.io.ConnectionRequest
Deprecated.
use the version that accepts a string instead
addArgument(String, String) - Method in class com.codename1.io.ConnectionRequest
Add an argument to the request response
addArgument(String, String[]) - Method in class com.codename1.io.ConnectionRequest
Add an argument to the request response as an array of elements, this will trigger multiple request entries with the same key
addArgument(String, String[]) - Method in class com.codename1.io.MultipartRequest
Add an argument to the request response as an array of elements, this will trigger multiple request entries with the same key
addArgument(String, String) - Method in class com.codename1.io.MultipartRequest
Add an argument to the request response
addArgumentArray(String, String...) - Method in class com.codename1.io.ConnectionRequest
Add an argument to the request response as an array of elements, this will trigger multiple request entries with the same key
addArgumentNoEncoding(String, String) - Method in class com.codename1.io.ConnectionRequest
Add an argument to the request response without encoding it, this is useful for arguments which are already encoded
addArgumentNoEncoding(String, String[]) - Method in class com.codename1.io.ConnectionRequest
Add an argument to the request response as an array of elements, this will trigger multiple request entries with the same key, notice that this doesn't implicitly encode the value
addArgumentNoEncoding(String, String) - Method in class com.codename1.io.MultipartRequest
Add an argument to the request response without encoding it, this is useful for arguments which are already encoded
addArgumentNoEncoding(String, String[]) - Method in class com.codename1.io.MultipartRequest
Add an argument to the request response as an array of elements, this will trigger multiple request entries with the same key, notice that this doesn't implicitly encode the value
addArgumentNoEncodingArray(String, String...) - Method in class com.codename1.io.ConnectionRequest
Add an argument to the request response as an array of elements, this will trigger multiple request entries with the same key, notice that this doesn't implicitly encode the value
addArgumentNoEncodingArray(String, String...) - Method in class com.codename1.io.MultipartRequest
Add an argument to the request response as an array of elements, this will trigger multiple request entries with the same key, notice that this doesn't implicitly encode the value
addArguments(String, String...) - Method in class com.codename1.io.ConnectionRequest
Add an argument to the request response as an array of elements, this will trigger multiple request entries with the same key
addBackListener(ActionListener) - Method in class com.codename1.ui.Sheet
Adds listener to be notified when user goes back to the parent.
addBrowserNavigationCallback(BrowserNavigationCallback) - Method in class com.codename1.ui.BrowserComponent
Adds a navigation callback.
addCallback(AudioBuffer.AudioBufferCallback) - Method in class com.codename1.media.AudioBuffer
Adds a callback to be notified when the contents of this buffer are changed.
addChangeListener(ActionListener) - Method in class com.codename1.components.Switch
Adds a listener to the switch which will cause an event on change
addChangeListener(PropertyChangeListener<T, K>) - Method in class com.codename1.properties.PropertyBase
Fires a notification that a property value changed to the given listener
addChangeListener(ActionListener) - Method in class com.codename1.ui.CheckBox
Adds a listener to be notified when the the checkbox's selected value changes.
addChangeListener(ActionListener) - Method in class com.codename1.ui.RadioButton
Adds a listener to be notified when the the checkbox's selected value changes.
addCharEntitiesRange(String[], int) - Method in class com.codename1.ui.html.HTMLComponent
Deprecated.
Adds the given symbols array to the user defined char entities table with the startcode provided as the code of the first string, startcode+1 for the second etc.
addCharEntitiesRange(String[], int) - Method in class com.codename1.xml.XMLParser
Adds the given symbols array to the user defined char entities table with the startcode provided as the code of the first string, startcode+1 for the second etc.
addCharEntity(String, int) - Method in class com.codename1.ui.html.HTMLComponent
Deprecated.
Adds the given symbol and code to the user defined char entities table.
addCharEntity(String, int) - Method in class com.codename1.xml.XMLParser
Adds the given symbol and code to the user defined char entities table http://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references
addChild(Element) - Method in class com.codename1.ui.html.HTMLElement
 
addChild(Element) - Method in class com.codename1.xml.Element
Adds the specified Element as a child to this element.
addCloseListener(ActionListener) - Method in class com.codename1.ui.BrowserWindow
Adds listener to be notified when the browser window is closed.
addCloseListener(ActionListener) - Method in class com.codename1.ui.Sheet
Adds listener notified when the sheet is closed.
addCloseListener(ActionListener) - Method in class com.codename1.ui.TextArea
Adds a listener to be called with this TextArea is "closed".
addCommand(Command, int) - Method in class com.codename1.ui.Form
Deprecated.
addCommand(Command) - Method in class com.codename1.ui.Form
Deprecated.
addCommand(Command) - Method in class com.codename1.ui.MenuBar
Adds a Command to the MenuBar
addCommand(Command, int) - Method in class com.codename1.ui.MenuBar
Add a Command to the MenuBar
addCommand(Command) - Method in class com.codename1.ui.SideMenuBar
Deprecated.
Adds a Command to the MenuBar
addCommand(Command, int) - Method in class com.codename1.ui.SideMenuBar
Deprecated.
Add a Command to the MenuBar
addCommandListener(ActionListener) - Method in class com.codename1.ui.Form
A listener that is invoked when a command is clicked allowing multiple commands to be handled by a single block
addCommandListener(ActionListener) - Method in class com.codename1.ui.util.UIBuilder
Adds a command listener that would be bound to all forms in the GUI seamlessly
addCommandListener(String, ActionListener) - Method in class com.codename1.ui.util.UIBuilder
Adds a command listener to be invoked for commands on a specific form
addCommandToLeftBar(String, Image, ActionListener) - Method in class com.codename1.ui.Toolbar
Adds a Command to the TitleArea on the left side.
addCommandToLeftBar(Command) - Method in class com.codename1.ui.Toolbar
Adds a Command to the TitleArea on the left side.
addCommandToLeftSideMenu(String, Image, ActionListener) - Method in class com.codename1.ui.Toolbar
Adds a Command to the left side navigation menu
addCommandToLeftSideMenu(Command) - Method in class com.codename1.ui.Toolbar
Adds a Command to the left side navigation menu
addCommandToOverflowMenu(String, Image, ActionListener) - Method in class com.codename1.ui.Toolbar
Adds a Command to the overflow menu
addCommandToOverflowMenu(Command) - Method in class com.codename1.ui.Toolbar
Adds a Command to the overflow menu
addCommandToRightBar(String, Image, ActionListener) - Method in class com.codename1.ui.Toolbar
Adds a Command to the TitleArea on the right side.
addCommandToRightBar(Command) - Method in class com.codename1.ui.Toolbar
Adds a Command to the TitleArea on the right side.
addCommandToRightSideMenu(String, Image, ActionListener) - Method in class com.codename1.ui.Toolbar
Adds a Command to the right side navigation menu (it requires a permanent sidemenu or an onTop mode sidemenu, otherwise it does nothing)
addCommandToRightSideMenu(Command) - Method in class com.codename1.ui.Toolbar
Adds a Command to the right side navigation menu (it requires a permanent sidemenu or an onTop mode sidemenu, otherwise it does nothing).
addCommandToSideMenu(String, Image, ActionListener) - Method in class com.codename1.ui.Toolbar
Adds a Command to the left or right side navigation menu according to the state of RTL.
addCommandToSideMenu(Command) - Method in class com.codename1.ui.Toolbar
Adds a Command to the left or right side navigation menu according to the state of RTL.
addCompletionHandler(Media, Runnable) - Static method in class com.codename1.media.MediaManager
Adds a callback to a Media element that will be called when the media finishes playing.
addCompletionHandler(Media, Runnable) - Method in class com.codename1.ui.Display
Adds a callback to a Media element that will be called when the media finishes playing.
addComponent(Component) - Method in class com.codename1.components.InteractionDialog
Adds a Component to the Container
addComponent(Object, Component) - Method in class com.codename1.components.InteractionDialog
Adds a Component to the Container
addComponent(int, Object, Component) - Method in class com.codename1.components.InteractionDialog
Adds a Component to the Container
addComponent(int, Component) - Method in class com.codename1.components.InteractionDialog
This method adds the Component at a specific index location in the Container Components array.
addComponent(Component) - Method in class com.codename1.ui.Container
Adds a Component to the Container
addComponent(Object, Component) - Method in class com.codename1.ui.Container
Adds a Component to the Container
addComponent(int, Object, Component) - Method in class com.codename1.ui.Container
Adds a Component to the Container
addComponent(int, Component) - Method in class com.codename1.ui.Container
This method adds the Component at a specific index location in the Container Components array.
addComponent(Component) - Method in class com.codename1.ui.Dialog
Adds Component to the Form's Content Pane
addComponent(Object, Component) - Method in class com.codename1.ui.Dialog
Adds a Component to the Container
addComponent(int, Object, Component) - Method in class com.codename1.ui.Dialog
Adds a Component to the Container
addComponent(int, Component) - Method in class com.codename1.ui.Dialog
Adds Component to the Form's Content Pane
addComponent(Component) - Method in class com.codename1.ui.Form
Adds Component to the Form's Content Pane
addComponent(Object, Component) - Method in class com.codename1.ui.Form
Adds a Component to the Container
addComponent(int, Object, Component) - Method in class com.codename1.ui.Form
Adds a Component to the Container
addComponent(int, Component) - Method in class com.codename1.ui.Form
Adds Component to the Form's Content Pane
addComponentAwaitingRelease(C) - Method in class com.codename1.ui.Form
 
addComponentListener(String, String, Object) - Method in class com.codename1.ui.util.UIBuilder
Adds a component listener that would be bound when a UI for this form is created.
addComponentToLeftSideMenu(Component, Command) - Method in class com.codename1.ui.Toolbar
Adds a Component to the left side navigation menu.
addComponentToLeftSideMenu(Component) - Method in class com.codename1.ui.Toolbar
Adds a Component to the left side navigation menu.
addComponentToLeftSideMenu(Container, Component) - Method in class com.codename1.ui.Toolbar
This method responsible to add a Component to the left side navigation panel.
addComponentToRightSideMenu(Component, Command) - Method in class com.codename1.ui.Toolbar
Adds a Component to the right side navigation menu (it requires a permanent sidemenu or an onTop sidemenu, otherwise it does nothing).
addComponentToRightSideMenu(Component) - Method in class com.codename1.ui.Toolbar
Adds a Component to the right side navigation menu (it requires a permanent sidemenu or an onTop sidemenu, otherwise it does nothing).
addComponentToRightSideMenu(Container, Component) - Method in class com.codename1.ui.Toolbar
This method responsible to add a Component to the right side navigation panel.
addComponentToSideMenu(Container, Component) - Method in class com.codename1.ui.SideMenuBar
Deprecated.
This method responsible to add a Component to the side navigation panel.
addComponentToSideMenu(Component) - Method in class com.codename1.ui.Toolbar
Adds a Component to the left or right side navigation menu, according to the state of RTL.
addComponentToSideMenu(Container, Component) - Method in class com.codename1.ui.Toolbar
This method is responsible to add a Component to the left or right side navigation panel according to the state of RTL.
addComponentToSideMenu(Component, Command) - Method in class com.codename1.ui.Toolbar
Adds a Component to the left or right side navigation menu, according to the state of RTL.
addConstraint(Component, Constraint...) - Method in class com.codename1.ui.validation.Validator
Places a constraint on the validator, returns this object so constraint additions can be chained.
addContainerGap() - Method in class com.codename1.ui.layouts.GroupLayout.SequentialGroup
Adds an element representing the preferred gap between one edge of the container and the next/previous Component.
addContainerGap(int, int) - Method in class com.codename1.ui.layouts.GroupLayout.SequentialGroup
Adds an element representing the preferred gap between one edge of the container and the next/previous Component.
addContent(String, Component) - Method in class com.codename1.components.Accordion
Add an item to the Accordion Container
addContent(Component, Component) - Method in class com.codename1.components.Accordion
Add an item to the Accordion Container
addContrast(byte) - Method in class com.codename1.ui.Font
Deprecated.
bitmap font functionality is now deprecated
addData(String, byte[], String) - Method in class com.codename1.io.MultipartRequest
Adds a binary argument to the arguments
addData(String, String, String) - Method in class com.codename1.io.MultipartRequest
Adds a binary argument to the arguments
addData(String, InputStream, long, String) - Method in class com.codename1.io.MultipartRequest
Adds a binary argument to the arguments, notice the input stream will be read only during submission
addDataChangedListener(DataChangedListener) - Method in class com.codename1.cloud.CloudListModel
Deprecated.
Invoked to indicate interest in future change events
addDataChangedListener(DataChangedListener) - Method in class com.codename1.ui.Calendar
Allows tracking selection changes in the calendar in real time
addDataChangedListener(DataChangedListener) - Method in class com.codename1.ui.ComponentSelector
addDataChangedListener(DataChangedListener) - Method in class com.codename1.ui.list.DefaultListModel
Invoked to indicate interest in future change events
addDataChangedListener(DataChangedListener) - Method in class com.codename1.ui.list.FilterProxyListModel
Invoked to indicate interest in future change events
addDataChangedListener(DataChangedListener) - Method in interface com.codename1.ui.list.ListModel
Invoked to indicate interest in future change events
addDataChangedListener(DataChangedListener) - Method in class com.codename1.ui.Slider
Adds a listener to data changed events, notice that the status argument to the data change listener shouldn't be relied upon.
addDataChangedListener(DataChangedListener) - Method in class com.codename1.ui.TextArea
Adds a listener for data change events it will be invoked for every change made to the text field, notice most platforms will invoke only the DataChangedListener.CHANGED event
addDataChangeListener(DataChangedListener) - Method in class com.codename1.properties.UiBinding.BoundTableModel
 
addDataChangeListener(DataChangedListener) - Method in class com.codename1.ui.Calendar
Deprecated.
use #addDataChangedListener(DataChangedListener) instead
addDataChangeListener(DataChangedListener) - Method in class com.codename1.ui.table.DefaultTableModel
Adds a listener to the data changed event
addDataChangeListener(DataChangedListener) - Method in class com.codename1.ui.table.SortableTableModel
Adds a listener to the data changed event
addDataChangeListener(DataChangedListener) - Method in interface com.codename1.ui.table.TableModel
Adds a listener to the data changed event
addDataChangeListener(DataChangedListener) - Method in class com.codename1.ui.TextArea
Deprecated.
use #addDataChangedListener(DataChangedListener) instead
addDayActionListener(ActionListener) - Method in class com.codename1.ui.Calendar
Adds an ActionListener to the day buttons.
addDecorator(ButtonList.Decorator) - Method in class com.codename1.components.ButtonList
Adds a decorator that can be used to customize a button when it is created
addDefaultHeader(String, String) - Method in class com.codename1.io.NetworkManager
Adds a header to the global default headers, this header will be implicitly added to all requests going out from this point onwards.
addDefaultHeader(String, String) - Static method in class com.codename1.ui.CN
Adds a header to the global default headers, this header will be implicitly added to all requests going out from this point onwards.
addDragFinishedListener(ActionListener) - Method in class com.codename1.ui.Component
Adds a listener to the dragFinished event
addDragOverListener(ActionListener) - Method in class com.codename1.ui.Component
Broadcasts an event when dragging over a component
addDragOverListener(ActionListener) - Method in class com.codename1.ui.ComponentSelector
Adds drag over listener to all components in found set.
addDropListener(ActionListener) - Method in class com.codename1.ui.Component
Binds an action listener to drop events which are invoked when this component is dropped on a target
addDropListener(ActionListener) - Method in class com.codename1.ui.ComponentSelector
Adds a drop listener to all components in found set.
ADDED - Static variable in interface com.codename1.ui.events.DataChangedListener
Type value for added data in ListModel
addEdtErrorHandler(ActionListener) - Static method in class com.codename1.ui.CN
An error handler will receive an action event with the source exception from the EDT once an error handler is installed the default Codename One error dialog will no longer appear
addEdtErrorHandler(ActionListener) - Method in class com.codename1.ui.Display
An error handler will receive an action event with the source exception from the EDT once an error handler is installed the default Codename One error dialog will no longer appear
addElement(E) - Method in class java.util.Vector
Adds the specified object at the end of this vector.
addErrorListener(ActionListener<NetworkEvent>) - Method in class com.codename1.io.NetworkManager
Adds a generic listener to a network error that is invoked before the exception is propagated.
addErrorListener(ActionListener) - Static method in class com.codename1.io.services.ImageDownloadService
Deprecated.
Binds an error listener that will fire an instance of NetworkEvent with an error for a specific fetch operation if applicable
addErrorListener(EasyThread.ErrorListener) - Method in class com.codename1.util.EasyThread
Adds a callback for error events, notice that this code isn't thread safe and should be invoked synchronously.
addExceptionListener(ActionListener<NetworkEvent>) - Method in class com.codename1.io.ConnectionRequest
Adds a listener that would be notified on the CodenameOne thread of an exception in this connection request
addExtensionFilter(String) - Method in class com.codename1.components.FileTreeModel
Shows only files with the given extension
addFillOutsideLine(XYSeriesRenderer.FillOutsideLine) - Method in class com.codename1.charts.renderers.XYSeriesRenderer
Sets if the line chart should be filled outside its line.
addFirst(E) - Method in class java.util.ArrayDeque
Inserts an element at the head of this deque if it dose not violate size limit immediately.
addFirst(E) - Method in interface java.util.Deque
Inserts an element at the head of this deque if it dose not violate size limit immediately.
addFirst(E) - Method in class java.util.LinkedList
Adds the specified object at the beginning of this LinkedList.
addFocusListener(FocusListener) - Method in class com.codename1.ui.Component
Registers interest in receiving callbacks for focus gained events, a focus event is invoked when the component accepts the focus.
addFocusListener(FocusListener) - Method in class com.codename1.ui.ComponentSelector
Adds a focus listener to all components in found set.
addFont(String, Font) - Static method in class com.codename1.ui.html.HTMLComponent
Deprecated.
Sets the given Codename One font for use with HTMLComponents.
addGameKeyListener(int, ActionListener) - Method in class com.codename1.ui.Form
Add a game key listener to the given gamekey for a callback when the key is released
addGeoFencing(Class, Geofence) - Method in class com.codename1.location.LocationManager
Adds a geo fence listener to gets an event once the device is in/out of the Geofence range.
addGlobalErrorListener(EasyThread.ErrorListener) - Static method in class com.codename1.util.EasyThread
Adds a callback for error events, notice that this code isn't thread safe and should be invoked synchronously.
addGlobalUnitConverter(UnitConverter) - Static method in class com.codename1.ui.layouts.mig.UnitValue
Adds a global unit converter that can convert from some unit to pixels.
addHint(Component, Component, String) - Method in class com.codename1.ui.util.GlassTutorial
Deprecated.
Places a hint within the glass in a position relative to the destinationComponent, the position is indicated with border layout attributes.
addInputMode(String, Hashtable, boolean) - Static method in class com.codename1.ui.TextField
Deprecated.
this is a method for use only on old J2ME devices and is ignored everywhere else
addItem(Object) - Method in class com.codename1.cloud.CloudListModel
Deprecated.
Notice this method does NOT commit the data, after committing the data the cache MUST be cleared! Adds the specified item to the end of this list.
addItem(Object) - Method in class com.codename1.contacts.ContactsModel
Adds the specified item to the end of this list.
addItem(T) - Method in class com.codename1.ui.List
Allows adding an element to a list if the underlying model supports this, notice that it is an optional operation and if the model does not support it (default list model does) then this operation may failed.
addItem(T) - Method in class com.codename1.ui.list.DefaultListModel
Adds the specified item to the end of this list.
addItem(T) - Method in class com.codename1.ui.list.FilterProxyListModel
Adds the specified item to the end of this list.
addItem(T) - Method in interface com.codename1.ui.list.ListModel
Adds the specified item to the end of this list.
addItemAtIndex(T, int) - Method in class com.codename1.ui.list.DefaultListModel
Adding an item to list at given index
addJSCallback(String, SuccessCallback<BrowserComponent.JSRef>) - Method in class com.codename1.ui.BrowserComponent
Registers a Java method as a callback in javascript.
addJSCallback(String, Object[], SuccessCallback<BrowserComponent.JSRef>) - Method in class com.codename1.ui.BrowserComponent
Registers Java method as a callback in Javascript.
addKeyListener(int, ActionListener) - Method in class com.codename1.ui.Form
Add a key listener to the given keycode for a callback when the key is released
addLast(E) - Method in class java.util.ArrayDeque
Inserts an element at the tail of this deque if it dose not violate size limit immediately.
addLast(E) - Method in interface java.util.Deque
Inserts an element at the tail of this deque if it dose not violate size limit immediately.
addLast(E) - Method in class java.util.LinkedList
Adds the specified object at the end of this LinkedList.
addLayer(Layer) - Method in class com.codename1.maps.MapComponent
Deprecated.
Adds a layer to the map
addLayer(Layer, int, int) - Method in class com.codename1.maps.MapComponent
Deprecated.
Adds a layer to the map
addLayoutCallback(LayoutCallback) - Method in class com.codename1.ui.layouts.mig.MigLayout
Deprecated.
Adds the callback function that will be called at different stages of the layout cylce.
addLayoutComponent(Object, Component, Container) - Method in class com.codename1.ui.layouts.BorderLayout
Some layouts can optionally track the addition of elements with meta-data that allows the user to "hint" on object positioning.
addLayoutComponent(Object, Component, Container) - Method in class com.codename1.ui.layouts.GridBagLayout
 
addLayoutComponent(Object, Component, Container) - Method in class com.codename1.ui.layouts.LayeredLayout
 
addLayoutComponent(Object, Component, Container) - Method in class com.codename1.ui.layouts.Layout
Some layouts can optionally track the addition of elements with meta-data that allows the user to "hint" on object positioning.
addLayoutComponent(Object, Component, Container) - Method in class com.codename1.ui.layouts.mig.MigLayout
Deprecated.
 
addLayoutComponent(Component, Object) - Method in class com.codename1.ui.layouts.mig.MigLayout
Deprecated.
 
addLayoutComponent(Object, Component, Container) - Method in class com.codename1.ui.layouts.TextModeLayout
Some layouts can optionally track the addition of elements with meta-data that allows the user to "hint" on object positioning.
addLayoutComponent(Object, Component, Container) - Method in class com.codename1.ui.table.TableLayout
Some layouts can optionally track the addition of elements with meta-data that allows the user to "hint" on object positioning.
addLeafListener(ActionListener) - Method in class com.codename1.ui.tree.Tree
A listener that fires when a leaf is clicked
addLineSegment(Coord[]) - Method in class com.codename1.maps.layers.LinesLayer
Adds a Line segment to the Layer
addListener(Object) - Method in class com.codename1.ui.util.EventDispatcher
Add a listener to the dispatcher that would receive the events when they occurs
addListener(AsyncResource<V>) - Method in class com.codename1.util.AsyncResource
Adds another AsyncResource as a listener to this async resource.
addListListener(ActionListener) - Method in class com.codename1.ui.AutoCompleteTextField
Adds an action listener that fires an event when an entry in the auto-complete list is selected.
addLoadListener(ActionListener) - Method in class com.codename1.ui.BrowserWindow
Adds listeners to be notified when a page is loaded in the browser window.
addLongPressListener(ActionListener) - Method in class com.codename1.components.MultiButton
Adds a listener to the pointer event
addLongPressListener(ActionListener) - Method in class com.codename1.components.SpanButton
Binds long press listener to button events.
addLongPressListener(ActionListener) - Method in class com.codename1.components.SpanMultiButton
Adds a listener to the pointer event
addLongPressListener(ActionListener) - Method in class com.codename1.ui.Component
Adds a listener to the pointer event
addLongPressListener(ActionListener) - Method in class com.codename1.ui.ComponentSelector
Adds long pointer pressed listener to all components in found set.
addMapListener(MapListener) - Method in class com.codename1.maps.MapComponent
Deprecated.
Adds a listener to map panning/zooming
addMaterialCommandToLeftBar(String, char, ActionListener) - Method in class com.codename1.ui.Toolbar
Adds a Command to the TitleArea on the left side with a material design icon reference FontImage.
addMaterialCommandToLeftBar(String, char, float, ActionListener) - Method in class com.codename1.ui.Toolbar
Adds a Command to the TitleArea on the left side with a material design icon reference FontImage.
addMaterialCommandToLeftSideMenu(String, char, ActionListener) - Method in class com.codename1.ui.Toolbar
Adds a Command to the left side navigation menu with a material design icon reference FontImage.
addMaterialCommandToLeftSideMenu(String, char, float, ActionListener) - Method in class com.codename1.ui.Toolbar
Adds a Command to the left side navigation menu with a material design icon reference FontImage.
addMaterialCommandToOverflowMenu(String, char, ActionListener) - Method in class com.codename1.ui.Toolbar
Adds a Command to the overflow menu with a material design icon reference FontImage.
addMaterialCommandToOverflowMenu(String, char, float, ActionListener) - Method in class com.codename1.ui.Toolbar
Adds a Command to the overflow menu with a material design icon reference FontImage.
addMaterialCommandToRightBar(String, char, ActionListener) - Method in class com.codename1.ui.Toolbar
Adds a Command to the TitleArea on the right side with a material design icon reference FontImage.
addMaterialCommandToRightBar(String, char, float, ActionListener) - Method in class com.codename1.ui.Toolbar
Adds a Command to the TitleArea on the right side with a material design icon reference FontImage.
addMaterialCommandToRightSideMenu(String, char, ActionListener) - Method in class com.codename1.ui.Toolbar
Adds a Command to the right side navigation menu with a material design icon reference FontImage (it requires a permanent sidemenu or an onTop mode sidemenu, otherwise it does nothing).
addMaterialCommandToRightSideMenu(String, char, float, ActionListener) - Method in class com.codename1.ui.Toolbar
Adds a Command to the right side navigation menu with a material design icon reference FontImage (it requires a permanent sidemenu or an onTop mode sidemenu, otherwise it does nothing).
addMaterialCommandToSideMenu(String, char, float, ActionListener) - Method in class com.codename1.ui.Toolbar
Adds a Command to the left or right side navigation menu (according to the state of RTL) with a material design icon reference FontImage.
addMaterialCommandToSideMenu(String, char, ActionListener) - Method in class com.codename1.ui.Toolbar
Adds a Command to the left or right side navigation menu (according to the state of RTL) with a material design icon reference FontImage.
addMediaCompletionHandler(Runnable) - Method in class com.codename1.media.AbstractMedia
Adds a callback to be run when the media has played to completion.
addMediaCompletionHandler(Runnable) - Method in interface com.codename1.media.AsyncMedia
Adds a callback to be run when the media has played to completion.
addMediaErrorListener(ActionListener<AsyncMedia.MediaErrorEvent>) - Method in class com.codename1.media.AbstractMedia
Adds a listener to be notified when an error occurs in the media.
addMediaErrorListener(ActionListener<AsyncMedia.MediaErrorEvent>) - Method in interface com.codename1.media.AsyncMedia
Adds a listener to be notified when an error occurs in the media.
addMediaStateChangeListener(ActionListener<AsyncMedia.MediaStateChangeEvent>) - Method in class com.codename1.media.AbstractMedia
Adds a listener to be notified when the state of the media changes.
addMediaStateChangeListener(ActionListener<AsyncMedia.MediaStateChangeEvent>) - Method in interface com.codename1.media.AsyncMedia
Adds a listener to be notified when the state of the media changes.
addMessageListener(ActionListener<MessageEvent>) - Static method in class com.codename1.ui.CN
Adds a listener to receive messages from the native platform.
addMessageListener(ActionListener<MessageEvent>) - Method in class com.codename1.ui.Display
Adds a listener to receive messages from the native platform.
addMonthChangedListener(ActionListener) - Method in class com.codename1.ui.Calendar
Fires when a new month is selected
addMoreComponents(Container, Component[], boolean) - Static method in class com.codename1.components.InfiniteScrollAdapter
Invoke this method to add additional components to the container, if you use addComponent/removeComponent you will get undefined behavior.
addMoreComponents(Component[], boolean) - Method in class com.codename1.components.InfiniteScrollAdapter
Invoke this method to add additional components to the container, if you use addComponent/removeComponent you will get undefined behavior.
addNetworkErrorListener(ActionListener<NetworkEvent>) - Static method in class com.codename1.ui.CN
Adds a generic listener to a network error that is invoked before the exception is propagated.
addNetworkProgressListener(ActionListener<NetworkEvent>) - Static method in class com.codename1.ui.CN
Adds a listener to be notified when progress updates
addObserver(Observer) - Method in class java.util.Observable
Adds the specified observer to the list of observers.
addOnClickItemListener(ActionListener) - Method in class com.codename1.components.Accordion
To listen item click in accordion component
addOnCompleteCall(Runnable) - Method in class com.codename1.ui.animations.ComponentAnimation
Invokes the runnable just as the animation finishes thus allowing cleanup of the UI for the upcoming animations, this is useful when running a complex sequence
addOrientationListener(ActionListener) - Method in class com.codename1.ui.Form
This listener is invoked when device orientation changes on devices that support orientation change
addOuterBorder(Border) - Method in class com.codename1.ui.plaf.Border
Ads a border that wraps this border
addPainter(Painter) - Method in class com.codename1.ui.painter.PainterChain
Creates a new chain based on the existing chain with the new element added at the end
addPasteListener(ActionListener) - Method in class com.codename1.ui.Form
Adds a listener to be notified when the user has initiated a paste event.
addPieSegment(int, float, float, float) - Method in class com.codename1.charts.views.PieMapper
Add configuration for a PieChart Segment
addPoint(PointLayer) - Method in class com.codename1.maps.layers.PointsLayer
Adds a point to the PointsLayer
addPointerDraggedListener(ActionListener) - Method in class com.codename1.ui.Component
Adds a listener to the pointer event
addPointerDraggedListener(ActionListener) - Method in class com.codename1.ui.ComponentSelector
Adds pointer dragged listener to all components in found set.
addPointerPressedListener(ActionListener) - Method in class com.codename1.components.MultiButton
Adds a listener to the pointer event
addPointerPressedListener(ActionListener) - Method in class com.codename1.components.SpanMultiButton
Adds a listener to the pointer event
addPointerPressedListener(ActionListener) - Method in class com.codename1.ui.Component
Adds a listener to the pointer event
addPointerPressedListener(ActionListener) - Method in class com.codename1.ui.ComponentSelector
Adds pointer pressed listener to all components in found set.
addPointerReleasedListener(ActionListener) - Method in class com.codename1.components.MultiButton
Adds a listener to the pointer event
addPointerReleasedListener(ActionListener) - Method in class com.codename1.components.SpanMultiButton
Adds a listener to the pointer event
addPointerReleasedListener(ActionListener) - Method in class com.codename1.ui.Component
Adds a listener to the pointer event
addPointerReleasedListener(ActionListener) - Method in class com.codename1.ui.ComponentSelector
Adds pointer released listener to all components in found set.
addPreferenceListener(String, PreferenceListener) - Static method in class com.codename1.io.Preferences
Adds a preference listener for the specified property to the list of listeners.
addPreferredGap(Component, Component, int) - Method in class com.codename1.ui.layouts.GroupLayout.SequentialGroup
Adds an element representing the preferred gap between the two components.
addPreferredGap(Component, Component, int, boolean) - Method in class com.codename1.ui.layouts.GroupLayout.SequentialGroup
Adds an element representing the preferred gap between the two components.
addPreferredGap(int) - Method in class com.codename1.ui.layouts.GroupLayout.SequentialGroup
Adds an element representing the preferred gap between the nearest components.
addPreferredGap(int, int, int) - Method in class com.codename1.ui.layouts.GroupLayout.SequentialGroup
Adds an element for the preferred gap between the nearest components.
addProgressListener(ActionListener<NetworkEvent>) - Method in class com.codename1.io.NetworkManager
Adds a listener to be notified when progress updates
addPullToRefresh(Runnable) - Method in class com.codename1.ui.Component
This method adds a refresh task to the Component, the task will be executed if the user has pulled the scroll beyond a certain height.
addRequestHeader(String, String) - Method in class com.codename1.io.ConnectionRequest
Adds the given header to the request that will be sent
addResponseCodeListener(ActionListener) - Method in class com.codename1.facebook.FaceBookAccess
Adds a response listener on the requests
addResponseCodeListener(ActionListener<NetworkEvent>) - Method in class com.codename1.io.ConnectionRequest
Adds a listener that would be notified on the CodenameOne thread of a response code that is not a 200 (OK) or 301/2 (redirect) response code.
addResponseListener(ActionListener<NetworkEvent>) - Method in class com.codename1.io.ConnectionRequest
Adds a listener that would be notified on the CodenameOne thread of a response from the server.
Address - Class in com.codename1.contacts
This class represents a Contact Address
Address() - Constructor for class com.codename1.contacts.Address
Empty Constructor
addRow(int, PropertyBusinessObject) - Method in class com.codename1.properties.UiBinding.BoundTableModel
Adds a new business object to the table
addRow(Object...) - Method in class com.codename1.ui.table.DefaultTableModel
Adds the given row to the table data
addScopes(String...) - Method in class com.codename1.social.Login
Adds the given scopes to the OAuth2 login request.
addScrollListener(ScrollListener) - Method in class com.codename1.ui.Component
Registers interest in receiving callbacks for scroll gained events, a scroll event is invoked when the component is scrolled.
addScrollListener(ScrollListener) - Method in class com.codename1.ui.ComponentSelector
Adds scroll listener to all components in found set.
addSearchCommand(ActionListener, float) - Method in class com.codename1.ui.Toolbar
This method add a search Command on the right bar of the Toolbar.
addSearchCommand(ActionListener) - Method in class com.codename1.ui.Toolbar
This method add a search Command on the right bar of the Toolbar.
addSelectedIndices(int...) - Method in class com.codename1.ui.list.DefaultListModel
Adds indices to set of selected indices.
addSelectedIndices(int...) - Method in interface com.codename1.ui.list.MultipleSelectionListModel
Adds indices to set of selected indices.
addSelectionListener(SelectionListener) - Method in class com.codename1.cloud.CloudListModel
Deprecated.
Invoked to indicate interest in future selection events
addSelectionListener(SelectionListener) - Method in class com.codename1.ui.List
Invoked to indicate interest in future selection events
addSelectionListener(SelectionListener) - Method in class com.codename1.ui.list.DefaultListModel
Invoked to indicate interest in future selection events
addSelectionListener(SelectionListener) - Method in class com.codename1.ui.list.FilterProxyListModel
Invoked to indicate interest in future selection events
addSelectionListener(SelectionListener) - Method in interface com.codename1.ui.list.ListModel
Invoked to indicate interest in future selection events
addSelectionListener(SelectionListener) - Method in class com.codename1.ui.Tabs
Adds a selection listener to the tabs.
addSeries(CategorySeries) - Method in class com.codename1.charts.models.AreaSeries
Adds a new Category series to the table.
addSeries(XYSeries) - Method in class com.codename1.charts.models.XYMultipleSeriesDataset
Adds a new XY series to the list.
addSeries(int, XYSeries) - Method in class com.codename1.charts.models.XYMultipleSeriesDataset
Adds a new XY series to the list.
addSeriesRenderer(SimpleSeriesRenderer) - Method in class com.codename1.charts.renderers.DefaultRenderer
Adds a simple renderer to the multiple renderer.
addSeriesRenderer(int, SimpleSeriesRenderer) - Method in class com.codename1.charts.renderers.DefaultRenderer
Adds a simple renderer to the multiple renderer.
addShareService(ShareService) - Method in class com.codename1.components.ShareButton
Adds a sharing service.
addShowListener(ActionListener) - Method in class com.codename1.ui.Form
This listener would be invoked when show is completed
addSizeChangedListener(ActionListener) - Method in class com.codename1.ui.Form
This listener is invoked when device size is changed
addSpecialKey(String, int) - Static method in class com.codename1.ui.html.HTMLComponent
Deprecated.
Adds support for a special key to be used as an accesskey.
addStateChangeListener(ActionListener) - Method in class com.codename1.ui.Button
Adds a listener to be notified when the button state changes.
addStateChangeListener(ActionListener<ComponentStateChangeEvent>) - Method in class com.codename1.ui.Component
Adds a listener to be notified when the state of this component is changed to and from initialized.
addStyleListener(StyleListener) - Method in class com.codename1.ui.ComponentSelector
addStyleListener(StyleListener) - Method in class com.codename1.ui.plaf.Style
Adds a Style Listener to the Style Object.
addSubmitButtons(Component...) - Method in class com.codename1.ui.validation.Validator
Submit buttons (or any other component type) can be disabled until all components contain a valid value.
addSuppressed(Throwable) - Method in class java.lang.Throwable
 
addSwipeOpenListener(ActionListener) - Method in class com.codename1.ui.SwipeableContainer
Adds a listener to the SwipeableContainer which will cause an event to dispatch once the SwipeableContainer is fully opened
addTab(String, Image, Component) - Method in class com.codename1.ui.Tabs
Adds a component represented by a title and/or icon, either of which can be null.
addTab(String, Image, Image, Component) - Method in class com.codename1.ui.Tabs
Adds a component represented by a title and/or icon, either of which can be null.
addTab(String, char, float, Component) - Method in class com.codename1.ui.Tabs
Adds a component represented by a title and/or icon, either of which can be null.
addTab(String, char, Font, float, Component) - Method in class com.codename1.ui.Tabs
Adds a component represented by a title and/or icon, either of which can be null.
addTab(String, Component) - Method in class com.codename1.ui.Tabs
Adds a component represented by a title and no icon.
addTab(Button, Component) - Method in class com.codename1.ui.Tabs
Deprecated.
should use radio button as an argument
addTabsFocusListener(FocusListener) - Method in class com.codename1.ui.Tabs
Deprecated.
use addSelectionListener instead
addTags(String...) - Method in class com.codename1.ui.ComponentSelector
Adds the given tags to all elements in the result set.
addTags(String...) - Method in class com.codename1.ui.scene.Node
Deprecated.
Adds tags to this node.
addTextLabel(double, String) - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Deprecated.
use addXTextLabel instead
addTextSelectionListener(ActionListener) - Method in class com.codename1.ui.TextSelection
Adds a listener to be notified when the text selection changes.
addThemeProps(Hashtable) - Method in class com.codename1.ui.plaf.UIManager
Adds the given theme properties on top of the existing properties without clearing the existing theme first
addThemeRefreshListener(ActionListener) - Method in class com.codename1.ui.plaf.UIManager
Adds a Theme refresh listener.
addToQueue(ConnectionRequest) - Method in class com.codename1.io.NetworkManager
Adds the given network connection to the queue of execution
addToQueue(ConnectionRequest) - Static method in class com.codename1.ui.CN
Adds the given network connection to the queue of execution
addToQueueAndWait(ConnectionRequest) - Method in class com.codename1.io.NetworkManager
Identical to add to queue but waits until the request is processed in the queue, this is useful for completely synchronous operations.
addToQueueAndWait(ConnectionRequest) - Static method in class com.codename1.ui.CN
Identical to add to queue but waits until the request is processed in the queue, this is useful for completely synchronous operations.
addToQueueAsync(ConnectionRequest) - Method in class com.codename1.io.NetworkManager
Identical to add to queue but returns an AsyncResource object that will resolve to the ConnectionRequest.
addUIMutation(Container, ComponentAnimation) - Method in class com.codename1.ui.AnimationManager
Adds a UIMutation to the animation manager.
addUIMutation(Container, ComponentAnimation, Runnable) - Method in class com.codename1.ui.AnimationManager
Adds a UIMutation to the animation manager.
addVirtualKeyboardListener(ActionListener) - Method in class com.codename1.ui.Display
Adds a listener for VirtualKeyboard hide/show events.
addWebEventListener(String, ActionListener) - Method in class com.codename1.ui.BrowserComponent
Adds a listener to the given event type name, event type names are platform specific but some must be fired for all platforms and will invoke the action listener when the appropriate event loads
addXTextLabel(double, String) - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Adds a new text label for the specified X axis value.
addYTextLabel(double, String) - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Adds a new text label for the specified Y axis value.
addYTextLabel(double, String, int) - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Adds a new text label for the specified Y axis value.
addZoneMapping(String, String, String, String, String) - Method in class com.codename1.l10n.DateFormatSymbols
Adds a timezone mapping so that SimpleDateFormat can recognize abbreviated timezones.
adjustForGravity(GridBagConstraints, Rectangle) - Method in class com.codename1.ui.layouts.GridBagLayout
 
AdjustForGravity(GridBagConstraints, Rectangle) - Method in class com.codename1.ui.layouts.GridBagLayout
 
adjustScale(int) - Method in class com.codename1.util.BigDecimal
 
Adler32 - Class in com.codename1.io.gzip
 
Adler32() - Constructor for class com.codename1.io.gzip.Adler32
 
adler32_combine(long, long, long) - Static method in class com.codename1.io.gzip.JZlib
 
Ads - Class in com.codename1.components
Deprecated.
we recommend developers check out newer ad options in the cn1lib section of the Codename One website
Ads() - Constructor for class com.codename1.components.Ads
Deprecated.
Default constructor for GUI builder
Ads(String) - Constructor for class com.codename1.components.Ads
Deprecated.
Simple constructor to create an Ad Component
Ads(String, boolean) - Constructor for class com.codename1.components.Ads
Deprecated.
 
AdsService - Class in com.codename1.ads
This is an abstract Ads Service.
AdsService() - Constructor for class com.codename1.ads.AdsService
Empty constructor
AffineTransform - Class in com.codename1.ui.geom
A utility class for expressing 2-D affine transforms in Codename One.
AffineTransform() - Constructor for class com.codename1.ui.geom.AffineTransform
Creates identity transform.
AffineTransform(AffineTransform) - Constructor for class com.codename1.ui.geom.AffineTransform
Creates new affine transform as a copy of the given transform.
AffineTransform(float, float, float, float, float, float) - Constructor for class com.codename1.ui.geom.AffineTransform
Creates a new AffineTransform.
AffineTransform(float[]) - Constructor for class com.codename1.ui.geom.AffineTransform
Creates a new AffineTransform.
AffineTransform(double, double, double, double, double, double) - Constructor for class com.codename1.ui.geom.AffineTransform
Creates a new AffineTransform.
AffineTransform(double[]) - Constructor for class com.codename1.ui.geom.AffineTransform
Creates a new AffineTransform.
after(Object) - Method in class java.util.Calendar
Compares the time field records.
Album - Class in com.codename1.facebook
This class represents a Facebook Photo Object http://developers.facebook.com/docs/reference/api/album
Album() - Constructor for class com.codename1.facebook.Album
Empty Contructor
Album(Hashtable) - Constructor for class com.codename1.facebook.Album
Align() - Constructor for class com.codename1.charts.compat.Paint.Align
Deprecated.
 
align(String) - Method in class com.codename1.ui.layouts.mig.AC
Specifies the current row/column's columns default alignment for its components.
align(String, int...) - Method in class com.codename1.ui.layouts.mig.AC
Specifies the indicated rows'/columns' columns default alignment for its components.
align(String, String) - Method in class com.codename1.ui.layouts.mig.LC
Sets both the alignX and alignY as the same time.
ALIGN - Static variable in class com.codename1.ui.layouts.mig.UnitValue
A unit indicating alignment.
ALIGNMENT - Static variable in class com.codename1.ui.plaf.Style
Alignment attribute for the style event
alignX(String) - Method in class com.codename1.ui.layouts.mig.CC
Same functionality as getHorizontal().setAlign(ConstraintParser.parseUnitValue(unitValue, true)) only this method returns this for chaining multiple calls.
alignX(String) - Method in class com.codename1.ui.layouts.mig.LC
Same functionality as setAlignX(ConstraintParser.parseUnitValueOrAlign(unitValue, true)) only this method returns this for chaining multiple calls.
alignY(String) - Method in class com.codename1.ui.layouts.mig.CC
Same functionality as getVertical().setAlign(ConstraintParser.parseUnitValue(unitValue, true)) only this method returns this for chaining multiple calls.
alignY(String) - Method in class com.codename1.ui.layouts.mig.LC
Same functionality as setAlignY(ConstraintParser.parseUnitValueOrAlign(align, false)) only this method returns this for chaining multiple calls.
all(AsyncResource<?>...) - Static method in class com.codename1.util.AsyncResource
Creates a single AsyncResource that will fire its ready() only when all of the provided resources are ready.
all(Collection<AsyncResource<?>>) - Static method in class com.codename1.util.AsyncResource
Creates a single AsyncResource that will fire its ready() only when all of the provided resources are ready.
all(Promise...) - Static method in class com.codename1.util.promise.Promise
The Promise.all() method takes an iterable of promises as an input, and returns a single Promise that resolves to an array of the results of the input promises.
allowBackTo(String) - Method in class com.codename1.ui.util.UIBuilder
Indicates whether a back command to this form should be generated automatically when leaving said form.
allSettled(Promise...) - Static method in class com.codename1.util.promise.Promise
The Promise.allSettled() method returns a promise that resolves after all of the given promises have either fulfilled or rejected, with an array of objects that each describes the outcome of each promise.
alpha(int) - Static method in class com.codename1.charts.util.ColorUtil
 
altMetafactory(MethodHandles.Lookup, String, MethodType, Object...) - Static method in class java.lang.invoke.LambdaMetafactory
Deprecated.
 
always(Functor) - Method in class com.codename1.util.promise.Promise
Implementation of Promise.finally().
AM - Static variable in class java.util.Calendar
Value of the AM_PM field indicating the period of the day from midnight to just before noon.
AM_PM - Static variable in class java.util.Calendar
Field number for get and set indicating whether the HOUR is before or after noon.
analyticsCallback(String, String) - Method in class com.codename1.ui.util.UIBuilder
Invokes the analytics service if it is enabled and if
AnalyticsService - Class in com.codename1.analytics
The analytics service allows an application to report its usage, it is seamlessly invoked by GUI builder applications if analytics is enabled for your application but can work just as well for handcoded apps!
AnalyticsService() - Constructor for class com.codename1.analytics.AnalyticsService
 
anchor - Variable in class com.codename1.ui.layouts.GridBagConstraints
 
and(BigInteger) - Method in class com.codename1.util.BigInteger
 
and(BitSet) - Method in class java.util.BitSet
Performs the logical AND of this BitSet with another BitSet.
andNot(BigInteger) - Method in class com.codename1.util.BigInteger
 
andNot(BitSet) - Method in class java.util.BitSet
Clears all bits in the receiver which are also set in the parameter BitSet.
animate() - Method in class com.codename1.charts.transitions.SeriesTransition
 
animate() - Method in class com.codename1.components.Ads
Deprecated.
Allows the animation to reduce "repaint" calls when it returns false.
animate() - Method in class com.codename1.components.AudioRecorderComponent
 
animate() - Method in class com.codename1.components.FileEncodedImageAsync
animate() - Method in class com.codename1.components.ImageViewer
Allows the animation to reduce "repaint" calls when it returns false.
animate() - Method in class com.codename1.components.InfiniteProgress
Updates the progress animation.
animate(boolean) - Method in class com.codename1.components.InfiniteProgress
Updates the progress animation.
animate() - Method in class com.codename1.components.ReplaceableImage
animate() - Method in class com.codename1.components.StorageImageAsync
animate() - Method in interface com.codename1.ui.animations.Animation
Allows the animation to reduce "repaint" calls when it returns false.
animate() - Method in class com.codename1.ui.animations.BubbleTransition
 
animate() - Method in class com.codename1.ui.animations.CommonTransitions
Allows the animation to reduce "repaint" calls when it returns false.
animate() - Method in class com.codename1.ui.animations.FlipTransition
 
animate() - Method in class com.codename1.ui.animations.MorphTransition
Allows the animation to reduce "repaint" calls when it returns false.
animate() - Method in class com.codename1.ui.animations.Timeline
animate() - Method in class com.codename1.ui.animations.Transition
Allows the animation to reduce "repaint" calls when it returns false.
animate() - Method in class com.codename1.ui.Button
Allows the animation to reduce "repaint" calls when it returns false.
animate() - Method in class com.codename1.ui.CommonProgressAnimations.CircleProgress
 
animate() - Method in class com.codename1.ui.CommonProgressAnimations.LoadingTextAnimation
 
animate() - Method in class com.codename1.ui.Component
Allows the animation to reduce "repaint" calls when it returns false.
animate() - Method in class com.codename1.ui.ComponentImage
animate() - Method in class com.codename1.ui.Dialog
Allows the animation to reduce "repaint" calls when it returns false.
animate() - Method in class com.codename1.ui.FontImage
animate() - Method in class com.codename1.ui.Form
Allows the animation to reduce "repaint" calls when it returns false.
animate() - Method in class com.codename1.ui.html.HTMLComponent
Deprecated.
 
animate() - Method in class com.codename1.ui.Image
animate() - Method in class com.codename1.ui.Label
Allows the animation to reduce "repaint" calls when it returns false.
animate() - Method in class com.codename1.ui.List
Allows the animation to reduce "repaint" calls when it returns false.
animate() - Method in class com.codename1.ui.PeerComponent
Allows the animation to reduce "repaint" calls when it returns false.
animate() - Method in class com.codename1.ui.Slider
Allows the animation to reduce "repaint" calls when it returns false.
animate() - Method in class com.codename1.ui.SwipeableContainer
 
animate() - Method in class com.codename1.ui.Tabs
Allows the animation to reduce "repaint" calls when it returns false.
animate() - Method in class com.codename1.ui.TextField
Allows the animation to reduce "repaint" calls when it returns false.
animate() - Method in class com.codename1.ui.Toolbar
 
animate() - Method in class com.codename1.ui.URLImage
animateChart() - Method in class com.codename1.charts.transitions.SeriesTransition
Applies all pending changes to the chart model and renderer using the current animation settings.
animateHierarchy(int) - Method in class com.codename1.ui.ComponentSelector
Animates the hierarchy of containers in this set.
animateHierarchy(int, SuccessCallback<ComponentSelector>) - Method in class com.codename1.ui.ComponentSelector
animateHierarchy(int) - Method in class com.codename1.ui.Container
Animates a pending hierarchy of components into place, this effectively replaces revalidate with a more visual form of animation
animateHierarchy(int) - Method in class com.codename1.ui.Form
Animates a pending hierarchy of components into place, this effectively replaces revalidate with a more visual form of animation
animateHierarchyAndWait(int) - Method in class com.codename1.ui.ComponentSelector
animateHierarchyAndWait(int) - Method in class com.codename1.ui.Container
Animates a pending hierarchy of components into place, this effectively replaces revalidate with a more visual form of animation.
animateHierarchyAndWait(int) - Method in class com.codename1.ui.Form
Animates a pending hierarchy of components into place, this effectively replaces revalidate with a more visual form of animation.
animateHierarchyFade(int, int) - Method in class com.codename1.ui.ComponentSelector
animateHierarchyFade(int, int, SuccessCallback<ComponentSelector>) - Method in class com.codename1.ui.ComponentSelector
animateHierarchyFade(int, int) - Method in class com.codename1.ui.Container
Animates a pending hierarchy of components into place, this effectively replaces revalidate with a more visual form of animation
animateHierarchyFade(int, int) - Method in class com.codename1.ui.Form
Animates a pending hierarchy of components into place, this effectively replaces revalidate with a more visual form of animation
animateHierarchyFadeAndWait(int, int) - Method in class com.codename1.ui.ComponentSelector
animateHierarchyFadeAndWait(int, int) - Method in class com.codename1.ui.Container
Animates a pending hierarchy of components into place, this effectively replaces revalidate with a more visual form of animation.
animateHierarchyFadeAndWait(int, int) - Method in class com.codename1.ui.Form
Animates a pending hierarchy of components into place, this effectively replaces revalidate with a more visual form of animation.
animateLayout(int) - Method in class com.codename1.ui.ComponentSelector
animateLayout(int, SuccessCallback<ComponentSelector>) - Method in class com.codename1.ui.ComponentSelector
animateLayout(int) - Method in class com.codename1.ui.Container
Animates a pending layout into place, this effectively replaces revalidate with a more visual form of animation
See:
animateLayout(int) - Method in class com.codename1.ui.Form
Animates a pending layout into place, this effectively replaces revalidate with a more visual form of animation
See:
animateLayoutAndWait(int) - Method in class com.codename1.ui.ComponentSelector
animateLayoutAndWait(int) - Method in class com.codename1.ui.Container
Animates a pending layout into place, this effectively replaces revalidate with a more visual form of animation.
animateLayoutAndWait(int) - Method in class com.codename1.ui.Form
Animates a pending layout into place, this effectively replaces revalidate with a more visual form of animation.
animateLayoutFade(int, int) - Method in class com.codename1.ui.ComponentSelector
Animates layout with fade on all containers in this set.
animateLayoutFade(int, int, SuccessCallback<ComponentSelector>) - Method in class com.codename1.ui.ComponentSelector
animateLayoutFade(int, int) - Method in class com.codename1.ui.Container
Animates a pending layout into place, this effectively replaces revalidate with a more visual form of animation
animateLayoutFade(int, int) - Method in class com.codename1.ui.Form
Animates a pending layout into place, this effectively replaces revalidate with a more visual form of animation
animateLayoutFadeAndWait(int, int) - Method in class com.codename1.ui.ComponentSelector
animateLayoutFadeAndWait(int, int) - Method in class com.codename1.ui.Container
Animates a pending layout into place, this effectively replaces revalidate with a more visual form of animation.
animateLayoutFadeAndWait(int, int) - Method in class com.codename1.ui.Form
Animates a pending layout into place, this effectively replaces revalidate with a more visual form of animation.
animateStyle(Style, int, SuccessCallback<ComponentSelector>) - Method in class com.codename1.ui.ComponentSelector
Animates this set of components, replacing any modified style properties of the destination style to the components.
animateUnlayout(int, int) - Method in class com.codename1.ui.ComponentSelector
animateUnlayout(int, int, SuccessCallback<ComponentSelector>) - Method in class com.codename1.ui.ComponentSelector
animateUnlayout(int, int, Runnable) - Method in class com.codename1.ui.Container
This method is the exact reverse of animateLayout, when completed it leaves the container in an invalid state.
animateUnlayout(int, int, Runnable) - Method in class com.codename1.ui.Form
This method is the exact reverse of animateLayout, when completed it leaves the container in an invalid state.
animateUnlayoutAndWait(int, int) - Method in class com.codename1.ui.ComponentSelector
animateUnlayoutAndWait(int, int) - Method in class com.codename1.ui.Container
This method is the exact reverse of animateLayoutAndWait, when completed it leaves the container in an invalid state.
animateUnlayoutAndWait(int, int) - Method in class com.codename1.ui.Form
This method is the exact reverse of animateLayoutAndWait, when completed it leaves the container in an invalid state.
Animation - Interface in com.codename1.ui.animations
Allows any object to react to events and draw an animation at a fixed interval.
AnimationManager - Class in com.codename1.ui
Animation manager concentrates all of the animations for a given form into a single place that allows us to manage all mutations to a Form in a way the prevents collisions between mutations.
AnimationObject - Class in com.codename1.ui.animations
An animation object is an element within the timeline that has a visibility state for rendering at a given point in time.
Annotation - Interface in java.lang.annotation
A mirror of java.lang.Annotation.
AnnotationFormatError - Error in java.lang.annotation
A mirror of java.lang.annotation.AnnotationFormatError.
AnnotationFormatError(String) - Constructor for error java.lang.annotation.AnnotationFormatError
 
AnnotationFormatError(String, Throwable) - Constructor for error java.lang.annotation.AnnotationFormatError
 
AnnotationFormatError(Throwable) - Constructor for error java.lang.annotation.AnnotationFormatError
 
annotationType() - Method in interface java.lang.annotation.Annotation
Returns the annotation type of this annotation.
annotationType() - Method in exception java.lang.annotation.IncompleteAnnotationException
 
anonymousLogin(String, String) - Static method in class com.codename1.facebook.FaceBookAccess
Some simple queries for public data can work just fine with anonymous login without requiring the whole OAuth process, they still need a facebook application though
ANY - Static variable in class com.codename1.ui.TextArea
Allows any type of input into a text field, if a constraint is not supported by an underlying implementation this will be the default.
apnsAuth(String, String, boolean) - Method in class com.codename1.push.Push
Sets authentication for APNS (iOS)
append(Component) - Method in class com.codename1.ui.ComponentSelector
Appends a child component to the first container in this set.
append(Object, Component) - Method in class com.codename1.ui.ComponentSelector
Appends a child component to the first container in this set.
append(ComponentSelector.ComponentMapper) - Method in class com.codename1.ui.ComponentSelector
Append a child element to each container in this set.
append(Object, ComponentSelector.ComponentMapper) - Method in class com.codename1.ui.ComponentSelector
Append a child element to each container in this set.
append(Shape, boolean) - Method in class com.codename1.ui.geom.GeneralPath
Appends the segments of a Shape to the path.
append(PathIterator, boolean) - Method in class com.codename1.ui.geom.GeneralPath
Appends the segments of a PathIterator to this GeneralPath.
append(boolean) - Method in class com.codename1.util.CStringBuilder
Deprecated.
Appends the string representation of the specified boolean value.
append(char) - Method in class com.codename1.util.CStringBuilder
Deprecated.
Appends the string representation of the specified char value.
append(int) - Method in class com.codename1.util.CStringBuilder
Deprecated.
Appends the string representation of the specified int value.
append(long) - Method in class com.codename1.util.CStringBuilder
Deprecated.
Appends the string representation of the specified long value.
append(float) - Method in class com.codename1.util.CStringBuilder
Deprecated.
Appends the string representation of the specified float value.
append(double) - Method in class com.codename1.util.CStringBuilder
Deprecated.
Appends the string representation of the specified double value.
append(Object) - Method in class com.codename1.util.CStringBuilder
Deprecated.
Appends the string representation of the specified Object.
append(String) - Method in class com.codename1.util.CStringBuilder
Deprecated.
Appends the contents of the specified string.
append(char[]) - Method in class com.codename1.util.CStringBuilder
Deprecated.
Appends the string representation of the specified char[].
append(char[], int, int) - Method in class com.codename1.util.CStringBuilder
Deprecated.
Appends the string representation of the specified subset of the char[].
append(char) - Method in class java.io.StringWriter
 
append(CharSequence) - Method in class java.io.StringWriter
 
append(CharSequence, int, int) - Method in class java.io.StringWriter
 
append(char) - Method in interface java.lang.Appendable
Appends the specified character.
append(CharSequence) - Method in interface java.lang.Appendable
Appends the character sequence csq.
append(CharSequence, int, int) - Method in interface java.lang.Appendable
Appends a subsequence of csq.
append(boolean) - Method in class java.lang.StringBuffer
Appends the string representation of the boolean argument to the string buffer.
append(char) - Method in class java.lang.StringBuffer
Appends the string representation of the char argument to this string buffer.
append(char[], int, int) - Method in class java.lang.StringBuffer
Appends the string representation of a subarray of the char array argument to this string buffer.
append(double) - Method in class java.lang.StringBuffer
Appends the string representation of the double argument to this string buffer.
append(float) - Method in class java.lang.StringBuffer
Appends the string representation of the float argument to this string buffer.
append(int) - Method in class java.lang.StringBuffer
Appends the string representation of the int argument to this string buffer.
append(long) - Method in class java.lang.StringBuffer
Appends the string representation of the long argument to this string buffer.
append(Object) - Method in class java.lang.StringBuffer
Appends the string representation of the Object argument to this string buffer.
append(String) - Method in class java.lang.StringBuffer
Appends the string to this string buffer.
append(CharSequence) - Method in class java.lang.StringBuffer
 
append(CharSequence, int, int) - Method in class java.lang.StringBuffer
 
append(boolean) - Method in class java.lang.StringBuilder
Appends the string representation of the boolean argument to the string builder.
append(char) - Method in class java.lang.StringBuilder
Appends the string representation of the char argument to this string builder.
append(char[]) - Method in class java.lang.StringBuilder
 
append(char[], int, int) - Method in class java.lang.StringBuilder
Appends the string representation of a subarray of the char array argument to this string builder.
append(double) - Method in class java.lang.StringBuilder
Appends the string representation of the double argument to this string builder.
append(float) - Method in class java.lang.StringBuilder
Appends the string representation of the float argument to this string builder.
append(int) - Method in class java.lang.StringBuilder
Appends the string representation of the int argument to this string builder.
append(long) - Method in class java.lang.StringBuilder
Appends the string representation of the long argument to this string builder.
append(Object) - Method in class java.lang.StringBuilder
Appends the string representation of the Object argument to this string builder.
append(String) - Method in class java.lang.StringBuilder
Appends the string to this string builder.
append(StringBuffer) - Method in class java.lang.StringBuilder
Appends StringBuffer to end of builder.
append(CharSequence) - Method in class java.lang.StringBuilder
 
append(CharSequence, int, int) - Method in class java.lang.StringBuilder
 
Appendable - Interface in java.lang
Declares methods to append characters or character sequences.
appendCodePoint(int) - Method in class com.codename1.util.CStringBuilder
Deprecated.
Appends the encoded Unicode code point.
appendParameterTypes(Class<?>...) - Method in class java.lang.invoke.MethodType
Deprecated.
 
appendParameterTypes(List<Class<?>>) - Method in class java.lang.invoke.MethodType
Deprecated.
 
appendTo(OutputStream) - Method in interface com.codename1.io.Data
Appends the data's content to an output stream.
appendTo(OutputStream) - Method in class com.codename1.io.Data.ByteData
Appends the data's content to an output stream.
appendTo(OutputStream) - Method in class com.codename1.io.Data.FileData
Appends the data's content to an output stream.
appendTo(OutputStream) - Method in class com.codename1.io.Data.StorageData
Appends the data's content to an output stream.
appendTo(OutputStream) - Method in class com.codename1.io.Data.StringData
 
ApplePromotionalOffer - Class in com.codename1.payment
Encapsulates a promotional offer for use with in-app-purchase in Apple's App store.
ApplePromotionalOffer() - Constructor for class com.codename1.payment.ApplePromotionalOffer
 
apply(JSObject, Object[]) - Method in interface com.codename1.javascript.JSFunction
Deprecated.
 
applyMask(Object) - Method in class com.codename1.ui.ComponentImage
Applies the given alpha mask onto this image and returns the resulting image see the createMask method for indication on how to convert an image into an alpha mask.
applyMask(Object) - Method in class com.codename1.ui.DynamicImage
Applies the given alpha mask onto this image and returns the resulting image see the createMask method for indication on how to convert an image into an alpha mask.
applyMask(Object, int, int) - Method in class com.codename1.ui.Image
Applies the given alpha mask onto this image and returns the resulting image see the createMask method for indication on how to convert an image into an alpha mask.
applyMask(Object) - Method in class com.codename1.ui.Image
Applies the given alpha mask onto this image and returns the resulting image see the createMask method for indication on how to convert an image into an alpha mask.
applyMaskAutoScale(Object) - Method in class com.codename1.ui.Image
Applies the given alpha mask onto this image and returns the resulting image see the createMask method for indication on how to convert an image into an alpha mask.
applyPattern(String) - Method in class com.codename1.l10n.SimpleDateFormat
Apply a new pattern.
applyPattern(String) - Method in class java.text.SimpleDateFormat
Deprecated.
Apply a new pattern.
applyRTL(boolean) - Method in class com.codename1.ui.ComponentSelector
applyRTL(boolean) - Method in class com.codename1.ui.Container
Invokes apply/setRTL recursively on all the children components of this container
APRIL - Static variable in class java.util.Calendar
Value of the MONTH field indicating the fourth month of the year.
arc(float, float, float, float, float, float) - Method in class com.codename1.ui.geom.GeneralPath
Draws an elliptical arc on the path given the provided bounds.
arc(float, float, float, float, float, float, boolean) - Method in class com.codename1.ui.geom.GeneralPath
Draws an elliptical arc on the path given the provided bounds.
arc(double, double, double, double, double, double) - Method in class com.codename1.ui.geom.GeneralPath
Draws an elliptical arc on the path given the provided bounds.
arc(double, double, double, double, double, double, boolean) - Method in class com.codename1.ui.geom.GeneralPath
Draws an elliptical arc on the path given the provided bounds.
arcTo(float, float, float, float) - Method in class com.codename1.ui.geom.GeneralPath
Adds an arc to the path.
arcTo(float, float, float, float, boolean) - Method in class com.codename1.ui.geom.GeneralPath
Adds an arc to the path.
arcTo(double, double, double, double) - Method in class com.codename1.ui.geom.GeneralPath
Adds an arc to the path.
arcTo(double, double, double, double, boolean) - Method in class com.codename1.ui.geom.GeneralPath
Adds an arc to the path.
areAllSegmentPresent(int) - Method in class com.codename1.charts.views.PieMapper
If we have all PieChart Config then there is no point in reloading it
AreaSeries - Class in com.codename1.charts.models
A series for the category charts like the radar ones.
AreaSeries() - Constructor for class com.codename1.charts.models.AreaSeries
 
areMutableImagesFast() - Method in class com.codename1.ui.Display
On most platforms it is quite fast to draw on a mutable image and then render that image, however some platforms have much slower mutable images in comparison to just drawing on the screen.
argb(int, int, int, int) - Static method in class com.codename1.charts.util.ColorUtil
 
ArithmeticException - Exception in java.lang
Thrown when an exceptional arithmetic condition has occurred.
ArithmeticException() - Constructor for exception java.lang.ArithmeticException
Constructs an ArithmeticException with no detail message.
ArithmeticException(String) - Constructor for exception java.lang.ArithmeticException
Constructs an ArithmeticException with the specified detail message.
ArrangeGrid(Container) - Method in class com.codename1.ui.layouts.GridBagLayout
 
arrangeGrid(Container) - Method in class com.codename1.ui.layouts.GridBagLayout
 
Array - Class in java.lang.reflect
Added this for Kotlin
Array() - Constructor for class java.lang.reflect.Array
 
ARRAY_END - Static variable in class com.codename1.processing.Result
 
ARRAY_START - Static variable in class com.codename1.processing.Result
 
arraycopy(Object, int, Object, int, int) - Static method in class java.lang.System
Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination array.
ArrayDeque<E> - Class in java.util
An implementation of Deque, backed by an array.
ArrayDeque() - Constructor for class java.util.ArrayDeque
Constructs a new empty instance of ArrayDeque big enough for 16 elements.
ArrayDeque(int) - Constructor for class java.util.ArrayDeque
Constructs a new empty instance of ArrayDeque big enough for specified number of elements.
ArrayDeque(Collection<? extends E>) - Constructor for class java.util.ArrayDeque
Constructs a new instance of ArrayDeque containing the elements of the specified collection, with the order returned by the collection's iterator.
arrayElementGetter(Class<?>) - Static method in class java.lang.invoke.MethodHandles
Deprecated.
 
arrayElementSetter(Class<?>) - Static method in class java.lang.invoke.MethodHandles
Deprecated.
 
ArrayIndexOutOfBoundsException - Exception in java.lang
Thrown to indicate that an array has been accessed with an illegal index.
ArrayIndexOutOfBoundsException() - Constructor for exception java.lang.ArrayIndexOutOfBoundsException
Constructs an ArrayIndexOutOfBoundsException with no detail message.
ArrayIndexOutOfBoundsException(int) - Constructor for exception java.lang.ArrayIndexOutOfBoundsException
Constructs a new ArrayIndexOutOfBoundsException class with an argument indicating the illegal index.
ArrayIndexOutOfBoundsException(String) - Constructor for exception java.lang.ArrayIndexOutOfBoundsException
Constructs an ArrayIndexOutOfBoundsException class with the specified detail message.
ArrayList<E> - Class in java.util
ArrayList is an implementation of List, backed by an array.
ArrayList() - Constructor for class java.util.ArrayList
Constructs a new instance of ArrayList with ten capacity.
ArrayList(int) - Constructor for class java.util.ArrayList
Constructs a new instance of ArrayList with the specified capacity.
ArrayList(Collection<? extends E>) - Constructor for class java.util.ArrayList
Constructs a new instance of ArrayList containing the elements of the specified collection.
Arrays - Class in java.util
Arrays contains static methods which operate on arrays.
ArrayStoreException - Exception in java.lang
Thrown to indicate that an attempt has been made to store the wrong type of object into an array of objects.
ArrayStoreException() - Constructor for exception java.lang.ArrayStoreException
Constructs an ArrayStoreException with no detail message.
ArrayStoreException(String) - Constructor for exception java.lang.ArrayStoreException
Constructs an ArrayStoreException with the specified detail message.
ArrowLinesLayer - Class in com.codename1.maps.layers
This class is responsible for painting arrows that indicates direction of walk on map.
ArrowLinesLayer() - Constructor for class com.codename1.maps.layers.ArrowLinesLayer
Constructor with default projection Mercator.
ArrowLinesLayer(String) - Constructor for class com.codename1.maps.layers.ArrowLinesLayer
Constructor with default projection Mercator.
ArrowLinesLayer(Projection, String) - Constructor for class com.codename1.maps.layers.ArrowLinesLayer
arrowSize(float) - Method in class com.codename1.ui.plaf.RoundRectBorder
Change the size of the arrow used for component tracking.
asAsyncResource() - Method in class com.codename1.util.promise.Promise
 
asCollector(Class<?>, int) - Method in class java.lang.invoke.MethodHandle
Deprecated.
 
asComponent() - Method in class com.codename1.ui.ComponentSelector
Returns the first component in this set.
asComponent(Class<T>) - Method in class com.codename1.ui.ComponentSelector
Returns the first component in this set.
asElement() - Method in class com.codename1.properties.PropertyIndex
Returns an element object mapping to the current object hierarchy similar to the map object
asExplodedList() - Method in class com.codename1.properties.CollectionProperty
Returns a copy of the content as a new list but if the value is a PropertyBusinessObject it will be converted to a Map
asExplodedList() - Method in class com.codename1.properties.ListProperty
Returns a copy of the content as a new list but if the value is a PropertyBusinessObject it will be converted to a Map
asExplodedList() - Method in class com.codename1.properties.SetProperty
Returns a copy of the content as a new list but if the value is a PropertyBusinessObject it will be converted to a Map
asExplodedMap() - Method in class com.codename1.properties.MapProperty
Returns a copy of the content as a new map but if the value is a PropertyBusinessObject it will be converted to a Map
asExternalizable() - Method in class com.codename1.properties.PropertyIndex
Returns an externalizable object for serialization of this business object, unlike regular externalizables this implementation is robust to changes, additions and removals of properties
asFixedArity() - Method in class java.lang.invoke.MethodHandle
Deprecated.
 
asin(double) - Static method in class com.codename1.util.MathUtil
Return the arcsine of a.
askPublishPermissions(LoginCallback) - Method in class com.codename1.social.FacebookConnect
Asks for publish permissions, this call might suspend the application which might trigger repeated invocations of stop()/start().
asLifoQueue(Deque<T>) - Static method in class java.util.Collections
Answers a LIFO Queue as a view of a Deque.
asList() - Method in class com.codename1.location.GeofenceManager
Returns the Geofences as a list.
asList() - Method in class com.codename1.properties.CollectionProperty
Returns a copy of the content as a new list
asList() - Method in class com.codename1.properties.ListProperty
Returns a copy of the content as a new list
asList() - Method in class com.codename1.properties.SetProperty
Returns a copy of the content as a new list
asList() - Method in class com.codename1.ui.ComponentSelector
Returns the components of this set as a List.
asList(T...) - Static method in class java.util.Arrays
Returns a List of the objects in the specified array.
asMap() - Method in class com.codename1.location.GeofenceManager
Returns the Geofences as a Map.
asMap() - Method in class com.codename1.properties.MapProperty
Returns a copy of the content as a new map
asPromise() - Method in class com.codename1.util.AsyncResource
Wraps this AsyncResource object as a Promise
assertArrayEqual(byte[], byte[]) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
assertArrayEqual(byte[], byte[], String) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
assertArrayEqual(short[], short[]) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
assertArrayEqual(short[], short[], String) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
assertArrayEqual(int[], int[]) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
assertArrayEqual(int[], int[], String) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
assertArrayEqual(long[], long[], long) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
assertArrayEqual(long[], long[], long, String) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
assertArrayEqual(float[], float[], double) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
assertArrayEqual(float[], float[], double, String) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
assertArrayEqual(double[], double[], double) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
assertArrayEqual(double[], double[], double, String) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
assertArrayEqual(Object[], Object[]) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
assertArrayEqual(Object[], Object[], String) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
assertArrayEqual(byte[], byte[]) - Static method in class com.codename1.testing.TestUtils
Asserts that the given byte arrays are equal
assertArrayEqual(byte[], byte[], String) - Static method in class com.codename1.testing.TestUtils
Asserts that the given byte arrays are equal
assertArrayEqual(short[], short[]) - Static method in class com.codename1.testing.TestUtils
Asserts that the given short arrays are equal
assertArrayEqual(short[], short[], String) - Static method in class com.codename1.testing.TestUtils
Asserts that the given short arrays are equal
assertArrayEqual(int[], int[]) - Static method in class com.codename1.testing.TestUtils
Asserts that the given int arrays are equal
assertArrayEqual(int[], int[], String) - Static method in class com.codename1.testing.TestUtils
Asserts that the given int arrays are equal
assertArrayEqual(long[], long[], double) - Static method in class com.codename1.testing.TestUtils
Asserts that the given long arrays are equal
assertArrayEqual(long[], long[], double, String) - Static method in class com.codename1.testing.TestUtils
Asserts that the given long arrays are equal
assertArrayEqual(float[], float[], double) - Static method in class com.codename1.testing.TestUtils
Asserts that the given float arrays are equal
assertArrayEqual(float[], float[], double, String) - Static method in class com.codename1.testing.TestUtils
Asserts that the given double arrays are equal
assertArrayEqual(double[], double[], double) - Static method in class com.codename1.testing.TestUtils
Asserts that the given double arrays are equal
assertArrayEqual(double[], double[], double, String) - Static method in class com.codename1.testing.TestUtils
Asserts that the given double arrays are equal
assertArrayEqual(Object[], Object[]) - Static method in class com.codename1.testing.TestUtils
Asserts that the given object arrays are equal
assertArrayEqual(Object[], Object[], String) - Static method in class com.codename1.testing.TestUtils
Asserts that the given object arrays are equal
assertBool(boolean) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
assertBool(boolean, String) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
assertBool(boolean) - Static method in class com.codename1.testing.TestUtils
Assertions allow for simpler test code
assertBool(boolean, String) - Static method in class com.codename1.testing.TestUtils
Assertions allow for simpler test code
assertEqual(byte, byte) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
assertEqual(byte, byte, String) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
assertEqual(short, short) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
assertEqual(short, short, String) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
assertEqual(int, int) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
assertEqual(int, int, String) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
assertEqual(long, long) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
assertEqual(long, long, String) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
assertEqual(float, float, double) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
assertEqual(float, float, double, String) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
assertEqual(double, double, double) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
assertEqual(double, double, double, String) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
assertEqual(Object, Object) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
assertEqual(Object, Object, String) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
assertEqual(byte, byte) - Static method in class com.codename1.testing.TestUtils
Asserts that the given bytes are equal
assertEqual(byte, byte, String) - Static method in class com.codename1.testing.TestUtils
Asserts that the given bytes are equal
assertEqual(short, short) - Static method in class com.codename1.testing.TestUtils
Asserts that the given shorts are equal
assertEqual(short, short, String) - Static method in class com.codename1.testing.TestUtils
Asserts that the given shorts are equal
assertEqual(int, int) - Static method in class com.codename1.testing.TestUtils
Asserts that the given ints are equal
assertEqual(int, int, String) - Static method in class com.codename1.testing.TestUtils
Asserts that the given ints are equal
assertEqual(long, long) - Static method in class com.codename1.testing.TestUtils
Asserts that the given longs are equal
assertEqual(long, long, String) - Static method in class com.codename1.testing.TestUtils
Asserts that the given longs are equal
assertEqual(float, float, double) - Static method in class com.codename1.testing.TestUtils
Asserts that the given floats are equal
assertEqual(float, float, double, String) - Static method in class com.codename1.testing.TestUtils
Asserts that the given floats are equal
assertEqual(double, double, double) - Static method in class com.codename1.testing.TestUtils
Asserts that the given doubles are equal
assertEqual(double, double, double, String) - Static method in class com.codename1.testing.TestUtils
Asserts that the given doubles are equal
assertEqual(Object, Object) - Static method in class com.codename1.testing.TestUtils
Asserts that the given objects are equal using the first object's .equal() method
assertEqual(Object, Object, String) - Static method in class com.codename1.testing.TestUtils
Asserts that the given objects are equal using the first object's .equal() method
assertException(RuntimeException, Runnable) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
assertException(RuntimeException, Runnable, String) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
assertException(RuntimeException, Runnable) - Static method in class com.codename1.testing.TestUtils
Asserts that a certain exception is raised
assertException(RuntimeException, Runnable, String) - Static method in class com.codename1.testing.TestUtils
Asserts that a certain exception is raised
assertFalse(boolean) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
assertFalse(boolean, String) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
assertFalse(boolean) - Static method in class com.codename1.testing.TestUtils
Asserts that the given expression evaluates to false
assertFalse(boolean, String) - Static method in class com.codename1.testing.TestUtils
Asserts that the given expression evaluates to false
AssertionError - Error in java.lang
 
AssertionError() - Constructor for error java.lang.AssertionError
 
AssertionError(String) - Constructor for error java.lang.AssertionError
 
AssertionError(Object) - Constructor for error java.lang.AssertionError
 
AssertionError(boolean) - Constructor for error java.lang.AssertionError
 
AssertionError(char) - Constructor for error java.lang.AssertionError
 
AssertionError(int) - Constructor for error java.lang.AssertionError
 
AssertionError(long) - Constructor for error java.lang.AssertionError
 
AssertionError(float) - Constructor for error java.lang.AssertionError
 
AssertionError(double) - Constructor for error java.lang.AssertionError
 
AssertionError(String, Throwable) - Constructor for error java.lang.AssertionError
 
assertLabel(String, String) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
assertLabel(String) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
assertLabel(int[], String) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
assertLabel(String, String) - Static method in class com.codename1.testing.TestUtils
Asserts that we have a label with the given text baring the given name
assertLabel(int[], String) - Static method in class com.codename1.testing.TestUtils
Asserts that we have a label with the given text baring the given name
assertLabel(String) - Static method in class com.codename1.testing.TestUtils
Asserts that we have a label with the given text baring the given name
assertNoException(Runnable) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
assertNoException(Runnable, String) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
assertNoException(Runnable) - Static method in class com.codename1.testing.TestUtils
Asserts that no exception is raised
assertNoException(Runnable, String) - Static method in class com.codename1.testing.TestUtils
Asserts that no exception is raised
assertNotEqual(byte, byte) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
assertNotEqual(byte, byte, String) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
assertNotEqual(short, short) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
assertNotEqual(short, short, String) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
assertNotEqual(int, int) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
assertNotEqual(int, int, String) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
assertNotEqual(long, long) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
assertNotEqual(long, long, String) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
assertNotEqual(float, float, double) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
assertNotEqual(float, float, double, String) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
assertNotEqual(double, double, double) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
assertNotEqual(double, double, double, String) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
assertNotEqual(Object, Object) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
assertNotEqual(Object, Object, String) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
assertNotEqual(byte, byte) - Static method in class com.codename1.testing.TestUtils
Asserts that the given bytes are not equal
assertNotEqual(byte, byte, String) - Static method in class com.codename1.testing.TestUtils
Asserts that the given bytes are not equal
assertNotEqual(short, short) - Static method in class com.codename1.testing.TestUtils
Asserts that the given shorts are not equal
assertNotEqual(short, short, String) - Static method in class com.codename1.testing.TestUtils
Asserts that the given shorts are not equal
assertNotEqual(int, int) - Static method in class com.codename1.testing.TestUtils
Asserts that the given ints are not equal
assertNotEqual(int, int, String) - Static method in class com.codename1.testing.TestUtils
Asserts that the given ints are not equal
assertNotEqual(long, long, double) - Static method in class com.codename1.testing.TestUtils
Asserts that the given longs are not equal
assertNotEqual(long, long, double, String) - Static method in class com.codename1.testing.TestUtils
Asserts that the given longs are not equal
assertNotEqual(double, double, double) - Static method in class com.codename1.testing.TestUtils
Asserts that the given doubles are not equal
assertNotEqual(double, double, double, String) - Static method in class com.codename1.testing.TestUtils
Asserts that the given doubles are not equal
assertNotEqual(Object, Object) - Static method in class com.codename1.testing.TestUtils
Asserts that the given objects are not equal using the first object's .equal() method
assertNotEqual(Object, Object, String) - Static method in class com.codename1.testing.TestUtils
Asserts that the given objects are not equal using the first object's .equal() method
assertNotNull(Object) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
assertNotNull(Object, String) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
assertNotNull(Object) - Static method in class com.codename1.testing.TestUtils
Asserts that the given expression does not evaluate to null
assertNotNull(Object, String) - Static method in class com.codename1.testing.TestUtils
Asserts that the given expression does not evaluate to null
assertNotSame(Object, Object) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
assertNotSame(Object, Object, String) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
assertNotSame(Object, Object) - Static method in class com.codename1.testing.TestUtils
Asserts that the given parameters do not reference the same object
assertNotSame(Object, Object, String) - Static method in class com.codename1.testing.TestUtils
Asserts that the given parameters do not reference the same object
assertNull(Object) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
assertNull(Object, String) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
assertNull(Object) - Static method in class com.codename1.testing.TestUtils
Asserts that the given expression evaluates to null
assertNull(Object, String) - Static method in class com.codename1.testing.TestUtils
Asserts that the given expression evaluates to null
assertRange(double, double, double) - Method in class com.codename1.testing.AbstractTest
 
assertRange(double, double, double, String) - Method in class com.codename1.testing.AbstractTest
 
assertRange(double, double, double) - Static method in class com.codename1.testing.TestUtils
Asserts that the given doubles are equal
assertRange(double, double, double, String) - Static method in class com.codename1.testing.TestUtils
Asserts that the given doubles are equal
assertSame(Object, Object) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
assertSame(Object, Object, String) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
assertSame(Object, Object) - Static method in class com.codename1.testing.TestUtils
Asserts that the given parameters reference the same object
assertSame(Object, Object, String) - Static method in class com.codename1.testing.TestUtils
Asserts that the given parameters reference the same object
assertTextArea(String, String) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
assertTextArea(int[], String) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
assertTextArea(String) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
assertTextArea(String, String) - Static method in class com.codename1.testing.TestUtils
Asserts that we have a TextArea with the given text and the given name
assertTextArea(int[], String) - Static method in class com.codename1.testing.TestUtils
Asserts that we have a label with the given text baring the given name
assertTextArea(String) - Static method in class com.codename1.testing.TestUtils
Asserts that we have a label with the given text baring the given name
assertTextAreaContaining(String, String) - Static method in class com.codename1.testing.TestUtils
Asserts that we have a TextArea with the a text contains the given text and with the given name
assertTextAreaEndingWith(String, String) - Static method in class com.codename1.testing.TestUtils
Asserts that we have a TextArea with the a text ending with the given text and with the given name
assertTextAreaStartingWith(String, String) - Static method in class com.codename1.testing.TestUtils
Asserts that we have a TextArea with the a text starting with the given text and with the given name
assertTitle(String) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
assertTitle(String) - Static method in class com.codename1.testing.TestUtils
Verifies the current title is the same otherwise throws an exception
assertTrue(boolean) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
assertTrue(boolean, String) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
assertTrue(boolean) - Static method in class com.codename1.testing.TestUtils
Asserts that the given expression evaluates to true
assertTrue(boolean, String) - Static method in class com.codename1.testing.TestUtils
Asserts that the given expression evaluates to true
assignTo(PropertyType, Button) - Method in class com.codename1.properties.UiBinding.CheckBoxRadioSelectionAdapter
 
assignTo(PropertyType, ComponentType) - Method in class com.codename1.properties.UiBinding.ComponentAdapter
Assigns the value from the property into the component
assignTo(PropertyType, Picker) - Method in class com.codename1.properties.UiBinding.PickerAdapter
 
assignTo(PropertyType, RadioButton[]) - Method in class com.codename1.properties.UiBinding.RadioListAdapter
 
assignTo(PropertyType, TextArea) - Method in class com.codename1.properties.UiBinding.TextAreaAdapter
 
assignTo(PropertyType, TextComponent) - Method in class com.codename1.properties.UiBinding.TextComponentAdapter
 
assignToThread(Class, int) - Method in class com.codename1.io.NetworkManager
Makes sure the given class (subclass of ConnectionRequest) is always assigned to the given thread number.
asSortedList() - Method in class com.codename1.location.GeofenceManager
Returns all Geofences sorted by distance from the current location.
asSpreader(Class<?>, int) - Method in class java.lang.invoke.MethodHandle
Deprecated.
 
asSubclass(Class) - Method in class java.lang.Class
Replacement for Class.asSubclass(Class).
asType(MethodType) - Method in class java.lang.invoke.MethodHandle
Deprecated.
 
asUpdateInsertValue(Object, Property) - Method in enum com.codename1.properties.SQLMap.SqlType
 
asVarargsCollector(Class<?>) - Method in class java.lang.invoke.MethodHandle
Deprecated.
 
Async - Class in com.codename1.annotations
Helper annotations for asynchronous computation.
Async.Execute - Annotation Type in com.codename1.annotations
Indicates that the marked method executes async computation.
Async.Schedule - Annotation Type in com.codename1.annotations
Indicates that the marked method schedules async computation.
asyncCommandProcess(Command, ActionEvent) - Method in class com.codename1.ui.util.UIBuilder
Warning: This method is invoked OFF the EDT and is intended for usage with asynchronous command processing.
AsyncDocumentRequestHandler - Interface in com.codename1.ui.html
Provides an interface for Asynchronous request handling.
AsyncDocumentRequestHandlerImpl - Class in com.codename1.ui.html
Implementation of the HTML components document request handler to allow simple HTML support in CodenameOne.
AsyncDocumentRequestHandlerImpl() - Constructor for class com.codename1.ui.html.AsyncDocumentRequestHandlerImpl
 
AsyncExecutionException(Throwable) - Constructor for exception com.codename1.util.AsyncResource.AsyncExecutionException
 
asyncLock(Image) - Method in class com.codename1.ui.EncodedImage
Async lock is the equivalent of a lock operation, however it uses the given image as the hard cache and performs the actual image loading asynchronously.
asyncLock(Image) - Method in class com.codename1.ui.Image
Async lock is the equivalent of a lock operation, however it uses the given image as the hard cache and performs the actual image loading asynchronously.
AsyncMedia - Interface in com.codename1.media
An interface for media elements that provides asynchronous pause and play functionality as well as support for state change events, so that interested parties can register to be notified when state changes between play and pause.
AsyncMedia.MediaErrorEvent - Class in com.codename1.media
Encapsulates a media error event.
AsyncMedia.MediaErrorType - Enum in com.codename1.media
Enum encapsulating the different types of media errors that can occur.
AsyncMedia.MediaException - Exception in com.codename1.media
Encapsulates a media exception.
AsyncMedia.MediaStateChangeEvent - Class in com.codename1.media
Encapsulates a state-change event on a Media object.
AsyncMedia.PauseRequest - Class in com.codename1.media
An async resource used to track the progress of a pauseAsync() request.
AsyncMedia.PlayRequest - Class in com.codename1.media
An async resource used to track the progress of a playAsync() request.
AsyncMedia.State - Enum in com.codename1.media
An enum to represent the state of a media object.
AsyncResource<V> - Class in com.codename1.util
A wrapper for an object that needs to be loaded asynchronously.
AsyncResource() - Constructor for class com.codename1.util.AsyncResource
 
AsyncResource.AsyncExecutionException - Exception in com.codename1.util
Exception to wrap exceptions that are thrown during asynchronous execution.
AsyncResource.CancellationException - Exception in com.codename1.util
Exception thrown when the AsyncResource is cancelled.
AsyncResult<V> - Interface in com.codename1.util
A callback used by AsyncResource to be able to handle both the success and error case in a single method.
atan(double) - Static method in class com.codename1.util.MathUtil
Return the arctangent of a, call it b, where a = tan(b).
atan2(double, double) - Static method in class com.codename1.util.MathUtil
For any real arguments x and y not both equal to zero, atan2(y, x) is the angle in radians between the positive x-axis of a plane and the point given by the coordinates (x, y) on it.
ATTR_ABBR - Static variable in class com.codename1.ui.html.HTMLElement
 
ATTR_ACCESSKEY - Static variable in class com.codename1.ui.html.HTMLElement
 
ATTR_ACTION - Static variable in class com.codename1.ui.html.HTMLElement
 
ATTR_ALIGN - Static variable in class com.codename1.ui.html.HTMLElement
 
ATTR_ALT - Static variable in class com.codename1.ui.html.HTMLElement
 
ATTR_AXIS - Static variable in class com.codename1.ui.html.HTMLElement
 
ATTR_BGCOLOR - Static variable in class com.codename1.ui.html.HTMLElement
 
ATTR_BORDER - Static variable in class com.codename1.ui.html.HTMLElement
 
ATTR_CELLPADDING - Static variable in class com.codename1.ui.html.HTMLElement
 
ATTR_CELLSPACING - Static variable in class com.codename1.ui.html.HTMLElement
 
ATTR_CHARSET - Static variable in class com.codename1.ui.html.HTMLElement
 
ATTR_CHECKED - Static variable in class com.codename1.ui.html.HTMLElement
 
ATTR_CITE - Static variable in class com.codename1.ui.html.HTMLElement
 
ATTR_CLASS - Static variable in class com.codename1.ui.html.HTMLElement
 
ATTR_COLOR - Static variable in class com.codename1.ui.html.HTMLElement
 
ATTR_COLS - Static variable in class com.codename1.ui.html.HTMLElement
 
ATTR_COLSPAN - Static variable in class com.codename1.ui.html.HTMLElement
 
ATTR_CONTENT - Static variable in class com.codename1.ui.html.HTMLElement
 
ATTR_COORDS - Static variable in class com.codename1.ui.html.HTMLElement
 
ATTR_DIR - Static variable in class com.codename1.ui.html.HTMLElement
 
ATTR_DISABLED - Static variable in class com.codename1.ui.html.HTMLElement
 
ATTR_EMPTYOK - Static variable in class com.codename1.ui.html.HTMLElement
 
ATTR_ENCTYPE - Static variable in class com.codename1.ui.html.HTMLElement
 
ATTR_FACE - Static variable in class com.codename1.ui.html.HTMLElement
 
ATTR_FOR - Static variable in class com.codename1.ui.html.HTMLElement
 
ATTR_FORMAT - Static variable in class com.codename1.ui.html.HTMLElement
 
ATTR_FRAME - Static variable in class com.codename1.ui.html.HTMLElement
 
ATTR_HEADERS - Static variable in class com.codename1.ui.html.HTMLElement
 
ATTR_HEIGHT - Static variable in class com.codename1.ui.html.HTMLElement
 
ATTR_HREF - Static variable in class com.codename1.ui.html.HTMLElement
 
ATTR_HREFLANG - Static variable in class com.codename1.ui.html.HTMLElement
 
ATTR_HSPACE - Static variable in class com.codename1.ui.html.HTMLElement
 
ATTR_HTTPEQUIV - Static variable in class com.codename1.ui.html.HTMLElement
 
ATTR_ID - Static variable in class com.codename1.ui.html.HTMLElement
 
ATTR_ISMAP - Static variable in class com.codename1.ui.html.HTMLElement
 
ATTR_ISTYLE - Static variable in class com.codename1.ui.html.HTMLElement
 
ATTR_LABEL - Static variable in class com.codename1.ui.html.HTMLElement
 
ATTR_LANG - Static variable in class com.codename1.ui.html.HTMLElement
 
ATTR_LINK - Static variable in class com.codename1.ui.html.HTMLElement
 
ATTR_LOCALSRC - Static variable in class com.codename1.ui.html.HTMLElement
 
ATTR_LONGDESC - Static variable in class com.codename1.ui.html.HTMLElement
 
ATTR_MAXLENGTH - Static variable in class com.codename1.ui.html.HTMLElement
 
ATTR_MEDIA - Static variable in class com.codename1.ui.html.HTMLElement
 
ATTR_METHOD - Static variable in class com.codename1.ui.html.HTMLElement
 
ATTR_MULTIPLE - Static variable in class com.codename1.ui.html.HTMLElement
 
ATTR_NAME - Static variable in class com.codename1.ui.html.HTMLElement
 
ATTR_READONLY - Static variable in class com.codename1.ui.html.HTMLElement
 
ATTR_REL - Static variable in class com.codename1.ui.html.HTMLElement
 
ATTR_REV - Static variable in class com.codename1.ui.html.HTMLElement
 
ATTR_ROWS - Static variable in class com.codename1.ui.html.HTMLElement
 
ATTR_ROWSPAN - Static variable in class com.codename1.ui.html.HTMLElement
 
ATTR_RULES - Static variable in class com.codename1.ui.html.HTMLElement
 
ATTR_SCHEME - Static variable in class com.codename1.ui.html.HTMLElement
 
ATTR_SCOPE - Static variable in class com.codename1.ui.html.HTMLElement
 
ATTR_SELECTED - Static variable in class com.codename1.ui.html.HTMLElement
 
ATTR_SHAPE - Static variable in class com.codename1.ui.html.HTMLElement
 
ATTR_SIZE - Static variable in class com.codename1.ui.html.HTMLElement
 
ATTR_SRC - Static variable in class com.codename1.ui.html.HTMLElement
 
ATTR_START - Static variable in class com.codename1.ui.html.HTMLElement
 
ATTR_STYLE - Static variable in class com.codename1.ui.html.HTMLElement
 
ATTR_SUMMARY - Static variable in class com.codename1.ui.html.HTMLElement
 
ATTR_TABINDEX - Static variable in class com.codename1.ui.html.HTMLElement
 
ATTR_TEXT - Static variable in class com.codename1.ui.html.HTMLElement
 
ATTR_TITLE - Static variable in class com.codename1.ui.html.HTMLElement
 
ATTR_TYPE - Static variable in class com.codename1.ui.html.HTMLElement
 
ATTR_USEMAP - Static variable in class com.codename1.ui.html.HTMLElement
 
ATTR_VALIGN - Static variable in class com.codename1.ui.html.HTMLElement
 
ATTR_VALUE - Static variable in class com.codename1.ui.html.HTMLElement
 
ATTR_VERSION - Static variable in class com.codename1.ui.html.HTMLElement
 
ATTR_VSPACE - Static variable in class com.codename1.ui.html.HTMLElement
 
ATTR_WIDTH - Static variable in class com.codename1.ui.html.HTMLElement
 
ATTR_XMLLANG - Static variable in class com.codename1.ui.html.HTMLElement
 
ATTR_XMLNS - Static variable in class com.codename1.ui.html.HTMLElement
 
ATTR_XMLSPACE - Static variable in class com.codename1.ui.html.HTMLElement
 
attribute(String, String, String) - Method in class com.codename1.xml.XMLParser
Invoked for every attribute value of the givne tag This callback method is invoked only on the eventParser.
attribution() - Method in class com.codename1.maps.providers.GoogleMapsProvider
The provider attribution.
attribution() - Method in class com.codename1.maps.providers.MapProvider
The provider attribution.
attribution() - Method in class com.codename1.maps.providers.OpenStreetMapProvider
The provider attribution.
AudioBuffer - Class in com.codename1.media
This class can be used to capture raw PCM data from the device's microphone.
AudioBuffer(int) - Constructor for class com.codename1.media.AudioBuffer
Creates a new AudioBuffer with the given maximum size.
AudioBuffer.AudioBufferCallback - Interface in com.codename1.media
A callback that can be registered to receive notifications when the contents of the AudioBuffer is changed.
audioChannels(int) - Method in class com.codename1.media.MediaRecorderBuilder
Set the number of audio channels in the media recorder.
AudioRecorderComponent - Class in com.codename1.components
A component for recording Audio from the device microphone.
AudioRecorderComponent(MediaRecorderBuilder) - Constructor for class com.codename1.components.AudioRecorderComponent
Creates a new audio recorder for the settings specified by the given builder.
AudioRecorderComponent.RecorderState - Enum in com.codename1.components
Enum for tracking the recorder state.
AUGUST - Static variable in class java.util.Calendar
Value of the MONTH field indicating the eighth month of the year.
authenticate() - Method in class com.codename1.io.Oauth2
Deprecated.
use createAuthComponent or showAuthentication which work asynchronously and adapt better to different platforms
autoAdjust(int, int) - Method in class com.codename1.ui.Dialog
Auto adjust size of the dialog.
autoCalculateCenter - Variable in class com.codename1.charts.views.RoundChart
 
AutoCloseable - Interface in java.lang
 
AutoCompleteTextComponent - Class in com.codename1.ui
A TextComponent version of AutoCompleteTextField This component was contributed here https://github.com/codenameone/CodenameOne/issues/2705
AutoCompleteTextComponent(ListModel<String>, AutoCompleteTextComponent.AutoCompleteFilter) - Constructor for class com.codename1.ui.AutoCompleteTextComponent
This constructor allows us to create an AutoCompleteTextComponent with the given listModel and customFilter
AutoCompleteTextComponent.AutoCompleteFilter - Interface in com.codename1.ui
Allows filtering the entries in the auto complete
AutoCompleteTextField - Class in com.codename1.ui
An editable TextField with completion suggestions that show up in a drop down menu while the user types in text.
AutoCompleteTextField(String...) - Constructor for class com.codename1.ui.AutoCompleteTextField
Constructor with completion suggestions
AutoCompleteTextField(ListModel<String>) - Constructor for class com.codename1.ui.AutoCompleteTextField
Constructor with completion suggestions, filtering is automatic in this case
AutoCompleteTextField() - Constructor for class com.codename1.ui.AutoCompleteTextField
The default constructor is useful for cases of filter subclasses overriding the getSuggestionModel value as well as for the GUI builder
autoDetectWidestChar(String) - Static method in class com.codename1.ui.TextArea
Searches the given string for the widest character using char width, this operation should only be performed once and it solves cases where a devices language might have a char bigger than 'W' that isn't consistently bigger.
autoFit() - Static method in class com.codename1.ui.layouts.GridLayout
Returns a grid layout that implicitly auto-fits to width in term of number of columns
avail_in - Variable in class com.codename1.io.gzip.ZStream
Deprecated.
 
avail_out - Variable in class com.codename1.io.gzip.ZStream
Deprecated.
 
available() - Method in class com.codename1.io.BufferedInputStream
Returns an estimate of the number of bytes that can be read (or skipped over) from this input stream without blocking by the next invocation of a method for this input stream.
available() - Method in class com.codename1.io.gzip.FilterInputStream
 
available() - Method in class com.codename1.io.gzip.InflaterInputStream
 
AVAILABLE - Static variable in class com.codename1.location.LocationManager
 
available() - Method in class java.io.ByteArrayInputStream
Returns the number of bytes that can be read from this input stream without blocking.
available() - Method in class java.io.DataInputStream
Returns the number of bytes that can be read from this input stream without blocking.
available() - Method in class java.io.InputStream
Returns the number of bytes that can be read (or skipped over) from this input stream without blocking by the next caller of a method for this input stream.
await(Collection<AsyncResource<?>>) - Static method in class com.codename1.util.AsyncResource
Waits for a set of AsyncResources to be complete.
await() - Method in class com.codename1.util.AsyncResource
Waits and blocks until this AsyncResource is done.
await(AsyncResource<?>...) - Static method in class com.codename1.util.AsyncResource
Waits for a set of AsyncResources to be complete.
await() - Method in class com.codename1.util.promise.Promise
Uses invokeAndBlock to wait for this promise to be either resolved or rejected.

B

back() - Method in class com.codename1.ui.BrowserComponent
Navigates back in the history
back() - Method in class com.codename1.ui.Sheet
Goes back to the parent sheet with a default (300ms) slide animation.
back(int) - Method in class com.codename1.ui.Sheet
Goes back to the parent sheet with a slide animation of given duration.
back() - Method in class com.codename1.ui.util.UIBuilder
This method effectively pops the form navigation stack and goes back to the previous form if back navigation is enabled and there is a previous form.
back(Component) - Method in class com.codename1.ui.util.UIBuilder
This method effectively pops the form navigation stack and goes back to the previous form if back navigation is enabled and there is a previous form.
BACK_COMMAND_ID - Static variable in class com.codename1.ui.util.UIBuilder
 
BACKGROUND_ALIGNMENT - Static variable in class com.codename1.ui.plaf.Style
Background attribute name for the theme hashtable
BACKGROUND_COLOR - Static variable in class com.codename1.charts.renderers.DefaultRenderer
The default background color.
BACKGROUND_GRADIENT - Static variable in class com.codename1.ui.plaf.Style
Background attribute name for the theme hashtable
BACKGROUND_GRADIENT_LINEAR_HORIZONTAL - Static variable in class com.codename1.ui.plaf.Style
Indicates the background for the style would use a linear gradient
BACKGROUND_GRADIENT_LINEAR_VERTICAL - Static variable in class com.codename1.ui.plaf.Style
Indicates the background for the style would use a linear gradient
BACKGROUND_GRADIENT_RADIAL - Static variable in class com.codename1.ui.plaf.Style
Indicates the background for the style would use a radial gradient
BACKGROUND_IMAGE_ALIGNED_BOTTOM - Static variable in class com.codename1.ui.plaf.Style
Indicates the background for the style would use an unscaled image with an alignment
BACKGROUND_IMAGE_ALIGNED_BOTTOM_LEFT - Static variable in class com.codename1.ui.plaf.Style
Indicates the background for the style would use an unscaled image with an alignment
BACKGROUND_IMAGE_ALIGNED_BOTTOM_RIGHT - Static variable in class com.codename1.ui.plaf.Style
Indicates the background for the style would use an unscaled image with an alignment
BACKGROUND_IMAGE_ALIGNED_CENTER - Static variable in class com.codename1.ui.plaf.Style
Indicates the background for the style would use an unscaled image with an alignment
BACKGROUND_IMAGE_ALIGNED_LEFT - Static variable in class com.codename1.ui.plaf.Style
Indicates the background for the style would use an unscaled image with an alignment
BACKGROUND_IMAGE_ALIGNED_RIGHT - Static variable in class com.codename1.ui.plaf.Style
Indicates the background for the style would use an unscaled image with an alignment
BACKGROUND_IMAGE_ALIGNED_TOP - Static variable in class com.codename1.ui.plaf.Style
Indicates the background for the style would use an unscaled image with an alignment
BACKGROUND_IMAGE_ALIGNED_TOP_LEFT - Static variable in class com.codename1.ui.plaf.Style
Indicates the background for the style would use an unscaled image with an alignment
BACKGROUND_IMAGE_ALIGNED_TOP_RIGHT - Static variable in class com.codename1.ui.plaf.Style
Indicates the background for the style would use an unscaled image with an alignment
BACKGROUND_IMAGE_SCALED - Static variable in class com.codename1.ui.plaf.Style
Indicates the background for the style would use a scaled image
BACKGROUND_IMAGE_SCALED_FILL - Static variable in class com.codename1.ui.plaf.Style
Indicates the background for the style would use a scaled image that fills all available space while maintaining aspect ratio
BACKGROUND_IMAGE_SCALED_FIT - Static variable in class com.codename1.ui.plaf.Style
Indicates the background for the style would use a scaled image that fits to available space while maintaining aspect ratio
BACKGROUND_IMAGE_TILE_BOTH - Static variable in class com.codename1.ui.plaf.Style
Indicates the background for the style would use a tiled image on both axis
BACKGROUND_IMAGE_TILE_HORIZONTAL - Static variable in class com.codename1.ui.plaf.Style
Indicates the background for the style would use a horizontal tiled image
BACKGROUND_IMAGE_TILE_HORIZONTAL_ALIGN_BOTTOM - Static variable in class com.codename1.ui.plaf.Style
Indicates the background for the style would use a horizontal tiled image
BACKGROUND_IMAGE_TILE_HORIZONTAL_ALIGN_CENTER - Static variable in class com.codename1.ui.plaf.Style
Indicates the background for the style would use a horizontal tiled image
BACKGROUND_IMAGE_TILE_HORIZONTAL_ALIGN_TOP - Static variable in class com.codename1.ui.plaf.Style
Indicates the background for the style would use a horizontal tiled image
BACKGROUND_IMAGE_TILE_VERTICAL - Static variable in class com.codename1.ui.plaf.Style
Indicates the background for the style would use a vertical tiled image
BACKGROUND_IMAGE_TILE_VERTICAL_ALIGN_CENTER - Static variable in class com.codename1.ui.plaf.Style
Indicates the background for the style would use a horizontal tiled image
BACKGROUND_IMAGE_TILE_VERTICAL_ALIGN_LEFT - Static variable in class com.codename1.ui.plaf.Style
Indicates the background for the style would use a horizontal tiled image
BACKGROUND_IMAGE_TILE_VERTICAL_ALIGN_RIGHT - Static variable in class com.codename1.ui.plaf.Style
Indicates the background for the style would use a horizontal tiled image
BACKGROUND_NONE - Static variable in class com.codename1.ui.plaf.Style
Indicates the background for the style would use a scaled image
BACKGROUND_TYPE - Static variable in class com.codename1.ui.plaf.Style
Background attribute name for the theme hashtable
backgroundColor(String) - Method in class com.codename1.ui.plaf.CSSBorder
Sets the background color of the border.
BackgroundFetch - Interface in com.codename1.background
An interface that can be implemented by an app's main class to support background fetch.
backgroundImage(String) - Method in class com.codename1.ui.plaf.CSSBorder
Adds one or more background images from a CSS background-image property.
backgroundImage(Image...) - Method in class com.codename1.ui.plaf.CSSBorder
Sets the background image of the border.
BackgroundPainter - Class in com.codename1.ui.painter
A painter that draws the background of a component based on its style
BackgroundPainter(Component) - Constructor for class com.codename1.ui.painter.BackgroundPainter
Construct a background painter for the given component
backgroundPosition(String...) - Method in class com.codename1.ui.plaf.CSSBorder
Sets the background position.
backgroundRepeat(String...) - Method in class com.codename1.ui.plaf.CSSBorder
Sets the background-repeat for the background images.
badge(int) - Method in class com.codename1.push.PushBuilder
Sets the badge to set with the push notification.
BarChart - Class in com.codename1.charts.views
The bar chart rendering class.
BarChart(XYMultipleSeriesDataset, XYMultipleSeriesRenderer, BarChart.Type) - Constructor for class com.codename1.charts.views.BarChart
Builds a new bar chart instance.
BarChart.Type - Enum in com.codename1.charts.views
The bar chart type enum.
Base64 - Class in com.codename1.util
This class implements Base64 encoding/decoding functionality as specified in RFC 2045 (http://www.ietf.org/rfc/rfc2045.txt).
Base64() - Constructor for class com.codename1.util.Base64
 
BASE_FONT_SIZE - Static variable in class com.codename1.ui.layouts.mig.PlatformDefaults
I value indicating that the size of the font for the container of the component will be used as a base for calculating the logical pixel size.
BASE_REAL_PIXEL - Static variable in class com.codename1.ui.layouts.mig.PlatformDefaults
I value indicating that the size of a logical pixel should always be a real pixel and thus no compensation will be made.
BASE_SCALE_FACTOR - Static variable in class com.codename1.ui.layouts.mig.PlatformDefaults
I value indicating that the screen DPI will be used as a base for calculating the logical pixel size.
BASELINE - Static variable in class com.codename1.ui.CN
Alignment to the baseline constraint
BASELINE - Static variable in class com.codename1.ui.Component
Alignment to the baseline constraint
BASELINE - Static variable in class com.codename1.ui.layouts.GroupLayout
Possible alignment type.
BaseSpinner - Class in com.codename1.ui.spinner
Base class for spinners
BaseSpinner() - Constructor for class com.codename1.ui.spinner.BaseSpinner
Default constructor
basicAuth(String, String) - Method in class com.codename1.io.rest.RequestBuilder
Add a basic authentication Authorization header
BasicStroke - Class in com.codename1.charts.renderers
A descriptor for the stroke style.
BasicStroke(int, int, float, float[], float) - Constructor for class com.codename1.charts.renderers.BasicStroke
Build a new basic stroke style.
bboxFor(Coord, int) - Method in class com.codename1.maps.providers.MapProvider
Returns the bounding box of a position ina given zoom level
bboxFor(Coord, int) - Method in class com.codename1.maps.providers.TiledProvider
Returns the bounding box of a position ina given zoom level
bearer(String) - Method in class com.codename1.io.rest.RequestBuilder
Add an authorization bearer header, this is shorthand for header("Authorization", "Bearer " + token)
before(Object) - Method in class java.util.Calendar
Compares the time field records.
beforeShow(Form) - Method in class com.codename1.ui.util.UIBuilder
This method allows binding an action that should occur before showing the given form
beforeShowContainer(Container) - Method in class com.codename1.ui.util.UIBuilder
This method allows binding an action that should occur before showing the given container
beginNativeGraphicsAccess() - Method in class com.codename1.ui.Graphics
Starts accessing the native graphics in the underlying OS, when accessing the native graphics Codename One shouldn't be used! The native graphics is unclipped and untranslated by default and its the responsibility of the caller to clip/translate appropriately.
beginTransaction() - Method in class com.codename1.db.Database
Starts a transaction
beginTransaction() - Method in class com.codename1.db.ThreadSafeDatabase
Deprecated.
 
BEVEL - Static variable in class com.codename1.charts.compat.Paint.Join
Deprecated.
 
bezierCorners(boolean) - Method in class com.codename1.ui.plaf.RoundRectBorder
True if the corners are Bezier curves, otherwise the corners are drawn as a regular arc
BG_COLOR - Static variable in class com.codename1.ui.plaf.Style
Background color attribute name for the theme hashtable
BG_IMAGE - Static variable in class com.codename1.ui.plaf.Style
Background image attribute name for the theme hashtable
BigDecimal - Class in com.codename1.util
Class representing a simple version of a big decimal.
BigDecimal(BigInteger, int) - Constructor for class com.codename1.util.BigDecimal
Constructor for BigDecimal.
BigInteger - Class in com.codename1.util
A simplified version of big integer from the bouncy castle implementation
BigInteger(String) - Constructor for class com.codename1.util.BigInteger
 
BigInteger(String, int) - Constructor for class com.codename1.util.BigInteger
 
BigInteger(byte[]) - Constructor for class com.codename1.util.BigInteger
 
BigInteger(int, byte[]) - Constructor for class com.codename1.util.BigInteger
 
BigInteger(int, Random) - Constructor for class com.codename1.util.BigInteger
 
BigInteger(int, int, Random) - Constructor for class com.codename1.util.BigInteger
 
binarySearch(byte[], byte) - Static method in class java.util.Arrays
Performs a binary search for the specified element in the specified ascending sorted array.
binarySearch(char[], char) - Static method in class java.util.Arrays
Performs a binary search for the specified element in the specified sorted array.
binarySearch(double[], double) - Static method in class java.util.Arrays
Performs a binary search for the specified element in the specified sorted array.
binarySearch(float[], float) - Static method in class java.util.Arrays
Performs a binary search for the specified element in the specified sorted array.
binarySearch(int[], int) - Static method in class java.util.Arrays
Performs a binary search for the specified element in the specified sorted array.
binarySearch(long[], long) - Static method in class java.util.Arrays
Performs a binary search for the specified element in the specified sorted array.
binarySearch(Object[], Object) - Static method in class java.util.Arrays
Performs a binary search for the specified element in the specified sorted array.
binarySearch(T[], T, Comparator<? super T>) - Static method in class java.util.Arrays
Performs a binary search for the specified element in the specified sorted array using the Comparator to compare elements.
binarySearch(short[], short) - Static method in class java.util.Arrays
Performs a binary search for the specified element in the specified sorted array.
binarySearch(byte[], int, int, byte) - Static method in class java.util.Arrays
Performs a binary search for the specified element in a part of the specified sorted array.
binarySearch(char[], int, int, char) - Static method in class java.util.Arrays
Performs a binary search for the specified element in a part of the specified sorted array.
binarySearch(double[], int, int, double) - Static method in class java.util.Arrays
Performs a binary search for the specified element in a part of the specified sorted array.
binarySearch(float[], int, int, float) - Static method in class java.util.Arrays
Performs a binary search for the specified element in a part of the specified sorted array.
binarySearch(int[], int, int, int) - Static method in class java.util.Arrays
Performs a binary search for the specified element in a part of the specified sorted array.
binarySearch(long[], int, int, long) - Static method in class java.util.Arrays
Performs a binary search for the specified element in a part of the specified sorted array.
binarySearch(Object[], int, int, Object) - Static method in class java.util.Arrays
Performs a binary search for the specified element in a part of the specified sorted array.
binarySearch(T[], int, int, T, Comparator<? super T>) - Static method in class java.util.Arrays
Performs a binary search for the specified element in a part of the specified sorted array using the Comparator to compare elements.
binarySearch(short[], int, int, short) - Static method in class java.util.Arrays
Performs a binary search for the specified element in a part of the specified sorted array.
binarySearch(List<? extends Comparable<? super T>>, T) - Static method in class java.util.Collections
Performs a binary search for the specified element in the specified sorted list.
binarySearch(List<? extends T>, T, Comparator<? super T>) - Static method in class java.util.Collections
Performs a binary search for the specified element in the specified sorted list using the specified comparator.
bind() - Method in class com.codename1.properties.PreferencesObject
Binds the object so it's seamlessly stored in preferences
bind(PropertyBusinessObject, Container) - Method in class com.codename1.properties.UiBinding
Binds a hierarchy of Components to a business object by searching the tree and collecting the bindings.
bind(PropertyBase, Component) - Method in class com.codename1.properties.UiBinding
Binds the given property to the component using default adapters
bind(PropertyBase, Component, UiBinding.ComponentAdapter) - Method in class com.codename1.properties.UiBinding
Binds the given property to the component using a custom adapter class
bind(Component) - Method in class com.codename1.ui.plaf.DefaultLookAndFeel
Deprecated.
Every component binds itself to the look and feel thus allowing the look and feel to customize the component.
bind(Component) - Method in class com.codename1.ui.plaf.LookAndFeel
Deprecated.
Every component binds itself to the look and feel thus allowing the look and feel to customize the component.
bind(Form, LazyValue<Form>) - Method in class com.codename1.ui.util.SwipeBackSupport
Binds support for swiping to the given forms
bind(Object, String, MethodType) - Method in class java.lang.invoke.MethodHandles.Lookup
Deprecated.
 
bindBack(Form, LazyValue<Form>) - Static method in class com.codename1.ui.util.SwipeBackSupport
Binds support for swiping to the given forms
bindBack(LazyValue<Form>) - Static method in class com.codename1.ui.util.SwipeBackSupport
Binds support for swiping to the current form
bindBackgroundListener() - Method in class com.codename1.location.LocationManager
Bind the Background LocationListener to get events
bindCrashProtection(boolean) - Static method in class com.codename1.io.Log
Binds pro based crash protection logic that will send out an email in case of an exception thrown on the EDT
bindCrashProtection() - Method in class com.codename1.system.Lifecycle
Callback that can be overriden to disable or modify crash protection
bindDataListener(Component) - Method in class com.codename1.ui.validation.Validator
Deprecated.
this method was exposed by accident, constraint implicitly calls it and you don't need to call it directly. It will be made protected in a future update to Codename One!
bindDayListener(Component, ActionListener) - Method in class com.codename1.ui.Calendar
Since a day may be any component type, developers should override this method to add support for binding the click listener to the given component.
bindFabToContainer(Component) - Method in class com.codename1.components.FloatingActionButton
This is a utility method to bind the FAB to a given Container, it will return a new container to add or will use the layered pane if the container is a content pane.
bindFabToContainer(Component, int, int) - Method in class com.codename1.components.FloatingActionButton
This is a utility method to bind the FAB to a given Container, it will return a new container to add or will use the layered pane if the container is a content pane.
bindGlobalGetListener(PropertyChangeListener) - Static method in class com.codename1.properties.PropertyBase
Deprecated.
Usage of this method isn't recommended, it's designed for internal use
bindGlobalSetListener(PropertyChangeListener) - Static method in class com.codename1.properties.PropertyBase
Deprecated.
Usage of this method isn't recommended, it's designed for internal use
bindGroup(PropertyBase, Object[], Component...) - Method in class com.codename1.properties.UiBinding
Binds the given property to the selected value from the set based on the multiple components.
Binding() - Constructor for class com.codename1.properties.UiBinding.Binding
 
BINDING_AUTO_SAVE - Static variable in class com.codename1.cloud.CloudObject
Deprecated.
Changes to the bound property will be reflected instantly into the cloud object and the object would be saved immediately (not committed!).
BINDING_DEFERRED - Static variable in class com.codename1.cloud.CloudObject
Deprecated.
Changes to the bound property won't be reflected into the bound cloud object until commit binding is invoked
BINDING_IMMEDIATE - Static variable in class com.codename1.cloud.CloudObject
Deprecated.
Changes to the bound property will be reflected instantly into the cloud object
bindInteger(Property<Integer, ? extends Object>, TextArea) - Method in class com.codename1.properties.UiBinding
Deprecated.
this code was experimental we will use the more generic Adapter/bind framework
bindListener() - Method in class com.codename1.location.LocationManager
Bind the LocationListener to get events
bindListener(Button, ActionListener<ActionEvent>) - Method in class com.codename1.properties.UiBinding.CheckBoxRadioSelectionAdapter
 
bindListener(ComponentType, ActionListener<ActionEvent>) - Method in class com.codename1.properties.UiBinding.ComponentAdapter
Binds an action listener to changes in the component
bindListener(Picker, ActionListener<ActionEvent>) - Method in class com.codename1.properties.UiBinding.PickerAdapter
 
bindListener(RadioButton[], ActionListener<ActionEvent>) - Method in class com.codename1.properties.UiBinding.RadioListAdapter
 
bindListener(TextArea, ActionListener<ActionEvent>) - Method in class com.codename1.properties.UiBinding.TextAreaAdapter
 
bindListener(TextComponent, ActionListener<ActionEvent>) - Method in class com.codename1.properties.UiBinding.TextComponentAdapter
 
bindListenerToComponent(Component, Object) - Method in class com.codename1.ui.util.UIBuilder
Binds the given listener object to the component, this works seamlessly for common Codename One events but might be an issue with custom components and custom listener types so this method can be overloaded to add support for such cases.
bindNodeListener(ActionListener, Component) - Method in class com.codename1.ui.tree.Tree
Since a node may be any component type developers should override this method to add support for binding the click listener to the given component.
bindProgress(ConnectionRequest, Slider) - Static method in class com.codename1.components.SliderBridge
Allows binding progress to an arbitrary slider
bindProgress(ConnectionRequest[], Slider) - Static method in class com.codename1.components.SliderBridge
Allows binding progress to an arbitrary slider
bindProperty(Component, String, String, int, boolean) - Method in class com.codename1.cloud.CloudObject
Deprecated.
Binds a property value within the given component to this cloud object, this means that when the component changes the cloud object changes unless deferred.
bindProperty(String, BindTarget) - Method in class com.codename1.ui.CheckBox
Binds the given property name to the given bind target
bindProperty(String, BindTarget) - Method in class com.codename1.ui.Component
Deprecated.
this mapped to an older iteration of properties that is no longer used
bindProperty(String, BindTarget) - Method in class com.codename1.ui.Label
Binds the given property name to the given bind target
bindProperty(String, BindTarget) - Method in class com.codename1.ui.RadioButton
Binds the given property name to the given bind target
bindProperty(String, BindTarget) - Method in class com.codename1.ui.TextArea
Binds the given property name to the given bind target
bindStateTo(Button) - Method in class com.codename1.ui.Button
Bind the state of this button to another button's state.
bindString(Property<String, ? extends Object>, TextArea) - Method in class com.codename1.properties.UiBinding
Deprecated.
this code was experimental we will use the more generic Adapter/bind framework
bindTabActionListener(Component, ActionListener) - Method in class com.codename1.ui.Tabs
Binds an action listener to the tab component.
bindTabletLandscapeMaster(Form, Container, Component, Component, String, Image) - Static method in class com.codename1.components.MasterDetail
Deprecated.
this was a half baked idea that made it into the public API
BindTarget - Interface in com.codename1.cloud
Deprecated.
this mapped to an older iteration of properties that is no longer used
bindTo(Object) - Method in class java.lang.invoke.MethodHandle
Deprecated.
 
bindTree(Container, int, boolean) - Method in class com.codename1.cloud.CloudObject
Deprecated.
Binds a UI tree to the cloud object so its values automatically update in the cloud object
bitCount() - Method in class com.codename1.util.BigInteger
 
bitLength() - Method in class com.codename1.util.BigInteger
 
bitRate(int) - Method in class com.codename1.media.MediaRecorderBuilder
Sets the bit rate for the recorder.
BitSet - Class in java.util
The BitSet class implements a bit field.
BitSet() - Constructor for class java.util.BitSet
Create a new BitSet with size equal to 64 bits.
BitSet(int) - Constructor for class java.util.BitSet
Create a new BitSet with size equal to nbits.
BLACK - Static variable in class com.codename1.charts.util.ColorUtil
 
BlockingDisallowedException - Exception in com.codename1.ui
Exception that is thrown if attempting to run invokeAndBlock while blocking is disabled.
BlockingDisallowedException() - Constructor for exception com.codename1.ui.BlockingDisallowedException
 
blocksSideSwipe() - Method in class com.codename1.ui.Component
A component that might need side swipe such as the slider could block it from being used for some other purpose when on top of said component.
BLUE - Static variable in class com.codename1.charts.util.ColorUtil
 
blue(int) - Static method in class com.codename1.charts.util.ColorUtil
 
body(String) - Method in class com.codename1.io.rest.RequestBuilder
Sets the request body
body(Data) - Method in class com.codename1.io.rest.RequestBuilder
Sets the request body lazily.
body(PropertyBusinessObject) - Method in class com.codename1.io.rest.RequestBuilder
Sets the request body to the JSON matching the given object
body(String) - Method in class com.codename1.push.PushBuilder
Sets the body of the push notification.
Boolean - Class in java.lang
The Boolean class wraps a value of the primitive type boolean in an object.
Boolean(boolean) - Constructor for class java.lang.Boolean
Allocates a Boolean object representing the value argument.
BooleanConverter() - Constructor for class com.codename1.properties.UiBinding.BooleanConverter
 
BooleanProperty<K> - Class in com.codename1.properties
This is the boolean specific version of property
BooleanProperty(String) - Constructor for class com.codename1.properties.BooleanProperty
BooleanProperty(String, Boolean) - Constructor for class com.codename1.properties.BooleanProperty
booleanToken(boolean) - Method in interface com.codename1.io.JSONParseCallback
Submits a boolean token from the JSON data
booleanToken(boolean) - Method in class com.codename1.io.JSONParser
Submits a boolean token from the JSON data
booleanValue() - Method in class java.lang.Boolean
Returns the value of this Boolean object as a boolean primitive.
Border - Class in com.codename1.ui.plaf
Base class that allows us to render a border for a component, a border is drawn before the component and is drawn within the padding region of the component.
Border() - Constructor for class com.codename1.ui.plaf.Border
Prevents usage of new operator, use the factory methods in the class or subclass to create new border types.
BORDER - Static variable in class com.codename1.ui.plaf.Style
Border attribute name for the theme hashtable
borderColor(String...) - Method in class com.codename1.ui.plaf.CSSBorder
Sets the border colors.
borderImage(Image, double...) - Method in class com.codename1.ui.plaf.CSSBorder
Creates a 9-piece image border.
borderImageWithName(String, double...) - Method in class com.codename1.ui.plaf.CSSBorder
Adds a 9-piece image border using the provided image name, which should exist in the theme resource file.
BorderInfo() - Constructor for class com.codename1.ui.plaf.StyleParser.BorderInfo
 
BorderLayout - Class in com.codename1.ui.layouts
A border layout lays out a container, arranging and resizing its components to fit in five regions: north, south, east, west, and center.
BorderLayout() - Constructor for class com.codename1.ui.layouts.BorderLayout
Creates a new instance of BorderLayout
BorderLayout(int) - Constructor for class com.codename1.ui.layouts.BorderLayout
Creates a new instance of BorderLayout with absolute behavior
borderRadius(String) - Method in class com.codename1.ui.plaf.CSSBorder
Sets the border radius for rounded corners.
borderStroke(String...) - Method in class com.codename1.ui.plaf.CSSBorder
Sets the border stroke.
borderStyle(String...) - Method in class com.codename1.ui.plaf.CSSBorder
Sets the border styles.
borderWidth(String...) - Method in class com.codename1.ui.plaf.CSSBorder
Sets the border widths.
BOTH - Static variable in class com.codename1.ui.layouts.GridBagConstraints
 
BOTTOM - Static variable in class com.codename1.ui.CN
Box-orientation constant used to specify the bottom of a box.
BOTTOM - Static variable in class com.codename1.ui.Component
Box-orientation constant used to specify the bottom of a box.
bottom - Variable in class com.codename1.ui.layouts.Insets
 
bottom() - Method in class com.codename1.ui.layouts.LayeredLayout.LayeredLayoutConstraint
Gets the bottom inset.
bottom() - Method in class com.codename1.ui.layouts.LayeredLayout.LayeredLayoutConstraint.Inset
Gets the bottom inset in this constraint.
bottomLeftMode(boolean) - Method in class com.codename1.ui.plaf.RoundRectBorder
True to draw the bottom left corner rounded, false to draw it as a corner
bottomOnlyMode(boolean) - Method in class com.codename1.ui.plaf.RoundRectBorder
Special mode where only the bottom of the round rectangle is rounded and the top is a regular rectangle
bottomRightMode(boolean) - Method in class com.codename1.ui.plaf.RoundRectBorder
True to draw the bottom right corner rounded, false to draw it as a corner
bottomToTop() - Method in class com.codename1.ui.layouts.mig.LC
Same functionality as calling LC.setTopToBottom(boolean) with false only this method returns this for chaining multiple calls.
BoundingBox - Class in com.codename1.maps
This class declares a bounding box of coordinates on the map.
BoundingBox(Coord, double, double) - Constructor for class com.codename1.maps.BoundingBox
Creates a bounding box around a coordinate with a given radius.
BoundingBox(Coord, Coord) - Constructor for class com.codename1.maps.BoundingBox
Constructor with 2 coordinates for south west and north east
boundingBox() - Method in class com.codename1.maps.layers.AbstractLayer
The bounding box of this Layer
boundingBox() - Method in interface com.codename1.maps.layers.Layer
The bounding box of this Layer
boundingBox() - Method in class com.codename1.maps.layers.LinesLayer
The bounding box of this Layer
boundingBox() - Method in class com.codename1.maps.layers.PointLayer
The bounding box of this Layer
boundingBox() - Method in class com.codename1.maps.layers.PointsLayer
The bounding box of this Layer
bounds - Variable in class com.codename1.charts.compat.Canvas
Deprecated.
 
Bounds - Class in com.codename1.ui.scene
Deprecated.
For Internal use only
Bounds(double, double, double, double, double, double) - Constructor for class com.codename1.ui.scene.Bounds
Deprecated.
 
boundsInLocal - Variable in class com.codename1.ui.scene.Node
Deprecated.
The local bounds of the node (without any of the transforms applied to it).
BoundSize - Class in com.codename1.ui.layouts.mig
A size that contains minimum, preferred and maximum size of type UnitValue.
BoundSize(UnitValue, String) - Constructor for class com.codename1.ui.layouts.mig.BoundSize
Constructor that use the same value for min/preferred/max size.
BoundSize(UnitValue, UnitValue, UnitValue, String) - Constructor for class com.codename1.ui.layouts.mig.BoundSize
Constructor.
BoundSize(UnitValue, UnitValue, UnitValue, boolean, String) - Constructor for class com.codename1.ui.layouts.mig.BoundSize
Constructor.
BoundTableModel(List<? extends PropertyBusinessObject>, PropertyBusinessObject) - Constructor for class com.codename1.properties.UiBinding.BoundTableModel
Creates a table model with the business objects
BoundTableModel(CollectionProperty, PropertyBusinessObject) - Constructor for class com.codename1.properties.UiBinding.BoundTableModel
Creates a table model with the business objects
BoxInfo(StyleParser.ScalarValue[]) - Constructor for class com.codename1.ui.plaf.StyleParser.BoxInfo
Creates a new box with the specified scalar values.
BoxLayout - Class in com.codename1.ui.layouts
Layout manager that places elements in a row (X_AXIS) or column (Y_AXIS) according to box orientation.
BoxLayout(int) - Constructor for class com.codename1.ui.layouts.BoxLayout
Creates a new instance of BoxLayout
BRB_CENTER_OFFSET - Static variable in class com.codename1.ui.Component
Baseline resize behavior constant used to properly align components.
BRB_CONSTANT_ASCENT - Static variable in class com.codename1.ui.Component
Baseline resize behavior constant used to properly align components.
BRB_CONSTANT_DESCENT - Static variable in class com.codename1.ui.Component
Baseline resize behavior constant used to properly align components.
BRB_OTHER - Static variable in class com.codename1.ui.Component
Baseline resize behavior constant used to properly align components.
breakText(String, boolean, float, float[]) - Method in class com.codename1.charts.compat.Paint
Deprecated.
 
BrowserComponent - Class in com.codename1.ui
The browser component is an interface to an embeddable native platform browser on platforms that support embedding the native browser in place, if you need wide compatibility and flexibility you should check out the HTMLComponent which provides a lightweight 100% cross platform web component.
This component will only work on platforms that support embedding a native browser which exclude earlier versions of Blackberry devices and J2ME devices.
Its recommended that you place this component in a fixed position (none scrollable) on the screen without other focusable components to prevent confusion between focus authority and allow the component to scroll itself rather than CodenameOne making that decision for it.
BrowserComponent() - Constructor for class com.codename1.ui.BrowserComponent
This constructor will work as expected when a browser component is supported, see isNativeBrowserSupported()
BrowserComponent.JSExpression - Class in com.codename1.ui
A wrapper class for a literal javascript expression that can be passed as an arg in BrowserComponent.execute(java.lang.String, java.lang.Object[]).
BrowserComponent.JSProxy - Class in com.codename1.ui
A thin wrapper around a Javascript variable that makes it easier to call methods on that variable.
BrowserComponent.JSRef - Class in com.codename1.ui
A wrapper class for a Javascript value that is returned via the #execute(java.lang.String, com.codename1.util.Callback) method.
BrowserComponent.JSType - Enum in com.codename1.ui
Enum with the possible types for a BrowserComponent.JSRef object.
BrowserNavigationCallback - Interface in com.codename1.ui.events
Important: Calls to this interface are always performed on a separate thread from the EDT! They are performed on the native webkit rendering thread or native event dispatch thread, this interface MUST NEVER block or synchronize against the EDT which WILL lead to deadlocks.
BrowserWindow - Class in com.codename1.ui
Encapsulates a WebView that is contained in its own separate window when run on a Desktop (e.g.
BrowserWindow(String) - Constructor for class com.codename1.ui.BrowserWindow
Creates a new browser window with the given starting URL.
BrowserWindow.EvalRequest - Class in com.codename1.ui
A future that is returned from the eval() method.
BubbleChart - Class in com.codename1.charts.views
The bubble chart rendering class.
BubbleChart(XYMultipleSeriesDataset, XYMultipleSeriesRenderer) - Constructor for class com.codename1.charts.views.BubbleChart
Builds a new bubble chart instance.
BubbleTransition - Class in com.codename1.ui.animations
A Transitions that animates the destination component as a growing window until the destination is displayed in place.
BubbleTransition() - Constructor for class com.codename1.ui.animations.BubbleTransition
Creates a Bubble Transition
BubbleTransition(int) - Constructor for class com.codename1.ui.animations.BubbleTransition
Creates a Bubble Transition
BubbleTransition(int, String) - Constructor for class com.codename1.ui.animations.BubbleTransition
Creates a Bubble Transition
buf - Variable in class com.codename1.io.BufferedOutputStream
The internal buffer where data is stored.
buf - Variable in class com.codename1.io.CharArrayReader
The buffer for characters.
buf - Variable in class com.codename1.io.gzip.InflaterInputStream
 
buf - Variable in class java.io.ByteArrayInputStream
An array of bytes that was provided by the creator of the stream.
buf - Variable in class java.io.ByteArrayOutputStream
The buffer where data is stored.
buffer - Variable in class com.codename1.io.gzip.DeflaterOutputStream
 
BufferedInputStream - Class in com.codename1.io
Based on the buffered input stream from the JDK with some minor tweaks to allow external classes to monitor stream status and progress.
BufferedInputStream(InputStream) - Constructor for class com.codename1.io.BufferedInputStream
Creates a BufferedInputStream and saves its argument, the input stream in, for later use.
BufferedInputStream(InputStream, String) - Constructor for class com.codename1.io.BufferedInputStream
Creates a BufferedInputStream and saves its argument, the input stream in, for later use.
BufferedInputStream(InputStream, int) - Constructor for class com.codename1.io.BufferedInputStream
Creates a BufferedInputStream with the specified buffer size, and saves its argument, the input stream in, for later use.
BufferedInputStream(InputStream, int, String) - Constructor for class com.codename1.io.BufferedInputStream
Creates a BufferedInputStream with the specified buffer size, and saves its argument, the input stream in, for later use.
BufferedOutputStream - Class in com.codename1.io
Based on the buffered output stream from the JDK with some minor tweaks to allow external classes to monitor stream status and progress.
BufferedOutputStream(OutputStream) - Constructor for class com.codename1.io.BufferedOutputStream
Creates a new buffered output stream to write data to the specified underlying output stream.
BufferedOutputStream(OutputStream, String) - Constructor for class com.codename1.io.BufferedOutputStream
Creates a new buffered output stream to write data to the specified underlying output stream.
BufferedOutputStream(OutputStream, int) - Constructor for class com.codename1.io.BufferedOutputStream
Creates a new buffered output stream to write data to the specified underlying output stream with the specified buffer size.
BufferedOutputStream(OutputStream, int, String) - Constructor for class com.codename1.io.BufferedOutputStream
Creates a new buffered output stream to write data to the specified underlying output stream with the specified buffer size.
build() - Method in class com.codename1.media.MediaRecorderBuilder
Builds the MediaRecorder with the given settings.
build(PropertyBusinessObject, int, int) - Method in class com.codename1.properties.SQLMap.SelectBuilder
 
build() - Method in class com.codename1.push.PushBuilder
Builds the payload for this rich push notification.
buildRequestBody(OutputStream) - Method in class com.codename1.io.ConnectionRequest
Invoked when send body is true, by default sends the request arguments based on "POST" conventions
buildRequestBody(OutputStream) - Method in class com.codename1.io.MultipartRequest
Invoked when send body is true, by default sends the request arguments based on "POST" conventions
BUTT - Static variable in class com.codename1.charts.compat.Paint.Cap
Deprecated.
 
Button - Class in com.codename1.ui
Button is the base class for several UI widgets allowing clickability.
Button() - Constructor for class com.codename1.ui.Button
Constructs a button with an empty string for its text.
Button(String) - Constructor for class com.codename1.ui.Button
Constructs a button with the specified text.
Button(Command) - Constructor for class com.codename1.ui.Button
Allows binding a command to a button for ease of use
Button(Image) - Constructor for class com.codename1.ui.Button
Constructs a button with the specified image.
Button(char) - Constructor for class com.codename1.ui.Button
Constructs a button with the specified material image icon.
Button(String, char, String) - Constructor for class com.codename1.ui.Button
Constructor a button with text, material image and uiid
Button(String, char, float, String) - Constructor for class com.codename1.ui.Button
Constructor a button with text, material image and uiid
Button(String, Image, String) - Constructor for class com.codename1.ui.Button
Constructor a button with text, image and uiid
Button(String, Image) - Constructor for class com.codename1.ui.Button
Constructor a button with text and image
Button(Image, String) - Constructor for class com.codename1.ui.Button
Constructor a button with image and UIID
Button(char, String) - Constructor for class com.codename1.ui.Button
Constructor a button with material image icon and UIID
Button(char, float, String) - Constructor for class com.codename1.ui.Button
Constructor a button with material image icon and UIID
Button(String, String) - Constructor for class com.codename1.ui.Button
Constructor a button with text and UIID
BUTTON - Static variable in class com.codename1.ui.layouts.mig.UnitValue
A unit indicating botton size.
ButtonGroup - Class in com.codename1.ui
This class is used to create a multiple-exclusion scope for RadioButton.
ButtonGroup() - Constructor for class com.codename1.ui.ButtonGroup
Creates a new instance of ButtonsGroup
ButtonGroup(RadioButton...) - Constructor for class com.codename1.ui.ButtonGroup
Adds all the radio buttons to the group
ButtonList - Class in com.codename1.components
An abstract base class for a list of buttons.
ButtonList(ListModel) - Constructor for class com.codename1.components.ButtonList
Creates a new ButtonList.
ButtonList.Decorator<M,V extends Component> - Interface in com.codename1.components
An interface that can be implemented to provide custom decoration/undecoration of the buttons as they are created/removed.
buttonUIIDs(String) - Method in class com.codename1.components.SplitPane.Settings
Sets the UIID to use for all of the buttons on the divider.
Byte - Class in java.lang
The Byte class is the standard wrapper for byte values.
Byte(byte) - Constructor for class java.lang.Byte
Constructs a Byte object initialized to the specified byte value.
ByteArrayInputStream - Class in java.io
A ByteArrayInputStream contains an internal buffer that contains bytes that may be read from the stream.
ByteArrayInputStream(byte[]) - Constructor for class java.io.ByteArrayInputStream
Creates a ByteArrayInputStream so that it uses buf as its buffer array.
ByteArrayInputStream(byte[], int, int) - Constructor for class java.io.ByteArrayInputStream
Creates ByteArrayInputStream that uses buf as its buffer array.
ByteArrayOutputStream - Class in java.io
This class implements an output stream in which the data is written into a byte array.
ByteArrayOutputStream() - Constructor for class java.io.ByteArrayOutputStream
Creates a new byte array output stream.
ByteArrayOutputStream(int) - Constructor for class java.io.ByteArrayOutputStream
Creates a new byte array output stream, with a buffer capacity of the specified size, in bytes.
ByteData(byte[]) - Constructor for class com.codename1.io.Data.ByteData
Creates a new Data object that wraps a byte array.
ByteProperty<K> - Class in com.codename1.properties
This is the byte specific version of numeric property
ByteProperty(String) - Constructor for class com.codename1.properties.ByteProperty
ByteProperty(String, Byte) - Constructor for class com.codename1.properties.ByteProperty
bytesTransferred - Variable in exception java.io.InterruptedIOException
Reports how many bytes had been transferred as part of the I/O operation before it was interrupted.
byteValue() - Method in class com.codename1.util.BigInteger
 
byteValue() - Method in class java.lang.Byte
Returns the value of this Byte as a byte.
byteValue() - Method in class java.lang.Double
Returns the value of this Double as a byte (by casting to a byte).
byteValue() - Method in class java.lang.Float
Returns the value of this Float as a byte (by casting to a byte).
byteValue() - Method in class java.lang.Integer
Returns the value of this Integer as a byte.
byteValue() - Method in class java.lang.Long
Returns the value of this Long as a byte value.
byteValue() - Method in class java.lang.Number
 

C

CachedData - Class in com.codename1.io.services
Cached data class for use with the cached data service
CachedData() - Constructor for class com.codename1.io.services.CachedData
 
CachedDataService - Class in com.codename1.io.services
Simple service that allows downloading and caching data locally.
CacheMap - Class in com.codename1.io
A cache map is essentially a hashtable that indexes entries based on age and is limited to a fixed size.
CacheMap() - Constructor for class com.codename1.io.CacheMap
Default constructor
CacheMap(String) - Constructor for class com.codename1.io.CacheMap
Creates a cache map with a prefix string
cacheMargins(boolean) - Method in class com.codename1.ui.plaf.Style
Store current margin values into a cache that could be restored with restoreCachedMargins()
cacheMode(ConnectionRequest.CachingMode) - Method in class com.codename1.io.rest.RequestBuilder
Sets the caching mode for this request, see ConnectionRequest.getCacheMode()
cacheUnmodified() - Method in class com.codename1.io.ConnectionRequest
This callback is invoked on a 304 server response indicating the data in the server matches the result we currently have in the cache.
calcPreferredSize() - Method in class com.codename1.charts.ChartComponent
 
calcPreferredSize() - Method in class com.codename1.components.AudioRecorderComponent
 
calcPreferredSize() - Method in class com.codename1.components.FloatingActionButton
 
calcPreferredSize() - Method in class com.codename1.components.ImageViewer
Calculates the preferred size based on component content.
calcPreferredSize() - Method in class com.codename1.components.InfiniteProgress
Calculates the preferred size based on component content.
calcPreferredSize() - Method in class com.codename1.components.MediaPlayer
Calculates the preferred size based on component content.
calcPreferredSize() - Method in class com.codename1.components.OnOffSwitch
Deprecated.
Calculates the preferred size based on component content.
calcPreferredSize() - Method in class com.codename1.components.ScaleImageButton
Calculates the preferred size based on component content.
calcPreferredSize() - Method in class com.codename1.components.ScaleImageLabel
Calculates the preferred size based on component content.
calcPreferredSize() - Method in class com.codename1.components.SignatureComponent
Calculates the preferred size of the button itself (not the signature canvas...
calcPreferredSize() - Method in class com.codename1.components.Switch
Calculates the preferred size based on component content.
calcPreferredSize() - Method in class com.codename1.maps.MapComponent
Deprecated.
Calculates the preferred size based on component content.
calcPreferredSize() - Method in class com.codename1.ui.Button
Calculates the preferred size based on component content.
calcPreferredSize() - Method in class com.codename1.ui.CheckBox
Calculates the preferred size based on component content.
calcPreferredSize() - Method in class com.codename1.ui.ComboBox
Calculates the preferred size based on component content.
calcPreferredSize() - Method in class com.codename1.ui.CommonProgressAnimations.CircleProgress
 
calcPreferredSize() - Method in class com.codename1.ui.CommonProgressAnimations.EmptyAnimation
 
calcPreferredSize() - Method in class com.codename1.ui.CommonProgressAnimations.LoadingTextAnimation
 
calcPreferredSize() - Method in class com.codename1.ui.Component
Calculates the preferred size based on component content.
calcPreferredSize() - Method in class com.codename1.ui.Container
Calculates the preferred size based on component content.
calcPreferredSize() - Method in class com.codename1.ui.InputComponent
 
calcPreferredSize() - Method in class com.codename1.ui.InterFormContainer
Calculates the preferred size based on component content.
calcPreferredSize() - Method in class com.codename1.ui.Label
Calculates the preferred size based on component content.
calcPreferredSize() - Method in class com.codename1.ui.List
Calculates the preferred size based on component content.
calcPreferredSize() - Method in class com.codename1.ui.MenuBar
Prevents scaling down of the menu when there is no text on the menu bar
calcPreferredSize() - Method in class com.codename1.ui.PeerComponent
Calculates the preferred size based on component content.
calcPreferredSize() - Method in class com.codename1.ui.RadioButton
Calculates the preferred size based on component content.
calcPreferredSize() - Method in class com.codename1.ui.Slider
Return the size we would generally like for the component
calcPreferredSize() - Method in class com.codename1.ui.spinner.BaseSpinner
Calculates the preferred size based on component content.
calcPreferredSize() - Method in class com.codename1.ui.TextArea
Calculates the preferred size based on component content.
calcPreferredSize() - Method in class com.codename1.ui.TextField
Calculates the preferred size based on component content.
calcPreferredSize() - Method in class com.codename1.ui.tree.Tree
Calculates the preferred size based on component content.
calcPreferredValue(Container, Component) - Method in class com.codename1.ui.layouts.LayeredLayout.LayeredLayoutConstraint.Inset
Calculate the preferred value of this inset.
calcScrollSize() - Method in class com.codename1.ui.Component
Method that can be overriden to represent the actual size of the component when it differs from the desireable size for the viewport
calcScrollSize() - Method in class com.codename1.ui.PeerComponent
Method that can be overriden to represent the actual size of the component when it differs from the desireable size for the viewport
calcScrollSize() - Method in class com.codename1.ui.TextArea
Method that can be overriden to represent the actual size of the component when it differs from the desireable size for the viewport
calculateContentLength() - Method in class com.codename1.io.MultipartRequest
 
calculateLabelSpan(TextSelection, Label) - Method in class com.codename1.ui.plaf.DefaultLookAndFeel
Deprecated.
 
calculateLabelSpan(TextSelection, Label) - Method in class com.codename1.ui.plaf.LookAndFeel
Deprecated.
Calculates the text selection spans for a given label
calculateSpanForLabelText(TextSelection, Label, String, int, int, int) - Method in class com.codename1.ui.plaf.DefaultLookAndFeel
Deprecated.
 
calculateTarSize(String) - Static method in class com.codename1.io.tar.TarUtils
Determines the tar file size of the given folder/file path
calculateTextAreaSpan(TextSelection, TextArea) - Method in class com.codename1.ui.plaf.DefaultLookAndFeel
Deprecated.
 
calculateTextAreaSpan(TextSelection, TextArea) - Method in class com.codename1.ui.plaf.LookAndFeel
Deprecated.
Calculates the Spans used in text selection for a given text area.
calculateTextFieldSpan(TextSelection, TextArea) - Method in class com.codename1.ui.plaf.DefaultLookAndFeel
Deprecated.
 
calculateTextFieldSpan(TextSelection, TextArea) - Method in class com.codename1.ui.plaf.LookAndFeel
Deprecated.
Calculates the Spans used in text selection for a given text field.
calculateTextSelectionSpan(TextSelection) - Method in class com.codename1.ui.TextArea
Calculates the spans for the the given text selection.
calculateTextSelectionSpan(TextSelection) - Method in class com.codename1.ui.TextField
Calculates the spans for the the given text selection.
calculateTouchCommandGridColumns(Container) - Method in class com.codename1.ui.MenuBar
Calculates the amount of columns to give to the touch commands within the grid
Calendar - Class in com.codename1.ui
Date widget for selecting a date/time value.
To localize strings for month names use the values "Calendar.Month" using the 3 first characters of the month name in the resource localization e.g.
Calendar(long) - Constructor for class com.codename1.ui.Calendar
Creates a new instance of Calendar set to the given date based on time since epoch (the java.util.Date convention)
Calendar() - Constructor for class com.codename1.ui.Calendar
Constructs a calendar with the current date and time
Calendar(long, TimeZone) - Constructor for class com.codename1.ui.Calendar
Creates a new instance of Calendar set to the given date based on time since epoch (the java.util.Date convention)
Calendar(Image, Image) - Constructor for class com.codename1.ui.Calendar
Constructs a calendar with the current date and time with left and right images set
Calendar(long, TimeZone, Image, Image) - Constructor for class com.codename1.ui.Calendar
Creates a new instance of Calendar set to the given date based on time since epoch (the java.util.Date convention)
Calendar - Class in java.util
Calendar is an abstract base class for converting between a Date object and a set of integer fields such as YEAR, MONTH, DAY, HOUR, and so on.
Calendar() - Constructor for class java.util.Calendar
Constructs a Calendar with the default time zone.
call(JSObject, JSObject, Object[]) - Method in class com.codename1.javascript.JavascriptContext
Deprecated.
Calls a Javascript function (encapsulated in a JSObject) with a specified Javascript Object as the "this" context for the function call.
call(String, JSObject, Object[]) - Method in class com.codename1.javascript.JavascriptContext
Deprecated.
Calls a Javascript function with the given parameters.
call(String, JSObject, Object[], boolean, Callback) - Method in class com.codename1.javascript.JavascriptContext
Deprecated.
Calls a Javascript function with the given parameters, and optionally to make the call asynchronously.
call(String, JSObject, Object[], boolean, SuccessCallback) - Method in class com.codename1.javascript.JavascriptContext
Deprecated.
Calls a Javascript function with the given parameters, and optionally to make the call asynchronously.
call(String, Object[]) - Method in class com.codename1.javascript.JSObject
Deprecated.
Calls a method on the underlying Javascript object.
call(String) - Method in class com.codename1.javascript.JSObject
Deprecated.
Calls a method on the underlying Javascript object synchronously with no arguments.
call(Object...) - Method in class com.codename1.javascript.JSObject
Deprecated.
Calls the object as a function statically.
call(int, String, Object[], SuccessCallback<BrowserComponent.JSRef>) - Method in class com.codename1.ui.BrowserComponent.JSProxy
Calls a method on this javascript object.
call(String, Object[], SuccessCallback<BrowserComponent.JSRef>) - Method in class com.codename1.ui.BrowserComponent.JSProxy
Calls a method on this javascript object.
call(Component) - Method in interface com.codename1.ui.ComponentSelector.ComponentClosure
Callback to apply.
call(Functor, Functor) - Method in interface com.codename1.util.promise.ExecutorFunction
Calls the function.
call(T) - Method in interface com.codename1.util.promise.Functor
Calls the function.
callAndWait(int, String, Object[]) - Method in class com.codename1.ui.BrowserComponent.JSProxy
Calls method on this javascript object and waits for the result using invokeAndBlock.
callAndWait(String, Object[]) - Method in class com.codename1.ui.BrowserComponent.JSProxy
Calls method on this javascript object and waits for the result using invokeAndBlock.
callAsync(JSObject, JSObject, Object[], Callback) - Method in class com.codename1.javascript.JavascriptContext
Deprecated.
Calls a Javascript function (encapsulated in a JSObject) with a specified Javascript Object as the "this" context for the function call.
callAsync(JSObject, JSObject, Object[], SuccessCallback) - Method in class com.codename1.javascript.JavascriptContext
Deprecated.
Calls a Javascript function (encapsulated in a JSObject) with a specified Javascript Object as the "this" context for the function call.
callAsync(String, JSObject, Object[], Callback) - Method in class com.codename1.javascript.JavascriptContext
Deprecated.
Calls a Javascript function with the given parameters asynchronously.
callAsync(String, JSObject, Object[], SuccessCallback) - Method in class com.codename1.javascript.JavascriptContext
Deprecated.
Calls a Javascript function with the given parameters asynchronously.
callAsync(String, Object[], Callback) - Method in class com.codename1.javascript.JSObject
Deprecated.
Calls a method on the underlying Javascript object asynchronously.
callAsync(String, Object[], SuccessCallback) - Method in class com.codename1.javascript.JSObject
Deprecated.
Calls a method on the underlying Javascript object asynchronously.
callAsync(String, Callback) - Method in class com.codename1.javascript.JSObject
Deprecated.
Calls a method on the underlying Javascript object asynchronously with no arguments.
callAsync(String, SuccessCallback) - Method in class com.codename1.javascript.JSObject
Deprecated.
Calls a method on the underlying Javascript object asynchronously with no arguments.
callAsync(Object[], Callback) - Method in class com.codename1.javascript.JSObject
Deprecated.
Calls the object as a function statically.
callAsync(Object[], SuccessCallback) - Method in class com.codename1.javascript.JSObject
Deprecated.
Calls the object as a function statically.
Callback<T> - Interface in com.codename1.util
Simple interface that allows asynchronous code to perform a parameterized callback or failure in a similar way to GWT's callback interface.
CallbackAdapter<T> - Class in com.codename1.util
Adapter for the {Callback} interface.
CallbackAdapter() - Constructor for class com.codename1.util.CallbackAdapter
 
CallbackDispatcher<T> - Class in com.codename1.util
A utility class for calling Callbacks on the EDT.
callDouble(String) - Method in class com.codename1.javascript.JSObject
Deprecated.
Calls a method on the underlying Javascript object that returns a double.
callDoubleAsync(String, Callback<Double>) - Method in class com.codename1.javascript.JSObject
Deprecated.
Calls a method on the underlying Javascript object that returns a double.
callDoubleAsync(String, SuccessCallback<Double>) - Method in class com.codename1.javascript.JSObject
Deprecated.
Calls a method on the underlying Javascript object that returns a double.
callInt(String) - Method in class com.codename1.javascript.JSObject
Deprecated.
Calls a method on the underlying Javascript object that returns an int.
callIntAsync(String, Callback<Integer>) - Method in class com.codename1.javascript.JSObject
Deprecated.
Calls a method on the underlying Javascript object that returns an int.
callIntAsync(String, SuccessCallback<Integer>) - Method in class com.codename1.javascript.JSObject
Deprecated.
Calls a method on the underlying Javascript object that returns an int.
callObject(String) - Method in class com.codename1.javascript.JSObject
Deprecated.
Calls a method on the underlying Javascript object that returns a Javascript object.
callObjectAsync(String, Callback<JSObject>) - Method in class com.codename1.javascript.JSObject
Deprecated.
Calls a method on the underlying Javascript object that returns a Javascript object.
callObjectAsync(String, SuccessCallback<JSObject>) - Method in class com.codename1.javascript.JSObject
Deprecated.
Calls a method on the underlying Javascript object that returns a Javascript object.
callSerially(Runnable) - Static method in class com.codename1.ui.CN
Causes the runnable to be invoked on the event dispatch thread.
callSerially(Runnable) - Method in class com.codename1.ui.Display
Causes the runnable to be invoked on the event dispatch thread.
callSeriallyAndWait(Runnable) - Static method in class com.codename1.ui.CN
Identical to callSerially with the added benefit of waiting for the Runnable method to complete.
callSeriallyAndWait(Runnable, int) - Static method in class com.codename1.ui.CN
Identical to callSerially with the added benefit of waiting for the Runnable method to complete.
callSeriallyAndWait(Runnable) - Method in class com.codename1.ui.Display
Identical to callSerially with the added benefit of waiting for the Runnable method to complete.
callSeriallyAndWait(Runnable, int) - Method in class com.codename1.ui.Display
Identical to callSerially with the added benefit of waiting for the Runnable method to complete.
callSeriallyOnIdle(Runnable) - Static method in class com.codename1.ui.CN
Causes the runnable to be invoked on the event dispatch thread when the event dispatch thread is idle.
callSeriallyOnIdle(Runnable) - Method in class com.codename1.ui.Display
Causes the runnable to be invoked on the event dispatch thread when the event dispatch thread is idle.
CallSite - Class in java.lang.invoke
Deprecated.
these classes are used internally for Lambda compatibility
CallSite() - Constructor for class java.lang.invoke.CallSite
Deprecated.
 
callString(String) - Method in class com.codename1.javascript.JSObject
Deprecated.
Calls a method on the underlying Javascript object that returns a String.
callStringAsync(String, Callback<String>) - Method in class com.codename1.javascript.JSObject
Deprecated.
Calls a method on the underlying Javascript object that returns a String.
callStringAsync(String, SuccessCallback<String>) - Method in class com.codename1.javascript.JSObject
Deprecated.
Calls a method on the underlying Javascript object that returns a String.
Camera - Class in com.codename1.ui.scene
Deprecated.
For internal use only.
Camera(double, double) - Constructor for class com.codename1.ui.scene.Camera
Deprecated.
 
camera - Variable in class com.codename1.ui.scene.Scene
Deprecated.
 
cancel() - Method in class com.codename1.ui.html.HTMLComponent
Deprecated.
Cancels the loading of the current page
cancel() - Method in class com.codename1.ui.util.UITimer
Stops executing the timer
cancel(boolean) - Method in class com.codename1.util.AsyncResource
Cancels loading the resource.
cancel() - Method in class java.util.Timer
 
cancel() - Method in class java.util.TimerTask
 
cancelBinding() - Method in class com.codename1.cloud.CloudObject
Deprecated.
If deferred changes exist this method discards such values
CancellationException() - Constructor for exception com.codename1.util.AsyncResource.CancellationException
 
cancelLocalNotification(String) - Method in class com.codename1.ui.Display
Cancels a local notification by ID.
cancelRepaints() - Method in class com.codename1.ui.Component
remove this component from the painting queue
cancelRepaints() - Method in class com.codename1.ui.Container
remove this component and it's children from the painting queue
canDial() - Static method in class com.codename1.ui.CN
Returns true if the device has dialing capabilities
canDial() - Method in class com.codename1.ui.Display
Returns true if the device has dialing capabilities
canExecute() - Method in class com.codename1.io.File
Checks if this file is executable.
canExecute(String) - Static method in class com.codename1.ui.CN
Returns true if executing this URL should work, returns false if it will not and null if this is unknown.
canExecute(String) - Method in class com.codename1.ui.Display
Returns true if executing this URL should work, returns false if it will not and null if this is unknown.
canForceOrientation() - Static method in class com.codename1.ui.CN
Returns true if the device allows forcing the orientation via code, feature phones do not allow this although some include a jad property allowing for this feature
canForceOrientation() - Method in class com.codename1.ui.Display
Returns true if the device allows forcing the orientation via code, feature phones do not allow this although some include a jad property allowing for this feature
canGetSSLCertificates() - Method in class com.codename1.io.ConnectionRequest
Checks to see if the platform supports getting SSL certificates.
canInstallOnHomescreen() - Static method in class com.codename1.ui.CN
Checks to see if you can prompt the user to install the app on their homescreen.
canInstallOnHomescreen() - Method in class com.codename1.ui.Display
Checks to see if you can prompt the user to install the app on their homescreen.
canShareImage() - Method in class com.codename1.share.EmailShare
The implementing service needs to declare if it is capable to share an image
canShareImage() - Method in class com.codename1.share.FacebookShare
The implementing service needs to declare if it is capable to share an image
canShareImage() - Method in class com.codename1.share.ShareService
The implementing service needs to declare if it is capable to share an image
canShareImage() - Method in class com.codename1.share.SMSShare
The implementing service needs to declare if it is capable to share an image
Canvas - Class in com.codename1.charts.compat
Deprecated. 
Canvas() - Constructor for class com.codename1.charts.compat.Canvas
Deprecated.
 
Cap() - Constructor for class com.codename1.charts.compat.Paint.Cap
Deprecated.
 
CAP_BUTT - Static variable in class com.codename1.ui.Stroke
Cap style constant to cap strokes with a butt (or flat).
CAP_ROUND - Static variable in class com.codename1.ui.Stroke
Cap style constant to cap strokes with a round end.
CAP_SQUARE - Static variable in class com.codename1.ui.Stroke
Cap style constant to cap strokes with a square end.
capacity() - Method in class java.lang.StringBuffer
Returns the current capacity of the String buffer.
capacity() - Method in class java.lang.StringBuilder
Returns the current capacity of the String builder.
capacity() - Method in class java.util.Vector
Returns the number of elements this vector can hold without growing.
capacityIncrement - Variable in class java.util.Vector
How many elements should be added to the vector when it is detected that it needs to grow to accommodate extra entries.
Capture - Class in com.codename1.capture
Capture can "capture" media files from the device e.g.
Capture() - Constructor for class com.codename1.capture.Capture
 
captureAudio() - Static method in class com.codename1.capture.Capture
Capture the audio, blocking version that holds the EDT; alternatively you can use the Media API.
captureAudio(MediaRecorderBuilder) - Static method in class com.codename1.capture.Capture
Capture the audio, blocking version that holds the EDT; alternatively you can use the Media API.
captureAudio(ActionListener) - Static method in class com.codename1.capture.Capture
This method tries to invoke the device native hardware to capture audio.
captureAudio(MediaRecorderBuilder, ActionListener) - Static method in class com.codename1.capture.Capture
This method tries to invoke the device native hardware to capture audio.
captureAudio(ActionListener) - Method in class com.codename1.ui.Display
This method tries to invoke the device native hardware to capture audio.
captureAudio(MediaRecorderBuilder, ActionListener) - Method in class com.codename1.ui.Display
This method tries to invoke the device native hardware to capture audio.
capturePhoto(ActionListener) - Static method in class com.codename1.capture.Capture
This method tries to invoke the device native camera to capture images.
capturePhoto() - Static method in class com.codename1.capture.Capture
Invokes the camera and takes a photo synchronously while blocking the EDT
capturePhoto(int, int) - Static method in class com.codename1.capture.Capture
Invokes the camera and takes a photo synchronously while blocking the EDT, the sample below demonstrates a simple usage and applying a mask to the result
capturePhoto(ActionListener) - Method in class com.codename1.ui.Display
This method tries to invoke the device native camera to capture images.
captureScreen() - Static method in class com.codename1.ui.CN
Captures a screenshot of the screen.
captureScreen() - Method in class com.codename1.ui.Display
Captures a screenshot of the screen.
captureScreenshot() - Method in class com.codename1.ui.BrowserComponent
Async method for capturing a screenshot of the browser content.
captureVideo() - Static method in class com.codename1.capture.Capture
Same as captureVideo only a blocking version that holds the EDT
captureVideo(VideoCaptureConstraints) - Static method in class com.codename1.capture.Capture
captureVideo(VideoCaptureConstraints, ActionListener) - Static method in class com.codename1.capture.Capture
Captures video with some constraints, like width, height, and max length.
captureVideo(ActionListener) - Static method in class com.codename1.capture.Capture
This method tries to invoke the device native camera to capture video.
captureVideo(ActionListener) - Method in class com.codename1.ui.Display
This method tries to invoke the device native camera to capture video.
captureVideo(VideoCaptureConstraints, ActionListener) - Method in class com.codename1.ui.Display
Same as Display.captureVideo(com.codename1.ui.events.ActionListener), except that it attempts to impose constraints on the capture.
cardinality() - Method in class java.util.BitSet
Returns the number of bits that are true in this BitSet.
CASE_INSENSITIVE_ORDER - Static variable in class java.lang.String
 
CaseInsensitiveOrder - Class in com.codename1.util
A string comparator equivalent to String.CASE_INSENSITIVE_ORDER which isn't available in Codename One
CaseInsensitiveOrder() - Constructor for class com.codename1.util.CaseInsensitiveOrder
 
cast(Object) - Method in class java.lang.Class
Replacement for Class.cast(Object).
catchException(MethodHandle, Class<? extends Throwable>, MethodHandle) - Static method in class java.lang.invoke.MethodHandles
Deprecated.
 
category(String) - Method in class com.codename1.push.PushBuilder
Sets the category of the push notification.
CategorySeries - Class in com.codename1.charts.models
A series for the category charts like the pie ones.
CategorySeries(String) - Constructor for class com.codename1.charts.models.CategorySeries
Builds a new category series.
CC - Class in com.codename1.ui.layouts.mig
A simple value holder for one component's constraint.
CC() - Constructor for class com.codename1.ui.layouts.mig.CC
Empty constructor.
cc() - Method in class com.codename1.ui.layouts.TextModeLayout
Creates a new Constraint instance to add to the layout
cc(int, int) - Method in class com.codename1.ui.layouts.TextModeLayout
Creates a new Constraint instance to add to the layout
cc() - Method in class com.codename1.ui.table.TableLayout
Creates a new Constraint instance to add to the layout, same as createConstraint only shorter syntax
cc(int, int) - Method in class com.codename1.ui.table.TableLayout
Creates a new Constraint instance to add to the layout, same as createConstraint only shorter syntax
ceil(double) - Static method in class java.lang.Math
Returns the smallest (closest to negative infinity) double value that is not less than the argument and is equal to a mathematical integer.
ceiling(E) - Method in interface java.util.NavigableSet
Answers the smallest element bigger than or equal to the specified one, or null if no such element.
ceiling(E) - Method in class java.util.TreeSet
Answers the smallest element bigger than or equal to the specified one, or null if no such element.
ceilingEntry(K) - Method in interface java.util.NavigableMap
Answers an entry related with the smallest key greater than or equal to the specified key, or null if no such key.
ceilingEntry(K) - Method in class java.util.TreeMap
Answers an entry related with the smallest key greater than or equal to the specified key, or null if no such key.
ceilingKey(K) - Method in interface java.util.NavigableMap
Answers the smallest key greater than or equal to the specified key, or null if no such key.
ceilingKey(K) - Method in class java.util.TreeMap
Answers the smallest key greater than or equal to the specified key, or null if no such key.
cell(int...) - Method in class com.codename1.ui.layouts.mig.CC
Set the cell(s) that the component should occupy in the grid.
CellRenderer<T> - Interface in com.codename1.ui.list
Deprecated.
this interface was added for ContainerList which is now deprecated. Use GenericListCellRenderer or ListCellRenderer instead
CENTER - Static variable in class com.codename1.charts.compat.Paint.Align
Deprecated.
 
center() - Method in class com.codename1.maps.MapComponent
Deprecated.
Gets the center of the map.
CENTER - Static variable in class com.codename1.ui.CN
Indicates a Component center alignment
CENTER - Static variable in class com.codename1.ui.Component
Indicates a Component center alignment
CENTER - Static variable in class com.codename1.ui.layouts.BorderLayout
The center layout constraint (middle of container)
center() - Static method in class com.codename1.ui.layouts.BorderLayout
Shorthand for new BorderLayout(BorderLayout.CENTER_BEHAVIOR_CENTER)
center(Component) - Static method in class com.codename1.ui.layouts.BorderLayout
Convenience method that creates a border layout container and places the given component in the center
CENTER - Static variable in class com.codename1.ui.layouts.GridBagConstraints
 
CENTER - Static variable in class com.codename1.ui.layouts.GroupLayout
Possible alignment type.
CENTER_BEHAVIOR_CENTER - Static variable in class com.codename1.ui.CN
Defines the behavior of the component placed in the center position of the layout, places the component in the center of the space available to the center component.
CENTER_BEHAVIOR_CENTER - Static variable in class com.codename1.ui.layouts.BorderLayout
Defines the behavior of the component placed in the center position of the layout, places the component in the center of the space available to the center component.
CENTER_BEHAVIOR_CENTER_ABSOLUTE - Static variable in class com.codename1.ui.CN
Defines the behavior of the component placed in the center position of the layout, places the component in the center of the surrounding container
CENTER_BEHAVIOR_CENTER_ABSOLUTE - Static variable in class com.codename1.ui.layouts.BorderLayout
Defines the behavior of the component placed in the center position of the layout, places the component in the center of the surrounding container
CENTER_BEHAVIOR_SCALE - Static variable in class com.codename1.ui.CN
Defines the behavior of the component placed in the center position of the layout, by default it is scaled to the available space
CENTER_BEHAVIOR_SCALE - Static variable in class com.codename1.ui.layouts.BorderLayout
Defines the behavior of the component placed in the center position of the layout, by default it is scaled to the available space
CENTER_BEHAVIOR_TOTAL_BELLOW - Static variable in class com.codename1.ui.layouts.BorderLayout
Deprecated.
Deprecated due to spelling mistake, use CENTER_BEHAVIOR_TOTAL_BELOW
CENTER_BEHAVIOR_TOTAL_BELOW - Static variable in class com.codename1.ui.CN
The center component takes up the entire screens and the sides are automatically placed on top of it thus creating a layered effect
CENTER_BEHAVIOR_TOTAL_BELOW - Static variable in class com.codename1.ui.layouts.BorderLayout
The center component takes up the entire screens and the sides are automatically placed on top (or below based on z-order) thus creating a layered effect
centerAbsolute(Component) - Static method in class com.codename1.ui.layouts.BorderLayout
Convenience method that creates a border layout container and places the given component in the center with the BorderLayout.CENTER_BEHAVIOR_CENTER_ABSOLUTE constraint applied
centerAbsoluteEastWest(Component, Component, Component) - Static method in class com.codename1.ui.layouts.BorderLayout
Convenience method that creates a border layout absolute center container and places the given component in the center east and west respectively
centerCenter(Component) - Static method in class com.codename1.ui.layouts.BorderLayout
Convenience method that creates a border layout container and places the given component in the center with the BorderLayout.CENTER_BEHAVIOR_CENTER constraint applied
centerCenterEastWest(Component, Component, Component) - Static method in class com.codename1.ui.layouts.BorderLayout
Convenience method that creates a border layout center container and places the given component in the center east and west respectively with the BorderLayout.CENTER_BEHAVIOR_CENTER constraint applied
centerEastWest(Component, Component, Component) - Static method in class com.codename1.ui.layouts.BorderLayout
Convenience method that creates a border layout container and places the given component in the center east and west respectively
centerTotalBelow(Component) - Static method in class com.codename1.ui.layouts.BorderLayout
Convenience method that creates a border layout container and places the given component in the center with the BorderLayout.CENTER_BEHAVIOR_TOTAL_BELOW constraint applied
centerTotalBelowEastWest(Component, Component, Component) - Static method in class com.codename1.ui.layouts.BorderLayout
Convenience method that creates a border layout center container and places the given component in the center east and west respectively with the BorderLayout.CENTER_BEHAVIOR_TOTAL_BELOW constraint applied
CHANGED - Static variable in interface com.codename1.ui.events.DataChangedListener
Type value for changed data in ListModel
changeInsets(String, String, String) - Method in class com.codename1.components.SplitPane
Changes the minimum, preferred, and maximum insets of the split pane.
changeParameterType(int, Class<?>) - Method in class java.lang.invoke.MethodType
Deprecated.
 
changeReference(Container, Component, float) - Method in class com.codename1.ui.layouts.LayeredLayout.LayeredLayoutConstraint.Inset
Changes the reference component, while updating the value to remain in the same absolute position.
changeReturnType(Class<?>) - Method in class java.lang.invoke.MethodType
Deprecated.
 
changeUnits(byte) - Method in class com.codename1.ui.layouts.LayeredLayout.LayeredLayoutConstraint.Inset
changeUnits(byte, Component) - Method in class com.codename1.ui.layouts.LayeredLayout.LayeredLayoutConstraint.Inset
changeUnitsTo(byte, Container) - Method in class com.codename1.ui.layouts.LayeredLayout.LayeredLayoutConstraint.Inset
Changes the units of this inset, and updates the value to remain the same as the current value.
changeUnitsTo(byte, Rectangle) - Method in class com.codename1.ui.layouts.LayeredLayout.LayeredLayoutConstraint.Inset
 
Char(int, Rectangle) - Constructor for class com.codename1.ui.TextSelection.Char
Creates a new Char
Char(int, int, int, int, int) - Constructor for class com.codename1.ui.TextSelection.Char
Creates a new Char
Character - Class in java.lang
The Character class wraps a value of the primitive type char in an object.
Character(char) - Constructor for class java.lang.Character
Constructs a Character object and initializes it so that it represents the primitive value argument.
CharacterArrayCharacterIterator - Class in com.codename1.util.regex
Encapsulates char[] as CharacterIterator
CharacterArrayCharacterIterator(char[], int, int) - Constructor for class com.codename1.util.regex.CharacterArrayCharacterIterator
 
CharacterIterator - Interface in com.codename1.util.regex
Encapsulates different types of character sources - String, InputStream, ...
CharArrayReader - Class in com.codename1.io
A specialized Reader for reading the contents of a char array.
CharArrayReader(char[]) - Constructor for class com.codename1.io.CharArrayReader
Constructs a CharArrayReader on the char array buf.
CharArrayReader(char[], int, int) - Constructor for class com.codename1.io.CharArrayReader
Constructs a CharArrayReader on the char array buf.
charAt(int, int) - Method in class com.codename1.ui.TextSelection.Span
Gets the char at the given coordinate or null if there isn't a char there.
charAt(int, int) - Method in class com.codename1.ui.TextSelection.Spans
 
charAt(int) - Method in class com.codename1.util.regex.CharacterArrayCharacterIterator
 
charAt(int) - Method in interface com.codename1.util.regex.CharacterIterator
 
charAt(int) - Method in class com.codename1.util.regex.ReaderCharacterIterator
 
charAt(int) - Method in class com.codename1.util.regex.StreamCharacterIterator
 
charAt(int) - Method in class com.codename1.util.regex.StringCharacterIterator
 
charAt(int) - Method in interface java.lang.CharSequence
Returns the character at the specified index, with the first character having index zero.
charAt(int) - Method in class java.lang.String
Returns the character at the specified index.
charAt(int) - Method in class java.lang.StringBuffer
The specified character of the sequence currently represented by the string buffer, as indicated by the index argument, is returned.
charAt(int) - Method in class java.lang.StringBuilder
The specified character of the sequence currently represented by the string builder, as indicated by the index argument, is returned.
charCount(int) - Static method in class java.lang.Character
Calculates the number of char values required to represent the Unicode code point.
CharProperty<K> - Class in com.codename1.properties
This is the char specific version of numeric property
CharProperty(String) - Constructor for class com.codename1.properties.CharProperty
CharProperty(String, Character) - Constructor for class com.codename1.properties.CharProperty
CharSequence - Interface in java.lang
This interface represents an ordered set of characters and defines the methods to probe them.
Charset - Class in java.nio.charset
Added this for Kotlin
Charset(String, String[]) - Constructor for class java.nio.charset.Charset
 
charsWidth(char[], int, int) - Method in class com.codename1.ui.Font
Return the width of the given characters in this font instance
chartBoundsChanged() - Method in class com.codename1.charts.ChartComponent
Subclasses can override this method to be informed when the chart bounds change due to panning or zooming.
ChartComponent - Class in com.codename1.charts
The top level component for displaying charts
ChartComponent(AbstractChart) - Constructor for class com.codename1.charts.ChartComponent
Creates a new chart component to display the provided chart.
chartToScreenCoord(int, int) - Method in class com.codename1.charts.ChartComponent
Returns the screen position from a chart coordinate
chartToScreenShape(Shape) - Method in class com.codename1.charts.ChartComponent
Converts a screen coordinate spaced shape to the same shape in the chart coordinate space
ChartUtil - Class in com.codename1.charts
A utility class for painting a chart onto a Graphics context.
ChartUtil() - Constructor for class com.codename1.charts.ChartUtil
 
charValue() - Method in class java.lang.Character
Returns the value of this Character object.
charWidth(char) - Method in class com.codename1.ui.Font
Return the width of the specific character when rendered alone
check(Object, String) - Method in class com.codename1.ui.list.FilterProxyListModel
Checks whether the filter condition is matched, receives an uppercase version of the filter string to match against
CheckBox - Class in com.codename1.ui
CheckBox is a button that can be selected or deselected and displays its state to the user.
CheckBox(String) - Constructor for class com.codename1.ui.CheckBox
Constructs a checkbox with the given text
CheckBox() - Constructor for class com.codename1.ui.CheckBox
Constructs a checkbox with no text
CheckBox(Image) - Constructor for class com.codename1.ui.CheckBox
Constructs a checkbox with the given icon
CheckBox(String, Image) - Constructor for class com.codename1.ui.CheckBox
Constructs a checkbox with the given text and icon
CheckBoxList - Class in com.codename1.components
A list of checkboxes.
CheckBoxList(MultipleSelectionListModel) - Constructor for class com.codename1.components.CheckBoxList
 
CheckBoxRadioSelectionAdapter(UiBinding.ObjectConverter) - Constructor for class com.codename1.properties.UiBinding.CheckBoxRadioSelectionAdapter
Constructs a new binding
checkedCollection(Collection<E>, Class<E>) - Static method in class java.util.Collections
Returns a dynamically typesafe view of the specified collection.
checkError() - Method in class java.io.PrintStream
Flush the stream and check its error state.
checkSSLCertificates(ConnectionRequest.SSLCertificate[]) - Method in class com.codename1.io.ConnectionRequest
A callback that can be overridden by subclasses to check the SSL certificates for the server, and kill the connection if they don't pass muster.
checkSum - Variable in class com.codename1.io.tar.TarHeader
 
childToDisplayLabel(Object) - Method in class com.codename1.components.FileTree
 
childToDisplayLabel(Object) - Method in class com.codename1.ui.tree.Tree
Converts a tree child to a label, this method can be overriden for simple rendering effects
CHKSUMLEN - Static variable in class com.codename1.io.tar.TarHeader
 
CircleProgress() - Constructor for class com.codename1.ui.CommonProgressAnimations.CircleProgress
 
Class<T> - Class in java.lang
Instances of the class Class represent classes and interfaces in a running Java application.
Class() - Constructor for class java.lang.Class
 
ClassCastException - Exception in java.lang
Thrown to indicate that the code has attempted to cast an object to a subclass of which it is not an instance.
ClassCastException() - Constructor for exception java.lang.ClassCastException
Constructs a ClassCastException with no detail message.
ClassCastException(String) - Constructor for exception java.lang.ClassCastException
Constructs a ClassCastException with the specified detail message.
ClassLoader - Class in java.lang
 
ClassLoader() - Constructor for class java.lang.ClassLoader
 
ClassLoader(ClassLoader) - Constructor for class java.lang.ClassLoader
 
ClassNotFoundException - Exception in java.lang
Thrown when an application tries to load in a class through its string name using the forName method in class Class but no definition for the class with the specified name could be found.
ClassNotFoundException() - Constructor for exception java.lang.ClassNotFoundException
Constructs a ClassNotFoundException with no detail message.
ClassNotFoundException(String) - Constructor for exception java.lang.ClassNotFoundException
Constructs a ClassNotFoundException with the specified detail message.
cleanSource() - Method in class com.codename1.ui.animations.Transition
Allows setting the source form to null to save memory if the transition doesn't need it in memory.
cleanTempStorage() - Method in class com.codename1.facebook.FaceBookAccess
Deletes all temp storage.
cleanup() - Method in class com.codename1.charts.transitions.SeriesTransition
Cleans up any settings in the transition.
cleanup() - Method in class com.codename1.charts.transitions.XYMultiSeriesTransition
 
cleanup() - Method in class com.codename1.charts.transitions.XYSeriesTransition
Cleans up after the transition is complete.
cleanup() - Method in class com.codename1.charts.transitions.XYValueSeriesTransition
Cleans up after the transition is complete.
cleanup(Object) - Static method in class com.codename1.io.Util
Closes the object (connection, stream etc.) without throwing any exception, even if the object is null
cleanup() - Method in class com.codename1.javascript.JavascriptContext
Deprecated.
Cleans up stale references to Javascript objects.
cleanup() - Method in interface com.codename1.media.Media
Stops the audio playback and cleans up the resources related to it immediately.
cleanup() - Method in class com.codename1.testing.AbstractTest
Cleanup after a test case executed
cleanup() - Method in interface com.codename1.testing.UnitTest
Cleanup after a test case executed
cleanup() - Method in class com.codename1.ui.animations.BubbleTransition
 
cleanup() - Method in class com.codename1.ui.animations.CommonTransitions
Optional operation to cleanup the garbage left over by a running transition
cleanup() - Method in class com.codename1.ui.animations.FlipTransition
 
cleanup() - Method in class com.codename1.ui.animations.Transition
Optional operation to cleanup the garbage left over by a running transition
clear() - Method in class com.codename1.charts.models.AreaSeries
Removes all data.
clear() - Method in class com.codename1.charts.models.CategorySeries
Removes all the existing values from the series.
clear() - Method in class com.codename1.charts.models.MultipleCategorySeries
Removes all the existing values from the series.
clear() - Method in class com.codename1.charts.models.RangeCategorySeries
Removes all the existing values from the series.
clear() - Method in class com.codename1.charts.models.XYMultipleSeriesDataset
Removes all the XY series from the list.
clear() - Method in class com.codename1.charts.models.XYSeries
Removes all the existing values and annotations from the series.
clear() - Method in class com.codename1.charts.models.XYValueSeries
Removes all the values from the series.
clear() - Method in class com.codename1.components.ToastBar.Status
Clears this status message.
clear() - Method in class com.codename1.location.GeofenceManager
Removes all current regions.
clear() - Method in class com.codename1.properties.CollectionProperty
Remove all the elements from the collection and fires a change event
clear() - Method in class com.codename1.properties.ListProperty
Remove all the elements from the list
clear() - Method in class com.codename1.properties.MapProperty
Remove all the elements from the map
clear() - Method in class com.codename1.properties.SetProperty
Remove all the elements from the set and fires a change event if the set wasn't empty
clear() - Method in class com.codename1.ui.ComponentSelector
Clears the result set.
clear(boolean) - Method in class com.codename1.ui.ComponentSelector
Fluent API wrapper for (@link #clear()}
clear() - Method in class com.codename1.ui.TextField
Clears the text from the TextField
clear() - Method in class com.codename1.ui.TextSelection.Spans
Removes all spans.
clear() - Method in class com.codename1.ui.util.WeakHashMap
Removes all elements from this Map, leaving it empty.
clear() - Method in class java.lang.ref.Reference
Clears this reference object.
clear() - Method in class java.util.AbstractCollection
Removes all elements from this Collection, leaving it empty (optional).
clear() - Method in class java.util.AbstractList
Removes all elements from this list, leaving it empty.
clear() - Method in class java.util.AbstractMap
Removes all elements from this map, leaving it empty.
clear() - Method in class java.util.AbstractQueue
Removes all elements of the queue, leaving it empty.
clear() - Method in class java.util.ArrayDeque
Empty the deque.
clear() - Method in class java.util.ArrayList
Removes all elements from this ArrayList, leaving it empty.
clear() - Method in class java.util.BitSet
Clears all the bits in this BitSet.
clear(int) - Method in class java.util.BitSet
Clears the bit at index pos.
clear(int, int) - Method in class java.util.BitSet
Clears the bits starting from pos1 to pos2.
clear() - Method in interface java.util.Collection
Removes all elements from this Collection, leaving it empty (optional).
clear() - Method in class java.util.HashMap
Removes all mappings from this hash map, leaving it empty.
clear() - Method in class java.util.HashSet
Removes all elements from this HashSet, leaving it empty.
clear() - Method in class java.util.Hashtable
Removes all key/value pairs from this Hashtable, leaving the size zero and the capacity unchanged.
clear() - Method in class java.util.IdentityHashMap
Removes all elements from this map, leaving it empty.
clear() - Method in class java.util.LinkedHashMap
Removes all elements from this map, leaving it empty.
clear() - Method in class java.util.LinkedList
Removes all elements from this LinkedList, leaving it empty.
clear() - Method in interface java.util.List
Removes all elements from this List, leaving it empty.
clear() - Method in interface java.util.Map
Removes all elements from this Map, leaving it empty.
clear() - Method in class java.util.PriorityQueue
Removes all the elements of the priority queue.
clear() - Method in interface java.util.Set
Removes all elements from this set, leaving it empty.
clear() - Method in class java.util.TreeMap
Removes all mappings from this TreeMap, leaving it empty.
clear() - Method in class java.util.TreeSet
Removes all elements from this TreeSet, leaving it empty.
clear() - Method in class java.util.Vector
Removes all elements from this vector, leaving it empty.
ClearableTextField - Class in com.codename1.components
Wraps a text field so it will have an X to clear its content on the right hand side
clearAll() - Static method in class com.codename1.io.Preferences
Remove all preferences
clearAllCache() - Method in class com.codename1.io.CacheMap
Clears the caches for this cache object
clearAnnotations() - Method in class com.codename1.charts.models.XYSeries
Removes all the existing annotations from the series.
clearBackgroundListener() - Method in class com.codename1.location.LocationManager
Stop deliver events for the Background LocationListener
clearBit(int) - Method in class com.codename1.util.BigInteger
 
clearBitmapCache() - Static method in class com.codename1.ui.Font
Deprecated.
bitmap font functionality is now deprecated
clearBounds(Object, String) - Static method in class com.codename1.ui.layouts.mig.LinkHandler
 
clearCache() - Method in class com.codename1.cloud.CloudListModel
Deprecated.
Flushes the cache which might be essential when adding new elements
clearCache() - Method in class com.codename1.io.Storage
Storage is cached for faster access, however this might cause a problem with refreshing objects since they are not cloned.
clearChanged() - Method in class java.util.Observable
Clears the changed flag for this Observable.
clearClientProperties() - Method in class com.codename1.ui.Component
Clears all client properties from this Component
clearClientProperties() - Method in class com.codename1.ui.ComponentSelector
clearClientProperties() - Method in class com.codename1.ui.Container
Clears all client properties from this Component
clearComponentsAwaitingRelease() - Method in class com.codename1.ui.Form
 
clearCookiesFromStorage() - Static method in class com.codename1.io.Cookie
Clears all cookies history from storage
clearHistory() - Method in class com.codename1.ui.BrowserComponent
Clears navigation history
clearImageBorderSpecialTile() - Method in class com.codename1.ui.plaf.Border
Cleans the tile tracking state allowing the garbage collector to pick up the component and the image data
clearListener() - Method in class com.codename1.location.LocationManager
Stop deliver events for the LocationListener
clearMemoryCache() - Method in class com.codename1.io.CacheMap
Clears the memory cache
clearPanLimits() - Method in class com.codename1.charts.ChartComponent
Removes the pan limits which may have been previously set with ChartComponent.setPanLimits(double, double, double, double)
clearPieSegments() - Method in class com.codename1.charts.views.PieMapper
Clears the pie segments list.
clearRect(int, int, int, int) - Method in class com.codename1.ui.Graphics
Clears rectangular area of the graphics context.
clearSelection() - Method in class com.codename1.ui.ButtonGroup
Clears the selection such that none of the buttons in the ButtonGroup are selected.
clearSeriesValues() - Method in class com.codename1.charts.models.XYSeries
Removes all the existing values from the series but annotations.
clearSignaturePanel() - Method in class com.codename1.components.SignatureComponent
Clear the signature image and allow it to draw a new one.
clearStorage() - Method in class com.codename1.io.Storage
Deletes all the files in the application storage
clearStorage() - Static method in class com.codename1.ui.CN
Deletes all the files in the application storage
clearStorageCache() - Method in class com.codename1.io.CacheMap
Clears the storage cache
clearStorageCache() - Static method in class com.codename1.ui.CN
Storage is cached for faster access, however this might cause a problem with refreshing objects since they are not cloned.
clearTextLabels() - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Deprecated.
use clearXTextLabels instead
clearTooltip() - Method in class com.codename1.ui.TooltipManager
Invoked to dispose the current tooltip when the pointer moves
clearWeakReferencesNow() - Static method in class com.codename1.ui.layouts.mig.LinkHandler
This method clear any weak references right away instead of waiting for the GC.
clearXTextLabels() - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Clears the existing text labels on the X axis.
clearYTextLabels() - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Clears the existing text labels on the Y axis.
clearYTextLabels(int) - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Clears the existing text labels on the Y axis.
ClickableArea - Class in com.codename1.charts.views
 
ClickableArea(Rectangle2D, double, double) - Constructor for class com.codename1.charts.views.ClickableArea
 
clickableAreasForPoints(List<Float>, List<Double>, float, int, int) - Method in class com.codename1.charts.views.BarChart
 
clickableAreasForPoints(List<Float>, List<Double>, float, int, int) - Method in class com.codename1.charts.views.BubbleChart
 
clickableAreasForPoints(List<Float>, List<Double>, float, int, int) - Method in class com.codename1.charts.views.CombinedXYChart
 
clickableAreasForPoints(List<Float>, List<Double>, float, int, int) - Method in class com.codename1.charts.views.LineChart
 
clickableAreasForPoints(List<Float>, List<Double>, float, int, int) - Method in class com.codename1.charts.views.ScatterChart
 
clickableAreasForPoints(List<Float>, List<Double>, float, int, int) - Method in class com.codename1.charts.views.XYChart
Returns the clickable areas for all passed points
clickButtonByLabel(String) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
clickButtonByLabel(String) - Static method in class com.codename1.testing.TestUtils
Clicks the button with the given label
clickButtonByName(String) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
clickButtonByName(String) - Static method in class com.codename1.testing.TestUtils
Clicks the button with the given label
clickButtonByPath(int[]) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
clickButtonByPath(int[]) - Static method in class com.codename1.testing.TestUtils
Clicks the button with the given component path
clickMenuItem(String) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
clickMenuItem(String) - Static method in class com.codename1.testing.TestUtils
Executes a menu command with the given name
clipRect(int, int, int, int) - Method in class com.codename1.ui.Graphics
Clips the given rectangle by intersecting with the current clipping region, this method can thus only shrink the clipping region and never increase it.
clone() - Method in class com.codename1.io.gzip.Deflate
 
clone() - Method in class com.codename1.io.gzip.GZIPHeader
 
clone() - Method in class com.codename1.l10n.DateFormat
 
clone() - Method in class com.codename1.l10n.DateFormatSymbols
 
clone() - Method in class com.codename1.l10n.SimpleDateFormat
 
clone() - Method in class com.codename1.ui.layouts.GridBagConstraints
 
clone() - Method in class com.codename1.ui.layouts.Insets
 
clone() - Method in class java.lang.Enum
 
clone() - Method in class java.lang.Object
 
clone() - Method in class java.text.DateFormat
Deprecated.
 
clone() - Method in class java.text.DateFormatSymbols
 
clone() - Method in class java.text.SimpleDateFormat
Deprecated.
 
Cloneable - Interface in java.lang
Deprecated.
clone isn't supported in Codename One, this interface is here strictly for compilation purposes
cloneConstraint(Object) - Method in class com.codename1.ui.layouts.LayeredLayout
Makes a copy of the given constraint.
cloneConstraint(Object) - Method in class com.codename1.ui.layouts.Layout
 
cloneConstraint(Object) - Method in class com.codename1.ui.layouts.TextModeLayout
CloneNotSupportedException - Exception in java.lang
Thrown when a program attempts to clone an object which does not support the Cloneable interface.
CloneNotSupportedException() - Constructor for exception java.lang.CloneNotSupportedException
Constructs a new CloneNotSupportedException that includes the current stack trace.
CloneNotSupportedException(String) - Constructor for exception java.lang.CloneNotSupportedException
Constructs a new CloneNotSupportedException with the current stack trace and the specified detail message.
close() - Method in interface com.codename1.db.Cursor
Close the cursor and release its resources
close() - Method in class com.codename1.db.Database
Closes the database
close() - Method in class com.codename1.db.ThreadSafeDatabase
Deprecated.
 
close() - Method in class com.codename1.io.BufferedInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class com.codename1.io.BufferedOutputStream
Closes this output stream and releases any system resources associated with the stream.
close() - Method in class com.codename1.io.CharArrayReader
This method closes this CharArrayReader.
close() - Method in class com.codename1.io.gzip.DeflaterOutputStream
 
close() - Method in class com.codename1.io.gzip.FilterInputStream
 
close() - Method in class com.codename1.io.gzip.FilterOutputStream
 
close() - Method in class com.codename1.io.gzip.InflaterInputStream
 
close() - Method in class com.codename1.io.tar.TarOutputStream
Appends the EOF record and closes the stream
close() - Method in class com.codename1.media.WAVWriter
Closes the writer, and writes the WAV file.
close() - Method in class com.codename1.ui.BrowserWindow
Closes the browser window.
close() - Method in class com.codename1.ui.SwipeableContainer
Close the top component if it is currently opened.
close() - Method in class com.codename1.util.regex.StringReader
 
close() - Method in class java.io.ByteArrayInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.io.ByteArrayOutputStream
Closes this output stream and releases any system resources associated with this stream.
close() - Method in class java.io.DataInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.io.DataOutputStream
Closes this output stream and releases any system resources associated with the stream.
close() - Method in class java.io.InputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.io.InputStreamReader
Close the stream.
close() - Method in class java.io.OutputStream
Closes this output stream and releases any system resources associated with this stream.
close() - Method in class java.io.OutputStreamWriter
Close the stream.
close() - Method in class java.io.PrintStream
Close the stream.
close() - Method in class java.io.Reader
Close the stream.
close() - Method in class java.io.StringReader
Closes this reader.
close() - Method in class java.io.StringWriter
 
close() - Method in class java.io.Writer
Close the stream, flushing it first.
close() - Method in interface java.lang.AutoCloseable
 
closeCurrentEntry() - Method in class com.codename1.io.tar.TarInputStream
Closes the current tar entry
closeCurrentEntry() - Method in class com.codename1.io.tar.TarOutputStream
Closes the current tar entry
closeCurrentMenu() - Static method in class com.codename1.ui.SideMenuBar
Deprecated.
Folds the current side menu if it is open, notice that the menu will close asynchronously
closeCurrentMenu(Runnable) - Static method in class com.codename1.ui.SideMenuBar
Deprecated.
Folds the current side menu if it is open, when the menu is closed it will invoke the runnable callback method
closeLeftSideMenu() - Method in class com.codename1.ui.Toolbar
Closes the left side menu
closeMenu() - Method in class com.codename1.ui.SideMenuBar
Deprecated.
Closes the menu if it is currently open
closePath() - Method in class com.codename1.ui.geom.GeneralPath
Closes the current subpath by drawing a line back to the point of the last moveTo, unless the path is already closed.
closeRightSideMenu() - Method in class com.codename1.ui.Toolbar
Closes the right side menu
closeSideMenu() - Method in class com.codename1.ui.Toolbar
Closes the current side menu
closest(String) - Method in class com.codename1.ui.ComponentSelector
Creates a new set of components consistng of all "closest" ancestors of components in this set which match the provided selector.
CloudException - Exception in com.codename1.cloud
Deprecated.
the cloud storage API is no longer supported, we recommend switching to a solution such as parse4cn1
CloudImageProperty - Class in com.codename1.cloud
Deprecated.
the cloud storage API is no longer supported, we recommend switching to a solution such as parse4cn1
CloudImageProperty(String, EncodedImage) - Constructor for class com.codename1.cloud.CloudImageProperty
Deprecated.
Create an image property for the given id that will hold the place holder image while downloading the actual image
CloudListModel - Class in com.codename1.cloud
Deprecated.
the cloud storage API is no longer supported, we recommend switching to a solution such as parse4cn1
CloudListModel(String, int, int, boolean) - Constructor for class com.codename1.cloud.CloudListModel
Deprecated.
Creates a list model that shows all the cloud elements that have the given key matching the given value at the visibility scope listed below.
CloudListModel(String, int, int, String, boolean) - Constructor for class com.codename1.cloud.CloudListModel
Deprecated.
Creates a list model that shows all the cloud elements that have the given key matching the given value at the visibility scope listed below.
CloudObject - Class in com.codename1.cloud
Deprecated.
the cloud storage API is no longer supported, we recommend switching to a solution such as parse4cn1
CloudObject() - Constructor for class com.codename1.cloud.CloudObject
Deprecated.
Default constructor for externalization purposes only!
CloudObject(String) - Constructor for class com.codename1.cloud.CloudObject
Deprecated.
Constructor
CloudObject(String, int) - Constructor for class com.codename1.cloud.CloudObject
Deprecated.
Create an object with different permissions settings
CloudPersona - Class in com.codename1.cloud
Deprecated.
the cloud storage API is no longer supported, we recommend switching to a solution such as parse4cn1
CloudResponse<T> - Interface in com.codename1.cloud
Deprecated.
the cloud storage API is no longer supported, we recommend switching to a solution such as parse4cn1
CloudStorage - Class in com.codename1.cloud
Deprecated.
this API is targeted for removal due to changes in Google App Engine API support
CM - Static variable in class com.codename1.ui.layouts.mig.UnitValue
A unit indicating centimeters.
cmp - Variable in class com.codename1.ui.CommonProgressAnimations.ProgressAnimation
 
CN - Class in com.codename1.ui
This is a global context static class designed for static import, this class allows us to write more terse code.
CN1Constants - Class in com.codename1.ui
Common constants for Display and CN
CN1Constants() - Constructor for class com.codename1.ui.CN1Constants
 
codePointAt(CharSequence, int) - Static method in class java.lang.Character
Returns the code point at the index in the CharSequence.
codePointAt(char[], int) - Static method in class java.lang.Character
Returns the code point at the index in the char[].
codePointAt(char[], int, int) - Static method in class java.lang.Character
Returns the code point at the index in the char[] that's within the limit.
codePointBefore(CharSequence, int) - Static method in class java.lang.Character
Returns the Unicode code point that proceeds the index in the CharSequence.
codePointBefore(char[], int) - Static method in class java.lang.Character
Returns the Unicode code point that proceeds the index in the char[].
codePointBefore(char[], int, int) - Static method in class java.lang.Character
Returns the Unicode code point that proceeds the index in the char[] and isn't less than start.
codePointCount(CharSequence, int, int) - Static method in class java.lang.Character
Counts the number of Unicode code points in the subsequence of the CharSequence, as delineated by the beginIndex and endIndex.
codePointCount(char[], int, int) - Static method in class java.lang.Character
Counts the number of Unicode code points in the subsequence of the char[], as delineated by the offset and count.
CodeScanner - Class in com.codename1.codescan
Deprecated.
Use the cn1-codescanner cn1lib.
CodeScanner() - Constructor for class com.codename1.codescan.CodeScanner
Deprecated.
 
collapse(Component) - Method in class com.codename1.components.Accordion
Closes the accordion with the given "body"
collapse() - Method in class com.codename1.components.SplitPane
Collapses the aplit pane.
collapse(boolean) - Method in class com.codename1.components.SplitPane
Collapses the split pane.
collapseButtonUIID(String) - Method in class com.codename1.components.SplitPane.Settings
Sets the UIID to use for the collapse button.
collapseIcon(Image) - Method in class com.codename1.components.SplitPane.Settings
Sets the icon to use for the collapse button.
collapseMaterialIcon(char) - Method in class com.codename1.components.SplitPane.Settings
Sets the material icon to use for the collapse button.
collapsePath(Object...) - Method in class com.codename1.ui.tree.Tree
Collapses the last element in the path
collectArguments(MethodHandle, int, MethodHandle) - Static method in class java.lang.invoke.MethodHandles
Deprecated.
 
Collection<E> - Interface in java.util
Collection is the root of the collection hierarchy.
CollectionProperty<T,K> - Class in com.codename1.properties
Base class for a property as a collection which can contain multiple elements within
CollectionProperty(String) - Constructor for class com.codename1.properties.CollectionProperty
 
CollectionProperty(String, Class) - Constructor for class com.codename1.properties.CollectionProperty
 
Collections - Class in java.util
Collections contains static methods which operate on Collection classes.
color(int) - Method in class com.codename1.ui.plaf.RoundBorder
Sets the background color of the circle/rectangle
COLOR_AQUA - Static variable in class com.codename1.ui.html.HTMLElement
 
COLOR_BLACK - Static variable in class com.codename1.ui.html.HTMLElement
 
COLOR_BLUE - Static variable in class com.codename1.ui.html.HTMLElement
 
COLOR_FUCHSIA - Static variable in class com.codename1.ui.html.HTMLElement
 
COLOR_GRAY - Static variable in class com.codename1.ui.html.HTMLElement
 
COLOR_GREEN - Static variable in class com.codename1.ui.html.HTMLElement
 
COLOR_LIME - Static variable in class com.codename1.ui.html.HTMLElement
 
COLOR_MAROON - Static variable in class com.codename1.ui.html.HTMLElement
 
COLOR_NAVY - Static variable in class com.codename1.ui.html.HTMLElement
 
COLOR_OLIVE - Static variable in class com.codename1.ui.html.HTMLElement
 
COLOR_ORANGE - Static variable in class com.codename1.ui.html.HTMLElement
 
COLOR_PURPLE - Static variable in class com.codename1.ui.html.HTMLElement
 
COLOR_RED - Static variable in class com.codename1.ui.html.HTMLElement
 
COLOR_SILVER - Static variable in class com.codename1.ui.html.HTMLElement
 
COLOR_TEAL - Static variable in class com.codename1.ui.html.HTMLElement
 
COLOR_WHITE - Static variable in class com.codename1.ui.html.HTMLElement
 
COLOR_YELLOW - Static variable in class com.codename1.ui.html.HTMLElement
 
colorString() - Method in class com.codename1.ui.plaf.StyleParser.BorderInfo
Returns the border color as a hex string.
ColorUtil - Class in com.codename1.charts.util
 
ColorUtil() - Constructor for class com.codename1.charts.util.ColorUtil
 
cols() - Method in class com.codename1.ui.CommonProgressAnimations.LoadingTextAnimation
Returns the number of columns to render.
cols(int) - Method in class com.codename1.ui.CommonProgressAnimations.LoadingTextAnimation
Returns the number of columns to render.
columns(int) - Method in class com.codename1.ui.AutoCompleteTextComponent
Sets the columns in the text field
columns(int) - Method in class com.codename1.ui.TextComponent
Sets the columns in the text field
columnWeights - Variable in class com.codename1.ui.layouts.GridBagLayout
 
columnWidths - Variable in class com.codename1.ui.layouts.GridBagLayout
 
com.codename1.ads - package com.codename1.ads
 
com.codename1.analytics - package com.codename1.analytics
 
com.codename1.annotations - package com.codename1.annotations
 
com.codename1.background - package com.codename1.background
 
com.codename1.capture - package com.codename1.capture
 
com.codename1.charts - package com.codename1.charts
 
com.codename1.charts.compat - package com.codename1.charts.compat
 
com.codename1.charts.models - package com.codename1.charts.models
 
com.codename1.charts.renderers - package com.codename1.charts.renderers
 
com.codename1.charts.transitions - package com.codename1.charts.transitions
 
com.codename1.charts.util - package com.codename1.charts.util
 
com.codename1.charts.views - package com.codename1.charts.views
 
com.codename1.cloud - package com.codename1.cloud
 
com.codename1.codescan - package com.codename1.codescan
 
com.codename1.compat.java.util - package com.codename1.compat.java.util
 
com.codename1.components - package com.codename1.components
 
com.codename1.contacts - package com.codename1.contacts
 
com.codename1.db - package com.codename1.db
 
com.codename1.facebook - package com.codename1.facebook
 
com.codename1.facebook.ui - package com.codename1.facebook.ui
 
com.codename1.io - package com.codename1.io
 
com.codename1.io.gzip - package com.codename1.io.gzip
 
com.codename1.io.rest - package com.codename1.io.rest
 
com.codename1.io.services - package com.codename1.io.services
 
com.codename1.io.tar - package com.codename1.io.tar
 
com.codename1.javascript - package com.codename1.javascript
 
com.codename1.l10n - package com.codename1.l10n
 
com.codename1.location - package com.codename1.location
 
com.codename1.maps - package com.codename1.maps
 
com.codename1.maps.layers - package com.codename1.maps.layers
 
com.codename1.maps.providers - package com.codename1.maps.providers
 
com.codename1.media - package com.codename1.media
 
com.codename1.messaging - package com.codename1.messaging
 
com.codename1.notifications - package com.codename1.notifications
 
com.codename1.payment - package com.codename1.payment
 
com.codename1.plugin - package com.codename1.plugin
 
com.codename1.plugin.event - package com.codename1.plugin.event
 
com.codename1.processing - package com.codename1.processing
 
com.codename1.properties - package com.codename1.properties
 
com.codename1.push - package com.codename1.push
 
com.codename1.share - package com.codename1.share
 
com.codename1.social - package com.codename1.social
 
com.codename1.system - package com.codename1.system
 
com.codename1.testing - package com.codename1.testing
 
com.codename1.ui - package com.codename1.ui
 
com.codename1.ui.animations - package com.codename1.ui.animations
 
com.codename1.ui.events - package com.codename1.ui.events
 
com.codename1.ui.geom - package com.codename1.ui.geom
 
com.codename1.ui.html - package com.codename1.ui.html
 
com.codename1.ui.layouts - package com.codename1.ui.layouts
 
com.codename1.ui.layouts.mig - package com.codename1.ui.layouts.mig
 
com.codename1.ui.list - package com.codename1.ui.list
 
com.codename1.ui.painter - package com.codename1.ui.painter
 
com.codename1.ui.plaf - package com.codename1.ui.plaf
 
com.codename1.ui.scene - package com.codename1.ui.scene
 
com.codename1.ui.spinner - package com.codename1.ui.spinner
 
com.codename1.ui.table - package com.codename1.ui.table
 
com.codename1.ui.tree - package com.codename1.ui.tree
 
com.codename1.ui.util - package com.codename1.ui.util
 
com.codename1.ui.validation - package com.codename1.ui.validation
 
com.codename1.util - package com.codename1.util
 
com.codename1.util.promise - package com.codename1.util.promise
 
com.codename1.util.regex - package com.codename1.util.regex
 
com.codename1.xml - package com.codename1.xml
 
CombinedXYChart - Class in com.codename1.charts.views
The combined XY chart rendering class.
CombinedXYChart(XYMultipleSeriesDataset, XYMultipleSeriesRenderer, CombinedXYChart.XYCombinedChartDef[]) - Constructor for class com.codename1.charts.views.CombinedXYChart
Builds a new combined XY chart instance.
CombinedXYChart.XYCombinedChartDef - Class in com.codename1.charts.views
Definition of a chart inside a combined XY chart.
COMBINING_SPACING_MARK - Static variable in class com.codename1.util.regex.RECharacter
 
ComboBox<T> - Class in com.codename1.ui
A ComboBox is a list that allows only one selection at a time, when a user clicks the ComboBox a popup button with the full list of elements allows the selection of a single element.
ComboBox(Vector<T>) - Constructor for class com.codename1.ui.ComboBox
Creates a new instance of ComboBox
ComboBox(Object...) - Constructor for class com.codename1.ui.ComboBox
Creates a new instance of ComboBox
ComboBox() - Constructor for class com.codename1.ui.ComboBox
Constructs an empty combo box
ComboBox(ListModel<T>) - Constructor for class com.codename1.ui.ComboBox
Creates a new instance of ComboBox
Command - Class in com.codename1.ui
The Command class provides a useful extension to the ActionListener interface in cases where the same functionality may be accessed by several controls.
Command(String) - Constructor for class com.codename1.ui.Command
Creates a new instance of Command
Command(String, Image) - Constructor for class com.codename1.ui.Command
Creates a new instance of Command
Command(String, int) - Constructor for class com.codename1.ui.Command
Creates a new instance of Command
Command(String, Image, int) - Constructor for class com.codename1.ui.Command
Creates a new instance of Command
COMMAND_ACTIONABLE - Static variable in class com.codename1.ui.SideMenuBar
Deprecated.
When using a side component we might want to only have it behave as a visual tool and still execute the command when it is clicked.
COMMAND_BEHAVIOR_BUTTON_BAR - Static variable in class com.codename1.ui.Display
Indicates that commands should be added to an always visible bar at the bottom of the form.
COMMAND_BEHAVIOR_BUTTON_BAR_TITLE_BACK - Static variable in class com.codename1.ui.Display
Identical to the bar behavior, places the back command within the title bar of the form/dialg
COMMAND_BEHAVIOR_BUTTON_BAR_TITLE_RIGHT - Static variable in class com.codename1.ui.Display
Places all commands on the right side of the title bar with a uniform size grid layout
COMMAND_BEHAVIOR_DEFAULT - Static variable in class com.codename1.ui.Display
Indicates that the Codename One implementation should decide internally the command behavior most appropriate for this platform.
COMMAND_BEHAVIOR_ICS - Static variable in class com.codename1.ui.Display
Commands are placed in the same was as they are in the ice cream sandwich Android OS update where the back button has a theme icon the application icon appears next to the
COMMAND_BEHAVIOR_NATIVE - Static variable in class com.codename1.ui.Display
Indicates that commands should try to add themselves to the native menus
COMMAND_BEHAVIOR_SIDE_NAVIGATION - Static variable in class com.codename1.ui.Display
Commands are placed in a side menu similar to Facebook/Google+ apps
COMMAND_BEHAVIOR_SOFTKEY - Static variable in class com.codename1.ui.Display
Indicates the classic Codename One command behavior where the commands are placed in a list within a dialog.
COMMAND_BEHAVIOR_TOUCH_MENU - Static variable in class com.codename1.ui.Display
Indicates the touch menu dialog rendered by Codename One where commands are placed into a scrollable dialog
COMMAND_PLACEMENT_KEY - Static variable in class com.codename1.ui.SideMenuBar
Deprecated.
This string can be used in putClientProperty within command to hint about the placement of the command
COMMAND_PLACEMENT_VALUE_RIGHT - Static variable in class com.codename1.ui.SideMenuBar
Deprecated.
This string can be used in putClientProperty within command to hint about the placement of the command e.g.
COMMAND_PLACEMENT_VALUE_TOP - Static variable in class com.codename1.ui.SideMenuBar
Deprecated.
This string can be used in putClientProperty within command to hint about the placement of the command e.g.
COMMAND_SIDE_COMPONENT - Static variable in class com.codename1.ui.SideMenuBar
Deprecated.
Allows placing a component instance into the client properties of the command so it is shown instead of the command e.g.: putClientProperty(SideMenuBar.COMMAND_SIDE_COMPONENT, myCustomComponentInstance);
commit() - Method in class com.codename1.cloud.CloudStorage
Deprecated.
Commit works synchronously and returns one of the return codes above to indicate the status.
commit(CloudResponse<Integer>) - Method in class com.codename1.cloud.CloudStorage
Deprecated.
A commit version that works asynchronously and returns one of the return codes above to indicate the status.
commit() - Method in class com.codename1.properties.UiBinding.Binding
Set the value from the component into the property, note that this will throw an exception if autocommit is on
commitBinding() - Method in class com.codename1.cloud.CloudObject
Deprecated.
If deferred changes exist this method applies these changes to the data
commitChange() - Method in class com.codename1.ui.TextField
Commit the changes made to the text field as a complete edit operation.
commitTransaction() - Method in class com.codename1.db.Database
Commits current transaction
commitTransaction() - Method in class com.codename1.db.ThreadSafeDatabase
Deprecated.
 
CommonProgressAnimations - Class in com.codename1.ui
A collection of useful progress animations and utility methods.
CommonProgressAnimations() - Constructor for class com.codename1.ui.CommonProgressAnimations
 
CommonProgressAnimations.CircleProgress - Class in com.codename1.ui
A progress animation that shows an animated circle.
CommonProgressAnimations.EmptyAnimation - Class in com.codename1.ui
An empty progress animation.
CommonProgressAnimations.LoadingTextAnimation - Class in com.codename1.ui
A progress animation that shows a block of text being typed.
CommonProgressAnimations.ProgressAnimation - Class in com.codename1.ui
Base class for ProgressAnimations
CommonTransitions - Class in com.codename1.ui.animations
Contains common transition animations that can be applied to forms & components including the following types: Slide - the exiting form slides out of the screen while the new form slides in (can be vertical or horizontal).
Comparable<T> - Interface in java.lang
This interface should be implemented by all classes that wish to define a natural order of their instances.
Comparator<T> - Interface in java.util
A Comparator is used to compare two objects to determine their ordering with respect to each other.
comparator() - Method in class java.util.PriorityQueue
Gets the comparator of the priority queue.
comparator() - Method in interface java.util.SortedMap
Returns the comparator used to compare keys in this sorted map.
comparator() - Method in interface java.util.SortedSet
Returns the comparator used to compare elements in this SortedSet.
comparator() - Method in class java.util.TreeMap
Returns the comparator used to compare elements in this map.
comparator() - Method in class java.util.TreeSet
Returns the comparator used to compare elements in this TreeSet.
compare(T, T, Comparator<? super T>) - Static method in class com.codename1.compat.java.util.Objects
 
compare(Object, Object, boolean) - Method in class com.codename1.ui.list.FilterProxyListModel
This method can be overriden by subclasses to allow sorting arbitrary objects within the list, it follows the traditional contract of the compare method in Java
compare(String, String) - Method in class com.codename1.util.CaseInsensitiveOrder
Compares the two specified objects to determine their relative ordering.
compare(Date, Date) - Static method in class com.codename1.util.DateUtil
Compares two dates.
compare(byte, byte) - Method in class java.lang.Byte
 
compare(double, double) - Static method in class java.lang.Double
 
compare(float, float) - Static method in class java.lang.Float
 
compare(int, int) - Static method in class java.lang.Integer
 
compare(long, long) - Static method in class java.lang.Long
 
compare(short, short) - Static method in class java.lang.Short
 
compare(T, T) - Method in interface java.util.Comparator
Compares the two specified objects to determine their relative ordering.
compare(T, T, Comparator<? super T>) - Static method in class java.util.Objects
 
compareByDateField(long) - Static method in class com.codename1.util.DateUtil
Compares two dates or sorts multiple dates by the granularity of a specific field.
compareTo(BigDecimal) - Method in class com.codename1.util.BigDecimal
 
compareTo(BigInteger) - Method in class com.codename1.util.BigDecimal
 
compareTo(Object) - Method in class com.codename1.util.BigInteger
 
compareTo(BigInteger) - Method in class com.codename1.util.BigInteger
 
compareTo(Boolean) - Method in class java.lang.Boolean
 
compareTo(Byte) - Method in class java.lang.Byte
 
compareTo(T) - Method in interface java.lang.Comparable
Compares this object to the specified object to determine their relative order.
compareTo(Double) - Method in class java.lang.Double
 
compareTo(E) - Method in class java.lang.Enum
 
compareTo(Float) - Method in class java.lang.Float
 
compareTo(Integer) - Method in class java.lang.Integer
 
compareTo(Long) - Method in class java.lang.Long
 
compareTo(Short) - Method in class java.lang.Short
 
compareTo(String) - Method in class java.lang.String
Compares two strings lexicographically.
compareTo(Charset) - Method in class java.nio.charset.Charset
 
compareTo(Date) - Method in class java.util.Date
 
compareToIgnoreCase(String) - Method in class java.lang.String
 
compile(VideoCaptureConstraints) - Method in interface com.codename1.capture.VideoCaptureConstraints.Compiler
 
compile(String) - Method in class com.codename1.util.regex.RECompiler
Compiles a regular expression pattern into a program runnable by the pattern matcher class 'RE'.
complete(V) - Method in class com.codename1.util.AsyncResource
Sets the resource value.
completed(T) - Method in interface com.codename1.util.OnComplete
Invoked to indicate the process was completed
Component - Class in com.codename1.ui
The component class is the basis of all UI widgets in Codename One, to arrange multiple components together we use the Container class which itself "IS A" Component subclass.
Component() - Constructor for class com.codename1.ui.Component
Creates a new instance of Component
ComponentAdapter(UiBinding.ObjectConverter, UiBinding.ObjectConverter) - Constructor for class com.codename1.properties.UiBinding.ComponentAdapter
Subclasses usually provide the toComponentType and allow their callers to define the toPropertyType
ComponentAnimation - Class in com.codename1.ui.animations
Parent class representing an animation object within the AnimationManager queue.
ComponentAnimation() - Constructor for class com.codename1.ui.animations.ComponentAnimation
 
ComponentAnimation.UIMutation - Class in com.codename1.ui.animations
A special kind of ComponentAnimation that encapsulates a mutation of the user interface.
ComponentGroup - Class in com.codename1.ui
A component group is a container that applies the given UIID to a set of components within it and gives the same UIID with "First"/"Last" prepended to the first and last components.
ComponentGroup() - Constructor for class com.codename1.ui.ComponentGroup
Default constructor
ComponentImage - Class in com.codename1.ui
A utility wrapper that allows a Component to be used as an Image so that it can be set as the icon for a Label or button.
ComponentImage(Component, int, int) - Constructor for class com.codename1.ui.ComponentImage
Creates a new image that renders the given component.
ComponentImage.EncodedWrapper - Class in com.codename1.ui
A wrapper for ComponentImage to convert it to an EncodedImage.
ComponentSelector - Class in com.codename1.ui
A tool to facilitate selection and manipulation of UI components as sets.
ComponentSelector(Component...) - Constructor for class com.codename1.ui.ComponentSelector
Creates a component selector that wraps the provided components.
ComponentSelector(Set<Component>) - Constructor for class com.codename1.ui.ComponentSelector
Creates a component selector that wraps the provided components.
ComponentSelector(String) - Constructor for class com.codename1.ui.ComponentSelector
Creates a selector that will query the current form.
ComponentSelector(String, Component...) - Constructor for class com.codename1.ui.ComponentSelector
Creates a selector with the provided roots.
ComponentSelector(String, Collection<Component>) - Constructor for class com.codename1.ui.ComponentSelector
Creates a selector with the provided roots.
ComponentSelector.ComponentClosure - Interface in com.codename1.ui
Interface used for providing callbacks that receive a Component as input.
ComponentSelector.ComponentMapper - Interface in com.codename1.ui
Interface used by ComponentSelector.map(com.codename1.ui.ComponentSelector.ComponentMapper) to form a new set of components based on the components in one set.
ComponentSelector.Filter - Interface in com.codename1.ui
Interface used by ComponentSelector.filter(com.codename1.ui.ComponentSelector.Filter) to form a new set of components based on the components in one set.
ComponentStateChangeEvent - Class in com.codename1.ui.events
An event that is fired when the state of a component is changed to and from initialized.
ComponentStateChangeEvent(Component, boolean) - Constructor for class com.codename1.ui.events.ComponentStateChangeEvent
Creates a ComponentStateChangeEvent.
ComponentWrapper - Interface in com.codename1.ui.layouts.mig
A class that wraps the important parts of a Component.
compoundAnimation(ComponentAnimation...) - Static method in class com.codename1.ui.animations.ComponentAnimation
Allows us to create an animation that compounds several separate animations so they appear as a single animation to the system and process in parallel
comptable - Variable in class com.codename1.ui.layouts.GridBagLayout
 
computeCheckSum(byte[]) - Method in class com.codename1.io.tar.TarEntry
Calculate checksum
computeFields() - Method in class java.util.Calendar
Converts the current millisecond time value time to field values in fields[].
computeTime() - Method in class java.util.Calendar
Converts the current field values in fields[] to the millisecond time value time.
concat(String) - Method in class java.lang.String
Concatenates the specified string to the end of this string.
concatenate(Transform) - Method in class com.codename1.ui.Transform
Sets the current transform to be the concatenation of the current transform and the provided transform.
concatenateAlpha(int) - Method in class com.codename1.ui.Graphics
Concatenates the given alpha value to the current alpha setting, and returns the previous alpha setting.
ConcurrentModificationException - Exception in java.util
An ConcurrentModificationException is thrown when a Collection is modified and an existing iterator on the Collection is used to modify the Collection as well.
ConcurrentModificationException() - Constructor for exception java.util.ConcurrentModificationException
Constructs a new ConcurrentModificationException with the current stack trace filled in.
ConcurrentModificationException(String) - Constructor for exception java.util.ConcurrentModificationException
Constructs a new ConcurrentModificationException with the current stack trace and message filled in.
connect(String, int, SocketConnection) - Static method in class com.codename1.io.Socket
Connect to a remote host
connect() - Method in class com.codename1.io.URL.HttpURLConnection
 
connect() - Method in class com.codename1.io.URL.URLConnection
 
connect() - Method in class com.codename1.social.Login
Connects to the login service asynchronously, automatically logging in if not yet logged in.
connectionError(int, String) - Method in class com.codename1.io.SocketConnection
Invoked in case of an error in the socket connection, this method is invoked off the EDT
connectionEstablished(InputStream, OutputStream) - Method in class com.codename1.io.SocketConnection
Invoked when a socket connection is established, this method is invoked off the EDT
ConnectionRequest - Class in com.codename1.io
This class represents a connection object in the form of a request response typically common for HTTP/HTTPS connections.
ConnectionRequest() - Constructor for class com.codename1.io.ConnectionRequest
Default constructor
ConnectionRequest(String) - Constructor for class com.codename1.io.ConnectionRequest
Construct a connection request to a url
ConnectionRequest(String, boolean) - Constructor for class com.codename1.io.ConnectionRequest
Construct a connection request to a url
ConnectionRequest.CachingMode - Enum in com.codename1.io
There are 5 caching modes:
ConnectionRequest.SSLCertificate - Class in com.codename1.io
Encapsulates an SSL certificate fingerprint.
CONNECTOR_PUNCTUATION - Static variable in class com.codename1.util.regex.RECharacter
 
connectWithClose(String, int, SocketConnection) - Static method in class com.codename1.io.Socket
Connect to a remote host
constant(Class<?>, Object) - Static method in class java.lang.invoke.MethodHandles
Deprecated.
 
constrain(int, float, ContainerWrapper) - Method in class com.codename1.ui.layouts.mig.BoundSize
Makes sure that size is within min and max of this size.
constrainHeightWhenScrollable() - Method in class com.codename1.ui.Container
Indicates that children's widths should be calculated as if this component weren't scrollable-X, even when the component is scrollable Y.
constraint(int) - Method in class com.codename1.ui.AutoCompleteTextComponent
Sets the constraint for text input matching the constraints from the text area class
constraint() - Method in class com.codename1.ui.layouts.LayeredLayout.LayeredLayoutConstraint
Gets the constraint itself.
constraint() - Method in class com.codename1.ui.layouts.LayeredLayout.LayeredLayoutConstraint.Inset
Gets the constraint that contains this inset.
Constraint() - Constructor for class com.codename1.ui.table.TableLayout.Constraint
 
constraint(int) - Method in class com.codename1.ui.TextComponent
Sets the constraint for text input matching the constraints from the text area class
Constraint - Interface in com.codename1.ui.validation
To perform validation we add a constraint to a validator, a constraint defines whether a value if valid for a given object
ConstraintParser - Class in com.codename1.ui.layouts.mig
Parses string constraints.
constrainWidthWhenScrollable() - Method in class com.codename1.ui.Container
Indicates that children's widths should be calculated as if this component weren't scrollable-X, even when the component is scrollable X.
Constructor - Class in java.lang.reflect
 
Constructor() - Constructor for class java.lang.reflect.Constructor
 
constructRightSideNavigationComponent() - Method in class com.codename1.ui.Toolbar
Creates an empty right side navigation panel.
constructSideNavigationComponent() - Method in class com.codename1.ui.SideMenuBar
Deprecated.
Creates an empty side navigation panel.
constructSideNavigationComponent() - Method in class com.codename1.ui.Toolbar
Creates an empty left side navigation panel.
consume() - Method in class com.codename1.ui.events.ActionEvent
Consume the event indicating that it was handled thus preventing other action listeners from handling/receiving the event
Contact - Class in com.codename1.contacts
Represents a Contact entry from the device Address Book.
The sample below demonstrates listing all the contacts within the device with their photos
Contact() - Constructor for class com.codename1.contacts.Contact
Empty Constructor
ContactsManager - Class in com.codename1.contacts
ContactsManager provides access to the contacts on the device for listing, adding and deleting contacts.
The sample below demonstrates listing all the contacts within the device with their photos
ContactsManager() - Constructor for class com.codename1.contacts.ContactsManager
 
ContactsModel - Class in com.codename1.contacts
This Contacts model is responsible for querying Contacts from the device and to cache the data for faster usage
ContactsModel(String...) - Constructor for class com.codename1.contacts.ContactsModel
Constructor with contacts ids
Container - Class in com.codename1.ui
A composite pattern with Component, allows nesting and arranging multiple components using a pluggable layout manager architecture.
Container(Layout, String) - Constructor for class com.codename1.ui.Container
Constructs a new Container with a new layout manager and UIID
Container(Layout) - Constructor for class com.codename1.ui.Container
Constructs a new Container with a new layout manager.
Container() - Constructor for class com.codename1.ui.Container
Constructs a new Container, with a FlowLayout.
ContainerList - Class in com.codename1.ui.list
Deprecated.
the performance of ContainerList is worse than the performance of List or Container. The API/behaviors are problematic and we don't think its the right choice for any project. It is our recommendation that you use Container, InfiniteContainer etc.
ContainerList() - Constructor for class com.codename1.ui.list.ContainerList
Deprecated.
Default constructor
ContainerList(ListModel) - Constructor for class com.codename1.ui.list.ContainerList
Deprecated.
Constructs a container list with the given model
ContainerList(Layout, ListModel) - Constructor for class com.codename1.ui.list.ContainerList
Deprecated.
Constructs a container list with the given model and layout
ContainerWrapper - Interface in com.codename1.ui.layouts.mig
A class that wraps a container that contains components.
contains(Coord) - Method in class com.codename1.maps.BoundingBox
indicates if the given coordinate is inside the counding box
contains(T) - Method in class com.codename1.properties.CollectionProperty
Returns true if the given element is contained in the collection property
contains(T) - Method in class com.codename1.properties.ListProperty
Returns true if the given element is contained in the list property
contains(T) - Method in class com.codename1.properties.SetProperty
Returns true if the given element is contained in the set property
contains(int, int) - Method in class com.codename1.ui.Component
Returns true if the given absolute coordinate is contained in the Component
contains(Object) - Method in class com.codename1.ui.ComponentSelector
Checks if an object is contained in result set.
contains(int, int) - Method in class com.codename1.ui.ComponentSelector
Returns true if any of the components in the found set contains the provided coordinate.
contains(Component) - Method in class com.codename1.ui.Container
Returns true if the given component is within the hierarchy of this container
contains(float, float) - Method in class com.codename1.ui.geom.GeneralPath
Checks if the given point is contained in the current shape.
contains(int, int) - Method in class com.codename1.ui.geom.GeneralPath
{Checks if the shape contains the given point.}
contains(Rectangle) - Method in class com.codename1.ui.geom.Rectangle
Checks whether or not this Rectangle entirely contains the specified Rectangle.
contains(int, int, int, int) - Method in class com.codename1.ui.geom.Rectangle
Checks whether this Rectangle entirely contains the Rectangle at the specified location (rX, rY) with the specified dimensions (rWidth, rHeight).
contains(int, int, int, int, int, int, int, int) - Static method in class com.codename1.ui.geom.Rectangle
Checks wheather the 2nd rectangle is contained in the first rectangle
contains(int, int) - Method in class com.codename1.ui.geom.Rectangle
Checks whether or not this Rectangle contains the point at the specified location (rX, rY).
contains(Rectangle2D) - Method in class com.codename1.ui.geom.Rectangle2D
Checks whether or not this Rectangle entirely contains the specified Rectangle.
contains(double, double, double, double) - Method in class com.codename1.ui.geom.Rectangle2D
Checks whether this Rectangle entirely contains the Rectangle at the specified location (rX, rY) with the specified dimensions (rWidth, rHeight).
contains(double, double, double, double, double, double, double, double) - Static method in class com.codename1.ui.geom.Rectangle2D
Checks wheather the 2nd rectangle is contained in the first rectangle
contains(double, double) - Method in class com.codename1.ui.geom.Rectangle2D
Checks whether or not this Rectangle contains the point at the specified location (rX, rY).
contains(int, int) - Method in class com.codename1.ui.geom.Rectangle2D
 
contains(int, int) - Method in interface com.codename1.ui.geom.Shape
Checks if the shape contains the given point.
contains(int, int) - Method in class com.codename1.ui.scene.Node
Deprecated.
This can be used to hit test pointer events against this node.
contains(Element) - Method in class com.codename1.xml.Element
Returns true if the specified element is contained in this element's hierarchy (meaning it is one of its descendants)
contains(CharSequence) - Method in class java.lang.String
Checks if string contains the given char sequence.
contains(Object) - Method in class java.util.AbstractCollection
Tests whether this Collection contains the specified object.
contains(Object) - Method in class java.util.ArrayDeque
Returns true if the specified element is in the deque.
contains(Object) - Method in class java.util.ArrayList
Searches this ArrayList for the specified object.
contains(Object) - Method in interface java.util.Collection
Tests whether this Collection contains the specified object.
contains(Object) - Method in class java.util.HashSet
Searches this HashSet for the specified object.
contains(Object) - Method in class java.util.Hashtable
Returns true if this Hashtable contains the specified object as the value of at least one of the key/value pairs.
contains(Object) - Method in class java.util.LinkedList
Searches this LinkedList for the specified object.
contains(Object) - Method in interface java.util.List
Tests whether this List contains the specified object.
contains(Object) - Method in class java.util.PriorityQueue
Answers if there is an element in this queue equals to the object.
contains(Object) - Method in interface java.util.Set
Searches this set for the specified object.
contains(Object) - Method in class java.util.TreeSet
Searches this TreeSet for the specified object.
contains(Object) - Method in class java.util.Vector
Searches this vector for the specified object.
containsAll(Collection<?>) - Method in class com.codename1.ui.ComponentSelector
Checks if the result set contains all of the components found in the provided collection.
containsAll(Collection<?>) - Method in class java.util.AbstractCollection
Tests whether this Collection contains all objects contained in the specified Collection.
containsAll(Collection<?>) - Method in interface java.util.Collection
Tests whether this Collection contains all objects contained in the specified Collection.
containsAll(Collection<?>) - Method in interface java.util.List
Tests whether this List contains all objects contained in the specified collection.
containsAll(Collection<?>) - Method in interface java.util.Set
Searches this set for all objects in the specified collection.
containsAll(Collection<?>) - Method in class java.util.Vector
Searches this vector for all objects in the specified collection.
containsInSubtree(Component) - Method in class com.codename1.ui.ComponentSelector
Returns true if any of the containers in the current found set contains the provided component in its subtree.
containsKey(Object) - Method in class com.codename1.ui.util.WeakHashMap
Returns whether this Map contains the specified key.
containsKey(Object) - Method in class java.util.AbstractMap
Returns whether this map contains the specified key.
containsKey(Object) - Method in class java.util.HashMap
Returns whether this map contains the specified key.
containsKey(Object) - Method in class java.util.Hashtable
Returns true if this Hashtable contains the specified object as a key of one of the key/value pairs.
containsKey(Object) - Method in class java.util.IdentityHashMap
Returns whether this map contains the specified key.
containsKey(Object) - Method in interface java.util.Map
Returns whether this Map contains the specified key.
containsKey(Object) - Method in class java.util.TreeMap
Returns whether this map contains the specified key.
containsOrOwns(int, int) - Method in class com.codename1.ui.Component
Checks to see if this component either contains the given point, or if it owns the component that contains the given point.
containsSeries(int) - Method in class com.codename1.charts.views.CombinedXYChart.XYCombinedChartDef
 
containsValue(Object) - Method in class com.codename1.ui.util.WeakHashMap
This method is unsupported in the weak hash map
containsValue(Object) - Method in class java.util.AbstractMap
Returns whether this map contains the specified value.
containsValue(Object) - Method in class java.util.HashMap
Returns whether this map contains the specified value.
containsValue(Object) - Method in class java.util.Hashtable
Searches this Hashtable for the specified value.
containsValue(Object) - Method in class java.util.IdentityHashMap
Returns whether this map contains the specified value.
containsValue(Object) - Method in class java.util.LinkedHashMap
 
containsValue(Object) - Method in interface java.util.Map
Returns whether this Map contains the specified value.
containsValue(Object) - Method in class java.util.TreeMap
Returns whether this map contains the specified value.
contentEquals(CharSequence) - Method in class java.lang.String
 
contentEquals(StringBuffer) - Method in class java.lang.String
 
contentType(String) - Method in class com.codename1.io.rest.RequestBuilder
Sets the value of the content type
continueFetching() - Method in class com.codename1.components.InfiniteScrollAdapter
If we previously added components with false for are there more this method can continue the process of fetching.
continueFetching(Container) - Static method in class com.codename1.components.InfiniteScrollAdapter
If we previously added components with false for are there more this method can continue the process of fetching.
continueFetching() - Method in class com.codename1.ui.InfiniteContainer
If we previously added returned null when fetching components this method can continue the process of fetching.
CONTROL - Static variable in class com.codename1.util.regex.RECharacter
 
convert(Object) - Method in class com.codename1.properties.UiBinding.BooleanConverter
 
convert(Object) - Method in class com.codename1.properties.UiBinding.DateConverter
 
convert(Object) - Method in class com.codename1.properties.UiBinding.DoubleConverter
 
convert(Object) - Method in class com.codename1.properties.UiBinding.FloatConverter
 
convert(Object) - Method in class com.codename1.properties.UiBinding.IntegerConverter
 
convert(Object) - Method in class com.codename1.properties.UiBinding.LongConverter
 
convert(Object) - Method in class com.codename1.properties.UiBinding.MappingConverter
 
convert(Object) - Method in class com.codename1.properties.UiBinding.ObjectConverter
Converts an object of source type to the type matching this class, the default implementation does nothing and can be used as a stand-in
convert(Object) - Method in class com.codename1.properties.UiBinding.StringConverter
 
convertBidiLogicalToVisual(String) - Method in class com.codename1.ui.Display
Converts the given string from logical bidi layout to visual bidi layout so it can be rendered properly on the screen.
convertCharEntity(String) - Method in class com.codename1.ui.html.HTMLParser
Overrides XMLParser.convertCharEntity to add in HTML char entities
convertCharEntity(String, boolean, Hashtable) - Static method in class com.codename1.ui.html.HTMLUtils
Deprecated.
Converts a char entity to the matching character or string.
convertCharEntity(String) - Method in class com.codename1.xml.XMLParser
Converts a char entity to the matching character.
convertHTMLCharEntity(String) - Static method in class com.codename1.ui.html.HTMLUtils
Deprecated.
Converts an HTML char entity to the matching character or string.
convertToPixels(int, boolean) - Static method in class com.codename1.ui.CN
Converts the dips count to pixels, dips are roughly 1mm in length.
convertToPixels(float, byte, boolean) - Static method in class com.codename1.ui.CN
Converts from specified unit to pixels.
convertToPixels(float, byte) - Static method in class com.codename1.ui.CN
Converts from specified unit to pixels.
convertToPixels(float) - Static method in class com.codename1.ui.CN
Converts the dips count to pixels, dips are roughly 1mm in length.
convertToPixels(int, boolean) - Method in class com.codename1.ui.Display
Converts the dips count to pixels, dips are roughly 1mm in length.
convertToPixels(float, byte) - Method in class com.codename1.ui.Display
Converts from specified unit to pixels.
convertToPixels(float, byte, boolean) - Method in class com.codename1.ui.Display
Converts from specified unit to pixels.
convertToPixels(float) - Method in class com.codename1.ui.Display
Converts the dips count to pixels, dips are roughly 1mm in length.
convertToPixels(float, String, boolean, float, ContainerWrapper, ComponentWrapper) - Method in class com.codename1.ui.layouts.mig.UnitConverter
Converts value to pixels.
convertXMLCharEntity(String) - Static method in class com.codename1.ui.html.HTMLUtils
Deprecated.
Converts an XML char entity to the matching character or string.
Cookie - Class in com.codename1.io
A cookie for an HTTP request
Cookie() - Constructor for class com.codename1.io.Cookie
 
cookieReceived(Cookie) - Method in class com.codename1.io.ConnectionRequest
Callback invoked for every cookie received from the server
cookiesEnabled(boolean) - Method in class com.codename1.io.rest.RequestBuilder
Sets the cookiesEnabled parameter.
cookieSent(Cookie) - Method in class com.codename1.io.ConnectionRequest
Callback invoked for every cookie being sent to the server
Coord - Class in com.codename1.maps
This class declares a coordinate point on a map.
Coord(double, double) - Constructor for class com.codename1.maps.Coord
Creates a isProjected Coord
Coord(double, double, boolean) - Constructor for class com.codename1.maps.Coord
a Constructor with getLatitude, getLongitude
Coord(Coord) - Constructor for class com.codename1.maps.Coord
Copy Constructor
CoordinateLayout - Class in com.codename1.ui.layouts
Deprecated.
the usage of this layout is strongly discouraged as elements will not adapt to the right position/size
CoordinateLayout() - Constructor for class com.codename1.ui.layouts.CoordinateLayout
Deprecated.
Allows creating a coordinate layouts that disables the scaling feature
CoordinateLayout(int, int) - Constructor for class com.codename1.ui.layouts.CoordinateLayout
Deprecated.
This constructor accepts the relative width and height used to define the aspect ratio of the Container
CoordinateLayout(Dimension) - Constructor for class com.codename1.ui.layouts.CoordinateLayout
Deprecated.
This constructor accepts the relative width and height used to define the aspect ratio of the Container
copy(Hashtable) - Method in class com.codename1.facebook.Album
copies the relevant values from the given hashtable
copy(Hashtable) - Method in class com.codename1.facebook.FBObject
copies the relevant values from the given hashtable
copy(Hashtable) - Method in class com.codename1.facebook.Page
copies the relevant values from the given hashtable
copy(Hashtable) - Method in class com.codename1.facebook.Photo
copies the relevant values from the given hashtable
copy(Hashtable) - Method in class com.codename1.facebook.Post
copies the relevant values from the given hashtable
copy(Hashtable) - Method in class com.codename1.facebook.User
copies the relevant values from the given hashtable
copy() - Method in class com.codename1.io.gzip.Adler32
 
copy() - Method in class com.codename1.io.gzip.CRC32
 
copy(Deflater) - Method in class com.codename1.io.gzip.Deflater
 
copy(InputStream, OutputStream) - Static method in class com.codename1.io.Util
Copy the input stream into the output stream, closes both streams when finishing or in a case of an exception
copy(InputStream, OutputStream, int) - Static method in class com.codename1.io.Util
Copy the input stream into the output stream, closes both streams when finishing or in a case of an exception
copy() - Method in class com.codename1.ui.animations.AnimationObject
Creates a copy of the given animation object
copy(boolean) - Method in class com.codename1.ui.animations.BubbleTransition
Create a copy of the transition, usually the transition used is a copy.
copy(boolean) - Method in class com.codename1.ui.animations.CommonTransitions
Create a copy of the transition, usually the transition used is a copy.
copy(boolean) - Method in class com.codename1.ui.animations.FlipTransition
Create a copy of the transition, usually the transition used is a copy.
copy(boolean) - Method in class com.codename1.ui.animations.MorphTransition
Create a copy of the transition, usually the transition used is a copy.
copy(boolean) - Method in class com.codename1.ui.animations.Transition
Create a copy of the transition, usually the transition used is a copy.
copy() - Method in class com.codename1.ui.layouts.LayeredLayout.LayeredLayoutConstraint
Makes a full copy of this inset.
copy() - Method in class com.codename1.ui.layouts.LayeredLayout.LayeredLayoutConstraint.Inset
Creates a copy of this inset.
copy() - Method in class com.codename1.ui.TextSelection
Copies the current selection to the system clipboard.
copy() - Method in class com.codename1.ui.Transform
Creates a copy of the current transform.
copy(List<? super T>, List<? extends T>) - Static method in class java.util.Collections
Copies the elements from the source list to the destination list.
copyFrom(AudioBuffer) - Method in class com.codename1.media.AudioBuffer
Copies data into the buffer from the given source buffer.
copyFrom(int, int, float[]) - Method in class com.codename1.media.AudioBuffer
Copies data from the source array into this buffer.
copyFrom(int, int, float[], int, int) - Method in class com.codename1.media.AudioBuffer
Copies data from the source array (in the given range) into the buffer.
copyInto(Object[]) - Method in class java.util.Vector
Attempts to copy elements contained by this Vector into the corresponding elements of the supplied Object array.
copyNoClose(InputStream, OutputStream, int) - Static method in class com.codename1.io.Util
Copy the input stream into the output stream, without closing the streams when done
copyNoClose(InputStream, OutputStream, int, IOProgressListener) - Static method in class com.codename1.io.Util
Copy the input stream into the output stream, without closing the streams when done
copyOf(T[], int, Class<? extends T[]>) - Static method in class java.util.Arrays
 
copyOf(T[], int) - Static method in class java.util.Arrays
 
copyOf(boolean[]) - Static method in class java.util.Arrays
 
copyOf(boolean[], int) - Static method in class java.util.Arrays
 
copyOf(char[]) - Static method in class java.util.Arrays
 
copyOf(char[], int) - Static method in class java.util.Arrays
 
copyOf(double[]) - Static method in class java.util.Arrays
 
copyOf(double[], int) - Static method in class java.util.Arrays
 
copyOf(float[]) - Static method in class java.util.Arrays
 
copyOf(float[], int) - Static method in class java.util.Arrays
 
copyOf(long[]) - Static method in class java.util.Arrays
 
copyOf(long[], int) - Static method in class java.util.Arrays
 
copyOf(int[]) - Static method in class java.util.Arrays
 
copyOf(int[], int) - Static method in class java.util.Arrays
 
copyOf(byte[]) - Static method in class java.util.Arrays
 
copyOf(byte[], int) - Static method in class java.util.Arrays
 
copyOf(short[]) - Static method in class java.util.Arrays
 
copyOf(short[], int) - Static method in class java.util.Arrays
 
copyOfRange(boolean[], int, int) - Static method in class java.util.Arrays
Copies elements in original array to a new array, from index start(inclusive) to end(exclusive).
copyOfRange(byte[], int, int) - Static method in class java.util.Arrays
Copies elements in original array to a new array, from index start(inclusive) to end(exclusive).
copyOfRange(char[], int, int) - Static method in class java.util.Arrays
Copies elements in original array to a new array, from index start(inclusive) to end(exclusive).
copyOfRange(double[], int, int) - Static method in class java.util.Arrays
Copies elements in original array to a new array, from index start(inclusive) to end(exclusive).
copyOfRange(float[], int, int) - Static method in class java.util.Arrays
Copies elements in original array to a new array, from index start(inclusive) to end(exclusive).
copyOfRange(int[], int, int) - Static method in class java.util.Arrays
Copies elements in original array to a new array, from index start(inclusive) to end(exclusive).
copyOfRange(long[], int, int) - Static method in class java.util.Arrays
Copies elements in original array to a new array, from index start(inclusive) to end(exclusive).
copyOfRange(short[], int, int) - Static method in class java.util.Arrays
Copies elements in original array to a new array, from index start(inclusive) to end(exclusive).
copyOfRange(U[], int, int, Class<? extends T[]>) - Static method in class java.util.Arrays
 
copyOfRange(T[], int, int) - Static method in class java.util.Arrays
 
copySign(double, double) - Static method in class com.codename1.util.MathUtil
 
copysign(double, double) - Static method in class com.codename1.util.MathUtil
Deprecated.
Please update your code to use copySign
copyTo(AudioBuffer) - Method in class com.codename1.media.AudioBuffer
Copies data to another audio buffer.
copyTo(float[]) - Method in class com.codename1.media.AudioBuffer
Copies data from this buffer to the given float array.
copyTo(float[], int) - Method in class com.codename1.media.AudioBuffer
Copies data from this buffer to the given float array.
copyTo(LayeredLayout.LayeredLayoutConstraint) - Method in class com.codename1.ui.layouts.LayeredLayout.LayeredLayoutConstraint
Copies the settings of this constraint into another constraint.
copyTo(LayeredLayout.LayeredLayoutConstraint.Inset) - Method in class com.codename1.ui.layouts.LayeredLayout.LayeredLayoutConstraint.Inset
Copies this inset into another inset.
copyTo(LayeredLayout.LayeredLayoutConstraint) - Method in class com.codename1.ui.layouts.LayeredLayout.LayeredLayoutConstraint.Inset
Copies this inset to the corresponding inset of the provided constraint.
copyTo(Component) - Method in class com.codename1.ui.layouts.LayeredLayout.LayeredLayoutConstraint.Inset
Copies this inset into the corresponding inset of the provided component.
copyToClipboard(Object) - Method in class com.codename1.ui.Display
Performs a clipboard copy operation, if the native clipboard is supported by the implementation it would be used
copyValueOf(char[]) - Static method in class java.lang.String
 
copyValueOf(char[], int, int) - Static method in class java.lang.String
 
cornerRadius(float) - Method in class com.codename1.ui.plaf.RoundRectBorder
The radius of the corners in millimeters
correctBounds(ComponentWrapper) - Method in class com.codename1.ui.layouts.mig.LayoutCallback
A last minute change of the bounds.
cos(double) - Static method in class java.lang.Math
Returns the trigonometric cosine of an angle.
count - Variable in class com.codename1.io.BufferedOutputStream
The number of valid bytes in the buffer.
count - Variable in class com.codename1.io.CharArrayReader
The ending index of the buffer.
count(int) - Method in class com.codename1.ui.layouts.mig.AC
Sets the total number of rows/columns to size.
count - Variable in class java.io.ByteArrayInputStream
The index one greater than the last valid character in the input stream buffer.
count - Variable in class java.io.ByteArrayOutputStream
The number of valid bytes in the buffer.
countAvailableVelocitySamplingPoints() - Method in class com.codename1.ui.animations.Motion
Gets the number of sampling points that can be used by Motion.getVelocity().
countObservers() - Method in class java.util.Observable
Returns the number of observers registered to this Observable.
countTokens() - Method in class java.util.StringTokenizer
Returns the number of unprocessed tokens remaining in the string.
CrashReport - Interface in com.codename1.system
Invoked to indicate that an exception occurred, it is up to the developer to decide whether to send the device log to the server by invoking Log.sendLog().
CRC32 - Class in com.codename1.io.gzip
 
CRC32() - Constructor for class com.codename1.io.gzip.CRC32
 
crc32_combine(long, long, long) - Static method in class com.codename1.io.gzip.JZlib
 
create(String, int, int) - Static method in class com.codename1.components.FileEncodedImage
Creates an encoded image that maps to a local file thus allowing to seamlessly fetch files as needed.
create(String, InputStream, int, int) - Static method in class com.codename1.components.FileEncodedImage
Creates an encoded image that maps to a local file thus allowing to seamlessly fetch files as needed.
create(String, int, int, boolean) - Static method in class com.codename1.components.FileEncodedImage
Creates an encoded image that maps to a local file thus allowing to seamlessly fetch files as needed.
create(String, byte[], int, int) - Static method in class com.codename1.components.FileEncodedImageAsync
Deprecated.
use the version that accepts a name and a placeholderImage
create(String, Image) - Static method in class com.codename1.components.FileEncodedImageAsync
Creates an encoded image that maps to a local file thus allowing to seamlessly fetch files as needed.
create(EncodedImage) - Static method in class com.codename1.components.ReplaceableImage
Creates an encoded image that can later be replaced with a different image
create(String, byte[], int, int) - Static method in class com.codename1.components.StorageImage
Creates an encoded image that maps to a storage file thus allowing to seamlessly cache images as needed.
create(String, byte[], int, int, boolean) - Static method in class com.codename1.components.StorageImage
Creates an encoded image that maps to a storage file thus allowing to seamlessly cache images as needed.
create(String, InputStream, int, int) - Static method in class com.codename1.components.StorageImage
Creates an encoded image that maps to a storage file thus allowing to seamlessly cache images as needed.
create(String, int, int) - Static method in class com.codename1.components.StorageImage
Creates an encoded image that maps to a storage file thus allowing to seamlessly cache images as needed.
create(String, int, int, boolean) - Static method in class com.codename1.components.StorageImage
Creates an encoded image that maps to a storage file thus allowing to seamlessly cache images as needed.
create(String, Image) - Static method in class com.codename1.components.StorageImageAsync
Creates an encoded image that maps to a storage file thus allowing to seamlessly cache images as needed.
create(Coord[]) - Static method in class com.codename1.maps.BoundingBox
create a smallest bounding box that contains all of the given coordinates
create(Vector) - Static method in class com.codename1.maps.BoundingBox
/** create a smallest bounding box that contains all of the given coordinates
create(PropertyBusinessObject) - Static method in class com.codename1.properties.PreferencesObject
Creates a binding object, this method doesn't do anything until bind is invoked
create(Database) - Static method in class com.codename1.properties.SQLMap
Creates an SQL Map instance to the given database instance
create(Class<T>) - Static method in class com.codename1.system.NativeLookup
Creates an instance of the given native interface and returns it for user callbacks.
create(int) - Static method in class com.codename1.ui.animations.MorphTransition
Creates a transition with the given duration, this transition should be modified with the builder methods such as morph
create(String, Image, ActionListener) - Static method in class com.codename1.ui.Command
Creates a new command instance that encapsulates the action listener and details, the main value of this approach is in our ability to write commands using the shorthand lambda syntax of Java 8.
create(byte[]) - Static method in class com.codename1.ui.EncodedImage
Creates an image from the given byte array
create(byte[], int, int, boolean) - Static method in class com.codename1.ui.EncodedImage
Creates an image from the given byte array with the variables set appropriately.
create(InputStream) - Static method in class com.codename1.ui.EncodedImage
Creates an image from the input stream
create(InputStream, int) - Static method in class com.codename1.ui.EncodedImage
Creates an image from the input stream, this version of the method is somewhat faster than the version that doesn't accept size
create(String) - Static method in class com.codename1.ui.EncodedImage
Creates an image from the input stream
create(String) - Static method in class com.codename1.ui.Font
Creates a new font instance based on the platform specific string name of the font.
create(String, Style) - Static method in class com.codename1.ui.FontImage
Creates the font image based on the given style, the font in the style is assumed to be an icon font
create(String, Style, Font) - Static method in class com.codename1.ui.FontImage
Creates the font image with the given style settings but uses the given font, notice that the size of the given font determines the size of the icon!
create(Object) - Static method in class com.codename1.ui.PeerComponent
Use this method to encapsulate a native UI object
create() - Static method in class com.codename1.ui.plaf.RoundBorder
Creates a flat round border with no stroke and no shadow and the default color, this call can be chained with the other calls to mutate the color/opacity etc.
create() - Static method in class com.codename1.ui.plaf.RoundRectBorder
Creates a flat border with styles derived from the component UIID
create(String, int) - Static method in class com.codename1.ui.TextField
Construct text field/area depending on whether native in place editing is supported
create() - Static method in class com.codename1.ui.TextField
Default factory method
create(int) - Static method in class com.codename1.ui.TextField
Construct text field/area depending on whether native in place editing is supported
create(String) - Static method in class com.codename1.ui.TextField
Construct text field/area depending on whether native in place editing is supported
create(String) - Static method in class java.net.URI
A convenience factory method, intended to be used when the URI string is known to be valid (ie.
createAdsService() - Static method in class com.codename1.ads.AdsService
Creates a new AdsService to be used by the Ads Component
createAnimateHierarchy(int) - Method in class com.codename1.ui.Container
Animates a pending hierarchy of components into place, this effectively replaces revalidate with a more visual form of animation.
createAnimateHierarchyFade(int, int) - Method in class com.codename1.ui.Container
Animates a pending hierarchy of components into place, this effectively replaces revalidate with a more visual form of animation.
createAnimateLayout(int) - Method in class com.codename1.ui.Container
Animates a pending layout into place, this effectively replaces revalidate with a more visual form of animation
See:
createAnimateLayoutFade(int, int) - Method in class com.codename1.ui.Container
Animates a pending layout into place, this effectively replaces revalidate with a more visual form of animation
createAnimateLayoutFadeAndWait(int, int) - Method in class com.codename1.ui.Container
Deprecated.
this was added by mistake!
createAnimateMotion(int, int, int) - Method in class com.codename1.ui.Container
Creates a motion object for animation, allows subclasses to replace the motion type used in animations (currently defaults to ease-in).
createAnimateUnlayout(int, int, Runnable) - Method in class com.codename1.ui.Container
This method is the exact reverse of createAnimateLayout, when animation is completed it leaves the container in an invalid state.
createAnimationImage(Image, int, int) - Static method in class com.codename1.ui.animations.AnimationObject
Creates an animation object instance that can define the animation properties for an image
createAnimationImage(String, Resources, int, int) - Static method in class com.codename1.ui.animations.AnimationObject
Creates an animation object instance that can define the animation properties for an image.
createAnonymous() - Static method in class com.codename1.cloud.CloudPersona
Deprecated.
Creates an anonymous persona that will be unique in the cloud, NEVER logout an anonymous user!
createAuthComponent(ActionListener) - Method in class com.codename1.facebook.FaceBookAccess
This method creates a component which can authenticate.
createAuthComponent(ActionListener) - Method in class com.codename1.io.Oauth2
This method creates a component which can authenticate.
createBackCommandButton() - Method in class com.codename1.ui.MenuBar
 
createBackgroundMedia(String) - Static method in class com.codename1.media.MediaManager
Creates an audio media that can be played in the background.
createBackgroundMedia(String) - Method in class com.codename1.ui.Display
Creates an audio media that can be played in the background.
createBackgroundMediaAsync(String) - Static method in class com.codename1.media.MediaManager
Creates an audio media asynchronously that can be played in the background.
createBackgroundMediaAsync(String) - Method in class com.codename1.ui.Display
Creates an audio media that can be played in the background.
createBackLazyValue(Form) - Method in class com.codename1.ui.util.UIBuilder
This is useful for swipe back navigation behavior
createBadge(String) - Static method in class com.codename1.components.FloatingActionButton
Creates a text badge
createBaselineGroup(boolean, boolean) - Method in class com.codename1.ui.layouts.GroupLayout
Creates and returns a ParallelGroup that aligns it's elements along the baseline.
createBevelLowered() - Static method in class com.codename1.ui.plaf.Border
Creates a lowered bevel border with default colors, highlight is derived from the component and shadow is a plain dark color
createBevelLowered(int, int, int, int) - Static method in class com.codename1.ui.plaf.Border
Creates a raised bevel border with the given colors
createBevelRaised() - Static method in class com.codename1.ui.plaf.Border
Creates a lowered bevel border with default colors, highlight is derived from the component and shadow is a plain dark color
createBevelRaised(int, int, int, int) - Static method in class com.codename1.ui.plaf.Border
Creates a raised bevel border with the given colors
createBitmapFont(String, Image, int[], int[], String) - Static method in class com.codename1.ui.Font
Deprecated.
bitmap font functionality is now deprecated
createBitmapFont(Image, int[], int[], String) - Static method in class com.codename1.ui.Font
Deprecated.
bitmap font functionality is now deprecated
createBorder(Resources) - Method in class com.codename1.ui.plaf.StyleParser.BorderInfo
Creates the border that is described by this border info.
createButton(Object) - Method in class com.codename1.components.ButtonList
Creates a new button for this list.
createButton(Object) - Method in class com.codename1.components.CheckBoxList
 
createButton(Object) - Method in class com.codename1.components.RadioButtonList
 
createButton(Object) - Method in class com.codename1.components.SwitchList
 
createCachedImage(String, String, Image, int) - Static method in class com.codename1.ui.URLImage
Creates an image that will be downloaded on the fly as necessary.
createCell(Object, int, int, boolean) - Method in class com.codename1.ui.table.Table
Creates a cell based on the given value
createCellConstraint(Object, int, int) - Method in class com.codename1.ui.table.Table
Creates the table cell constraint for the given cell, this method can be overriden for the purposes of modifying the table constraints.
createColumnSortComparator(int) - Method in class com.codename1.ui.table.Table
Returns a generic comparator that tries to work in a way that will sort columns with similar object types.
createCommand(String, Image, int, String) - Method in class com.codename1.ui.util.UIBuilder
Creates a command instance.
createCommandComponent(Vector) - Method in class com.codename1.ui.MenuBar
Creates the component containing the commands within the given vector used for showing the menu dialog, this method calls the createCommandList method by default however it allows more elaborate menu creation.
createCommandList(Vector) - Method in class com.codename1.ui.MenuBar
Creates the list component containing the commands within the given vector used for showing the menu dialog
createComponentInstance(String, Class) - Method in class com.codename1.ui.util.UIBuilder
This method can be overriden to create custom components in a custom way, the component type is a shorthand for the component name and not the full name of the class.
createCompoundBorder(Border, Border, Border, Border) - Static method in class com.codename1.ui.plaf.Border
Creates a border that is comprised of multiple border types so one border type can be used on top while another one can be used at the bottom.
createConnectionRequest(DocumentInfo, IOCallback, Object[]) - Method in class com.codename1.ui.html.AsyncDocumentRequestHandlerImpl
 
createConstraint(String) - Method in class com.codename1.ui.layouts.LayeredLayout
Creates a default layered layout constraint.
createConstraint() - Method in class com.codename1.ui.layouts.LayeredLayout
createConstraint() - Method in class com.codename1.ui.layouts.TextModeLayout
Creates a new Constraint instance to add to the layout
createConstraint(int, int) - Method in class com.codename1.ui.layouts.TextModeLayout
Creates a new Constraint instance to add to the layout
createConstraint() - Method in class com.codename1.ui.table.TableLayout
Creates a new Constraint instance to add to the layout
createConstraint(int, int) - Method in class com.codename1.ui.table.TableLayout
Creates a new Constraint instance to add to the layout
createContact(String, String, String, String, String, String) - Static method in class com.codename1.contacts.ContactsManager
Create a contact to the device contacts book
createContact(String, String, String, String, String, String) - Method in class com.codename1.ui.Display
Create a contact to the device contacts book
createContainer(String, String) - Method in class com.codename1.ui.util.UIBuilder
Creates the container defined under the given name in the res file
createContainer(Resources, String) - Method in class com.codename1.ui.util.UIBuilder
Creates the container defined under the given name in the res file
createCover(int, boolean, int) - Static method in class com.codename1.ui.animations.CommonTransitions
Creates a cover transition with the given duration and direction
createCubicBezierMotion(int, int, int, float, float, float, float) - Static method in class com.codename1.ui.animations.Motion
Creates a standard Cubic Bezier motion to implement functions such as ease-in/out etc.
createDashedBorder(int, int) - Static method in class com.codename1.ui.plaf.Border
Creates a dashed border with the specified thickness and color
createDashedBorder(int) - Static method in class com.codename1.ui.plaf.Border
Creates a dashed border with the specified thickness and the theme colors
createDataURI(byte[], String) - Static method in class com.codename1.components.WebBrowser
Deprecated.
This method creates a data URI which allows developers creating HTML for local use to embed local images into the HTML by appending them as a URI.
createDataURI(byte[], String) - Static method in class com.codename1.ui.BrowserComponent
This method creates a data URI which allows developers creating HTML for local use to embed local images into the HTML by appending them as a URI.
createDate(Date) - Static method in class com.codename1.ui.PickerComponent
Creates a date picker component
createDateTime(Date) - Static method in class com.codename1.ui.PickerComponent
Creates a date + time picker component
createDay() - Method in class com.codename1.ui.Calendar
Deprecated.
override createDayComponent() instead
createDayComponent() - Method in class com.codename1.ui.Calendar
Creates a day within the Calendar, this method is protected allowing Calendar to be subclassed to replace the rendering logic of individual day buttons.
createDayTitle(int) - Method in class com.codename1.ui.Calendar
This method creates the Day title Component for the Month View
createDecelerationMotion(int, int, int) - Static method in class com.codename1.ui.animations.Motion
Creates a deceleration motion starting from source value all the way to destination value
createDecelerationMotionFrom(Motion, int, int) - Static method in class com.codename1.ui.animations.Motion
Creates a deceleration motion starting from the current position of another motion.
createDialogPulsate() - Static method in class com.codename1.ui.animations.CommonTransitions
Creates a dialog pulsate transition
createDistanceComparator(Geofence) - Static method in class com.codename1.location.Geofence
Creates a comparator for sorting Geofences from the current Geofence.
createDistanceComparator(Location) - Static method in class com.codename1.location.Geofence
Creates a comparator for sorting Geofences from the given reference point.
createDistanceCompartor() - Method in class com.codename1.location.Location
Creates a comparator for sorting locations in order of increasing distance from the current location.
createDottedBorder(int, int) - Static method in class com.codename1.ui.plaf.Border
Creates a dotted border with the specified thickness and color
createDottedBorder(int) - Static method in class com.codename1.ui.plaf.Border
Creates a dotted border with the specified thickness and the theme colors
createDoubleBorder(int, int) - Static method in class com.codename1.ui.plaf.Border
Creates a double border with the specified thickness and color
createDoubleBorder(int) - Static method in class com.codename1.ui.plaf.Border
Creates a double border with the specified thickness and color
createDurationHoursMinutes(int, int) - Static method in class com.codename1.ui.PickerComponent
Creates a duration hours + minutes picker component
createDurationMinutes(int) - Static method in class com.codename1.ui.PickerComponent
Creates a duration minutes picker component
createEaseInMotion(int, int, int) - Static method in class com.codename1.ui.animations.Motion
Equivalent to createCubicBezierMotion with 0f, 0.42f, 1f, 1f as arguments.
createEaseInOutMotion(int, int, int) - Static method in class com.codename1.ui.animations.Motion
Equivalent to createCubicBezierMotion with 0, 0.42, 0.58, 1.0 as arguments.
createEaseMotion(int, int, int) - Static method in class com.codename1.ui.animations.Motion
Equivalent to createCubicBezierMotion with 0f, 0.25f, 0.25f, 1 as arguments.
createEaseOutMotion(int, int, int) - Static method in class com.codename1.ui.animations.Motion
Equivalent to createCubicBezierMotion with 0f, 0f, 0.58f, 1.0f as arguments.
createEditUI(PropertyBusinessObject, boolean) - Method in class com.codename1.properties.InstantUI
Creates editing UI for the given business object
createEmpty() - Static method in class com.codename1.ui.animations.CommonTransitions
Creates an empty transition that does nothing.
createEmpty() - Static method in class com.codename1.ui.plaf.Border
Creates an empty border, this is useful where we don't want a border for a component but want a focus border etc...
createErrorLabel() - Method in class com.codename1.ui.InputComponent
Can be overriden by subclasses to support custom error label components
createEtchedLowered() - Static method in class com.codename1.ui.plaf.Border
Creates a lowered etched border with default colors, highlight is derived from the component and shadow is a plain dark color
createEtchedLowered(int, int) - Static method in class com.codename1.ui.plaf.Border
Creates a raised etched border with the given colors
createEtchedRaised() - Static method in class com.codename1.ui.plaf.Border
Creates a lowered etched border with default colors, highlight is derived from the component and shadow is a plain dark color
createEtchedRaised(int, int) - Static method in class com.codename1.ui.plaf.Border
Creates a raised etched border with the given colors
createExponentialDecayMotion(int, int, double, double) - Static method in class com.codename1.ui.animations.Motion
 
createFAB(char) - Static method in class com.codename1.components.FloatingActionButton
a factory method to create a FloatingActionButton.
createFAB(char, String) - Static method in class com.codename1.components.FloatingActionButton
a factory method to create a FloatingActionButton.
createFade(int) - Static method in class com.codename1.ui.animations.CommonTransitions
Creates a transition for fading a form in while fading out the original form
createFastSlide(int, boolean, int) - Static method in class com.codename1.ui.animations.CommonTransitions
Deprecated.
this is not faster than slide on modern devices, you should use that CommonTransitions.createSlide(int, boolean, int)
createFastSlide(int, boolean, int, boolean) - Static method in class com.codename1.ui.animations.CommonTransitions
Deprecated.
this is not faster than slide on modern devices, you should use that CommonTransitions.createSlide(int, boolean, int, boolean)
createFixed(String, Font, int, int, int) - Static method in class com.codename1.ui.FontImage
Creates a font image with a fixed size/appearance
createFixed(String, Font, int, int, int, int) - Static method in class com.codename1.ui.FontImage
Creates a font image with a fixed size/appearance
createFont(Style) - Method in class com.codename1.ui.plaf.StyleParser.FontInfo
Creates a font based on this font information.
createFrictionMotion(int, int, float, float) - Static method in class com.codename1.ui.animations.Motion
Creates a friction motion starting from source with initial speed and the friction
createFromImage(Image, boolean) - Static method in class com.codename1.ui.EncodedImage
Converts an image to encoded image
createFromPool() - Static method in class com.codename1.ui.geom.GeneralPath
Creates a new GeneralPath from an object Pool.
createFromPool(int, int, int, int) - Static method in class com.codename1.ui.geom.Rectangle
Creates a rectangle from a Rectangle object pool.
createFromRGB(int[], int, int, boolean) - Static method in class com.codename1.ui.EncodedImage
Tries to create an encoded image from RGB which is more efficient, however if this fails it falls back to regular RGB image.
createFromToken(String) - Static method in class com.codename1.cloud.CloudPersona
Deprecated.
Initializes the persona based on a token, since this method assumes binary transfer of a completed token the token isn't verified in any way and the user is considered logged in.
createGrooveBorder(int) - Static method in class com.codename1.ui.plaf.Border
Creates a groove border with the specified thickness and theme colors
createGrooveBorder(int, int) - Static method in class com.codename1.ui.plaf.Border
Creates a groove border with the specified thickness and color
createHorizonalImageBorder(Image, Image, Image) - Static method in class com.codename1.ui.plaf.Border
This is an image border that can only grow horizontally
createImage(String) - Static method in class com.codename1.ui.Image
Creates an image from a path.
createImage(Object) - Static method in class com.codename1.ui.Image
Deprecated.
this method is deprecated as a warning! Don't use this method unless you actually know what you are doing, if you are invoking this method without understanding the distinction between native image and Codename One image then you are using the wrong method.
createImage(InputStream) - Static method in class com.codename1.ui.Image
creates an image from an InputStream
createImage(int[], int, int) - Static method in class com.codename1.ui.Image
creates an image from an RGB image
createImage(int, int) - Static method in class com.codename1.ui.Image
Creates a white opaque mutable image that may be manipulated using Image.getGraphics().
The sample below shows this method being used to create a screenshot for sharing the image:
createImage(int, int, int) - Static method in class com.codename1.ui.Image
Creates a mutable image that may be manipulated using Image.getGraphics().
The sample below shows this method being used to create a screenshot for sharing the image:
createImage(byte[], int, int) - Static method in class com.codename1.ui.Image
creates an image from a given byte array data
createImage(int, int, int) - Method in class com.codename1.ui.ImageFactory
 
createImage(Component, int, int, int) - Static method in class com.codename1.ui.ImageFactory
Creates an image using the factory at a given context.
createImageBorder(Image, Image, Image, Image, Image, Image, Image, Image, Image) - Static method in class com.codename1.ui.plaf.Border
The given top/bottom/left/right images are tiled appropriately across the matching sides of the border and the corners are placed as expected in the four corners.
createImageBorder(Image, Image, Image) - Static method in class com.codename1.ui.plaf.Border
The given images are tiled appropriately across the matching side of the border, rotated and placed as expected in the four corners.
createImageScaledBorder(Image, Image, Image, Image, Image, Image, Image, Image, Image) - Static method in class com.codename1.ui.plaf.Border
The given top/bottom/left/right images are scaled appropriately across the matching sides of the border and the corners are placed as expected in the four corners.
createImageSplicedBorder(Image, double, double, double, double) - Static method in class com.codename1.ui.plaf.Border
The given image is spliced into 9 pieces based on the provided top, right, bottom, and left insets, and the resulting sub-images are used to form a 9-piece image border via Border.createImageBorder(com.codename1.ui.Image, com.codename1.ui.Image, com.codename1.ui.Image, com.codename1.ui.Image, com.codename1.ui.Image, com.codename1.ui.Image, com.codename1.ui.Image, com.codename1.ui.Image, com.codename1.ui.Image)
createImageToFileSystem(String, List, int, String, String, Dimension) - Static method in class com.codename1.io.services.ImageDownloadService
Deprecated.
Constructs an image request that will automatically populate the given list when the response arrives, it will cache the file locally as a file in the file storage.
createImageToFileSystem(String, Component, int, String, String, Dimension, byte) - Static method in class com.codename1.io.services.ImageDownloadService
Deprecated.
Constructs an image request that will automatically populate the given list when the response arrives, it will cache the file locally as a file in the file storage.
createImageToFileSystem(String, Component, int, String, String, Image, byte) - Static method in class com.codename1.io.services.ImageDownloadService
Deprecated.
Constructs an image request that will automatically populate the given list when the response arrives, it will cache the file locally as a file in the file storage.
createImageToFileSystem(String, Component, ListModel, int, String, String, Image, byte) - Static method in class com.codename1.io.services.ImageDownloadService
Deprecated.
Constructs an image request that will automatically populate the given list when the response arrives, it will cache the file locally as a file in the file storage.
createImageToFileSystem(String, ActionListener, String) - Static method in class com.codename1.io.services.ImageDownloadService
Deprecated.
Constructs an image request that will automatically populate the given Label when the response arrives, it will cache the file locally.
createImageToStorage(String, List, int, String, String, Dimension) - Static method in class com.codename1.io.services.ImageDownloadService
Deprecated.
Constructs an image request that will automatically populate the given list when the response arrives, it will cache the file locally as a file in the file storage.
createImageToStorage(String, Component, int, String, String, Dimension, byte) - Static method in class com.codename1.io.services.ImageDownloadService
Deprecated.
Constructs an image request that will automatically populate the given list when the response arrives, it will cache the file locally as a file in the file storage.
createImageToStorage(String, Component, int, String, String, Image, byte) - Static method in class com.codename1.io.services.ImageDownloadService
Deprecated.
Constructs an image request that will automatically populate the given list when the response arrives, it will cache the file locally as a file in the file storage.
createImageToStorage(String, Component, ListModel, int, String, String, Image, byte) - Static method in class com.codename1.io.services.ImageDownloadService
Deprecated.
Constructs an image request that will automatically populate the given list when the response arrives, it will cache the file locally as a file in the file storage.
createImageToStorage(String, Label, String, Dimension) - Static method in class com.codename1.io.services.ImageDownloadService
Deprecated.
Constructs an image request that will automatically populate the given Label when the response arrives, it will cache the file locally to the Storage
createImageToStorage(String, Label, String, Dimension, byte) - Static method in class com.codename1.io.services.ImageDownloadService
Deprecated.
Constructs an image request that will automatically populate the given Label when the response arrives, it will cache the file locally to the Storage
createImageToStorage(String, Label, String, Image, byte) - Static method in class com.codename1.io.services.ImageDownloadService
Deprecated.
Constructs an image request that will automatically populate the given Label when the response arrives, it will cache the file locally to the Storage
createImageToStorage(String, ActionListener, String) - Static method in class com.codename1.io.services.ImageDownloadService
Deprecated.
 
createImageToStorage(String, ActionListener, String, boolean) - Static method in class com.codename1.io.services.ImageDownloadService
Deprecated.
Constructs an image request that will automatically populate the given Label when the response arrives, it will cache the file locally.
createIndexed(int, int, int[], byte[]) - Static method in class com.codename1.ui.Image
Deprecated.
try to avoid using indexed images explicitly
createInfinite() - Static method in class com.codename1.ui.Slider
Creates an infinite progress slider
createInfiniteScroll(Container, Runnable) - Static method in class com.codename1.components.InfiniteScrollAdapter
Creates an instance of the InfiniteScrollAdapter that will invoke the fetch more callback to fetch additional components, once that method completes its task it should add the components via the addMoreComponents() invocation.
createInfiniteScroll(Container, Runnable, boolean) - Static method in class com.codename1.components.InfiniteScrollAdapter
Creates an instance of the InfiniteScrollAdapter that will invoke the fetch more callback to fetch additional components, once that method completes its task it should add the components via the addMoreComponents() invocation.
createInputStream(String) - Method in class com.codename1.io.Storage
Creates an input stream to the given storage source file
createInsetBorder(int) - Static method in class com.codename1.ui.plaf.Border
Creates an inset border with the specified thickness and theme colors
createInsetBorder(int, int) - Static method in class com.codename1.ui.plaf.Border
Creates an inset border with the specified thickness and color
createInstance() - Static method in class com.codename1.ui.plaf.UIManager
This factory method allows creating a new UIManager instance, this is usefull where an application has some screens with different context
createJSProxy(String) - Method in class com.codename1.ui.BrowserComponent
Creates a proxy for a Javascript object that makes it easier to call methods, retrieve, and manipulate properties on the object.
createLinearColorMotion(int, int, int) - Static method in class com.codename1.ui.animations.Motion
Creates a linear motion starting from source value all the way to destination value for a color value.
createLinearMotion(int, int, int) - Static method in class com.codename1.ui.animations.Motion
Creates a linear motion starting from source value all the way to destination value
createLineBorder(int) - Static method in class com.codename1.ui.plaf.Border
Creates a line border that uses the color of the component foreground for drawing
createLineBorder(float) - Static method in class com.codename1.ui.plaf.Border
Creates a line border that uses the color of the component foreground for drawing
createLineBorder(int, String) - Static method in class com.codename1.ui.plaf.Border
Creates a line border with the specified title
createLineBorder(int, int, String) - Static method in class com.codename1.ui.plaf.Border
Creates a line border that uses the given color for the component
createLineBorder(int, int) - Static method in class com.codename1.ui.plaf.Border
Creates a line border that uses the given color for the component
createLineBorder(float, int) - Static method in class com.codename1.ui.plaf.Border
Creates a line border that uses the given color for the component
createMask() - Method in class com.codename1.ui.Image
Creates a mask from the given image, a mask can be used to apply an arbitrary alpha channel to any image.
createMaskAdapter(Image) - Static method in class com.codename1.ui.URLImage
Creates an adapter that uses an image as a Mask, this is roughly the same as SCALE_TO_FILL with the exception that a mask will be applied later on.
createMaskAdapter(Object) - Static method in class com.codename1.ui.URLImage
 
createMaterial(String, char, ActionListener) - Static method in class com.codename1.ui.Command
Creates a new command instance that encapsulates the action listener and details, the main value of this approach is in our ability to write commands using the shorthand lambda syntax of Java 8.
createMaterial(char, Style, float) - Static method in class com.codename1.ui.FontImage
Creates a material design icon font for the given style but size it in millimeters based on the size argument and not the font
createMaterial(char, String, float) - Static method in class com.codename1.ui.FontImage
Creates a material design icon font for the given style but size it in millimeters based on the size argument and not the font
createMaterial(char, Style) - Static method in class com.codename1.ui.FontImage
Creates a material design icon font for the given style
createMedia(String, boolean) - Static method in class com.codename1.media.MediaManager
Creates a Media from a given URI
createMedia(InputStream, String) - Static method in class com.codename1.media.MediaManager
Creates the Media in the given stream.
createMedia(String, boolean, Runnable) - Static method in class com.codename1.media.MediaManager
Creates a Media from a given URI
createMedia(InputStream, String, Runnable) - Static method in class com.codename1.media.MediaManager
Creates the Media in the given stream Notice that you should invoke cleanup on a media once you are done with it.
createMedia(String, boolean, Runnable) - Method in class com.codename1.ui.Display
Creates a sound in the given URI which is partially platform specific.
createMedia(InputStream, String, Runnable) - Method in class com.codename1.ui.Display
Create the sound in the given stream Notice that an audio is "auto destroyed" on completion and cannot be played twice!
createMediaAsync(InputStream, String, Runnable) - Static method in class com.codename1.media.MediaManager
Creates the Media in the given stream asynchronously.
createMediaAsync(String, boolean, Runnable) - Static method in class com.codename1.media.MediaManager
Creates a Media from a given URI asynchronously.
createMediaAsync(String, boolean, Runnable) - Method in class com.codename1.ui.Display
Creates media asynchronously.
createMediaAsync(InputStream, String, Runnable) - Method in class com.codename1.ui.Display
 
createMediaRecorder(String) - Static method in class com.codename1.media.MediaManager
Deprecated.
see createMediaRecorder(String path, String mimeType) instead
createMediaRecorder(String, String) - Static method in class com.codename1.media.MediaManager
Creates a Media recorder Object which will record from the device mic to a file in the given path.
createMediaRecorder(MediaRecorderBuilder) - Static method in class com.codename1.media.MediaManager
Creates a Media recorder Object which will record from the device mic to a file in the given path.
createMediaRecorder(String) - Method in class com.codename1.ui.Display
Deprecated. 
createMediaRecorder(MediaRecorderBuilder) - Method in class com.codename1.ui.Display
Deprecated.
use MediaRecorderBuilder#build()
createMediaRecorder(String, String) - Method in class com.codename1.ui.Display
Creates a Media recorder Object which will record from the device mic to a file in the given path.
createMenuCancelCommand() - Method in class com.codename1.ui.MenuBar
Factory method that returns the Form Menu cancel Command.
createMenuSelectCommand() - Method in class com.codename1.ui.MenuBar
Factory method that returns the Form Menu select Command.
createMotion(int, int, int) - Method in class com.codename1.ui.animations.CommonTransitions
This method can be overriden by subclasses to create their own motion object on the fly
createMulti(int[], byte[][]) - Static method in class com.codename1.ui.EncodedImage
Deprecated.
this method is meant for internal use only, it would be very expensive to use this method for real applications. Its here for simulators and development purposes where screen DPI/resolution can vary significantly in runtime (something that just doesn't happen on devices).
createNewElement(String) - Method in class com.codename1.ui.html.HTMLParser
Overrides XMLParser.createNewElement to return an HTMLElement instance
createNewElement(String) - Method in class com.codename1.xml.XMLParser
Creates a new element.
createNewFile() - Method in class com.codename1.io.File
Creates this file as a new blank file in the file system.
createNewTextElement(String) - Method in class com.codename1.ui.html.HTMLParser
Overrides XMLParser.createNewTextElement to return an HTMLElement instance
createNewTextElement(String) - Method in class com.codename1.xml.XMLParser
Creates a new text element.
createNode(Object, int) - Method in class com.codename1.ui.tree.Tree
Creates a node within the tree, this method is protected allowing tree to be subclassed to replace the rendering logic of individual tree buttons.
createNodeComponent(Object, int) - Method in class com.codename1.ui.tree.Tree
Deprecated.
replaced with createNode, bindNodeListener and setNodeIcon
createNote(String, String, String) - Method in class com.codename1.facebook.FaceBookAccess
Post a note onto the users wall
createNote(String, String, String, ActionListener) - Method in class com.codename1.facebook.FaceBookAccess
Post a note onto the users wall
createOAuth() - Method in class com.codename1.facebook.FaceBookAccess
 
createOauth2() - Method in class com.codename1.social.FacebookConnect
 
createOauth2() - Method in class com.codename1.social.GoogleConnect
 
createOauth2() - Method in class com.codename1.social.Login
Creates the oauth2 to be used to login in case no native login is available for this service.
createObjectsModel(DefaultListModel, Class) - Static method in class com.codename1.facebook.FaceBookAccess
This is a utility method that transforms a DefaultListModel that contains Hashtable entries into a DefaultListModel that will contain FBObject objects that will be initialized with the Hashtable entries
createOpenButton() - Method in class com.codename1.ui.SideMenuBar
Deprecated.
Creates the Side Menu open button.
createOrLogin(String, String) - Static method in class com.codename1.cloud.CloudPersona
Deprecated.
Creates a new user if a user isn't occupying the given login already, if the user exists performs a login operation.
createOutputStream(String) - Method in class com.codename1.io.Storage
Creates an output stream to the storage with the given name
createOutsetBorder(int) - Static method in class com.codename1.ui.plaf.Border
Creates an outset border with the specified thickness and theme colors
createOutsetBorder(int, int) - Static method in class com.codename1.ui.plaf.Border
Creates an outset border with the specified thickness and color
createOverflowCommandList(Vector) - Method in class com.codename1.ui.Toolbar
Creates the list component containing the commands within the given vector used for showing the menu dialog
createParallelGroup() - Method in class com.codename1.ui.layouts.GroupLayout
Creates and returns a ParallelGroup with a LEADING alignment.
createParallelGroup(int) - Method in class com.codename1.ui.layouts.GroupLayout
Creates and returns an ParallelGroup.
createParallelGroup(int, boolean) - Method in class com.codename1.ui.layouts.GroupLayout
Creates and returns an ParallelGroup.
createPickerInstance() - Method in class com.codename1.ui.PickerComponent
Allows developers to subclass the Picker component instance to customize behaviors of the subclass
createPopupContent(List<FloatingActionButton>) - Method in class com.codename1.components.FloatingActionButton
Creates the popup content container to display on the dialog.
createPopupDialog(List<T>) - Method in class com.codename1.ui.ComboBox
Subclasses can override this method to change the creation of the dialog
createPopupList() - Method in class com.codename1.ui.ComboBox
Creates the list object used within the popup dialog.
createPressedVersion() - Method in class com.codename1.ui.plaf.Border
When applied to buttons borders produce a version that reverses the effects of the border providing a pressed feel
createProxyStyle() - Method in class com.codename1.ui.ComponentSelector
Creates a proxy style to mutate the styles of all component styles in found set.
createProxyStyle(Style...) - Static method in class com.codename1.ui.plaf.Style
Creates a "proxy" style whose setter methods map to the methods in the given styles passed and whose getter methods are meaningless
createRE(String, int) - Static method in class com.codename1.util.regex.REUtil
Creates a regular expression, permitting simple or complex syntax
createRE(String) - Static method in class com.codename1.util.regex.REUtil
Creates a regular expression, permitting simple or complex syntax
createReplaceTransition(Component, Component, Transition) - Method in class com.codename1.ui.Container
This method creates an animation component that replaces the current Component with the next Component.
createRequestURL() - Method in class com.codename1.io.ConnectionRequest
Creates the request URL mostly for a get request
createRidgeBorder(int) - Static method in class com.codename1.ui.plaf.Border
Creates a ridge border with the specified thickness and theme colors
createRidgeBorder(int, int) - Static method in class com.codename1.ui.plaf.Border
Creates a ridge border with the specified thickness and color
createRoundBorder(int, int) - Static method in class com.codename1.ui.plaf.Border
Deprecated.
the performance of round rect borders is REALLY slow, we recommend people use image borders which are faster, more portable and better looking
createRoundBorder(int, int, boolean) - Static method in class com.codename1.ui.plaf.Border
Deprecated.
the performance of round rect borders is REALLY slow, we recommend people use image borders which are faster, more portable and better looking
createRoundBorder(int, int, int) - Static method in class com.codename1.ui.plaf.Border
Deprecated.
the performance of round rect borders is REALLY slow, we recommend people use image borders which are faster, more portable and better looking
createRoundBorder(int, int, int, boolean) - Static method in class com.codename1.ui.plaf.Border
Deprecated.
the performance of round rect borders is REALLY slow, we recommend people use image borders which are faster, more portable and better looking
createSelectCommand() - Method in class com.codename1.ui.MenuBar
Factory method that returns the Form select Command.
createSequentialGroup() - Method in class com.codename1.ui.layouts.GroupLayout
Creates and returns a SequentialGroup.
createSideNavigationComponent(Vector) - Method in class com.codename1.ui.SideMenuBar
Deprecated.
Creates the side navigation component with the Commands
createSideNavigationComponent(Vector, String) - Method in class com.codename1.ui.SideMenuBar
Deprecated.
Creates the side navigation component with the Commands
createSideNavigationComponent(Vector, String) - Method in class com.codename1.ui.Toolbar
Creates the side navigation component with the Commands.
createSlide(int, boolean, int) - Static method in class com.codename1.ui.animations.CommonTransitions
Creates a slide transition with the given duration and direction
createSlide(int, boolean, int, boolean) - Static method in class com.codename1.ui.animations.CommonTransitions
Creates a slide transition with the given duration and direction
createSlideFadeTitle(boolean, int) - Static method in class com.codename1.ui.animations.CommonTransitions
Creates a slide transition for the body of the form that fades the title in while sliding
createSoftButton(String) - Method in class com.codename1.ui.MenuBar
Creates a soft button Component
createSoftWeakRef(Object) - Static method in class com.codename1.ui.CN
Creates a soft/weak reference to an object that allows it to be collected yet caches it.
createSoftWeakRef(Object) - Method in class com.codename1.ui.Display
Creates a soft/weak reference to an object that allows it to be collected yet caches it.
createSplineMotion(int, int, int) - Static method in class com.codename1.ui.animations.Motion
Creates a spline motion starting from source value all the way to destination value
createStatus() - Method in class com.codename1.components.ToastBar
Creates a new Status.
createStatusBar() - Method in class com.codename1.ui.Form
Subclasses can override this method to control the creation of the status bar component.
createStorageInputStream(String) - Static method in class com.codename1.ui.CN
Creates an input stream to the given storage source file
createStorageOutputStream(String) - Static method in class com.codename1.ui.CN
Creates an output stream to the storage with the given name
createStrings(String...) - Static method in class com.codename1.ui.PickerComponent
Creates a strings picker component
createStyleAnimation(String, int) - Method in class com.codename1.ui.Component
Creates an animation that will transform the current component to the styling of the destination UIID when completed.
createSubFAB(char, String) - Method in class com.codename1.components.FloatingActionButton
Adds a sub FAB to the FloatingActionButton instance.
createSVG(String, boolean, byte[]) - Static method in class com.codename1.ui.Image
Creates an SVG Image from the given byte array data and the base URL, this method will throw an exception if SVG is unsupported.
createSymbolTable() - Method in class com.codename1.ui.TextField
Creates a symbol table container used by the showSymbolDialog method.
createSystemFont(int, int, int) - Static method in class com.codename1.ui.Font
Creates a system native font in a similar way to common MIDP fonts
createTab(String, Font, char, float) - Method in class com.codename1.ui.Tabs
Creates a tab component by default this is a RadioButton but subclasses can use this to return anything
createTab(String, Image) - Method in class com.codename1.ui.Tabs
Creates a tab component by default this is a RadioButton but subclasses can use this to return anything
createTable(PropertyBusinessObject) - Method in class com.codename1.properties.SQLMap
Creates a table matching the given property component if one doesn't exist yet
createTableModel(List<? extends PropertyBusinessObject>, PropertyBusinessObject) - Method in class com.codename1.properties.UiBinding
Creates a table model which is implicitly bound to the properties
createTableModel(CollectionProperty<? extends PropertyBusinessObject, ? extends Object>, PropertyBusinessObject) - Method in class com.codename1.properties.UiBinding
Creates a table model which is implicitly bound to the properties
createTabSlideMotion(int, int) - Method in class com.codename1.ui.Tabs
Allows developers to customize the motion object for the slide effect to provide a linear slide effect.
createTempFile(String, String) - Static method in class com.codename1.io.File
Creates a temporary file.
createThread(Runnable, String) - Static method in class com.codename1.ui.CN
Start a Codename One thread that supports crash protection and similar Codename One features.
createThread(Runnable, String) - Method in class com.codename1.ui.Display
Start a Codename One thread that supports crash protection and similar Codename One features.
createTime(int) - Static method in class com.codename1.ui.PickerComponent
Creates a time picker component
createTimeline(Image) - Static method in class com.codename1.ui.animations.CommonTransitions
Creates a transition using an animated image object (e.g.
createTimeline(int, AnimationObject[], Dimension) - Static method in class com.codename1.ui.animations.Timeline
Create a new timeline animation
createToFileSystem(EncodedImage, String, String, URLImage.ImageAdapter) - Static method in class com.codename1.ui.URLImage
Creates an image the will be downloaded on the fly as necessary
createToggle(String, Image) - Static method in class com.codename1.ui.CheckBox
Shorthand for creating the check box setting the icon/text and making it into a toggle button
createToggle(String) - Static method in class com.codename1.ui.CheckBox
Shorthand for creating the check box setting the icon/text and making it into a toggle button
createToggle(Image) - Static method in class com.codename1.ui.CheckBox
Shorthand for creating the check box setting the icon/text and making it into a toggle button
createToggle(String, Image, ButtonGroup) - Static method in class com.codename1.ui.RadioButton
Shorthand for creating the radio button, adding it to a group, setting the icon/text and making it into a toggle button
createToggle(String, ButtonGroup) - Static method in class com.codename1.ui.RadioButton
Shorthand for creating the radio button, adding it to a group, setting the icon/text and making it into a toggle button
createToggle(Image, ButtonGroup) - Static method in class com.codename1.ui.RadioButton
Shorthand for creating the radio button, adding it to a group, setting the icon/text and making it into a toggle button
createToggle(Command, ButtonGroup) - Static method in class com.codename1.ui.RadioButton
Shorthand for creating the radio button, adding it to a group, setting the command and making it into a toggle button
createToStorage(EncodedImage, String, String) - Static method in class com.codename1.ui.URLImage
Creates an image the will be downloaded on the fly as necessary with RESIZE_SCALE_TO_FILL as the default behavior
createToStorage(EncodedImage, String, String, URLImage.ImageAdapter) - Static method in class com.codename1.ui.URLImage
Creates an image the will be downloaded on the fly as necessary
createTouchCommandButton(Command) - Method in class com.codename1.ui.MenuBar
Creates a touch command for use as a touch menu item
createTouchCommandButton(Command) - Method in class com.codename1.ui.SideMenuBar
Deprecated.
Creates a touch command for use as a touch menu item
createTransformedShape(Transform) - Method in class com.codename1.ui.geom.GeneralPath
Returns a shape formed by transforming the current shape with the provided transform.
createTrueTypeFont(String) - Static method in class com.codename1.ui.Font
Shorthand for createTrueTypeFont(name, name) which is useful for cases such as native: fonts.
createTrueTypeFont(String, float) - Static method in class com.codename1.ui.Font
Shorthand for createTrueTypeFont(name, name) & derive(size) which is useful for cases such as native: fonts.
createTrueTypeFont(String, float, byte) - Static method in class com.codename1.ui.Font
Shorthand for createTrueTypeFont(name, name) & derive(size) which is useful for cases such as native: fonts.
createTrueTypeFont(String, String) - Static method in class com.codename1.ui.Font
Creates a true type font with the given name/filename (font name might be different from the file name and is required by some devices e.g.
</