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

A

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.
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.SimpleEntry(K, V) - Constructor for class java.util.AbstractMap.SimpleEntry
Constructs a new instance by key and value.
AbstractMap.SimpleEntry(Map.Entry<? extends K, ? extends V>) - Constructor for class java.util.AbstractMap.SimpleEntry
Constructs a new instance by an entry
AbstractMap.SimpleImmutableEntry<K,V> - Class in java.util
An immutable key-value mapping.
AbstractMap.SimpleImmutableEntry(K, V) - Constructor for class java.util.AbstractMap.SimpleImmutableEntry
Constructs a new instance by key and value.
AbstractMap.SimpleImmutableEntry(Map.Entry<? extends K, ? extends V>) - Constructor for class java.util.AbstractMap.SimpleImmutableEntry
Constructs a new instance by an entry
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.
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.
ACCESS_APPLICATION - Static variable in class com.codename1.cloud.CloudObject
An application visible/modifiable object!
ACCESS_APPLICATION_READ_ONLY - Static variable in class com.codename1.cloud.CloudObject
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
An object that can only be viewed or modified by its creator
ACCESS_PUBLIC - Static variable in class com.codename1.cloud.CloudObject
A world visible/modifiable object!
ACCESS_PUBLIC_READ_ONLY - Static variable in class com.codename1.cloud.CloudObject
A world visible object! Can only be modified by its creator.
acos(double) - Static method in class com.codename1.util.MathUtil
Return the arccosine of a.
actionCommand(Command) - Method in class com.codename1.components.Progress
 
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.
actionCommand(Command) - Method in class com.codename1.ui.VirtualKeyboard
 
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, 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 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
ActionListener - 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
 
actionPerformed(ActionEvent) - Method in class com.codename1.components.Progress
 
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
 
actionPerformed(ActionEvent) - Method in class com.codename1.share.FacebookShare
 
actionPerformed(ActionEvent) - Method in class com.codename1.share.ShareService
 
actionPerformed(ActionEvent) - Method in class com.codename1.ui.Command
This method is called when the soft button/Menu item is clicked
actionPerformed(ActionEvent) - 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
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(RadioButton) - Method in class com.codename1.ui.ButtonGroup
Adds a RadioButton to the group
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(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.MultiButton
Adds an action listener
addActionListener(ActionListener) - Method in class com.codename1.components.OnOffSwitch
Adds a listener to the switch which will cause an event to dispatch on click
addActionListener(ActionListener) - Method in class com.codename1.components.SpanButton
Binds an action listener to button events
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) - 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.List
Allows binding a listener to user selection actions
addActionListener(ActionListener) - Method in class com.codename1.ui.list.ContainerList
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 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(AnimationObject) - Method in class com.codename1.ui.animations.Timeline
Adds an animation object to show using this timeline
addAnnotation(String, double, double) - Method in class com.codename1.charts.models.XYSeries
Add an 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
 
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.MultipartRequest
 
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.
addCommand(Command, int) - Method in class com.codename1.ui.Form
Adds a command to the menu bar softkeys or into the menu dialog, this version of add allows us to place a command in an arbitrary location.
addCommand(Command) - Method in class com.codename1.ui.Form
Adds a command to the menu bar softkeys.
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
 
addCommand(Command, int) - Method in class com.codename1.ui.SideMenuBar
 
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(Command) - Method in class com.codename1.ui.Toolbar
Adds a Command to the TitleArea on the left side.
addCommandToOverflowMenu(Command) - Method in class com.codename1.ui.Toolbar
Adds a Command to the overflow menu
addCommandToRightBar(Command) - Method in class com.codename1.ui.Toolbar
Adds a Command to the TitleArea on the right side.
addCommandToSideMenu(Command) - Method in class com.codename1.ui.Toolbar
Adds a Command to the side navigation menu
addComponent(Component) - Method in class com.codename1.components.InteractionDialog
 
addComponent(Object, Component) - Method in class com.codename1.components.InteractionDialog
 
addComponent(int, Object, Component) - Method in class com.codename1.components.InteractionDialog
 
addComponent(int, Component) - Method in class com.codename1.components.InteractionDialog
 
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
 
addComponent(Object, Component) - Method in class com.codename1.ui.Dialog
 
addComponent(int, Object, Component) - Method in class com.codename1.ui.Dialog
 
addComponent(int, Component) - Method in class com.codename1.ui.Dialog
 
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
 
addComponent(int, Object, Component) - Method in class com.codename1.ui.Form
 
addComponent(int, Component) - Method in class com.codename1.ui.Form
Adds Component to the Form's Content Pane
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.
addComponentToSideMenu(Component, Command) - Method in class com.codename1.ui.Toolbar
Adds a Component to the side navigation menu.
addComponentToSideMenu(Component) - Method in class com.codename1.ui.Toolbar
Adds a Component to the side navigation menu.
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.
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
 
addDataChangedListener(DataChangedListener) - Method in class com.codename1.ui.list.DefaultListModel
 
addDataChangedListener(DataChangedListener) - Method in class com.codename1.ui.list.FilterProxyListModel
 
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.
addDataChangeListener(DataChangedListener) - Method in class com.codename1.ui.Calendar
Allows tracking selection changes in the calendar in real time
addDataChangeListener(DataChangedListener) - Method in class com.codename1.ui.table.DefaultTableModel
 
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.TextField
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
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.
addDefaultInputMode(String, String[][]) - Static method in class com.codename1.ui.VirtualKeyboard
Add an input mode to the virtual keyboard
addDragOverListener(ActionListener) - Method in class com.codename1.ui.Component
Broadcasts an event when dragging over a component
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
ADDED - Static variable in interface com.codename1.ui.events.DataChangedListener
Type value for added data in ListModel
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) - Method in class com.codename1.io.NetworkManager
Adds a generic listener to a network error that is invoked before the exception is propogated.
addErrorListener(ActionListener) - Static method in class com.codename1.io.services.ImageDownloadService
Binds an error listener that will fire an instance of NetworkEvent with an error for a specific fetch operation if applicable
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.
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
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
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
Adds a new inputmode hashtable with the given name and set of values
addInputMode(String, String[][]) - Method in class com.codename1.ui.VirtualKeyboard
Add an input mode to the virtual keyboard
addItem(Object) - Method in class com.codename1.cloud.CloudListModel
Notice this method does NOT commit the data, after committing the data the cache MUST be cleared!
addItem(Object) - Method in class com.codename1.contacts.ContactsModel
 
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
 
addItem(T) - Method in class com.codename1.ui.list.FilterProxyListModel
 
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
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
Adds a layer to the map
addLayer(Layer, int, int) - Method in class com.codename1.maps.MapComponent
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
 
addLayoutComponent(Object, Component, Container) - Method in class com.codename1.ui.layouts.GridBagLayout
 
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.table.TableLayout
 
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
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.
addMapListener(MapListener) - Method in class com.codename1.maps.MapComponent
Adds a listener to map panning/zooming
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.
addObserver(Observer) - Method in class java.util.Observable
Adds the specified observer to the list of observers.
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
Adss 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
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
addPointerPressedListener(ActionListener) - Method in class com.codename1.ui.Component
Adds a listener to the pointer event
addPointerReleasedListener(ActionListener) - Method in class com.codename1.ui.Component
Adds a listener to the pointer event
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) - 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) - 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) - 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
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.
addSelectionListener(SelectionListener) - Method in class com.codename1.cloud.CloudListModel
 
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
 
addSelectionListener(SelectionListener) - Method in class com.codename1.ui.list.FilterProxyListModel
 
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(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
addSpecialButton(String, Command) - Method in class com.codename1.ui.VirtualKeyboard
This method adds a special button to the virtual keyboard
addSpecialButton(String, Command, int) - Method in class com.codename1.ui.VirtualKeyboard
This method adds a special button to the virtual keyboard
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.
addStyleListener(StyleListener) - Method in class com.codename1.ui.plaf.Style
Adds a Style Listener to the Style Object.
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, 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
addTextLabel(double, String) - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Deprecated.
use addXTextLabel instead
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
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.
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.
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
This is an Ads Component, this Component can displays banner/text ads on a Form.
Ads() - Constructor for class com.codename1.components.Ads
Default constructor for GUI builder
Ads(String) - Constructor for class com.codename1.components.Ads
Simple constructor to create an Ad Component
Ads(String, boolean) - Constructor for class com.codename1.components.Ads
 
AdsService - Class in com.codename1.ads
This is an abstract Ads Service.
AdsService() - Constructor for class com.codename1.ads.AdsService
Empty constructor
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(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.
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.
alpha(int) - Static method in class com.codename1.charts.util.ColorUtil
 
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! To enable analytics just use the init() method of the analytics service.
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
 
animate() - Method in class com.codename1.components.FileEncodedImageAsync
 
animate() - Method in class com.codename1.components.ImageViewer
 
animate() - Method in class com.codename1.components.InfiniteProgress
 
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.CommonTransitions
 
animate() - Method in class com.codename1.ui.animations.FlipTransition
 
animate() - Method in class com.codename1.ui.animations.MorphTransition
 
animate() - Method in class com.codename1.ui.animations.Timeline
 
animate() - Method in class com.codename1.ui.animations.Transition
 
animate() - Method in class com.codename1.ui.Button
 
animate() - Method in class com.codename1.ui.Component
 
animate() - Method in class com.codename1.ui.Dialog
 
animate() - Method in class com.codename1.ui.Form
 
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
 
animate() - Method in class com.codename1.ui.List
 
animate() - Method in class com.codename1.ui.PeerComponent
 
animate() - Method in class com.codename1.ui.Slider
 
animate() - Method in class com.codename1.ui.SwipeableContainer
 
animate() - Method in class com.codename1.ui.Tabs
 
animate() - Method in class com.codename1.ui.TextField
 
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.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.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.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.Container
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.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.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.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.Container
Animates a pending layout into place, this effectively replaces revalidate with a more visual form of animation.
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.
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.
Animation - Interface in com.codename1.ui.animations
Allows any object to react to events and draw an animation at a fixed interval.
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.
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 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 buffer.
append(char) - Method in class java.lang.StringBuilder
Appends the string representation of the char argument to this string buffer.
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 buffer.
append(double) - Method in class java.lang.StringBuilder
Appends the string representation of the double argument to this string buffer.
append(float) - Method in class java.lang.StringBuilder
Appends the string representation of the float argument to this string buffer.
append(int) - Method in class java.lang.StringBuilder
Appends the string representation of the int argument to this string buffer.
append(long) - Method in class java.lang.StringBuilder
Appends the string representation of the long argument to this string buffer.
append(Object) - Method in class java.lang.StringBuilder
Appends the string representation of the Object argument to this string buffer.
append(String) - Method in class java.lang.StringBuilder
Appends the string to this string buffer.
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.
apply(JSObject, Object[]) - Method in interface com.codename1.javascript.JSFunction
 
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.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.
arcTo(float, float, float, float) - 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
 
areAllSegmentPresent(int) - Method in class com.codename1.charts.views.PieMapper
If we have all PieChart Config then there is no point in reloading it
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_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.
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
 
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(T...) - Static method in class java.util.Arrays
Returns a List of the objects in the specified array.
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
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
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 label with the given text baring 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
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
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.
asSubclass(Class) - Method in class java.lang.Class
Replacement for Class.asSubclass(Class).
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
 
asyncLock(Image) - Method in class com.codename1.ui.EncodedImage
 
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.
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
 
attribution() - Method in class com.codename1.maps.providers.MapProvider
The provider attribution.
attribution() - Method in class com.codename1.maps.providers.OpenStreetMapProvider
 
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.
autoAdjust(int, int) - Method in class com.codename1.ui.VirtualKeyboard
 
autoCalculateCenter - Variable in class com.codename1.charts.views.RoundChart
 
AutoCompleteTextField - Class in com.codename1.ui
This class is an editable TextField with predefined completion suggestion that shows 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.
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.

B

back() - Method in class com.codename1.ui.BrowserComponent
Navigates back in the history
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
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
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.Component
 
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
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
 
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
BEVEL - Static variable in class com.codename1.charts.compat.Paint.Join
Deprecated.
 
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(Component) - Method in class com.codename1.ui.plaf.DefaultLookAndFeel
 
bind(Component) - Method in class com.codename1.ui.plaf.LookAndFeel
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
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
BINDING_AUTO_SAVE - Static variable in class com.codename1.cloud.CloudObject
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
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
Changes to the bound property will be reflected instantly into the cloud object
bindListener() - Method in class com.codename1.location.LocationManager
Allows the implementation to track events
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
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
 
bindProperty(String, BindTarget) - Method in class com.codename1.ui.Component
Binds the given property name to the given bind target
bindProperty(String, BindTarget) - Method in class com.codename1.ui.Label
 
bindProperty(String, BindTarget) - Method in class com.codename1.ui.RadioButton
 
bindProperty(String, BindTarget) - Method in class com.codename1.ui.TextArea
 
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
 
BindTarget - Interface in com.codename1.cloud
Allows binding arbitrary components to data storage
bindTree(Container, int, boolean) - Method in class com.codename1.cloud.CloudObject
Binds a UI tree to the cloud object so its values automatically update in the cloud object
bindVirtualKeyboard(TextArea, VirtualKeyboard) - Static method in class com.codename1.ui.VirtualKeyboard
This method is used to bind a specific instance of a virtual keyboard to a specific TextField.
bitCount() - Method in class com.codename1.util.BigInteger
 
bitLength() - Method in class com.codename1.util.BigInteger
 
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
 
BLUE - Static variable in class com.codename1.charts.util.ColorUtil
 
blue(int) - Static method in class com.codename1.charts.util.ColorUtil
 
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.
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
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
BOTH - Static variable in class com.codename1.ui.layouts.GridBagConstraints
 
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
 
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, 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
 
boundingBox() - Method in class com.codename1.maps.layers.PointLayer
 
boundingBox() - Method in class com.codename1.maps.layers.PointsLayer
 
bounds - Variable in class com.codename1.charts.compat.Canvas
Deprecated.
 
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.
BoxLayout - Class in com.codename1.ui.layouts
Layout manager that places elements in a row or column 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.
BrowserComponent() - Constructor for class com.codename1.ui.BrowserComponent
This constructor will work as expected when a browser component is supported, see isNativeBrowserSupported()
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.
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.
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.
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
 
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(String, Image) - Constructor for class com.codename1.ui.Button
Constructor a button with text and image
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 a set of RadioButtons.
ButtonGroup() - Constructor for class com.codename1.ui.ButtonGroup
Creates a new instance of ButtonsGroup
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.
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.

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
calcPreferredSize() - Method in class com.codename1.charts.ChartComponent
 
calcPreferredSize() - Method in class com.codename1.components.ImageViewer
 
calcPreferredSize() - Method in class com.codename1.components.InfiniteProgress
 
calcPreferredSize() - Method in class com.codename1.components.MediaPlayer
 
calcPreferredSize() - Method in class com.codename1.components.OnOffSwitch
 
calcPreferredSize() - Method in class com.codename1.maps.MapComponent
 
calcPreferredSize() - Method in class com.codename1.ui.Button
 
calcPreferredSize() - Method in class com.codename1.ui.CheckBox
 
calcPreferredSize() - Method in class com.codename1.ui.ComboBox
 
calcPreferredSize() - Method in class com.codename1.ui.Component
Calculates the preferred size based on component content.
calcPreferredSize() - Method in class com.codename1.ui.Container
 
calcPreferredSize() - Method in class com.codename1.ui.Label
 
calcPreferredSize() - Method in class com.codename1.ui.List
 
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
 
calcPreferredSize() - Method in class com.codename1.ui.RadioButton
 
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
 
calcPreferredSize() - Method in class com.codename1.ui.TextArea
 
calcPreferredSize() - Method in class com.codename1.ui.TextField
 
calcPreferredSize() - Method in class com.codename1.ui.tree.Tree
 
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
 
calcScrollSize() - Method in class com.codename1.ui.TextArea
 
calculateContentLength() - Method in class com.codename1.io.MultipartRequest
 
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.
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 - 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
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
Calls a Javascript function with the given parameters.
call(String, Object[]) - Method in class com.codename1.javascript.JSObject
Calls a method on the underlying Javascript object.
call(String) - Method in class com.codename1.javascript.JSObject
 
call(Object[]) - Method in class com.codename1.javascript.JSObject
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
callDouble(String) - Method in class com.codename1.javascript.JSObject
 
callInt(String) - Method in class com.codename1.javascript.JSObject
 
callObject(String) - Method in class com.codename1.javascript.JSObject
 
callSerially(Runnable) - Method in class com.codename1.ui.Display
Causes the runnable to be invoked on the event dispatch thread.
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.
callString(String) - Method in class com.codename1.javascript.JSObject
 
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() - Method in class java.util.Timer
 
cancel() - Method in class java.util.TimerTask
 
cancelBinding() - Method in class com.codename1.cloud.CloudObject
If deferred changes exist this method discards such values
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() - Method in class com.codename1.ui.Display
Returns true if the device has dialing capabilities
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() - 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
canShareImage() - Method in class com.codename1.share.EmailShare
 
canShareImage() - Method in class com.codename1.share.FacebookShare
 
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
 
Canvas - Class in com.codename1.charts.compat
Deprecated. 
Canvas() - Constructor for class com.codename1.charts.compat.Canvas
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 buffer.
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
This is the main class for capturing media files from the device.
Capture() - Constructor for class com.codename1.capture.Capture
 
captureAudio() - Static method in class com.codename1.capture.Capture
Same as captureAudio only a blocking version that holds the EDT
captureAudio(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.
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
capturePhoto(ActionListener) - Method in class com.codename1.ui.Display
This method tries to invoke the device native camera to capture images.
captureVideo() - Static method in class com.codename1.capture.Capture
Same as captureVideo only a blocking version that holds the EDT
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.
cardinality() - Method in class java.util.BitSet
Returns the number of bits that are true in this BitSet.
cast(Object) - Method in class java.lang.Class
Replacement for Class.cast(Object).
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.
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
This class is geared to replace the ListCellRenderer in the long run to provide a more generic rendering API.
CENTER - Static variable in class com.codename1.charts.compat.Paint.Align
Deprecated.
 
center() - Method in class com.codename1.maps.MapComponent
Gets the center of the map.
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 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.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.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.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 due to spelling mistake, use CENTER_BEHAVIOR_TOTAL_BELOW 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
Deprecated due to spelling mistake, use CENTER_BEHAVIOR_TOTAL_BELOW The center component takes up the entire screens and the sides are automatically placed on top of it thus creating a layered effect
CHANGE_MODE - Static variable in class com.codename1.ui.VirtualKeyboard
 
CHANGED - Static variable in interface com.codename1.ui.events.DataChangedListener
Type value for changed data in ListModel
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.
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) - 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 buffer, 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.
CharSequence - Interface in java.lang
This interface represents an ordered set of characters and defines the methods to probe them.
charsWidth(char[], int, int) - Method in class com.codename1.ui.Font
Return the width of the given characters in this font instance
ChartComponent - Class in com.codename1.charts
A component for displaying a chart.
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
 
chartToScreenShape(Shape) - Method in class com.codename1.charts.ChartComponent
 
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 which 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
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.
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
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.
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(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
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() - Method in interface com.codename1.testing.UnitTest
Cleanup after a test case executed
cleanup() - Method in class com.codename1.ui.animations.CommonTransitions
 
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.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.ui.TextField
Cleares the text from the TextField
clear() - Method in class com.codename1.ui.util.WeakHashMap
 
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.
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.
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
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.Container
 
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
Allows the implementation to track events
clearMemoryCache() - Method in class com.codename1.io.CacheMap
Clears the memory cache
clearPieSegments() - Method in class com.codename1.charts.views.PieMapper
Clears the pie segments list.
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.
clearStorage() - Method in class com.codename1.io.Storage
Deletes all the files in the application storage
clearStorageCache() - Method in class com.codename1.io.CacheMap
Clears the storage cache
clearTextLabels() - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Deprecated.
use clearXTextLabels instead
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.text.DateFormat
Deprecated.
 
clone() - Method in class java.text.DateFormatSymbols
 
clone() - Method in class java.text.SimpleDateFormat
Deprecated.
 
Cloneable - Interface in java.lang
This (empty) interface must be implemented by all classes that wish to support cloning.
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.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.ui.SwipeableContainer
Close the top component if it is currently opened.
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.Writer
Close the stream, flushing it first.
closeCurrentMenu() - Static method in class com.codename1.ui.SideMenuBar
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
Folds the current side menu if it is open, when the menu is closed it will invoke the runnable callback method
closeMenu() - Method in class com.codename1.ui.SideMenuBar
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.
CloudException - Exception in com.codename1.cloud
Thrown in case of a server error or failure in connection
CloudImageProperty - Class in com.codename1.cloud
A custom property that converts a cloud file id value to an image that is cached locally asynchronously.
CloudImageProperty(String, EncodedImage) - Constructor for class com.codename1.cloud.CloudImageProperty
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
Seamlessly creates a cloud based searchable list model
CloudListModel(String, int, int, boolean) - Constructor for class com.codename1.cloud.CloudListModel
Creates a list model that shows all the cloud elements that have the given key matching the given value at the visibility scope listed bellow.
CloudListModel(String, int, int, String, boolean) - Constructor for class com.codename1.cloud.CloudListModel
Creates a list model that shows all the cloud elements that have the given key matching the given value at the visibility scope listed bellow.
CloudObject - Class in com.codename1.cloud
A cloud object can be persisted to the cloud or locally it is a set of key/value pairs that can be either strings or numbers.
CloudObject() - Constructor for class com.codename1.cloud.CloudObject
Default constructor for externalization purposes only!
CloudObject(String) - Constructor for class com.codename1.cloud.CloudObject
Constructor
CloudObject(String, int) - Constructor for class com.codename1.cloud.CloudObject
Create an object with different permissions settings
CloudPersona - Class in com.codename1.cloud
A persona represents a user of the cloud, this is an optional feature that allows data to be limited to a specific user on the server side.
CloudResponse<T> - Interface in com.codename1.cloud
Used as a callback for the asynchronous version of the cloud storage API, these methods are invoked on the EDT!
CloudStorage - Class in com.codename1.cloud
The cloud storage class allows developers to use the Codename One cloud based storage API as a shared database for your application.
CM - Static variable in class com.codename1.ui.layouts.mig.UnitValue
A unit indicating centimeters.
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
A barcode/qrcode scanner API, this class is a singleton, notice that this API might not be implemented for all platforms in which case the getInstance() method will return null!
CodeScanner() - Constructor for class com.codename1.codescan.CodeScanner
 
collapsePath(Object...) - Method in class com.codename1.ui.tree.Tree
Collapses the last element in the path
Collection<E> - Interface in java.util
Collection is the root of the collection hierarchy.
Collections - Class in java.util
Collections contains static methods which operate on Collection classes.
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
 
ColorUtil - Class in com.codename1.charts.util
 
ColorUtil() - Constructor for class com.codename1.charts.util.ColorUtil
 
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
The Ads API allows developers to add Ads to their apps
com.codename1.analytics - package com.codename1.analytics
The analytics API allows tracking your mobile application usage in the field to give you real-time data on how your application is used.
com.codename1.capture - package com.codename1.capture
Package for capturing photos, audio or video from the camera/microphone.
com.codename1.charts - package com.codename1.charts
The main classes, including the ChartFactory, GraphicalActivity and GraphicalView.
com.codename1.charts.compat - package com.codename1.charts.compat
 
com.codename1.charts.models - package com.codename1.charts.models
Provides the classes that handle the data values (data model) to be used by displaying the charts.
com.codename1.charts.renderers - package com.codename1.charts.renderers
Provides renderer classes that keep the chart rendering / drawing styles.
com.codename1.charts.transitions - package com.codename1.charts.transitions
 
com.codename1.charts.util - package com.codename1.charts.util
Utility classes that provide helper methods used by most of the other packages.
com.codename1.charts.views - package com.codename1.charts.views
Provides the classes that handle the actual rendering / drawing of the charts, based on the provided model and renderer.
com.codename1.cloud - package com.codename1.cloud
Provides cloud related services such as storage, binding widgets to the cloud seamlessly so they can be persisted easily.
com.codename1.codescan - package com.codename1.codescan
Bar/QR code scanning API, currently based on the zxing implementation
com.codename1.components - package com.codename1.components
Generic elaborate components that make use of both UI elements and storage.
com.codename1.contacts - package com.codename1.contacts
Provides access to the contacts list from the device
com.codename1.db - package com.codename1.db
SQLite support.
com.codename1.facebook - package com.codename1.facebook
Legacy generic implementation of the Facebook API with simplified OAuth integration to allow social sharing.
com.codename1.facebook.ui - package com.codename1.facebook.ui
User interface for integrating with basic Facebook features currently mostly the Like button
com.codename1.io - package com.codename1.io
Codename One IO is intended as a componentized solution for IO operations that allows us to centralize IO logic while maintaining a more portable approach for threads.
com.codename1.io.gzip - package com.codename1.io.gzip
gzip support based on https://github.com/ymnk/jzlib
com.codename1.io.services - package com.codename1.io.services
Default WebService implementations
com.codename1.javascript - package com.codename1.javascript
The Codename One JS Bridge package includes classes that facilitate the interaction between Java and Javascript in a Codename One application.
com.codename1.l10n - package com.codename1.l10n
The Localization API allows developers to adapt their applications to different geographic locales and conventions.
com.codename1.location - package com.codename1.location
Simple abstraction of location services (GPS/Triangulation) providing user global positioning and monitoring over such changes.
com.codename1.maker - package com.codename1.maker
This package is deprecated and will be removed in a coming revision
com.codename1.maps - package com.codename1.maps
The mapping API allows developers to use maps in their applications, add layers on top of the map and to enhance the API with additional Layers, Providers and functionality.
com.codename1.maps.layers - package com.codename1.maps.layers
The Layers are elements that are displayed on the map.
com.codename1.maps.providers - package com.codename1.maps.providers
These are the map providers, currently http://www.openstreetmap.org/ is supported.
com.codename1.media - package com.codename1.media
Video and audio playback support are handled within this package using the Media/Media manager APIs.
com.codename1.messaging - package com.codename1.messaging
This API allows to send e-mail messages through underlying platforms e-mail clients.
com.codename1.payment - package com.codename1.payment
In-App Billing/Purchase API's are abstracted by this package.
com.codename1.processing - package com.codename1.processing
IO Related tools and utilities, e.g.
com.codename1.push - package com.codename1.push
Push notification support using either device specific protocols when available
com.codename1.share - package com.codename1.share
Sharing services, that can be registered on the ShareButton
com.codename1.social - package com.codename1.social
Connectors for native social network SDK's
com.codename1.system - package com.codename1.system
Low level calls into the Codename One system, including support for making platform native API calls.
com.codename1.testing - package com.codename1.testing
This package contains everything necessary for unit tests, automation of tests and everything in between.
com.codename1.ui - package com.codename1.ui
Main widget package containing the component/container "composite" similar both in terminology and design to Swing/AWT.
com.codename1.ui.animations - package com.codename1.ui.animations
All components are animatable by potential and additional animations (unrelated to a specific component) can be installed on the fly, transitions between forms are also handled as part of this package.
com.codename1.ui.events - package com.codename1.ui.events
Observable pattern event listeners in the spirit of AWT 1.1's event dispatching architecture, all events are dispatched on the EDT (Event Dispatch Thread).
com.codename1.ui.geom - package com.codename1.ui.geom
Contains classes related to geometry locations and calculations such as rectangle and size
com.codename1.ui.html - package com.codename1.ui.html
This package is deprecated and used only for legacy support, use the WebBrowser component from the components package.
com.codename1.ui.layouts - package com.codename1.ui.layouts
Layout managers allow a Container to arrange its components by a set of rules that would be adapted for specific screen/font sizes.
com.codename1.ui.layouts.mig - package com.codename1.ui.layouts.mig
 
com.codename1.ui.list - package com.codename1.ui.list
Lists are highly customizable and serve as the basis for ComboBox and other components (such as carousels etc) they employ a similar MVC approach to Swing including the renderer pattern.
com.codename1.ui.painter - package com.codename1.ui.painter
Painter allows us to draw arbitrary elements of graphics from plain/scaled/tiled images to gradients and pretty much any form of graphic drawing we can imagine.
com.codename1.ui.plaf - package com.codename1.ui.plaf
Look of the application can be fully customized via this package, it represents a rendering layer that can be plugged in separately in runtime and themed to provide any custom look.
com.codename1.ui.spinner - package com.codename1.ui.spinner
Spinners allows picking of simple sequential values similarly to combo boxes but of a much wider value set.
com.codename1.ui.table - package com.codename1.ui.table
Table component for editing and viewing tabular data and arranging Codename One components in a tabular form
com.codename1.ui.tree - package com.codename1.ui.tree
Tree component for displaying hierarchy based information and its related classes
com.codename1.ui.util - package com.codename1.ui.util
Utility features that are either too domain specific or don't "fit" into any other packages including the Resource file format loading API.
com.codename1.util - package com.codename1.util
General utilities classes
com.codename1.xml - package com.codename1.xml
The XML package allows parsing XML documents into DOM objects.
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.
CombinedXYChart.XYCombinedChartDef(String, int...) - Constructor for class com.codename1.charts.views.CombinedXYChart.XYCombinedChartDef
Constructs a chart definition.
ComboBox<T> - Class in com.codename1.ui
A combo box is a list that allows only one selection at a time, when a user clicks the combo box 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 action placed on the soft buttons and in the Menu on devices, similar to the MIDP command abstraction and Swing's Actions.
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
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
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
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
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
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
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
A commit version that works asynchronously and returns one of the return codes above to indicate the status.
commitBinding() - Method in class com.codename1.cloud.CloudObject
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
CommonTransitions - Class in com.codename1.ui.animations
Contains common transition animations including the following: Slide - the exiting form slides out of the screen while the new form slides in.
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(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(T, T) - Method in interface java.util.Comparator
Compares the two specified objects to determine their relative ordering.
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(T) - Method in interface java.lang.Comparable
Compares this object to the specified object to determine their relative order.
compareTo(E) - Method in class java.lang.Enum
 
compareTo(String) - Method in class java.lang.String
Compares two strings lexicographically.
Component - Class in com.codename1.ui
Base class for all the widgets in the toolkit using the composite pattern in a similar way to the AWT Container/Component relationship.
Component() - Constructor for class com.codename1.ui.Component
Creates a new instance of Component
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
ComponentWrapper - Interface in com.codename1.ui.layouts.mig
A class that wraps the important parts of a Component.
comptable - Variable in class com.codename1.ui.layouts.GridBagLayout
 
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.
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
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
 
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.
ConstraintParser - Class in com.codename1.ui.layouts.mig
Parses string constraints.
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
This class represents a Contact information from the device Address Book
Contact() - Constructor for class com.codename1.contacts.Contact
Empty Constructor
ContactsManager - Class in com.codename1.contacts
This class uses as the Contacts manager of the device, it enables the possibility To get the Contacts that are available on the device.
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) - 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
This is a "list component" implemented as a container with a layout manager which provides some of the ui advantages of a Container and some of a list while pulling out some of the drawbacks of both.
ContainerList() - Constructor for class com.codename1.ui.list.ContainerList
Default constructor
ContainerList(ListModel) - Constructor for class com.codename1.ui.list.ContainerList
Constructs a container list with the given model
ContainerList(Layout, ListModel) - Constructor for class com.codename1.ui.list.ContainerList
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(int, int) - Method in class com.codename1.ui.Component
Returns true if the given absolute coordinate is contained in the Component
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(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(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 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.
containsKey(Object) - Method in class com.codename1.ui.util.WeakHashMap
 
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.
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.
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
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
Converts an HTML char entity to the matching character or string.
convertToPixels(int, boolean) - 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
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
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
Allows laying out components based on absolute positions/sizes that are adapted based on available space for the layout.
CoordinateLayout() - Constructor for class com.codename1.ui.layouts.CoordinateLayout
Allows creating a coordinate layouts that disables the scaling feature
CoordinateLayout(int, int) - Constructor for class com.codename1.ui.layouts.CoordinateLayout
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
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.CommonTransitions
 
copy(boolean) - Method in class com.codename1.ui.animations.MorphTransition
 
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.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.
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.
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).
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
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
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.
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(Class) - 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(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(Object) - Static method in class com.codename1.ui.PeerComponent
Use this method to encapsulate a native UI object
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
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).
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
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
 
createBackLazyValue(Form) - Method in class com.codename1.ui.util.UIBuilder
This is useful for swipe back navigation behavior
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
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.
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() - 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
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.
createDay() - Method in class com.codename1.ui.Calendar
This method creates the Day Button Component for the Month View
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
createDialogPulsate() - Static method in class com.codename1.ui.animations.CommonTransitions
Creates a dialog pulsate transition
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
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.
createEmbeddedUI() - Method in class com.codename1.maker.MakerPlugin
Deprecated.
Creates a container version of the UI that will be added to the flow based on maker logic
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...
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
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
Creates a slide transition with the given duration and direction, this differs from the standard slide animation by focusing on speed rather than on minimizing heap usage.
createFastSlide(int, boolean, int, boolean) - Static method in class com.codename1.ui.animations.CommonTransitions
Creates a slide transition with the given duration and direction, this differs from the standard slide animation by focusing on speed rather than on minimizing heap usage This method works by creating two images and sliding them which works much faster for all devices however takes up more ram.
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
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
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 the given path based on MIDP's createImage(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 mutable image that may be manipulated using getGraphics
createImage(int, int, int) - Static method in class com.codename1.ui.Image
Creates a mutable image that may be manipulated using getGraphics
createImage(byte[], int, int) - Static method in class com.codename1.ui.Image
creates an image from a given byte array data
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.
createImageToFileSystem(String, List, int, String, String, Dimension) - Static method in class com.codename1.io.services.ImageDownloadService
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
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
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
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
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
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
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
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
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
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
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
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
 
createImageToStorage(String, ActionListener, String, boolean) - Static method in class com.codename1.io.services.ImageDownloadService
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
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(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
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.
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 Notice that a Media is "auto destroyed" on completion and cannot be played twice!
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 a Media is "auto destroyed" on completion and cannot be played twice!
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!
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(String) - Method in class com.codename1.ui.Display
Deprecated. 
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.
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
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
Creates the Side Menu open button.
createOrLogin(String, String) - Static method in class com.codename1.cloud.CloudPersona
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.
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
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
Creates the side navigation component with the Commands
createSideNavigationComponent(Vector, String) - Method in class com.codename1.ui.SideMenuBar
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) - 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
createStandaloneUI() - Method in class com.codename1.maker.MakerPlugin
Deprecated.
Creates a standalone version of the UI that will be shown by the maker tool, notice that back functionality will be added by the maker tool and should not be incorporated into the form! The default implementation just used the embedded container version.
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, 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
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.
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
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
 
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, 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.
createUncover(int, boolean, int) - Static method in class com.codename1.ui.animations.CommonTransitions
Creates a uncover transition with the given duration and direction
createVerticalImageBorder(Image, Image, Image) - Static method in class com.codename1.ui.plaf.Border
This is an image border that can only grow vertically
createWriter() - Method in class com.codename1.io.Log
Default method for creating the output writer into which we write, this method creates a simple log file using the file connector
CStringBuilder - Class in com.codename1.util
Deprecated.
we will be moving to the proper string builder very soon
CStringBuilder() - Constructor for class com.codename1.util.CStringBuilder
Deprecated.
Constructs an instance with an initial capacity of 16.
CStringBuilder(int) - Constructor for class com.codename1.util.CStringBuilder
Deprecated.
Constructs an instance with the specified capacity.
CStringBuilder(String) - Constructor for class com.codename1.util.CStringBuilder
Deprecated.
Constructs an instance that's initialized with the contents of the specified String.
CSVParser - Class in com.codename1.io
Simple CSV parser very useful for importing data into applications quickly from a CSV source
CSVParser() - Constructor for class com.codename1.io.CSVParser
Initializes a parser with the default comma (',') separator char
CSVParser(char) - Constructor for class com.codename1.io.CSVParser
Allows creating a parser with a custom separator char
CubicLineChart - Class in com.codename1.charts.views
The interpolated (cubic) line chart rendering class.
CubicLineChart() - Constructor for class com.codename1.charts.views.CubicLineChart
 
CubicLineChart(XYMultipleSeriesDataset, XYMultipleSeriesRenderer, float) - Constructor for class com.codename1.charts.views.CubicLineChart
Builds a cubic line chart.
currentSegment(float[]) - Method in interface com.codename1.ui.geom.PathIterator
Returns the coordinates of the next point(s), as well as the type of line segment.
currentSegment(double[]) - Method in interface com.codename1.ui.geom.PathIterator
Returns the coordinates of the next point(s), as well as the type of line segment.
currentThread() - Static method in class java.lang.Thread
Returns a reference to the currently executing Thread object.
currentTimeMillis() - Static method in class java.lang.System
Returns the current time in milliseconds.
Cursor - Interface in com.codename1.db
The Cursor Object is used to iterate over the results
curveTo(double, double, double, double, double, double) - Method in class com.codename1.ui.geom.GeneralPath
 
curveTo(float, float, float, float, float, float) - Method in class com.codename1.ui.geom.GeneralPath
Appends a cubic Bezier curve to the current path.
CustomProperty - Interface in com.codename1.cloud
Allows adding a custom property to cloud objects, this effectively allows to simulate missing properties or create properties that don't represent a database entry (e.g.
CYAN - Static variable in class com.codename1.charts.util.ColorUtil
 

D

darkerColor(int) - Method in class com.codename1.ui.Graphics
Makes the current color slightly darker, this is useful for many visual effects
DASHED - Static variable in class com.codename1.charts.renderers.BasicStroke
The dashed line style.
Database - Class in com.codename1.db
This is a Database SQLite class, this class allows developers to connect to a database and preform sql queries on the data.
Database() - Constructor for class com.codename1.db.Database
 
dataChanged(int, int, HTMLComponent, TextField, HTMLElement) - Method in class com.codename1.components.Ads
 
dataChanged(int, int) - Method in interface com.codename1.ui.events.DataChangedListener
Invoked when there was a change in the underlying model
dataChanged(int, int, HTMLComponent, TextField, HTMLElement) - Method in class com.codename1.ui.html.DefaultHTMLCallback
Called when the user types in a TextField inside the HTMLComponent This method will be called only if HTMLComponent.isEventsEnabled() is true
dataChanged(int, int, HTMLComponent, TextField, HTMLElement) - Method in interface com.codename1.ui.html.HTMLCallback
Called when the user types in a TextField inside the HTMLComponent This method will be called only if HTMLComponent.isEventsEnabled() is true
dataChanged(int, int) - Method in class com.codename1.ui.list.FilterProxyListModel
 
DataChangedListener - Interface in com.codename1.ui.events
Event callback interface invoked when a ListModel changes its state thus indicating to the view that it should refresh.
DataInput - Interface in java.io
The DataInput interface provides for reading bytes from a binary stream and reconstructing from them data in any of the Java primitive types.
DataInputStream - Class in java.io
A data input stream lets an application read primitive Java data types from an underlying input stream in a machine-independent way.
DataInputStream(InputStream) - Constructor for class java.io.DataInputStream
Creates a DataInputStream and saves its argument, the input stream in, for later use.
DataOutput - Interface in java.io
The DataOutput interface provides for converting data from any of the Java primitive types to a series of bytes and writing these bytes to a binary stream.
DataOutputStream - Class in java.io
A data output stream lets an application write primitive Java data types to an output stream in a portable way.
DataOutputStream(OutputStream) - Constructor for class java.io.DataOutputStream
Creates a new data output stream to write data to the specified underlying output stream.
DATE - Static variable in class java.util.Calendar
Field number for get and set indicating the day of the month.
Date - Class in java.util
The class Date represents a specific instant in time, with millisecond precision.
Date() - Constructor for class java.util.Date
Allocates a Date object and initializes it to represent the current time specified number of milliseconds since the standard base time known as "the epoch", namely January 1, 1970, 00:00:00 GMT.
Date(long) - Constructor for class java.util.Date
Allocates a Date object and initializes it to represent the specified number of milliseconds since the standard base time known as "the epoch", namely January 1, 1970, 00:00:00 GMT.
DateFormat - Class in com.codename1.l10n
A class for parsing and formatting localisation sensitive dates, compatible with Jave 6 SDK.
DateFormat - Class in java.text
Deprecated.
this class has many issues in iOS and other platforms, please use the L10NManager
DateFormatPatterns - Class in com.codename1.l10n
Common patterns for dates, times, and timestamps.
DateFormatPatterns() - Constructor for class com.codename1.l10n.DateFormatPatterns
 
DateFormatPatterns - Class in java.text
Common patterns for dates, times, and timestamps.
DateFormatPatterns() - Constructor for class java.text.DateFormatPatterns
 
DateFormatSymbols - Class in com.codename1.l10n
 
DateFormatSymbols() - Constructor for class com.codename1.l10n.DateFormatSymbols
 
DateFormatSymbols - Class in java.text
 
DateFormatSymbols() - Constructor for class java.text.DateFormatSymbols
 
DateSpinner - Class in com.codename1.ui.spinner
A date spinner allows selecting a date value within the given date range
DateSpinner() - Constructor for class com.codename1.ui.spinner.DateSpinner
Default constructor
DateTimeSpinner - Class in com.codename1.ui.spinner
The date and time spinner extends the time spinner by allowing to pick a specific day as well
DateTimeSpinner() - Constructor for class com.codename1.ui.spinner.DateTimeSpinner
Default constructor
DAY - Static variable in class com.codename1.charts.views.TimeChart
The number of milliseconds in a day.
DAY_OF_MONTH - Static variable in class java.util.Calendar
Field number for get and set indicating the day of the month.
DAY_OF_WEEK - Static variable in class java.util.Calendar
Field number for get and set indicating the day of the week.
DEBUG - Static variable in class com.codename1.io.Log
Constant indicating the logging level Debug is the default and the lowest level followed by info, warning and error
DEBUG - Static variable in class com.codename1.javascript.JavascriptContext
Flag to enable/disable logging to a debug log.
debug() - Method in class com.codename1.ui.layouts.mig.LC
Calls LC.debug(int) with 300 as an argument.
debug(int) - Method in class com.codename1.ui.layouts.mig.LC
Same functionality as LC.setDebugMillis(int repaintMillis) only this method returns this for chaining multiple calls.
DECEMBER - Static variable in class java.util.Calendar
Value of the MONTH field indicating the twelfth month of the year.
DECIMAL - Static variable in class com.codename1.ui.TextArea
The user is allowed to enter numeric values with optional decimal fractions, for example "-123", "0.123", or ".5".
decode(String, String, boolean) - Static method in class com.codename1.io.Util
Decodes a String URL encoded URL
decode(byte[]) - Static method in class com.codename1.util.Base64
 
decode(byte[], int) - Static method in class com.codename1.util.Base64
Decodes an array of bytes containing a Base64 ascii string into binary data
deepEquals(Object[], Object[]) - Static method in class java.util.Arrays
Returns true if the two given arrays are deeply equal to one another.
deepHashCode(Object[]) - Static method in class java.util.Arrays
Returns a hash code based on the "deep contents" of the given array.
deepToString(Object[]) - Static method in class java.util.Arrays
Creates a "deep" String representation of the Object[] passed, such that if the array contains other arrays, the String representation of those arrays is generated as well.
DEF_WBITS - Static variable in class com.codename1.io.gzip.JZlib
 
DEFAULT - Static variable in class com.codename1.l10n.DateFormat
Constant for default style (MEDIUM) parsing/formatting pattern.
DEFAULT - Static variable in class java.text.DateFormat
Deprecated.
Constant for default style (MEDIUM) parsing/formatting pattern.
DEFAULT_BUFSIZE - Static variable in class com.codename1.io.gzip.DeflaterOutputStream
 
DEFAULT_BUFSIZE - Static variable in class com.codename1.io.gzip.InflaterInputStream
 
DEFAULT_NUMBERS - Static variable in class com.codename1.ui.VirtualKeyboard
This keymap represents numbers keyboard
DEFAULT_NUMBERS_SYMBOLS - Static variable in class com.codename1.ui.VirtualKeyboard
This keymap represents numbers and symbols keyboard
DEFAULT_QWERTY - Static variable in class com.codename1.ui.VirtualKeyboard
This keymap represents qwerty keyboard
DEFAULT_SIZE - Static variable in class com.codename1.ui.layouts.GroupLayout
Possible value for the add methods that takes a Component.
DEFAULT_SYMBOLS - Static variable in class com.codename1.ui.VirtualKeyboard
This keymap represents symbols keyboard
defaultConstraints - Variable in class com.codename1.ui.layouts.GridBagLayout
 
DefaultCrashReporter - Class in com.codename1.system
A default implementation of the crash reporter that instantly sends the crash data to the server.
DefaultDocumentRequestHandler - Class in com.codename1.ui.html
Default implementation of the HTML components document request handler to allow simple HTML support in Codename One.
DefaultDocumentRequestHandler() - Constructor for class com.codename1.ui.html.DefaultDocumentRequestHandler
 
DefaultHTMLCallback - Class in com.codename1.ui.html
This is a default implementation of HTMLCallback that basically doesn't do much but does keep the HTMLComponent work intact.
DefaultHTMLCallback() - Constructor for class com.codename1.ui.html.DefaultHTMLCallback
 
DefaultListCellRenderer<T> - Class in com.codename1.ui.list
Default implementation of the renderer based on a label see the ListCellRenderer for more information about the use and purpose of this class
DefaultListCellRenderer() - Constructor for class com.codename1.ui.list.DefaultListCellRenderer
Creates a new instance of DefaultCellRenderer
DefaultListCellRenderer(boolean) - Constructor for class com.codename1.ui.list.DefaultListCellRenderer
Creates a new instance of DefaultCellRenderer
DefaultListModel<T> - Class in com.codename1.ui.list
Default implementation of the list model based on a vector of elements
DefaultListModel() - Constructor for class com.codename1.ui.list.DefaultListModel
Creates a new instance of DefaultListModel
DefaultListModel(Vector<T>) - Constructor for class com.codename1.ui.list.DefaultListModel
Creates a new instance of DefaultListModel
DefaultListModel(Collection<T>) - Constructor for class com.codename1.ui.list.DefaultListModel
Creates a new instance of DefaultListModel
DefaultListModel(T[]) - Constructor for class com.codename1.ui.list.DefaultListModel
Creates a new instance of DefaultListModel
DefaultLookAndFeel - Class in com.codename1.ui.plaf
Used to render the default look of Codename One
DefaultLookAndFeel(UIManager) - Constructor for class com.codename1.ui.plaf.DefaultLookAndFeel
Creates a new instance of DefaultLookAndFeel
DefaultRenderer - Class in com.codename1.charts.renderers
An abstract renderer to be extended by the multiple series classes.
DefaultRenderer() - Constructor for class com.codename1.charts.renderers.DefaultRenderer
 
DefaultTableModel - Class in com.codename1.ui.table
A default implementation of the table model based on a two dimensional array.
DefaultTableModel(String[], Object[][]) - Constructor for class com.codename1.ui.table.DefaultTableModel
Constructs a new table with a 2 dimensional array for row/column data
DefaultTableModel(String[], Object[][], boolean) - Constructor for class com.codename1.ui.table.DefaultTableModel
Constructs a new table with a 2 dimensional array for row/column data
defineFrames(int, int, int) - Method in class com.codename1.ui.animations.AnimationObject
Defines the frames of the animation if this is a frame changing animation (e.g.
defineHeight(int, int, int, int, int) - Method in class com.codename1.ui.animations.AnimationObject
Defines the height of the object starting at the given time/value and ending at the given position
defineLandscapeSwap(String, String) - Method in class com.codename1.ui.layouts.BorderLayout
This method allows swapping positions within the border layout when the layout orientation changes to landscape or if the layout starts off as landscape.
defineMotionX(int, int, int, int, int) - Method in class com.codename1.ui.animations.AnimationObject
Defines a motion on the x axis starting at the given time/value and ending at the given position
defineMotionY(int, int, int, int, int) - Method in class com.codename1.ui.animations.AnimationObject
Defines a motion on the y axis starting at the given time/value and ending at the given position
defineOpacity(int, int, int, int, int) - Method in class com.codename1.ui.animations.AnimationObject
Defines opacity (translucency) starting at the given time/value and ending at the given position.
defineOrientation(int, int, int, int, int) - Method in class com.codename1.ui.animations.AnimationObject
Defines a rotation animation starting at the given time/value and ending at the given position
defineWebService(String, String, int, int...) - Static method in class com.codename1.io.WebServiceProxyCall
Creates a webservice definition object which can be used to invoke the webservice.
defineWidth(int, int, int, int, int) - Method in class com.codename1.ui.animations.AnimationObject
Defines the width of the object starting at the given time/value and ending at the given position
Deflate - Class in com.codename1.io.gzip
 
deflate(int) - Method in class com.codename1.io.gzip.Deflater
 
deflate(int) - Method in class com.codename1.io.gzip.DeflaterOutputStream
 
deflate(int) - Method in class com.codename1.io.gzip.ZStream
Deprecated.
 
deflateEnd() - Method in class com.codename1.io.gzip.ZStream
Deprecated.
 
deflateInit(int) - Method in class com.codename1.io.gzip.ZStream
Deprecated.
 
deflateInit(int, boolean) - Method in class com.codename1.io.gzip.ZStream
Deprecated.
 
deflateInit(int, int) - Method in class com.codename1.io.gzip.ZStream
Deprecated.
 
deflateInit(int, int, int, JZlib.WrapperType) - Method in class com.codename1.io.gzip.ZStream
Deprecated.
 
deflateInit(int, int, int) - Method in class com.codename1.io.gzip.ZStream
Deprecated.
 
deflateInit(int, int, boolean) - Method in class com.codename1.io.gzip.ZStream
Deprecated.
 
deflateParams(int, int) - Method in class com.codename1.io.gzip.ZStream
Deprecated.
 
Deflater - Class in com.codename1.io.gzip
 
Deflater() - Constructor for class com.codename1.io.gzip.Deflater
 
Deflater(int) - Constructor for class com.codename1.io.gzip.Deflater
 
Deflater(int, boolean) - Constructor for class com.codename1.io.gzip.Deflater
 
Deflater(int, int) - Constructor for class com.codename1.io.gzip.Deflater
 
Deflater(int, int, boolean) - Constructor for class com.codename1.io.gzip.Deflater
 
Deflater(int, int, int, JZlib.WrapperType) - Constructor for class com.codename1.io.gzip.Deflater
 
Deflater(int, int, int) - Constructor for class com.codename1.io.gzip.Deflater
 
deflater - Variable in class com.codename1.io.gzip.DeflaterOutputStream
 
DeflaterOutputStream - Class in com.codename1.io.gzip
 
DeflaterOutputStream(OutputStream) - Constructor for class com.codename1.io.gzip.DeflaterOutputStream
 
DeflaterOutputStream(OutputStream, Deflater) - Constructor for class com.codename1.io.gzip.DeflaterOutputStream
 
DeflaterOutputStream(OutputStream, Deflater, int) - Constructor for class com.codename1.io.gzip.DeflaterOutputStream
 
DeflaterOutputStream(OutputStream, Deflater, int, boolean) - Constructor for class com.codename1.io.gzip.DeflaterOutputStream
 
deflateSetDictionary(byte[], int) - Method in class com.codename1.io.gzip.ZStream
Deprecated.
 
deinitialize() - Method in class com.codename1.components.Ads
 
deinitialize() - Method in class com.codename1.components.ImageViewer
 
deinitialize() - Method in class com.codename1.components.InfiniteProgress
 
deinitialize() - Method in class com.codename1.components.OnOffSwitch
 
deinitialize() - Method in class com.codename1.ui.AutoCompleteTextField
 
deinitialize() - Method in class com.codename1.ui.Component
Invoked to indicate that the component initialization is being reversed since the component was detached from the container hierarchy.
deinitialize() - Static method in class com.codename1.ui.Display
Closes down the EDT and Codename One, under normal conditions this method is completely unnecessary since exiting the application will shut down Codename One.
deinitialize() - Method in class com.codename1.ui.html.HTMLComponent
Deprecated.
If the component is taken off for any reason, makes sure access keys are not active
deinitialize() - Method in class com.codename1.ui.list.ContainerList
 
deinitialize() - Method in class com.codename1.ui.PeerComponent
 
deinitialize() - Method in class com.codename1.ui.Slider
 
deinitialize() - Method in class com.codename1.ui.SwipeableContainer
 
deinitialize() - Method in class com.codename1.ui.table.Table
 
deinitialize() - Method in class com.codename1.ui.Tabs
 
deinitialize() - Method in class com.codename1.ui.TextField
 
deinitializeCustomStyle(Style) - Method in class com.codename1.ui.Component
Allows components to create a style of their own, this method cleans up state for the given style
delete(CloudObject) - Method in class com.codename1.cloud.CloudStorage
Deletes the following object from the cloud storage upon commit
delete(String) - Static method in class com.codename1.db.Database
Deletes database
delete(Object) - Method in class com.codename1.io.CacheMap
Deletes a cached entry
delete(String) - Method in class com.codename1.io.FileSystemStorage
Deletes the specific file or empty directory.
delete(String) - Static method in class com.codename1.io.Preferences
Deletes a value for the given setting
delete(String) - Method in class com.codename1.ui.Display
Deletes database
delete(int, int) - Method in class com.codename1.util.CStringBuilder
Deprecated.
Deletes a sequence of characters specified by start and end.
delete(int, int) - Method in class java.lang.StringBuffer
Removes the characters in a substring of this StringBuffer.
delete(int, int) - Method in class java.lang.StringBuilder
Removes the characters in a substring of this StringBuffer.
DELETE_CHAR - Static variable in class com.codename1.ui.VirtualKeyboard
 
deleteAllCloudFilesBefore(long, String, String) - Method in class com.codename1.cloud.CloudStorage
Deletes all the cloud files before the given time stamp for the given development account.
deleteAllCloudFilesForUser() - Method in class com.codename1.cloud.CloudStorage
Deletes all the cloud files under this user, notice that this method is asynchronous and a background server process performs the actual deletion
deleteChar() - Method in class com.codename1.ui.TextField
Performs a backspace operation
deleteCharAt(int) - Method in class com.codename1.util.CStringBuilder
Deprecated.
Deletes the character at the specified index.
deleteCharAt(int) - Method in class java.lang.StringBuffer
Removes the character at the specified position in this StringBuffer (shortening the StringBuffer by one character).
deleteCharAt(int) - Method in class java.lang.StringBuilder
Removes the character at the specified position in this StringBuffer (shortening the StringBuffer by one character).
deleteCloudFile(String) - Method in class com.codename1.cloud.CloudStorage
Deletes a file from the cloud storage
deleteContact(String) - Static method in class com.codename1.contacts.ContactsManager
removed a contact from the device contacts book
deleteContact(String) - Method in class com.codename1.ui.Display
removed a contact from the device contacts book
deleteObserver(Observer) - Method in class java.util.Observable
Removes the specified observer from the list of observers.
deleteObservers() - Method in class java.util.Observable
Removes all observers from the list of observers.
deleteRetry(String, int) - Method in class com.codename1.io.FileSystemStorage
Deletes the specific file or empty directory, if the platform supports a delete on exit this method will activate it.
deleteStorageFile(String) - Method in class com.codename1.io.Storage
Deletes the given file name from the storage
DENSITY_2HD - Static variable in class com.codename1.ui.Display
Double the HD level density
DENSITY_4K - Static variable in class com.codename1.ui.Display
4K level density
DENSITY_560 - Static variable in class com.codename1.ui.Display
Intermediate density for screens that sit somewhere between HD to 2HD
DENSITY_HD - Static variable in class com.codename1.ui.Display
HD Up To 1920x1080
DENSITY_HIGH - Static variable in class com.codename1.ui.Display
Hi Density Up To 480x854
DENSITY_LOW - Static variable in class com.codename1.ui.Display
Low Density Up To 240x320
DENSITY_MEDIUM - Static variable in class com.codename1.ui.Display
Medium Density Up To 360x480
DENSITY_VERY_HIGH - Static variable in class com.codename1.ui.Display
Very Hi Density Up To 1440x720
DENSITY_VERY_LOW - Static variable in class com.codename1.ui.Display
Very Low Density 176x220 And Smaller
Deprecated - Annotation Type in java.lang
An annotation for marking an element as deprecated.
DEPTH_INFINITE - Static variable in class com.codename1.xml.Element
A constant that can be used for the get descendants methods to denote infinite recursion
Deque<E> - Interface in java.util
A kind of collection that can insert or remove element at both ends("double ended queue").
deregisterAnimated(Animation) - Method in class com.codename1.ui.Form
Indicate that cmp would no longer like to receive animation events
deregisterPush() - Method in class com.codename1.ui.Display
Stop receiving push notifications to this client application
derive(float, int) - Method in class com.codename1.ui.Font
Creates a font based on this truetype font with the given pixel, WARNING! This method will only work in the case of truetype fonts!
Important some platforms e.g.
descendingIterator() - Method in class java.util.ArrayDeque
Returns the iterator in reverse order, from tail to head.
descendingIterator() - Method in interface java.util.Deque
Returns the iterator in reverse order, from tail to head.
descendingIterator() - Method in class java.util.LinkedList
Returns the iterator in reverse order, from tail to head.
descendingIterator() - Method in interface java.util.NavigableSet
Answers a descending iterator of this set.
descendingIterator() - Method in class java.util.TreeSet
Answers a descending iterator of this set.
descendingKeySet() - Method in interface java.util.NavigableMap
Answers a NavigableSet view of the keys in descending order.
descendingKeySet() - Method in class java.util.TreeMap
Answers a NavigableSet view of the keys in descending order.
descendingMap() - Method in interface java.util.NavigableMap
Answers a reverse order view of the map.
descendingMap() - Method in class java.util.TreeMap
Answers a reverse order view of the map.
descendingSet() - Method in interface java.util.NavigableSet
Answers a reverse order view of this set.
descendingSet() - Method in class java.util.TreeSet
Answers a reverse order view of this set.
destroy() - Method in class com.codename1.components.WebBrowser
Release WebBrowser native resources.
destroy() - Method in class com.codename1.ui.BrowserComponent
Release native resources of this Browser Component
DeviceRunner - Class in com.codename1.testing
Runs the test cases from the test build of the app, notice that this class is abstract since device/app specific code can exist in the implementation
DeviceRunner() - Constructor for class com.codename1.testing.DeviceRunner
 
dial(String) - Method in class com.codename1.ui.Display
Opens the device Dialer application with the given phone number
DialChart - Class in com.codename1.charts.views
The dial chart rendering class.
DialChart(CategorySeries, DialRenderer) - Constructor for class com.codename1.charts.views.DialChart
Builds a new dial chart instance.
Dialog - Class in com.codename1.ui
A dialog is a form that occupies a part of the screen and appears as a modal entity to the developer.
Dialog(String) - Constructor for class com.codename1.ui.Dialog
Constructs a Dialog with a title
Dialog() - Constructor for class com.codename1.ui.Dialog
Constructs a Dialog with a title
DialRenderer - Class in com.codename1.charts.renderers
Dial chart renderer.
DialRenderer() - Constructor for class com.codename1.charts.renderers.DialRenderer
 
DialRenderer.Type - Enum in com.codename1.charts.renderers
 
Dictionary<K,V> - Class in java.util
Note: Do not use this class since it is obsolete.
Dictionary() - Constructor for class java.util.Dictionary
Constructs a new instance of this class.
digit(char, int) - Static method in class java.lang.Character
Returns the numeric value of the character ch in the specified radix.
DimConstraint - Class in com.codename1.ui.layouts.mig
A simple value holder for a constraint for one dimension.
DimConstraint() - Constructor for class com.codename1.ui.layouts.mig.DimConstraint
Empty constructor.
dimension() - Method in class com.codename1.maps.Tile
Gets the tile dimension
Dimension - Class in com.codename1.ui.geom
Utility class that holds a width and height that represents a dimension of a component or element
Dimension() - Constructor for class com.codename1.ui.geom.Dimension
Creates a new instance of Dimension
Dimension(Dimension) - Constructor for class com.codename1.ui.geom.Dimension
Creates a new instance of Dimension with a predefine dimension
Dimension(int, int) - Constructor for class com.codename1.ui.geom.Dimension
CCreates a new instance of Dimension with width and height
Dimension2D - Class in com.codename1.ui.geom
Utility class that holds a width and height that represents a dimension of a component or element
Dimension2D() - Constructor for class com.codename1.ui.geom.Dimension2D
Creates a new instance of Dimension
Dimension2D(Dimension2D) - Constructor for class com.codename1.ui.geom.Dimension2D
Creates a new instance of Dimension with a predefine dimension
Dimension2D(double, double) - Constructor for class com.codename1.ui.geom.Dimension2D
CCreates a new instance of Dimension with width and height
disjoint(Collection<?>, Collection<?>) - Static method in class java.util.Collections
Returns whether the specified collections have no elements in common.
dismissNotification(Object) - Method in class com.codename1.ui.Display
Removes the notification previously posted with the notify status bar method
dispatchCommand(Command, ActionEvent) - Method in class com.codename1.ui.Form
Dispatches a command via the standard form mechanism of firing a command event
Display - Class in com.codename1.ui
Central class for the API that manages rendering/events and is used to place top level components (Form) on the "display".
dispose() - Method in class com.codename1.components.InteractionDialog
 
dispose() - Method in class com.codename1.components.Progress
 
dispose() - Method in class com.codename1.ui.Dialog
Closes the current form and returns to the previous form, releasing the EDT in the process
dispose() - Method in class com.codename1.ui.Image
DO NOT CALL THIS METHOD UNLESS YOU KNOW WHAT YOU ARE DOING! Images dispose automatically for most cases except for very rare special cases.
dispose() - Method in class com.codename1.ui.VirtualKeyboard
 
distance(double, double, double, double) - Static method in class com.codename1.maps.MapComponent
Returns the distance between 2 points in meters
DIV - Static variable in class com.codename1.ui.layouts.mig.UnitValue
An operation indicating a division of two sub units.
divide(BigDecimal) - Method in class com.codename1.util.BigDecimal
 
divide(BigInteger) - Method in class com.codename1.util.BigDecimal
 
divide(BigInteger) - Method in class com.codename1.util.BigInteger
 
divideAndRemainder(BigInteger) - Method in class com.codename1.util.BigInteger
 
dockEast() - Method in class com.codename1.ui.layouts.mig.CC
Same functionality as calling CC.setDockSide(int) with 3 only this method returns this for chaining multiple calls.
dockNorth() - Method in class com.codename1.ui.layouts.mig.CC
Same functionality as calling CC.setDockSide(int) with 0 only this method returns this for chaining multiple calls.
dockSouth() - Method in class com.codename1.ui.layouts.mig.CC
Same functionality as calling CC.setDockSide(int) with 2 only this method returns this for chaining multiple calls.
dockWest() - Method in class com.codename1.ui.layouts.mig.CC
Same functionality as calling CC.setDockSide(int) with 1 only this method returns this for chaining multiple calls.
Documented - Annotation Type in java.lang.annotation
 
DocumentInfo - Class in com.codename1.ui.html
DocumentInfo holds important information about a document that is loading.
DocumentRequestHandler - Interface in com.codename1.ui.html
The DocumentRequestHandler interface should be implemented so it returns documents in requested URLs.
Concrete classes should handle in its single method all necessary networking and IO issues.
Implementations of this interface are used by HTMLComponent to obtain links and form results
DOTTED - Static variable in class com.codename1.charts.renderers.BasicStroke
The dot line style.
Double - Class in java.lang
The Double class wraps a value of the primitive type double in an object.
Double(double) - Constructor for class java.lang.Double
Constructs a newly allocated Double object that represents the primitive double argument.
doubleToLongBits(double) - Static method in class java.lang.Double
Returns a representation of the specified floating-point value according to the IEEE 754 floating-point "double format" bit layout.
doubleValue() - Method in class java.lang.Double
Returns the double value of this Double.
doubleValue() - Method in class java.lang.Float
Returns the double value of this Float object.
doubleValue() - Method in class java.lang.Integer
Returns the value of this Integer as a double.
doubleValue() - Method in class java.lang.Long
Returns the value of this Long as a double.
DoughnutChart - Class in com.codename1.charts.views
The doughnut chart rendering class.
DoughnutChart(MultipleCategorySeries, DefaultRenderer) - Constructor for class com.codename1.charts.views.DoughnutChart
Builds a new doughnut chart instance.
downloadUrlToFile(String, String, boolean) - Static method in class com.codename1.io.Util
Blocking method that will download the given URL to the file system storage and return when the operation completes
downloadUrlToFileSystemInBackground(String, String) - Static method in class com.codename1.io.Util
Non-blocking method that will download the given URL to file system storage in the background and return immediately
downloadUrlToFileSystemInBackground(String, String, ActionListener) - Static method in class com.codename1.io.Util
Non-blocking method that will download the given URL to file system storage in the background and return immediately
downloadUrlToStorage(String, String, boolean) - Static method in class com.codename1.io.Util
Blocking method that will download the given URL to storage and return when the operation completes
downloadUrlToStorageInBackground(String, String) - Static method in class com.codename1.io.Util
Non-blocking method that will download the given URL to storage in the background and return immediately
downloadUrlToStorageInBackground(String, String, ActionListener) - Static method in class com.codename1.io.Util
Non-blocking method that will download the given URL to storage in the background and return immediately
DRAG_REGION_LIKELY_DRAG_X - Static variable in class com.codename1.ui.Component
Used by getDragRegionStatus to indicate likely dragability
DRAG_REGION_LIKELY_DRAG_XY - Static variable in class com.codename1.ui.Component
Used by getDragRegionStatus to indicate likely dragability
DRAG_REGION_LIKELY_DRAG_Y - Static variable in class com.codename1.ui.Component
Used by getDragRegionStatus to indicate likely dragability
DRAG_REGION_NOT_DRAGGABLE - Static variable in class com.codename1.ui.Component
Used by getDragRegionStatus to indicate no dragability
DRAG_REGION_POSSIBLE_DRAG_X - Static variable in class com.codename1.ui.Component
Used by getDragRegionStatus to indicate limited dragability
DRAG_REGION_POSSIBLE_DRAG_XY - Static variable in class com.codename1.ui.Component
Used by getDragRegionStatus to indicate limited dragability
DRAG_REGION_POSSIBLE_DRAG_Y - Static variable in class com.codename1.ui.Component
Used by getDragRegionStatus to indicate limited dragability
dragEnter(Component) - Method in class com.codename1.ui.Component
This callback method indicates that a component drag has just entered this component
dragExit(Component) - Method in class com.codename1.ui.Component
This callback method provides an indication for a drop target that a drag operation is exiting the bounds of this component and it should clear all relevant state if such state exists.
draggingOver(Component, int, int) - Method in class com.codename1.ui.Component
This method allows a component to indicate if it is a drop target for the given component at the given x/y location (in component coordiate space).
dragInitiated() - Method in class com.codename1.ui.Button
 
dragInitiated() - Method in class com.codename1.ui.Component
Invoked on the focus component to let it know that drag has started on the parent container for the case of a component that doesn't support scrolling
dragInitiated() - Method in class com.codename1.ui.Container
 
draw(Canvas) - Method in class com.codename1.charts.compat.GradientDrawable
 
draw(Canvas, int, int, int, int, Paint) - Method in class com.codename1.charts.views.AbstractChart
The graphical representation of the chart.
draw(Canvas, int, int, int, int, Paint) - Method in class com.codename1.charts.views.DialChart
The graphical representation of the dial chart.
draw(Canvas, int, int, int, int, Paint) - Method in class com.codename1.charts.views.DoughnutChart
The graphical representation of the doughnut chart.
draw(Canvas, int, int, int, int, Paint) - Method in class com.codename1.charts.views.PieChart
The graphical representation of the pie chart.
draw(Canvas, int, int, int, int, Paint) - Method in class com.codename1.charts.views.XYChart
The graphical representation of the XY chart.
drawArc(Rectangle2D, float, float, boolean, Paint) - Method in class com.codename1.charts.compat.Canvas
Deprecated.
 
drawArc(int, int, int, int, int, int) - Method in class com.codename1.ui.Graphics
Draws a circular or elliptical arc based on the given angles and bounding box
drawBackground(DefaultRenderer, Canvas, int, int, int, int, Paint, boolean, int) - Method in class com.codename1.charts.views.AbstractChart
Draws the chart background.
drawBar(Canvas, float, float, float, float, float, int, int, Paint) - Method in class com.codename1.charts.views.BarChart
Draws a bar.
drawBar(Canvas, float, float, float, float, int, int, Paint) - Method in class com.codename1.charts.views.BarChart
Draws a bar.
drawBitmap(Image, float, float, Paint) - Method in class com.codename1.charts.compat.Canvas
Deprecated.
 
drawButton(Graphics, Button) - Method in class com.codename1.ui.plaf.DefaultLookAndFeel
 
drawButton(Graphics, Button) - Method in class com.codename1.ui.plaf.LookAndFeel
Invoked for drawing a button widget
drawChar(char, int, int) - Method in class com.codename1.ui.Graphics
Draw the given char using the current font and color in the x,y coordinates.
drawChars(char[], int, int, int, int) - Method in class com.codename1.ui.Graphics
Draw the given char array using the current font and color in the x,y coordinates.
drawChartValuesText(Canvas, XYSeries, XYSeriesRenderer, Paint, List<Float>, int, int) - Method in class com.codename1.charts.views.BarChart
The graphical representation of the series values as text.
drawChartValuesText(Canvas, XYSeries, XYSeriesRenderer, Paint, List<Float>, int, int) - Method in class com.codename1.charts.views.RangeBarChart
The graphical representation of the series values as text.
drawChartValuesText(Canvas, XYSeries, XYSeriesRenderer, Paint, List<Float>, int, int) - Method in class com.codename1.charts.views.XYChart
The graphical representation of the series values as text.
drawCheckBox(Graphics, Button) - Method in class com.codename1.ui.plaf.DefaultLookAndFeel
 
drawCheckBox(Graphics, Button) - Method in class com.codename1.ui.plaf.LookAndFeel
Invoked for drawing a checkbox widget
drawCircle(float, float, float, Paint) - Method in class com.codename1.charts.compat.Canvas
Deprecated.
 
drawComboBox(Graphics, List) - Method in class com.codename1.ui.plaf.DefaultLookAndFeel
 
drawComboBox(Graphics, List) - Method in class com.codename1.ui.plaf.LookAndFeel
Invoked for drawing a combo box widget
drawDraggedImage(Graphics, Image, int, int) - Method in class com.codename1.ui.Component
Draws the given image at x/y, this method can be overriden to draw additional information such as positive or negative drop indication
drawHorizontalScroll(Graphics, Component, float, float) - Method in class com.codename1.ui.plaf.LookAndFeel
Draws a horizontal scroll bar in the given component
drawImage(Graphics, Object, int, int) - Method in class com.codename1.ui.animations.Timeline
 
drawImage(Graphics, Object, int, int) - Method in class com.codename1.ui.EncodedImage
 
drawImage(Graphics, Object, int, int, int, int) - Method in class com.codename1.ui.EncodedImage
 
drawImage(Image, int, int) - Method in class com.codename1.ui.Graphics
Draws the image so its top left coordinate corresponds to x/y
drawImage(Image, int, int, int, int) - Method in class com.codename1.ui.Graphics
Draws the image so its top left coordinate corresponds to x/y and scales it to width/height
drawImage(Graphics, Object, int, int) - Method in class com.codename1.ui.Image
Callback invoked internally by Codename One to draw the image/frame onto the display.
drawImage(Graphics, Object, int, int, int, int) - Method in class com.codename1.ui.Image
Callback invoked internally by Codename One to draw the image/frame onto the display.
drawImage(Graphics, Object, int, int) - Method in class com.codename1.ui.RGBImage
 
drawLabel(Canvas, String, DefaultRenderer, List<Rectangle2D>, int, int, float, float, float, float, int, int, int, Paint, boolean, boolean) - Method in class com.codename1.charts.views.AbstractChart
Draws a text label.
drawLabel(Graphics, Label) - Method in class com.codename1.ui.plaf.DefaultLookAndFeel
 
drawLabel(Graphics, Label) - Method in class com.codename1.ui.plaf.LookAndFeel
Invoked for drawing a label widget
drawLabelText(Graphics, Label, String, int, int, int) - Method in class com.codename1.ui.plaf.DefaultLookAndFeel
Draws the text of a label
drawLegend(Canvas, DefaultRenderer, String[], int, int, int, int, int, int, Paint, boolean) - Method in class com.codename1.charts.views.AbstractChart
Draws the chart legend.
drawLegendShape(Canvas, SimpleSeriesRenderer, float, float, int, Paint) - Method in class com.codename1.charts.views.AbstractChart
The graphical representation of the legend shape.
drawLegendShape(Canvas, SimpleSeriesRenderer, float, float, int, Paint) - Method in class com.codename1.charts.views.BarChart
The graphical representation of the legend shape.
drawLegendShape(Canvas, SimpleSeriesRenderer, float, float, int, Paint) - Method in class com.codename1.charts.views.BubbleChart
The graphical representation of the legend shape.
drawLegendShape(Canvas, SimpleSeriesRenderer, float, float, int, Paint) - Method in class com.codename1.charts.views.CombinedXYChart
The graphical representation of the legend shape.
drawLegendShape(Canvas, SimpleSeriesRenderer, float, float, int, Paint) - Method in class com.codename1.charts.views.DoughnutChart
The graphical representation of the legend shape.
drawLegendShape(Canvas, SimpleSeriesRenderer, float, float, int, Paint) - Method in class com.codename1.charts.views.LineChart
The graphical representation of the legend shape.
drawLegendShape(Canvas, SimpleSeriesRenderer, float, float, int, Paint) - Method in class com.codename1.charts.views.RoundChart
The graphical representation of the legend shape.
drawLegendShape(Canvas, SimpleSeriesRenderer, float, float, int, Paint) - Method in class com.codename1.charts.views.ScatterChart
The graphical representation of the legend shape.
drawLine(float, float, float, float, Paint) - Method in class com.codename1.charts.compat.Canvas
Deprecated.
 
drawLine(int, int, int, int) - Method in class com.codename1.ui.Graphics
Draws a line between the 2 X/Y coordinates
drawList(Graphics, List) - Method in class com.codename1.ui.plaf.DefaultLookAndFeel
 
drawList(Graphics, List) - Method in class com.codename1.ui.plaf.LookAndFeel
Invoked for drawing a list widget
drawPath(Shape, Paint) - Method in class com.codename1.charts.compat.Canvas
Deprecated.
 
drawPath(Canvas, List<Float>, Paint, boolean) - Method in class com.codename1.charts.views.AbstractChart
The graphical representation of a path.
drawPath(Canvas, float[], Paint, boolean) - Method in class com.codename1.charts.views.AbstractChart
The graphical representation of a path.
drawPath(Canvas, List<Float>, Paint, boolean) - Method in class com.codename1.charts.views.CubicLineChart
 
drawPoint(Float, Float, Paint) - Method in class com.codename1.charts.compat.Canvas
Deprecated.
 
drawPoints(Canvas, Paint, List<Float>, XYSeriesRenderer, float, int, int) - Method in class com.codename1.charts.views.CubicLineChart
Draws the series points.
drawPoints(Canvas, Paint, List<Float>, XYSeriesRenderer, float, int, int) - Method in class com.codename1.charts.views.XYChart
Draws the series points.
drawPolygon(int[], int[], int) - Method in class com.codename1.ui.Graphics
Draws a closed polygon defined by arrays of x and y coordinates.
drawPullToRefresh(Graphics, Component, boolean) - Method in class com.codename1.ui.plaf.DefaultLookAndFeel
 
drawPullToRefresh(Graphics, Component, boolean) - Method in class com.codename1.ui.plaf.LookAndFeel
Paints the pull to refresh
drawRadioButton(Graphics, Button) - Method in class com.codename1.ui.plaf.DefaultLookAndFeel
 
drawRadioButton(Graphics, Button) - Method in class com.codename1.ui.plaf.LookAndFeel
Invoked for drawing the radio button widget
drawRect(float, float, float, float, Paint) - Method in class com.codename1.charts.compat.Canvas
Deprecated.
 
drawRect(int, int, int, int) - Method in class com.codename1.ui.Graphics
Draws a rectangle in the given coordinates
drawRect(int, int, int, int, int) - Method in class com.codename1.ui.Graphics
Draws a rectangle in the given coordinates with the given thickness
drawRoundRect(Rectangle2D, float, float, Paint) - Method in class com.codename1.charts.compat.Canvas
Deprecated.
 
drawRoundRect(int, int, int, int, int, int) - Method in class com.codename1.ui.Graphics
Draws a rounded corner rectangle in the given coordinates with the arcWidth/height matching the last two arguments respectively.
drawSeries(Canvas, Paint, List<Float>, XYSeriesRenderer, float, int, int) - Method in class com.codename1.charts.views.BarChart
The graphical representation of a series.
drawSeries(Canvas, Paint, List<Float>, XYSeriesRenderer, float, int, int) - Method in class com.codename1.charts.views.BubbleChart
The graphical representation of a series.
drawSeries(Canvas, Paint, List<Float>, XYSeriesRenderer, float, int, int) - Method in class com.codename1.charts.views.CombinedXYChart
The graphical representation of a series.
drawSeries(XYSeries, Canvas, Paint, List<Float>, XYSeriesRenderer, float, int, XYMultipleSeriesRenderer.Orientation, int) - Method in class com.codename1.charts.views.CombinedXYChart
 
drawSeries(Canvas, Paint, List<Float>, XYSeriesRenderer, float, int, int) - Method in class com.codename1.charts.views.LineChart
The graphical representation of a series.
drawSeries(Canvas, Paint, List<Float>, XYSeriesRenderer, float, int, int) - Method in class com.codename1.charts.views.RangeBarChart
The graphical representation of a series.
drawSeries(Canvas, Paint, List<Float>, XYSeriesRenderer, float, int, int) - Method in class com.codename1.charts.views.ScatterChart
The graphical representation of a series.
drawSeries(XYSeries, Canvas, Paint, List<Float>, XYSeriesRenderer, float, int, XYMultipleSeriesRenderer.Orientation, int) - Method in class com.codename1.charts.views.XYChart
Draws the series.
drawSeries(Canvas, Paint, List<Float>, XYSeriesRenderer, float, int, int) - Method in class com.codename1.charts.views.XYChart
The graphical representation of a series.
drawShape(Shape, Stroke) - Method in class com.codename1.ui.Graphics
Draws a outline shape inside the specified bounding box.
drawString(Canvas, String, float, float, Paint) - Method in class com.codename1.charts.views.AbstractChart
Draw a multiple lines string.
drawString(String, int, int, int) - Method in class com.codename1.ui.Graphics
Draw a string using the current font and color in the x,y coordinates.
drawString(String, int, int) - Method in class com.codename1.ui.Graphics
Draw a string using the current font and color in the x,y coordinates.
drawStringBaseline(String, int, int) - Method in class com.codename1.ui.Graphics
Draws a string using baseline coordinates.
drawStringBaseline(String, int, int, int) - Method in class com.codename1.ui.Graphics
Draws a string using baseline coordinates.
drawText(String, float, float, Paint) - Method in class com.codename1.charts.compat.Canvas
Deprecated.
 
drawText(Canvas, String, float, float, Paint, float) - Method in class com.codename1.charts.views.XYChart
The graphical representation of a text, to handle both HORIZONTAL and VERTICAL orientations and extra rotation angles.
drawTextArea(Graphics, TextArea) - Method in class com.codename1.ui.plaf.DefaultLookAndFeel
 
drawTextArea(Graphics, TextArea) - Method in class com.codename1.ui.plaf.LookAndFeel
Draw the given text area
drawTextField(Graphics, TextArea) - Method in class com.codename1.ui.plaf.DefaultLookAndFeel
 
drawTextField(Graphics, TextArea) - Method in class com.codename1.ui.plaf.LookAndFeel
Draws the text field without its cursor which is drawn in a separate method input mode indication can also be drawn using this method.
drawTextFieldCursor(Graphics, TextArea) - Method in class com.codename1.ui.plaf.DefaultLookAndFeel
 
drawTextFieldCursor(Graphics, TextArea) - Method in class com.codename1.ui.plaf.LookAndFeel
Draws the cursor of the text field, blinking is handled simply by avoiding a call to this method.
drawTitle(Canvas, int, int, int, Paint) - Method in class com.codename1.charts.views.RoundChart
The graphical representation of the round chart title.
drawVerticalScroll(Graphics, Component, float, float) - Method in class com.codename1.ui.plaf.LookAndFeel
Draws a vertical scroll bar in the given component
drawXLabels(List<Double>, Double[], Canvas, Paint, int, int, int, double, double, double) - Method in class com.codename1.charts.views.TimeChart
The graphical representation of the labels on the X axis.
drawXLabels(List<Double>, Double[], Canvas, Paint, int, int, int, double, double, double) - Method in class com.codename1.charts.views.XYChart
The graphical representation of the labels on the X axis.
drawXTextLabels(Double[], Canvas, Paint, boolean, int, int, int, double, double, double) - Method in class com.codename1.charts.views.XYChart
The graphical representation of the text labels on the X axis.
drawYLabels(Map<Integer, List<Double>>, Canvas, Paint, int, int, int, int, double[], double[]) - Method in class com.codename1.charts.views.XYChart
The graphical representation of the labels on the Y axis.
drop(Component, int, int) - Method in class com.codename1.ui.Component
Performs a drop operation of the component at the given X/Y location in coordinate space, this method should be overriden by subclasses to perform all of the logic related to moving a component, by default this method does nothing and so dragging a component and dropping it has no effect
drop(Component, int, int) - Method in class com.codename1.ui.Container
 

E

e(Throwable) - Static method in class com.codename1.io.Log
This method is a shorthand form for logThrowable
E - Static variable in class java.lang.Math
The double value that is closer than any other to e, the base of the natural logarithms.
EASING_IN - Static variable in class com.codename1.charts.transitions.SeriesTransition
 
EASING_IN_OUT - Static variable in class com.codename1.charts.transitions.SeriesTransition
 
EASING_LINEAR - Static variable in class com.codename1.charts.transitions.SeriesTransition
 
EASING_OUT - Static variable in class com.codename1.charts.transitions.SeriesTransition
 
EAST - Static variable in class com.codename1.ui.layouts.BorderLayout
The east layout constraint (right of container).
EAST - Static variable in class com.codename1.ui.layouts.GridBagConstraints
 
EAST - Static variable in class com.codename1.ui.layouts.GroupLayout
Compass-direction east (right).
editString(Component, int, int, String) - Method in class com.codename1.ui.Display
Encapsulates the editing code which is specific to the platform, some platforms would allow "in place editing" MIDP does not.
editString(Component, int, int, String, int) - Method in class com.codename1.ui.Display
Encapsulates the editing code which is specific to the platform, some platforms would allow "in place editing" MIDP does not.
Effects - Class in com.codename1.ui.util
Static utility class useful for simple visual effects that don't quite fit anywhere else in the core API.
Element - Class in com.codename1.xml
The Element class defines a single XML element with its attributes and children.
Element() - Constructor for class com.codename1.xml.Element
Constructs and Element without specifying a name This can be used by subclasses that do not require name assigments.
Element(String) - Constructor for class com.codename1.xml.Element
Constructs an Element with the specified name
Element(String, boolean) - Constructor for class com.codename1.xml.Element
Constructs an Element (or a text element) with the specified name or text.
element() - Method in class java.util.AbstractQueue
Returns but does not remove the element at the head of the queue.
element() - Method in class java.util.ArrayDeque
Gets but does not remove the head element of this deque.
element() - Method in class java.util.LinkedList
 
element() - Method in interface java.util.Queue
Gets but does not remove the element at the head of the queue.
elementAt(int) - Method in class java.util.Vector
Returns the element at the specified location in this vector.
elementCount - Variable in class java.util.Vector
The number of elements or the size of the vector.
elementData - Variable in class java.util.Vector
The elements of the vector.
elementName() - Method in exception java.lang.annotation.IncompleteAnnotationException
 
elements() - Method in class java.util.Dictionary
Returns an enumeration on the elements of this dictionary.
elements() - Method in class java.util.Hashtable
Returns an enumeration on the values of this Hashtable.
elements() - Method in class java.util.Vector
Returns an enumeration on the elements of this vector.
ElementType - Enum in java.lang.annotation
A mirror of java.lang.annotation.ElementType.
EMAILADDR - Static variable in class com.codename1.ui.TextArea
The user is allowed to enter an e-mail address.
EmailShare - Class in com.codename1.share
Email sharing service.
EmailShare() - Constructor for class com.codename1.share.EmailShare
Default Constructor
EmbeddedContainer - Class in com.codename1.ui.util
This class is mostly used internally by the GUI builder and isn't very useful for general purpose.
EmbeddedContainer() - Constructor for class com.codename1.ui.util.EmbeddedContainer
Default constructor
empty() - Method in class java.util.Stack
Returns whether the stack is empty or not.
EMPTY_LIST - Static variable in class java.util.Collections
An empty immutable instance of List.
EMPTY_MAP - Static variable in class java.util.Collections
An empty immutable instance of Map.
EMPTY_SET - Static variable in class java.util.Collections
An empty immutable instance of Set.
emptyList() - Static method in class java.util.Collections
Returns a type-safe empty, immutable List.
emptyMap() - Static method in class java.util.Collections
Returns a type-safe empty, immutable Map.
emptySet() - Static method in class java.util.Collections
Returns a type-safe empty, immutable Set.
EmptyStackException - Exception in java.util
Thrown by methods in the Stack class to indicate that the stack is empty.
EmptyStackException() - Constructor for exception java.util.EmptyStackException
Constructs a new EmptyStackException with null as its error message string.
ENABLED - Static variable in class com.codename1.ui.list.GenericListCellRenderer
If this flag exists in a Map of data the renderer will enable/disable the entries, the flag assumes either Boolean.TRUE or Boolean.FALSE.
encode(byte[]) - Static method in class com.codename1.util.Base64
Encodes the given array as a base64 string
encodeBody(String) - Static method in class com.codename1.io.Util
Encode a string for HTML post requests matching the style used in application/x-www-form-urlencoded
encodeBody(char[]) - Static method in class com.codename1.io.Util
Encode a string for HTML post requests matching the style used in application/x-www-form-urlencoded
encodeBody(byte[]) - Static method in class com.codename1.io.Util
Deprecated.
use encodeUrl(char[]) instead
EncodedImage - Class in com.codename1.ui
An image that only keeps the binary data of the source file used to load it in permanent memory.
EncodedImage(int, int) - Constructor for class com.codename1.ui.EncodedImage
Allows subclasses to create more advanced variations of this class that lazily store the data in an arbitrary location.
encodeNoNewline(byte[]) - Static method in class com.codename1.util.Base64
Encodes the given array as a base64 string without breaking lines
encodeString(String) - Static method in class com.codename1.ui.html.HTMLUtils
Encodes the specified string to "percent-encoding" or URL encoding.
encodeUrl(String) - Static method in class com.codename1.io.Util
Encode a string for HTML requests
encodeUrl(byte[]) - Static method in class com.codename1.io.Util
Deprecated.
use encodeUrl(char[]) instead
encodeUrl(char[]) - Static method in class com.codename1.io.Util
Encode a string for HTML requests
ENCODING_ISO - Static variable in class com.codename1.ui.html.DocumentInfo
ISO-8859-1 encoding, the default one
ENCODING_UTF8 - Static variable in class com.codename1.ui.html.DocumentInfo
UTF8 encoding, very common
end() - Method in class com.codename1.io.gzip.Deflater
 
end() - Method in class com.codename1.io.gzip.Inflater
 
end() - Method in class com.codename1.io.gzip.ZStream
Deprecated.
Those methods are expected to be override by Inflater and Deflater.
endArray(String) - Method in interface com.codename1.io.JSONParseCallback
Indicates that the parser ran into an ending bracket event ]
endArray(String) - Method in class com.codename1.io.JSONParser
 
endBlock(String) - Method in interface com.codename1.io.JSONParseCallback
Indicates that the parser ran into an ending bracket event }
endBlock(String) - Method in class com.codename1.io.JSONParser
 
endGroup(String...) - Method in class com.codename1.ui.layouts.mig.CC
The end group(s) that this component should be placed in.
endGroupX(String) - Method in class com.codename1.ui.layouts.mig.CC
Specifies that the component should be put in the end group s and will thus share the same ending coordinate as them within the group.
endGroupY(String) - Method in class com.codename1.ui.layouts.mig.CC
The end group that this component should be placed in.
endNativeGraphicsAccess() - Method in class com.codename1.ui.Graphics
Invoke this to restore Codename One's graphics settings into the native graphics
endsWith(String) - Method in class java.lang.String
Tests if this string ends with the specified suffix.
endTag(String) - Method in class com.codename1.xml.XMLParser
Invoked when a tag ends This callback method is invoked only on the eventParser.
ensureCapacity(int) - Method in class java.lang.StringBuffer
Ensures that the capacity of the buffer is at least equal to the specified minimum.
ensureCapacity(int) - Method in class java.lang.StringBuilder
Ensures that the capacity of the buffer is at least equal to the specified minimum.
ensureCapacity(int) - Method in class java.util.ArrayList
Ensures that after this operation the ArrayList can hold the specified number of elements without further growing.
ensureCapacity(int) - Method in class java.util.Vector
Ensures that this vector can hold the specified number of elements without growing.
ensureVisible(Component) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
ensureVisible(int[]) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
ensureVisible(String) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
ensureVisible(Component) - Static method in class com.codename1.testing.TestUtils
Scrolls to show the component in case it is invisible currently
ensureVisible(String) - Static method in class com.codename1.testing.TestUtils
Scrolls to show the component in case it is invisible currently
ensureVisible(int[]) - Static method in class com.codename1.testing.TestUtils
Scrolls to show the component in case it is invisible currently
entrySet() - Method in class com.codename1.ui.util.WeakHashMap
Unsupported operation
entrySet() - Method in class java.util.AbstractMap
Returns a set containing all of the mappings in this map.
entrySet() - Method in class java.util.HashMap
Returns a set containing all of the mappings in this map.
entrySet() - Method in class java.util.Hashtable
Returns a set of the mappings contained in this Hashtable.
entrySet() - Method in class java.util.IdentityHashMap
Returns a set containing all of the mappings in this map.
entrySet() - Method in class java.util.LinkedHashMap
Returns a set containing all of the mappings in this map.
entrySet() - Method in interface java.util.Map
Returns a Set containing all of the mappings in this Map.
entrySet() - Method in class java.util.TreeMap
Returns a set containing all of the mappings in this map.
entrySize(String) - Method in class com.codename1.io.Storage
Returns the size in bytes of the given entry
Enum<E extends Enum<E>> - Class in java.lang
Implementation class required to compile enums
Enum(String, int) - Constructor for class java.lang.Enum
 
enumeration(Collection<T>) - Static method in class java.util.Collections
Returns an Enumeration on the specified collection.
Enumeration<T> - Interface in java.util
An object that implements the Enumeration interface generates a series of elements, one at a time.
enumurateQueue() - Method in class com.codename1.io.NetworkManager
This method returns all pending ConnectioRequest connections.
EOFException - Exception in java.io
Signals that an end of file or end of stream has been reached unexpectedly during input.
EOFException() - Constructor for exception java.io.EOFException
Constructs an EOFException with null as its error detail message.
EOFException(String) - Constructor for exception java.io.EOFException
Constructs an EOFException with the specified detail message.
equals(Object) - Method in class com.codename1.cloud.CloudObject
 
equals(Object) - Method in class com.codename1.facebook.FBObject
 
equals(Object) - Method in class com.codename1.io.ConnectionRequest
 
equals(Object) - Method in class com.codename1.io.services.ImageDownloadService
 
equals(Object) - Method in class com.codename1.l10n.DateFormat
 
equals(Object) - Method in class com.codename1.maps.BoundingBox
 
equals(Object) - Method in class com.codename1.maps.Coord
 
equals(Object) - Method in class com.codename1.processing.Result
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.codename1.ui.Command
compare two commands
equals(Object) - Method in class com.codename1.ui.Font
 
equals(Object) - Method in class com.codename1.ui.geom.Dimension
 
equals(Object) - Method in class com.codename1.ui.layouts.BorderLayout
 
equals(Object) - Method in class com.codename1.ui.layouts.BoxLayout
 
equals(Object) - Method in class com.codename1.ui.layouts.FlowLayout
 
equals(Object) - Method in class com.codename1.ui.layouts.GridLayout
 
equals(Object) - Method in class com.codename1.ui.layouts.Insets
 
equals(Object) - Method in class com.codename1.ui.layouts.Layout
 
equals(Object) - Method in class com.codename1.ui.plaf.Border
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.codename1.ui.Stroke
 
equals(Object) - Method in class com.codename1.ui.table.TableLayout
 
equals(Transform) - Method in class com.codename1.ui.Transform
 
equals(Object) - Method in class com.codename1.util.BigDecimal
 
equals(Object) - Method in class com.codename1.util.BigInteger
 
equals(Object) - Method in interface java.lang.annotation.Annotation
Returns true if the specified object represents an annotation that is logically equivalent to this one.
equals(Object) - Method in class java.lang.Boolean
Returns true if and only if the argument is not null and is a Boolean object that represents the same boolean value as this object.
equals(Object) - Method in class java.lang.Byte
Compares this object to the specified object.
equals(Object) - Method in class java.lang.Character
Compares this object against the specified object.
equals(Object) - Method in class java.lang.Double
Compares this object against the specified object.
equals(Object) - Method in class java.lang.Enum
 
equals(Object) - Method in class java.lang.Float
Compares this object against some other object.
equals(Object) - Method in class java.lang.Integer
Compares this object to the specified object.
equals(Object) - Method in class java.lang.Long
Compares this object against the specified object.
equals(Object) - Method in class java.lang.Object
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class java.lang.Short
Compares this object to the specified object.
equals(Object) - Method in class java.lang.String
Compares this string to the specified object.
equals(Object) - Method in class java.net.URI
 
equals(Object) - Method in class java.text.DateFormat
Deprecated.
 
equals(Object) - Method in class java.util.AbstractList
Compares the specified object to this list and return true if they are equal.
equals(Object) - Method in class java.util.AbstractMap
Compares the specified object to this instance, and returns true if the specified object is a map and both maps contain the same mappings.
equals(Object) - Method in class java.util.AbstractMap.SimpleEntry
Answers whether the object is equal to this entry.
equals(Object) - Method in class java.util.AbstractMap.SimpleImmutableEntry
Answers whether the object is equal to this entry.
equals(Object) - Method in class java.util.AbstractSet
Compares the specified object to this Set and returns true if they are equal.
equals(byte[], byte[]) - Static method in class java.util.Arrays
Compares the two arrays.
equals(short[], short[]) - Static method in class java.util.Arrays
Compares the two arrays.
equals(char[], char[]) - Static method in class java.util.Arrays
Compares the two arrays.
equals(int[], int[]) - Static method in class java.util.Arrays
Compares the two arrays.
equals(long[], long[]) - Static method in class java.util.Arrays
Compares the two arrays.
equals(float[], float[]) - Static method in class java.util.Arrays
Compares the two arrays.
equals(double[], double[]) - Static method in class java.util.Arrays
Compares the two arrays.
equals(boolean[], boolean[]) - Static method in class java.util.Arrays
Compares the two arrays.
equals(Object[], Object[]) - Static method in class java.util.Arrays
Compares the two arrays.
equals(Object) - Method in class java.util.BitSet
Compares the argument to this BitSet and returns whether they are equal.
equals(Object) - Method in class java.util.Calendar
Compares this calendar to the specified object.
equals(Object) - Method in interface java.util.Collection
Compares the argument to the receiver, and returns true if they represent the same object using a class specific comparison.
equals(Object) - Method in interface java.util.Comparator
Compares this Comparator with the specified Object and indicates whether they are equal.
equals(Object) - Method in class java.util.Date
Compares two dates for equality.
equals(Object) - Method in class java.util.Hashtable
Compares this Hashtable with the specified object and indicates if they are equal.
equals(Object) - Method in class java.util.IdentityHashMap
Compares this map with other objects.
equals(Object) - Method in interface java.util.List
Compares the given object with the List, and returns true if they represent the same object using a class specific comparison.
equals(Object) - Method in interface java.util.Map.Entry
Compares the specified object to this Map.Entry and returns if they are equal.
equals(Object) - Method in interface java.util.Map
Compares the argument to the receiver, and returns true if the specified object is a Map and both Maps contain the same mappings.
equals(Object) - Method in interface java.util.Set
Compares the specified object to this set, and returns true if they represent the same object using a class specific comparison.
equals(Object) - Method in class java.util.Vector
Compares the specified object to this vector and returns if they are equal.
equalsIgnoreCase(String) - Method in class java.lang.String
Compares this String to another String, ignoring case considerations.
err - Static variable in class java.lang.System
The "standard" error output stream.
ERROR - Static variable in class com.codename1.io.Log
Constant indicating the logging level Debug is the default and the lowest level followed by info, warning and error
Error - Error in java.lang
An Error is a subclass of Throwable that indicates serious problems that a reasonable application should not try to catch.
Error() - Constructor for error java.lang.Error
Constructs an Error with no specified detail message.
Error(String) - Constructor for error java.lang.Error
Constructs an Error with the specified detail message.
ERROR_ATTIBUTE_VALUE_INVALID - Static variable in interface com.codename1.xml.ParserCallback
Error code denoting that an invalid attribute value was found in the XML
ERROR_ATTRIBUTE_NOT_SUPPORTED - Static variable in interface com.codename1.xml.ParserCallback
Error code denoting that an unsupported attribute was found in the XML
ERROR_CONNECTING - Static variable in interface com.codename1.ui.html.HTMLCallback
Error code denoting that a connection to the resource provider/server could not be made
ERROR_ENCODING - Static variable in interface com.codename1.xml.ParserCallback
Error code denoting that the encoding the page needed according to its charset (usually specified in the content-type response header) is unsupported in the device
ERROR_IMAGE_BAD_FORMAT - Static variable in interface com.codename1.ui.html.HTMLCallback
Error code denoting that an image referenced from the HTML could not be loaded
ERROR_IMAGE_NOT_FOUND - Static variable in interface com.codename1.ui.html.HTMLCallback
Error code denoting that an image referenced from the HTML was not found
ERROR_INVALID_TAG_HIERARCHY - Static variable in interface com.codename1.ui.html.HTMLCallback
Error code denoting that a tag contains tags it shouldn't, or that a tag doesn't have the parent tag it should have
ERROR_MULTIPLE_ROOTS - Static variable in interface com.codename1.xml.ParserCallback
Error code denoting that the document had more than one root element
ERROR_NO_BASE_URL - Static variable in interface com.codename1.ui.html.HTMLCallback
Error code denoting that a relative URL was referenced from a document with no base URL (A document that was loaded via setBody/setHTML/setDOM and not via setPage) In this case the return value of parsingError is not considered - parsing continues and the resource at the URL (CSS file/image) is ignored
ERROR_NO_CLOSE_TAG - Static variable in interface com.codename1.xml.ParserCallback
Error code denoting that a tag was not closed properly in the XML
ERROR_NO_ROOTS - Static variable in interface com.codename1.xml.ParserCallback
Error code denoting that the document had no root element at all (empty document or seriously malformed XML)
ERROR_TAG_NOT_SUPPORTED - Static variable in interface com.codename1.xml.ParserCallback
Error code denoting that an unsupported tag was found in the XML
ERROR_UNEXPECTED_CHARACTER - Static variable in interface com.codename1.xml.ParserCallback
Error code denoting that the parser bumped into an unexpected character
ERROR_UNEXPECTED_TAG_CLOSING - Static variable in interface com.codename1.xml.ParserCallback
Error code denoting that a tag was not closed prematurely
ERROR_UNRECOGNIZED_CHAR_ENTITY - Static variable in interface com.codename1.xml.ParserCallback
Error code denoting that an invalid character entity was found A character entity is XML codes that start with an ampersand and end with semicolon and denote special/reserved chars
EventDispatcher - Class in com.codename1.ui.util
Handles event dispatching while guaranteeing that all events would be fired properly on the EDT regardless of their source.
EventDispatcher() - Constructor for class com.codename1.ui.util.EventDispatcher
 
EventListener - Interface in java.util
EventListener is the superclass of all event listener interfaces.
EventListenerProxy - Class in java.util
This abstract class provides a simple wrapper for objects of type EventListener.
EventListenerProxy(EventListener) - Constructor for class java.util.EventListenerProxy
Creates a new EventListener proxy instance.
eventParser(Reader) - Method in class com.codename1.xml.XMLParser
The event parser requires deriving this class and overriding callback methods to work effectively.
exception(Throwable) - Method in interface com.codename1.system.CrashReport
Callback for an exception that was not handled by the developer
exception(Throwable) - Method in class com.codename1.system.DefaultCrashReporter
 
Exception - Exception in java.lang
The class Exception and its subclasses are a form of Throwable that indicates conditions that a reasonable application might want to catch.
Exception() - Constructor for exception java.lang.Exception
Constructs an Exception with no specified detail message.
Exception(String) - Constructor for exception java.lang.Exception
Constructs an Exception with the specified detail message.
execute(String) - Method in class com.codename1.db.Database
Execute an update query.
execute(String, String[]) - Method in class com.codename1.db.Database
Execute an update query with params.
execute(String, Object[]) - Method in class com.codename1.db.Database
Execute an update query with params.
execute(String) - Method in class com.codename1.ui.BrowserComponent
Executes the given JavaScript string within the current context
execute(String) - Method in class com.codename1.ui.Display
Executes the given URL on the native platform
execute(String, ActionListener) - Method in class com.codename1.ui.Display
Executes the given URL on the native platform, this method is useful if the platform has the ability to send an event to the app when the execution has ended, currently this works only for Android platform to invoke other intents.
executeAndReturnString(String) - Method in class com.codename1.ui.BrowserComponent
Executes the given JavaScript and returns a result string from the underlying platform where applicable
executeQuery(String, String[]) - Method in class com.codename1.db.Database
This method should be called with SELECT type statements that return row set.
executeQuery(String) - Method in class com.codename1.db.Database
This method should be called with SELECT type statements that return row set.
exists(String) - Static method in class com.codename1.db.Database
Indicates weather a database exists
exists(String) - Method in class com.codename1.io.FileSystemStorage
Indicates whether a file exists
exists(String) - Method in class com.codename1.io.Storage
Returns true if the given storage file exists
exists(String) - Method in class com.codename1.ui.Display
Indicates weather a database exists
exit(int) - Method in class java.lang.Runtime
Terminates the currently running Java application.
exit(int) - Static method in class java.lang.System
Terminates the currently running Java application.
exitApplication() - Method in class com.codename1.ui.Display
Exits the application...
exitForm(Form) - Method in class com.codename1.ui.util.UIBuilder
This method allows binding an action that should occur before leaving the given form, e.g.
exp(double) - Static method in class com.codename1.util.MathUtil
Return Math.E to the exponent a.
expandPath(Object...) - Method in class com.codename1.ui.tree.Tree
Expands the tree path
exposeInJavaScript(Object, String) - Method in class com.codename1.ui.BrowserComponent
Deprecated.
this doesn't work in most platforms see issue 459 for details, use the setBrowserNavigationCallback method instead
extend(BoundingBox) - Method in class com.codename1.maps.BoundingBox
create a new bounding box that extends this bounding box with the given bounding box
extent() - Method in class com.codename1.maps.Projection
Gets the projection bounding box
external() - Method in class com.codename1.ui.layouts.mig.CC
Same functionality as calling CC.setExternal(boolean) with true only this method returns this for chaining multiple calls.
Externalizable - Interface in com.codename1.io
Similar to the Java SE externalizable interface this interface allows an object to declare itself as externalizable for serialization.
externalize(DataOutputStream) - Method in class com.codename1.cloud.CloudObject
 
externalize(DataOutputStream) - Method in class com.codename1.io.Cookie
 
externalize(DataOutputStream) - Method in interface com.codename1.io.Externalizable
Allows us to store an object state, this method must be implemented in order to save the state of an object
externalize(DataOutputStream) - Method in class com.codename1.io.services.CachedData
 
extractHardRef(Object) - Method in class com.codename1.ui.Display
Extracts the hard reference from the soft/weak reference given
extractLastClickedComponent() - Method in class com.codename1.ui.list.GenericListCellRenderer
Allows partitioning the renderer into "areas" that can be clicked.

F

FACE_MONOSPACE - Static variable in class com.codename1.ui.Font
Constant allowing us to author portable system fonts
FACE_PROPORTIONAL - Static variable in class com.codename1.ui.Font
Constant allowing us to author portable system fonts
FACE_SYSTEM - Static variable in class com.codename1.ui.Font
Constant allowing us to author portable system fonts
FaceBookAccess - Class in com.codename1.facebook
This is the main access API to the facebook graph API http://developers.facebook.com/docs/reference/api/ This class encapsulates the Network access and provide simple methods to acess the Facebook servers.
FacebookConnect - Class in com.codename1.social
Invokes the native bundled facebook SDK to login/logout of facebook, notice that in order for this to work server build arguments must indicate that you are using the facebook sdk! To accomplish this just define: facebook.appId=YourAppId in your build arguments.
FacebookShare - Class in com.codename1.share
Facebook sharing service
FacebookShare() - Constructor for class com.codename1.share.FacebookShare
Default Constructor
FALSE - Static variable in class java.lang.Boolean
The Boolean object corresponding to the primitive value false.
FBObject - Class in com.codename1.facebook
This is a base class for all FaceBook Objects
FBObject() - Constructor for class com.codename1.facebook.FBObject
Empty Contructor
FBObject(Hashtable) - Constructor for class com.codename1.facebook.FBObject
This contructor initialize it's attributes from the given Hashtable
FEBRUARY - Static variable in class java.util.Calendar
Value of the MONTH field indicating the second month of the year.
fetch(String[]) - Method in class com.codename1.cloud.CloudStorage
Fetches the objects from the server.
fetch(String[], CloudResponse<CloudObject[]>) - Method in class com.codename1.cloud.CloudStorage
Fetches the objects from the server asynchronously.
fetch() - Method in class com.codename1.ui.URLImage
Images are normally fetched from storage or network only as needed, however if the download must start before the image is drawn this method can be invoked.
fetchComponents(int, int) - Method in class com.codename1.ui.InfiniteContainer
This is an abstract method that should be implemented by the sub classes to fetch the data.
fetchResourceFile() - Method in class com.codename1.ui.util.UIBuilder
This method may be overriden by subclasses to provide a way to dynamically load a resource file.
FG_COLOR - Static variable in class com.codename1.ui.plaf.Style
Foreground color attribute name for the theme hashtable
FIELD_PASSWORD - Static variable in interface com.codename1.ui.html.HTMLCallback
A password field
FIELD_TEXT - Static variable in interface com.codename1.ui.html.HTMLCallback
A text field
fields - Variable in class java.util.Calendar
The field values for the currently set time for this calendar.
fieldSubmitted(HTMLComponent, TextArea, String, String, String, int, String) - Method in class com.codename1.components.Ads
 
fieldSubmitted(HTMLComponent, TextArea, String, String, String, int, String) - Method in class com.codename1.ui.html.DefaultHTMLCallback
Called whenever a field is submitted to a form.
fieldSubmitted(HTMLComponent, TextArea, String, String, String, int, String) - Method in interface com.codename1.ui.html.HTMLCallback
Called whenever a field is submitted to a form.
FileEncodedImage - Class in com.codename1.components
An encoded image that stores the actual data of the encoded image in a disk file or resource and loads it only when necessary.
FileEncodedImageAsync - Class in com.codename1.components
This class is identical to FileEncodedImage with the difference of using asynchronous loading for files (and the animation framework) which will not work for all cases (e.g.
FileSystemStorage - Class in com.codename1.io
Unlike networking, the file system storage mostly tries to emulate java.io.File with some simplifications for mobile devices
FileTree - Class in com.codename1.components
Simple class showing off the filesystem as a tree component
FileTree() - Constructor for class com.codename1.components.FileTree
Default constructor
FileTree(FileTreeModel) - Constructor for class com.codename1.components.FileTree
Constructor with a model
FileTreeModel - Class in com.codename1.components
A tree model representing the file system as a whole, notice that this class returns absolute file names which would result in an unreadable tree.
FileTreeModel(boolean) - Constructor for class com.codename1.components.FileTreeModel
Construct a filesystem tree model
fill() - Method in class com.codename1.io.gzip.InflaterInputStream
 
fill - Variable in class com.codename1.ui.layouts.GridBagConstraints
 
fill() - Method in class com.codename1.ui.layouts.mig.AC
Specifies that the current row/column's component should grow by default.
fill(int...) - Method in class com.codename1.ui.layouts.mig.AC
Specifies that the indicated rows'/columns' component should grow by default.
fill() - Method in class com.codename1.ui.layouts.mig.LC
Same functionality as calling LC.setFillX(boolean) with true and LC.setFillY(boolean) with true conmbined.T his method returns this for chaining multiple calls.
fill(byte[], byte) - Static method in class java.util.Arrays
Fills the specified array with the specified element.
fill(byte[], int, int, byte) - Static method in class java.util.Arrays
Fills the specified range in the array with the specified element.
fill(short[], short) - Static method in class java.util.Arrays
Fills the specified array with the specified element.
fill(short[], int, int, short) - Static method in class java.util.Arrays
Fills the specified range in the array with the specified element.
fill(char[], char) - Static method in class java.util.Arrays
Fills the specified array with the specified element.
fill(char[], int, int, char) - Static method in class java.util.Arrays
Fills the specified range in the array with the specified element.
fill(int[], int) - Static method in class java.util.Arrays
Fills the specified array with the specified element.
fill(int[], int, int, int) - Static method in class java.util.Arrays
Fills the specified range in the array with the specified element.
fill(long[], long) - Static method in class java.util.Arrays
Fills the specified array with the specified element.
fill(long[], int, int, long) - Static method in class java.util.Arrays
Fills the specified range in the array with the specified element.
fill(float[], float) - Static method in class java.util.Arrays
Fills the specified array with the specified element.
fill(float[], int, int, float) - Static method in class java.util.Arrays
Fills the specified range in the array with the specified element.
fill(double[], double) - Static method in class java.util.Arrays
Fills the specified array with the specified element.
fill(double[], int, int, double) - Static method in class java.util.Arrays
Fills the specified range in the array with the specified element.
fill(boolean[], boolean) - Static method in class java.util.Arrays
Fills the specified array with the specified element.
fill(boolean[], int, int, boolean) - Static method in class java.util.Arrays
Fills the specified range in the array with the specified element.
fill(Object[], Object) - Static method in class java.util.Arrays
Fills the specified array with the specified element.
fill(Object[], int, int, Object) - Static method in class java.util.Arrays
Fills the specified range in the array with the specified element.
fill(List<? super T>, T) - Static method in class java.util.Collections
Fills the specified list with the specified element.
fillArc(int, int, int, int, int, int) - Method in class com.codename1.ui.Graphics
Fills a circular or elliptical arc based on the given angles and bounding box.
fillLinearGradient(int, int, int, int, int, int, boolean) - Method in class com.codename1.ui.Graphics
Draws a linear gradient in the given coordinates with the given colors, doesn't take alpha into consideration when drawing the gradient
fillPolygon(int[], int[], int) - Method in class com.codename1.ui.Graphics
Fills a closed polygon defined by arrays of x and y coordinates.
fillRadialGradient(int, int, int, int, int, int) - Method in class com.codename1.ui.Graphics
Draws a radial gradient in the given coordinates with the given colors, doesn't take alpha into consideration when drawing the gradient.
fillRect(int, int, int, int) - Method in class com.codename1.ui.Graphics
Fills the rectangle from the given position according to the width/height minus 1 pixel according to the convention in Java.
fillRect(int, int, int, int, byte) - Method in class com.codename1.ui.Graphics
Fills a rectangle with an optionally translucent fill color
fillRectRadialGradient(int, int, int, int, int, int, float, float, float) - Method in class com.codename1.ui.Graphics
Draws a radial gradient in the given coordinates with the given colors, doesn't take alpha into consideration when drawing the gradient.
fillRoundRect(int, int, int, int, int, int) - Method in class com.codename1.ui.Graphics
Fills a rounded rectangle in the same way as drawRoundRect
fillShape(Shape) - Method in class com.codename1.ui.Graphics
Fills the given shape using the current alpha and color settings.
fillTriangle(int, int, int, int, int, int) - Method in class com.codename1.ui.Graphics
Draws a filled triangle with the given coordinates
fillX() - Method in class com.codename1.ui.layouts.mig.LC
Same functionality as calling LC.setFillX(boolean) with true only this method returns this for chaining multiple calls.
fillY() - Method in class com.codename1.ui.layouts.mig.LC
Same functionality as calling LC.setFillY(boolean) with true only this method returns this for chaining multiple calls.
filter(String) - Method in class com.codename1.ui.AutoCompleteTextField
Subclasses can override this method to perform more elaborate filter operations
filter(String) - Method in class com.codename1.ui.list.FilterProxyListModel
Filters the list based on the given string
FilterInputStream - Class in com.codename1.io.gzip
Simple version of filter input stream
FilterInputStream(InputStream) - Constructor for class com.codename1.io.gzip.FilterInputStream
 
FilterOutputStream - Class in com.codename1.io.gzip
Dummy implementation of filter output stream
FilterOutputStream(OutputStream) - Constructor for class com.codename1.io.gzip.FilterOutputStream
 
FilterProxyListModel<T> - Class in com.codename1.ui.list
This class allows filtering/sorting a list model dynamically using a text field
FilterProxyListModel(ListModel<T>) - Constructor for class com.codename1.ui.list.FilterProxyListModel
The proxy is applied to the actual model and effectively hides it
findByName(String) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
findByName(String) - Static method in class com.codename1.testing.TestUtils
Finds a component with the given name, works even with UI's that weren't created with the GUI builder
findByName(String, Component) - Method in class com.codename1.ui.util.UIBuilder
Finds the given component by its name
findByName(String, Container) - Method in class com.codename1.ui.util.UIBuilder
Finds the given component by its name
findFirstFocusable() - Method in class com.codename1.ui.Container
Finds the first focusable Component on this Container
findLabelText(String) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
findLabelText(String) - Static method in class com.codename1.testing.TestUtils
Finds a component with the given name, works even with UI's that weren't created with the GUI builder
findNextFocusHorizontal(boolean) - Method in class com.codename1.ui.Form
This method returns the next focusable Component horizontally
findNextFocusVertical(boolean) - Method in class com.codename1.ui.Form
This method returns the next focusable Component vertically
findTextAreaText(String) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
findTextAreaText(String) - Static method in class com.codename1.testing.TestUtils
Finds a component with the given name, works even with UI's that weren't created with the GUI builder
findType(Class<E>, Component) - Static method in class com.codename1.ui.layouts.mig.MigLayout
Deprecated.
 
finish() - Method in class com.codename1.io.gzip.DeflaterOutputStream
 
finish() - Method in class com.codename1.share.ShareService
Once the share service has finished sharing it should call the finish method
finished() - Method in class com.codename1.io.gzip.Deflater
 
finished() - Method in class com.codename1.io.gzip.Inflater
 
finished() - Method in class com.codename1.io.gzip.ZStream
Deprecated.
 
finishedTestCase(UnitTest, boolean) - Method in class com.codename1.testing.JUnitXMLReporting
 
finishedTestCase(UnitTest, boolean) - Method in class com.codename1.testing.TestReporting
Invoked when a unit test has completed
fireActionEvent(BoundingBox) - Method in class com.codename1.maps.layers.PointsLayer
Trigger an event for the points that in contained in the BoundingBox
fireActionEvent(ActionEvent) - Method in class com.codename1.ui.list.ContainerList
Triggers the event to the listeners
fireActionEvent() - Method in class com.codename1.ui.List
 
fireActionEvent(ActionEvent) - Method in class com.codename1.ui.List
Triggers the event to the listeners
fireActionEvent(ActionEvent) - Method in class com.codename1.ui.util.EventDispatcher
Fires the event safely on the EDT without risk of concurrency errors
fireBindTargetChange(Component, String, Object, Object) - Method in class com.codename1.ui.util.EventDispatcher
Fired when a property of the component changes to a new value
fireClicked() - Method in class com.codename1.ui.Button
 
fireClicked() - Method in class com.codename1.ui.ComboBox
 
fireClicked() - Method in class com.codename1.ui.Component
When working in 3 softbutton mode "fire" key (center softbutton) is sent to this method in order to allow 3 button devices to work properly.
fireClicked() - Method in class com.codename1.ui.Container
 
fireClicked() - Method in class com.codename1.ui.List
 
fireClicked() - Method in class com.codename1.ui.PeerComponent
 
fireClicked() - Method in class com.codename1.ui.Slider
 
fireClicked() - Method in class com.codename1.ui.TextArea
 
fireClicked() - Method in class com.codename1.ui.TextField
 
fireDataChanged(int, int) - Method in class com.codename1.ui.TextField
Alert the TextField listeners the text has been changed on the TextField
fireDataChangedEvent(int, int) - Method in class com.codename1.ui.list.DefaultListModel
Broadcast a change event to all listeners
fireDataChangeEvent(int, int) - Method in class com.codename1.ui.util.EventDispatcher
Fires the event safely on the EDT without risk of concurrency errors
fireDoneEvent() - Method in class com.codename1.ui.TextField
Fire the done event to done listener
fireFocus(Component) - Method in class com.codename1.ui.util.EventDispatcher
Fires the event safely on the EDT without risk of concurrency errors
fireReady() - Method in class com.codename1.maps.Tile
inform the TileReadyListener that this tile is ready to be painted
fireResponseListener(ActionEvent) - Method in class com.codename1.io.ConnectionRequest
Fires the response event to the listeners on this connection
fireScrollEvent(int, int, int, int) - Method in class com.codename1.ui.util.EventDispatcher
Fires the event safely on the EDT without risk of concurrency errors
fireSelectionEvent(int, int) - Method in class com.codename1.ui.util.EventDispatcher
Fires the event safely on the EDT without risk of concurrency errors
fireStyleChangeEvent(String, Style) - Method in class com.codename1.ui.util.EventDispatcher
Fires the style change even to the listeners
fireWebEvent(String, ActionEvent) - Method in class com.codename1.ui.BrowserComponent
Used internally by the implementation to fire an event from the native browser widget
first() - Method in interface com.codename1.db.Cursor
Move the cursor to the first row.
first() - Method in interface java.util.SortedSet
Returns the first element in this SortedSet.
first() - Method in class java.util.TreeSet
Answers the first element in this TreeSet.
FIRST_LINE_END - Static variable in class com.codename1.ui.layouts.GridBagConstraints
 
FIRST_LINE_START - Static variable in class com.codename1.ui.layouts.GridBagConstraints
 
firstElement() - Method in class java.util.Vector
Returns the first element in this vector.
firstEntry() - Method in interface java.util.NavigableMap
Answers the entry with the smallest key, or null if the map is empty.
firstEntry() - Method in class java.util.TreeMap
Answers the entry with the smallest key, or null if the map is empty.
firstKey() - Method in interface java.util.SortedMap
Returns the first key in this sorted map.
firstKey() - Method in class java.util.TreeMap
Returns the first key in this map.
FIXED_CENTER - Static variable in class com.codename1.ui.List
Indicates the list selection is fixed into place at the center of the list
FIXED_LEAD - Static variable in class com.codename1.ui.List
Indicates the list selection is fixed into place at the top of the list or at the left of the list
FIXED_NONE - Static variable in class com.codename1.ui.List
Indicates the list isn't fixed and that selection is movable
FIXED_NONE_CYCLIC - Static variable in class com.codename1.ui.List
Indicates that the list is not fixed in place but cycles its elements
FIXED_NONE_ONE_ELEMENT_MARGIN_FROM_EDGE - Static variable in class com.codename1.ui.List
Indicates the list selection will only reach the edge when there are no more elements in the list.
FIXED_TRAIL - Static variable in class com.codename1.ui.List
Indicates the list selection is fixed into place at the bottom of the list or at the right of the list
flashBacklight(int) - Method in class com.codename1.ui.Display
Flash the backlight of the device for the given length of time
flip(int) - Method in class java.util.BitSet
Flips the bit at index pos.
flip(int, int) - Method in class java.util.BitSet
Flips the bits starting from pos1 to pos2.
flipBit(int) - Method in class com.codename1.util.BigInteger
 
flipHorizontally(boolean) - Method in class com.codename1.ui.Image
Flips this image on the horizontal axis
FlipTransition - Class in com.codename1.ui.animations
A Transitions that flips between 2 views
FlipTransition() - Constructor for class com.codename1.ui.animations.FlipTransition
Creates a Flip Transition
FlipTransition(int) - Constructor for class com.codename1.ui.animations.FlipTransition
Creates a Flip Transition
FlipTransition(int, int) - Constructor for class com.codename1.ui.animations.FlipTransition
Creates a Flip Transition
flipVertically(boolean) - Method in class com.codename1.ui.Image
Flips this image on the vertical axis
Float - Class in java.lang
The Float class wraps a value of primitive type float in an object.
Float(double) - Constructor for class java.lang.Float
Constructs a newly allocated Floatobject that represents the argument converted to type float.
Float(float) - Constructor for class java.lang.Float
Constructs a newly allocated Float object that represents the primitive float argument.
floatToIntBits(float) - Static method in class java.lang.Float
Returns the bit representation of a single-float value.
floatValue() - Method in class java.lang.Double
Returns the float value of this Double.
floatValue() - Method in class java.lang.Float
Returns the float value of this Float object.
floatValue() - Method in class java.lang.Integer
Returns the value of this Integer as a float.
floatValue() - Method in class java.lang.Long
Returns the value of this Long as a float.
floor() - Method in class com.codename1.util.BigDecimal
 
floor(float) - Static method in class com.codename1.util.MathUtil
Rounds the number down
floor(double) - Static method in class com.codename1.util.MathUtil
Rounds the number down
floor(double) - Static method in class java.lang.Math
Returns the largest (closest to positive infinity) double value that is not greater than the argument and is equal to a mathematical integer.
floor(E) - Method in interface java.util.NavigableSet
Answers the biggest element less than or equal to the specified one, or null if no such element.
floor(E) - Method in class java.util.TreeSet
Answers the biggest element less than or equal to the specified one, or null if no such element.
floorEntry(K) - Method in interface java.util.NavigableMap
Answers an entry related with the biggest key less than or equal to the specified key, or null if no such key.
floorEntry(K) - Method in class java.util.TreeMap
Answers an entry related with the biggest key less than or equal to the specified key, or null if no such key.
floorKey(K) - Method in interface java.util.NavigableMap
Answers the biggest key less than or equal to the specified key, or null if no such key.
floorKey(K) - Method in class java.util.TreeMap
Answers the biggest key less than or equal to the specified key, or null if no such key.
FlowLayout - Class in com.codename1.ui.layouts
Flows elements in a row so they can spill over when reaching line end
FlowLayout() - Constructor for class com.codename1.ui.layouts.FlowLayout
Creates a new instance of FlowLayout with left alignment
FlowLayout(int) - Constructor for class com.codename1.ui.layouts.FlowLayout
Creates a new instance of FlowLayout with the given orientation one of LEFT, RIGHT or CENTER
flowX() - Method in class com.codename1.ui.layouts.mig.CC
Same functionality as calling CC.setFlowX(Boolean) with Boolean.TRUE only this method returns this for chaining multiple calls.
flowX() - Method in class com.codename1.ui.layouts.mig.LC
Same functionality as calling LC.setFlowX(boolean) with true only this method returns this for chaining multiple calls.
flowY() - Method in class com.codename1.ui.layouts.mig.CC
Same functionality as calling CC.setFlowX(Boolean) with Boolean.FALSE only this method returns this for chaining multiple calls.
flowY() - Method in class com.codename1.ui.layouts.mig.LC
Same functionality as calling LC.setFlowX(boolean) with false only this method returns this for chaining multiple calls.
flush() - Method in class com.codename1.io.BufferedOutputStream
Flushes this buffered output stream.
flush() - Method in class com.codename1.io.gzip.DeflaterOutputStream
 
flush() - Method in class com.codename1.io.gzip.FilterOutputStream
 
flush() - Method in class java.io.DataOutputStream
Flushes this data output stream.
flush() - Method in interface java.io.Flushable
Flushes the object by writing out any buffered data to the underlying output.
flush() - Method in class java.io.OutputStream
Flushes this output stream and forces any buffered output bytes to be written out.
flush() - Method in class java.io.OutputStreamWriter
Flush the stream.
flush() - Method in class java.io.PrintStream
Flush the stream.
flush() - Method in class java.io.Writer
Flush the stream.
Flushable - Interface in java.io
Indicates that an output object can be flushed.
flushBuffer() - Method in class com.codename1.io.BufferedOutputStream
Flush the internal buffer
flushReplace() - Method in class com.codename1.ui.Container
Flushes ongoing replace operations to prevent two concurrent replace operations from colliding.
flushStorageCache() - Method in class com.codename1.io.Storage
Flush the storage cache allowing implementations that cache storage objects to store
focusGained(Component, HTMLComponent, HTMLElement) - Method in class com.codename1.components.Ads
 
focusGained() - Method in class com.codename1.maps.MapComponent
 
focusGained() - Method in class com.codename1.ui.Component
Callback allowing a developer to track wheh the component gains focus
focusGained(Component) - Method in interface com.codename1.ui.events.FocusListener
Invoked when component gains focus
focusGained(Component, HTMLComponent, HTMLElement) - Method in class com.codename1.ui.html.DefaultHTMLCallback
Called when one of the controls in the HTMLComponent obtained focus This method will be called only if HTMLComponent.isEventsEnabled() is true
focusGained(Component, HTMLComponent, HTMLElement) - Method in interface com.codename1.ui.html.HTMLCallback
Called when one of the controls in the HTMLComponent obtained focus This method will be called only if HTMLComponent.isEventsEnabled() is true
focusGained() - Method in class com.codename1.ui.PeerComponent
 
focusGained(Component) - Method in class com.codename1.ui.plaf.DefaultLookAndFeel
 
FocusListener - Interface in com.codename1.ui.events
Observes focus change events for a given form and invokes the callbacks to enable us to assign functionality based on current focused component.
focusLost(Component, HTMLComponent, HTMLElement) - Method in class com.codename1.components.Ads
 
focusLost() - Method in class com.codename1.ui.Component
Callback allowing a developer to track wheh the component loses focus
focusLost(Component) - Method in interface com.codename1.ui.events.FocusListener
Invoked when component loses focus
focusLost(Component, HTMLComponent, HTMLElement) - Method in class com.codename1.ui.html.DefaultHTMLCallback
Called when one of the controls in the HTMLComponent lost focus This method will be called only if HTMLComponent.isEventsEnabled() is true
focusLost(Component, HTMLComponent, HTMLElement) - Method in interface com.codename1.ui.html.HTMLCallback
Called when one of the controls in the HTMLComponent lost focus This method will be called only if HTMLComponent.isEventsEnabled() is true
focusLost() - Method in class com.codename1.ui.PeerComponent
 
focusLost(Component) - Method in class com.codename1.ui.plaf.DefaultLookAndFeel
 
focusScrolling - Variable in class com.codename1.ui.Form
Indicates whether lists and containers should scroll only via focus and thus "jump" when moving to a larger component as was the case in older versions of Codename One.
Font - Class in com.codename1.ui
A simple abstraction of platform fonts and library fonts that enables the library to use more elaborate fonts unsupported by a specific device.
FONT - Static variable in class com.codename1.ui.plaf.Style
Font attribute name for the theme hashtable
forceRevalidate() - Method in class com.codename1.ui.Container
A more powerful form of revalidate that recursively lays out the full hierarchy
Form - Class in com.codename1.ui
Top level component that serves as the root for the UI, this Container handles the menus and title while placing content between them.
Form() - Constructor for class com.codename1.ui.Form
Default constructor creates a simple form
Form(String) - Constructor for class com.codename1.ui.Form
Sets the title after invoking the constructor
FORM_STATE_KEY_FOCUS - Static variable in class com.codename1.ui.util.UIBuilder
A key in the form state hashtable used in the back command navigation
FORM_STATE_KEY_NAME - Static variable in class com.codename1.ui.util.UIBuilder
A key in the form state hashtable used in the back command navigation
FORM_STATE_KEY_SELECTION - Static variable in class com.codename1.ui.util.UIBuilder
A key in the form state hashtable used in the back command navigation
FORM_STATE_KEY_TITLE - Static variable in class com.codename1.ui.util.UIBuilder
A key in the form state hashtable used in the back command navigation
format(double) - Method in class com.codename1.charts.util.NumberFormat
 
format(Object) - Method in class com.codename1.l10n.DateFormat
Format a given object.
format(Date) - Method in class com.codename1.l10n.DateFormat
Format a given date.
Format - Class in com.codename1.l10n
An abstract class for parsing and formatting localisation sensitive information, compatible with JDK 6.
Format() - Constructor for class com.codename1.l10n.Format
 
format(Object) - Method in class com.codename1.l10n.Format
Format an object.
format(int) - Method in class com.codename1.l10n.L10NManager
Format an integer number for this locale
format(double) - Method in class com.codename1.l10n.L10NManager
Format a double number for this locale
format(double, int) - Method in class com.codename1.l10n.L10NManager
Formats a number as a String with a fixed number of decimal places
format(Date) - Method in class com.codename1.l10n.SimpleDateFormat
 
format(Object) - Method in class java.text.DateFormat
Deprecated.
Format a given object.
format(Date) - Method in class java.text.DateFormat
Deprecated.
Format a given date.
Format - Class in java.text
An abstract class for parsing and formatting localisation sensitive information, compatible with JDK 6.
Format() - Constructor for class java.text.Format
 
format(Object) - Method in class java.text.Format
Format an object.
format(Date) - Method in class java.text.SimpleDateFormat
Deprecated.
 
FORMAT_JPEG - Static variable in class com.codename1.ui.util.ImageIO
Indicates the JPEG output format
FORMAT_PNG - Static variable in class com.codename1.ui.util.ImageIO
Indicates the PNG output format
formatCurrency(double) - Method in class com.codename1.l10n.L10NManager
Format a currency value
formatDateLongStyle(Date) - Method in class com.codename1.l10n.L10NManager
Formats a date in a long form e.g.
formatDateShortStyle(Date) - Method in class com.codename1.l10n.L10NManager
Formats a date in a short form e.g.
formatDateTime(Date) - Method in class com.codename1.l10n.L10NManager
Formats a date and a time in a default form e.g.
formatDateTimeMedium(Date) - Method in class com.codename1.l10n.L10NManager
Formats a date and a time in a default form e.g.
formatDateTimeShort(Date) - Method in class com.codename1.l10n.L10NManager
Formats a date and a time in a default form e.g.
formattedValue(int) - Method in class com.codename1.ui.Slider
Allows formatting the appearance of the progress when text is drawn on top
formNavigationStackDebug() - Method in class com.codename1.ui.util.UIBuilder
Useful method for logging form navigation, it returns a string representing the navigation state which can be used to analyze crash reports
forName(String) - Static method in class java.lang.Class
Deprecated.
don't use this method for anything important since class names are obfuscated on the device!
forward() - Method in class com.codename1.ui.BrowserComponent
Navigates forward in the history
forwardMercator(double, double) - Static method in class com.codename1.maps.Mercator
Create a projected Mercator Coord from the given coordinate
free() - Method in class com.codename1.io.gzip.ZStream
Deprecated.
 
freeMemory() - Method in class java.lang.Runtime
Returns the amount of free memory in the system.
frequency(Collection<?>, Object) - Static method in class java.util.Collections
Returns the number of elements in the Collection that match the Object passed.
FRIDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Friday.
fromContent(String, String) - Static method in class com.codename1.processing.Result
Create an evaluator object from a structured content document (XML, JSON, etc) as a string.
fromContent(InputStream, String) - Static method in class com.codename1.processing.Result
Create an evaluator object from a structured content document (XML, JSON, etc) input stream.
fromContent(Reader, String) - Static method in class com.codename1.processing.Result
Create an evaluator object from a structured content document (XML, JSON, etc) input stream.
fromContent(Element) - Static method in class com.codename1.processing.Result
Create an evaluator object from a parsed XML DOM.
fromContent(Map) - Static method in class com.codename1.processing.Result
Create an evaluator object from parsed JSON content DOM.
fromWGS84(Coord) - Method in class com.codename1.maps.Mercator
Create a projected Mercator Coord from the given coordinate
fromWGS84(Coord) - Method in class com.codename1.maps.Projection
Converts a given WGS84 coordinate to a projection coordinate
fromWGS84(Coord[]) - Method in class com.codename1.maps.Projection
a utility method that converts an array of WGS84 coordinate to the projection coordinates system.
fromWGS84(BoundingBox) - Method in class com.codename1.maps.Projection
Converts a WGS84 bounding box to the projection system bounding box
FULL - Static variable in class com.codename1.l10n.DateFormat
Constant for full style parsing/formatting pattern.
FULL - Static variable in class java.text.DateFormat
Deprecated.
Constant for full style parsing/formatting pattern.

G

g - Variable in class com.codename1.charts.compat.Canvas
Deprecated.
 
GALLERY_ALL - Static variable in class com.codename1.ui.Display
Used by openGallery
GALLERY_IMAGE - Static variable in class com.codename1.ui.Display
Used by openGallery
GALLERY_VIDEO - Static variable in class com.codename1.ui.Display
Used by openGallery
GAME_DOWN - Static variable in class com.codename1.ui.Display
Game action for down key
GAME_FIRE - Static variable in class com.codename1.ui.Display
Game action for fire
GAME_LEFT - Static variable in class com.codename1.ui.Display
Game action for left key
GAME_RIGHT - Static variable in class com.codename1.ui.Display
Game action for right key
GAME_UP - Static variable in class com.codename1.ui.Display
Game action for UP key
gameKeyPress(int) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
gameKeyPress(int) - Static method in class com.codename1.testing.TestUtils
Simulates a game key press
gameKeyRelease(int) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
gameKeyRelease(int) - Static method in class com.codename1.testing.TestUtils
Simulates a game key release
gap() - Method in class com.codename1.ui.layouts.mig.AC
Specifies the gap size to be the default one AND moves to the next column/row.
gap(String) - Method in class com.codename1.ui.layouts.mig.AC
Specifies the gap size to size AND moves to the next column/row.
gap(String, int...) - Method in class com.codename1.ui.layouts.mig.AC
Specifies the indicated rows'/columns' gap size to size.
gap(String...) - Method in class com.codename1.ui.layouts.mig.CC
Corresponds exactly to the "gap left right top bottom" keyword.
gapAfter(String) - Method in class com.codename1.ui.layouts.mig.CC
Sets the horizontal gap after the component.
gapBefore(String) - Method in class com.codename1.ui.layouts.mig.CC
Sets the horizontal gap before the component.
gapBottom(String) - Method in class com.codename1.ui.layouts.mig.CC
Sets the gap below the component.
gapLeft(String) - Method in class com.codename1.ui.layouts.mig.CC
Sets the gap to the left the component.
gapRight(String) - Method in class com.codename1.ui.layouts.mig.CC
Sets the gap to the right of the component.
gapTop(String) - Method in class com.codename1.ui.layouts.mig.CC
Sets the gap above the component.
gapX(String, String) - Method in class com.codename1.ui.layouts.mig.CC
The horizontal gap before and/or after the component.
gapY(String, String) - Method in class com.codename1.ui.layouts.mig.CC
The vertical gap before (normally above) and/or after (normally below) the component.
gc() - Method in class java.lang.Runtime
Runs the garbage collector.
gc() - Static method in class java.lang.System
Runs the garbage collector.
gcd(BigInteger) - Method in class com.codename1.util.BigInteger
 
GeneralPath - Class in com.codename1.ui.geom
A general geometric path, consisting of any number of subpaths constructed out of straight lines and cubic or quadratic Bezier curves.
GeneralPath() - Constructor for class com.codename1.ui.geom.GeneralPath
Constructs a GeneralPath with the default (GeneralPath.WIND_NON_ZERO) winding rule and initial capacity (10).
GeneralPath(int) - Constructor for class com.codename1.ui.geom.GeneralPath
Constructs a GeneralPath with a specific winding rule and the default initial capacity (10).
GeneralPath(int, int) - Constructor for class com.codename1.ui.geom.GeneralPath
Constructs a GeneralPath with a specific winding rule and the initial capacity.
GeneralPath(Shape) - Constructor for class com.codename1.ui.geom.GeneralPath
Constructs a GeneralPath from an arbitrary shape object.
generatePeerImage() - Method in class com.codename1.ui.PeerComponent
The native implementation should implement this method to generate a native peer image representing the component
GenericListCellRenderer<T> - Class in com.codename1.ui.list
The generic list cell renderer can display containers or arbitrary Codename One components as items in a list.
GenericListCellRenderer(Component, Component) - Constructor for class com.codename1.ui.list.GenericListCellRenderer
Constructs a generic renderer with the given selected/unselected components
GenericListCellRenderer(Component, Component, Component, Component) - Constructor for class com.codename1.ui.list.GenericListCellRenderer
Constructs a generic renderer with the given selected/unselected components for odd/even values allowing a "pinstripe" effect
GenericSpinner - Class in com.codename1.ui.spinner
A spinner class that allows arbitrary values, this is effectively a combo box replacement for platforms where a combo box is not available
GenericSpinner() - Constructor for class com.codename1.ui.spinner.GenericSpinner
Default constructor
get(Object) - Method in class com.codename1.io.CacheMap
Returns the object matching the given key
get(String, String) - Static method in class com.codename1.io.Preferences
Gets the value as a String
get(String, int) - Static method in class com.codename1.io.Preferences
Gets the value as a number
get(String, long) - Static method in class com.codename1.io.Preferences
Gets the value as a number
get(String, double) - Static method in class com.codename1.io.Preferences
Gets the value as a number
get(String, float) - Static method in class com.codename1.io.Preferences
Gets the value as a number
get(String, boolean) - Static method in class com.codename1.io.Preferences
Gets the value as a number
get(String) - Method in class com.codename1.javascript.JavascriptContext
Executes a javascript string and returns the result of the execution as an appropriate object value depending on the type of value that was returned.
get(String) - Method in class com.codename1.javascript.JSObject
Returns a member variable of the Javascript object.
get(int) - Method in class com.codename1.javascript.JSObject
This method is useful only for JSObjects that encapsulate Javascript arrays.
get(String) - Method in class com.codename1.processing.Result
Get the object value from the requested path.
get(Object) - Method in class com.codename1.ui.util.WeakHashMap
 
get(Object...) - Method in interface com.codename1.util.LazyValue
Returns the actual value
get() - Method in class java.lang.ref.Reference
Returns this reference object's referent.
get(int) - Method in class java.util.AbstractList
Returns the element at the specified location in this list.
get(Object) - Method in class java.util.AbstractMap
Returns the value of the mapping with the specified key.
get(int) - Method in class java.util.AbstractSequentialList
 
get(int) - Method in class java.util.ArrayList
 
get(int) - Method in class java.util.BitSet
Retrieves the bit at index pos.
get(int, int) - Method in class java.util.BitSet
Retrieves the bits starting from pos1 to pos2 and returns back a new bitset made of these bits.
get(int) - Method in class java.util.Calendar
Gets the value for a given time field.
get(Object) - Method in class java.util.Dictionary
Returns the value which is associated with key.
get(Object) - Method in class java.util.HashMap
Returns the value of the mapping with the specified key.
get(Object) - Method in class java.util.Hashtable
Returns the value associated with the specified key in this Hashtable.
get(Object) - Method in class java.util.IdentityHashMap
Returns the value of the mapping with the specified key.
get(Object) - Method in class java.util.LinkedHashMap
Returns the value of the mapping with the specified key.
get(int) - Method in class java.util.LinkedList
 
get(int) - Method in interface java.util.List
Returns the element at the specified location in this List.
get(Object) - Method in interface java.util.Map
Returns the value of the mapping with the specified key.
get(Object) - Method in class java.util.TreeMap
Returns the value of the mapping with the specified key.
get(int) - Method in class java.util.Vector
Returns the element at the specified location in this vector.
getAbout() - Method in class com.codename1.facebook.Page
Simple Getter
getAbout() - Method in class com.codename1.facebook.User
 
getAbsoluteAlignment() - Method in class com.codename1.ui.TextArea
Deprecated.
this method is redundant and no longer used
getAbsoluteX() - Method in class com.codename1.ui.Component
Returns the absolute X location based on the component hierarchy, this method calculates a location on the screen for the component rather than a relative location as returned by getX()
getAbsoluteY() - Method in class com.codename1.ui.Component
Returns the absolute Y location based on the component hierarchy, this method calculates a location on the screen for the component rather than a relative location as returned by getX()
getAccessPermissions() - Method in class com.codename1.cloud.CloudObject
The access permissions for an object can only be changed for an object in which the current user is the owner
getAccuracy() - Method in class com.codename1.location.Location
Returns the horizontal accuracy of the location in meters
getActionListeners() - Method in class com.codename1.components.OnOffSwitch
Deprecated.
use the version that returns a collection
getActionListeners() - Method in class com.codename1.ui.Button
Deprecated.
use getListeners instead
getActionListeners() - Method in class com.codename1.ui.list.ContainerList
Deprecated.
use getListeners instead
getActionListeners() - Method in class com.codename1.ui.List
Deprecated.
use getListeners instead
getActualRows() - Method in class com.codename1.ui.TextArea
Returns the number of actual rows in the text area taking into consideration growsByContent
getAd() - Method in class com.codename1.components.Ads
HTML ad received from the server
getAdapter() - Method in class com.codename1.ui.list.GenericListCellRenderer
The adapter used when dealing with image URL's
getAddresses() - Method in class com.codename1.contacts.Contact
Gets the Contact Addresses, the Hashtable contains key/value pairs where the key is a String which represents the type of the Address, types can be: "home", "work", "other" the value is an Address Object.
getAdler() - Method in class com.codename1.io.gzip.ZStream
Deprecated.
 
getAge() - Method in class com.codename1.components.Ads
Users age
getAlbum(String, Album, ActionListener) - Method in class com.codename1.facebook.FaceBookAccess
Gest an album from an albumId
getAlbum(String, boolean) - Method in class com.codename1.facebook.FaceBookAccess
Gets a Album from a albumId This is a sync method it will block until a response it returned
getAlbumPhotos(String, DefaultListModel, int, int, ActionListener) - Method in class com.codename1.facebook.FaceBookAccess
Gets the albums photos
getAlign() - Method in class com.codename1.ui.layouts.FlowLayout
Alignment of the flow layout, defaults to LEFT
getAlign() - Method in class com.codename1.ui.layouts.mig.DimConstraint
Returns the alignment used either as a default value for sub-entities or for this entity.
getAlignment() - Method in class com.codename1.ui.Label
Deprecated.
use Style.getAlignment instead
getAlignment() - Method in class com.codename1.ui.plaf.Style
Returns the alignment of the Label
getAlignment() - Method in class com.codename1.ui.TextArea
Deprecated.
use Style.getAlignment instead
getAlignOrDefault(boolean) - Method in class com.codename1.ui.layouts.mig.DimConstraint
 
getAlignX() - Method in class com.codename1.ui.layouts.mig.LC
If the laid out components' bounds in total is less than the final size of the container these align values will be used to align the components in the parent.
getAlignY() - Method in class com.codename1.ui.layouts.mig.LC
If the laid out components' bounds in total is less than the final size of the container these align values will be used to align the components in the parent.
getAllContacts() - Static method in class com.codename1.contacts.ContactsManager
This method returns all contacts IDs
getAllContacts(boolean, boolean, boolean, boolean, boolean, boolean) - Method in class com.codename1.contacts.ContactsManager
Notice: this method might be very slow and should be invoked on a separate thread! It might have platform specific optimizations over getAllContacts followed by looping over individual contacts but that isn't guaranteed.
getAllContacts(boolean) - Method in class com.codename1.ui.Display
Gets all contacts from the address book of the device
getAllContacts(boolean, boolean, boolean, boolean, boolean, boolean) - Method in class com.codename1.ui.Display
Notice: this method might be very slow and should be invoked on a separate thread! It might have platform specific optimizations over getAllContacts followed by looping over individual contacts but that isn't guaranteed.
getAllContactsWithNumbers() - Static method in class com.codename1.contacts.ContactsManager
This method returns all contacts that has a phone number
getAlpha() - Method in class com.codename1.ui.Graphics
Returnes the alpha as a value between 0-255 (0 - 0xff) where 255 is completely opaque and 0 is completely transparent
getAltitude() - Method in class com.codename1.location.Location
Returns the altitude of this Location
getAmPmStrings() - Method in class com.codename1.l10n.DateFormatSymbols
 
getAmPmStrings() - Method in class java.text.DateFormatSymbols
 
getAngle() - Method in enum com.codename1.charts.renderers.XYMultipleSeriesRenderer.Orientation
Return the orientation rotate angle.
getAngle(Point) - Method in class com.codename1.charts.views.PieMapper
Fetches angle relative to pie chart center point where 3 O'Clock is 0 and 12 O'Clock is 270degrees
getAngleMax() - Method in class com.codename1.charts.renderers.DialRenderer
Returns the end angle value of the dial.
getAngleMin() - Method in class com.codename1.charts.renderers.DialRenderer
Returns the start angle value of the dial.
getAnimation() - Method in class com.codename1.components.InfiniteProgress
 
getAnimation(int) - Method in class com.codename1.ui.animations.Timeline
Returns the animation object in the given offset
getAnimationAt(int, int) - Method in class com.codename1.ui.animations.Timeline
Returns the animation object at the given X/Y coordinate in the timeline for the current frame.
getAnimationCount() - Method in class com.codename1.ui.animations.Timeline
Returns the number of animation objects in this timeline
getAnimationDelay() - Method in class com.codename1.ui.animations.Timeline
Inidicates the minimal delay between animation frames allowing the CPU to rest.
getAnnotation(Class) - Method in class java.lang.Class
Returns this element's annotation for the specified type if such an annotation is present, else null.
getAnnotationAt(int) - Method in class com.codename1.charts.models.XYSeries
Get the String at index
getAnnotationCount() - Method in class com.codename1.charts.models.XYSeries
Get the annotations count
getAnnotations() - Method in class java.lang.Class
Returns all annotations present on this element.
getAnnotationsColor() - Method in class com.codename1.charts.renderers.XYSeriesRenderer
Returns the annotations color.
getAnnotationsTextAlign() - Method in class com.codename1.charts.renderers.XYSeriesRenderer
Returns the annotations text align.
getAnnotationsTextSize() - Method in class com.codename1.charts.renderers.XYSeriesRenderer
Returns the annotations text size.
getAnnotationX(int) - Method in class com.codename1.charts.models.XYSeries
Get X coordinate of the annotation at index
getAnnotationY(int) - Method in class com.codename1.charts.models.XYSeries
Get Y coordinate of the annotation at index
getAPIds() - Method in class com.codename1.io.NetworkManager
Returns the ids of the access points available if supported
getApiVersion() - Static method in class com.codename1.facebook.FaceBookAccess
Returns the api version used, if empty the non version-ed is used
getAPName(String) - Method in class com.codename1.io.NetworkManager
Returns the user displayable name for the given access point
getAppHomePath() - Method in class com.codename1.io.FileSystemStorage
This will return the application home directory.
getAppID() - Method in class com.codename1.components.Ads
Simple getter of the unique identifier of the app on the ads service network.
getAppId() - Method in class com.codename1.facebook.ui.LikeButton
 
getAPType(String) - Method in class com.codename1.io.NetworkManager
Returns the type of the access point
getArrowHeight() - Method in class com.codename1.maps.layers.ArrowLinesLayer
Returns the arrow height in pixels
getArrowSegmentLength() - Method in class com.codename1.maps.layers.ArrowLinesLayer
Gets the arrow segment length
getArrowWidth() - Method in class com.codename1.maps.layers.ArrowLinesLayer
Gets the arrow width in pixels
getAsArray(String) - Method in class com.codename1.processing.Result
Get a List of values from the requested path.
getAsBoolean(String) - Method in class com.codename1.processing.Result
Get a boolean value from the requested path.
getAsBooleanArray(String) - Method in class com.codename1.processing.Result
Get an array of values from the requested path.
getAscent() - Method in class com.codename1.ui.Font
 
getAsDouble(String) - Method in class com.codename1.processing.Result
Get a double value from the requested path.
getAsDoubleArray(String) - Method in class com.codename1.processing.Result
Get an array of values from the requested path.
getAsInteger(String) - Method in class com.codename1.processing.Result
Get an integer value from the requested path.
getAsIntegerArray(String) - Method in class com.codename1.processing.Result
Get an array of values from the requested path.
getAsLong(String) - Method in class com.codename1.processing.Result
Get an long value from the requested path.
getAsLongArray(String) - Method in class com.codename1.processing.Result
Get an array of values from the requested path.
getAsString(String) - Method in class com.codename1.processing.Result
Get a string value from the requested path.
getAsStringArray(String) - Method in class com.codename1.processing.Result
Get an array of string values from the requested path.
getAttachment() - Method in class com.codename1.messaging.Message
Gets the message attachment file path
getAttachmentMimeType() - Method in class com.codename1.messaging.Message
Gets the attachment mime type
getAttachments() - Method in class com.codename1.messaging.Message
Returns the attachment map which can be used to add multiple attachments
getAttribute(String) - Method in class com.codename1.ui.html.HTMLElement
 
getAttribute(String) - Method in class com.codename1.xml.Element
Returns the attribute value by its name (or null if it wasn't defined for this element)
getAttributeById(int) - Method in class com.codename1.ui.html.HTMLElement
Returns an HTMLElement's attribute by the attribute's ID (One of the ATTR_* constants)
getAttributeName(Integer) - Method in class com.codename1.ui.html.HTMLElement
Returns the attribute name of the requested attribute
getAttributes() - Method in class com.codename1.xml.Element
Returns the attributes Hashtable
getAttribution() - Method in class com.codename1.facebook.Post
Gets the Attribution
getAuthority() - Method in class java.net.URI
 
getAutoComplete(HTMLComponent, String, String) - Method in class com.codename1.components.Ads
 
getAutoComplete(HTMLComponent, String, String) - Method in class com.codename1.ui.html.DefaultHTMLCallback
Called on form creation and enabled implementations of this method to return a value to preset in a form field.
getAutoComplete(HTMLComponent, String, String) - Method in interface com.codename1.ui.html.HTMLCallback
Called on form creation and enabled implementations of this method to return a value to preset in a form field.
getAutocreateContainerGaps() - Method in class com.codename1.ui.layouts.GroupLayout
Returns whether or not gaps between the container and the first/last components should automatically be created.
getAutocreateGaps() - Method in class com.codename1.ui.layouts.GroupLayout
Returns true if gaps between components are automatically be created.
getAutoDetectURL() - Static method in class com.codename1.io.NetworkManager
This URL is used to check whether an Internet connection is available
getAvailableIDs() - Static method in class java.util.TimeZone
Gets all the available IDs supported.
getAvailableRecordingMimeTypes() - Static method in class com.codename1.media.MediaManager
Gets the available recording MimeTypes
getAvailableRecordingMimeTypes() - Method in class com.codename1.ui.Display
Gets the available recording MimeTypes
getAvailIn() - Method in class com.codename1.io.gzip.InflaterInputStream
 
getAvailIn() - Method in class com.codename1.io.gzip.ZStream
Deprecated.
 
getAvailOut() - Method in class com.codename1.io.gzip.ZStream
Deprecated.
 
getAxesColor() - Method in class com.codename1.charts.renderers.DefaultRenderer
Returns the axes color.
getAxis() - Method in class com.codename1.ui.layouts.BoxLayout
Returns the layout axis x/y
getAxisTitleTextSize() - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Returns the axis title text size.
getBackCommand() - Method in class com.codename1.ui.Form
Indicates the command that is defined as the back command out of this form.
getBackCommand() - Method in class com.codename1.ui.MenuBar
Indicates the command that is defined as the back command out of this form.
getBackCommandText(String) - Method in class com.codename1.ui.util.UIBuilder
Returns the text for the back command string.
getBackgroundColor() - Method in class com.codename1.charts.renderers.DefaultRenderer
Returns the background color.
getBackgroundGradientEndColor() - Method in class com.codename1.ui.plaf.Style
End color for the radial/linear gradient
getBackgroundGradientRelativeSize() - Method in class com.codename1.ui.plaf.Style
Background radial gradient relative size
getBackgroundGradientRelativeX() - Method in class com.codename1.ui.plaf.Style
Background radial gradient relative center position X
getBackgroundGradientRelativeY() - Method in class com.codename1.ui.plaf.Style
Background radial gradient relative center position Y
getBackgroundGradientStartColor() - Method in class com.codename1.ui.plaf.Style
Start color for the radial/linear gradient
getBackgroundType() - Method in class com.codename1.ui.plaf.Style
The type of the background defaults to BACKGROUND_IMAGE_SCALED
getBackIcon() - Method in class com.codename1.components.MediaPlayer
 
getBarSpacing() - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Returns the spacing between bars, in bar charts.
getBarsSpacing() - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Deprecated.
use getBarSpacing instead
getBarWidth() - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Returns the constant bar chart item width in pixels.
getBaseline(int, int) - Method in class com.codename1.ui.ComboBox
 
getBaseline(int, int) - Method in class com.codename1.ui.Component
The baseline for the component text according to which it should be aligned with other components for best visual look.
getBaseline(int, int) - Method in class com.codename1.ui.Label
 
getBaseline(int, int) - Method in interface com.codename1.ui.layouts.mig.ComponentWrapper
Returns the baseline for the component given the suggested height.
getBaselineResizeBehavior() - Method in class com.codename1.ui.Component
Returns a constant indicating how the baseline varies with the size of the component.
getBaselineResizeBehavior() - Method in class com.codename1.ui.Label
 
getBaseURL() - Method in class com.codename1.ui.html.DocumentInfo
Returns the base URL for this document
getBatchSize() - Method in class com.codename1.cloud.CloudListModel
Returns the batch size fetched from the server
getBgColor() - Method in class com.codename1.ui.animations.FlipTransition
The background color that is painted behind the flipping effect or -1 to use the paintBackgrounds method instead
getBgColor() - Method in class com.codename1.ui.plaf.Style
Background color for the component
getBgImage() - Method in class com.codename1.ui.plaf.Style
Background image for the component
getBgPainter() - Method in class com.codename1.ui.plaf.Style
Return the background painter for this style, normally this would be the internal image/color painter but can be user defined
getBgTransparency() - Method in class com.codename1.ui.plaf.Style
Returns the transparency (opacity) level of the Component, zero indicates fully transparent and FF indicates fully opaque.
getBindablePropertyNames() - Method in class com.codename1.ui.CheckBox
 
getBindablePropertyNames() - Method in class com.codename1.ui.Component
Returns the names of the properties within this component that can be bound for persistence, the order of these names mean that the first one will be the first bound
getBindablePropertyNames() - Method in class com.codename1.ui.Label
 
getBindablePropertyNames() - Method in class com.codename1.ui.RadioButton
 
getBindablePropertyNames() - Method in class com.codename1.ui.TextArea
 
getBindablePropertyTypes() - Method in class com.codename1.ui.CheckBox
 
getBindablePropertyTypes() - Method in class com.codename1.ui.Component
Returns the types of the properties that are bindable within this component
getBindablePropertyTypes() - Method in class com.codename1.ui.Label
 
getBindablePropertyTypes() - Method in class com.codename1.ui.RadioButton
 
getBindablePropertyTypes() - Method in class com.codename1.ui.TextArea
 
getBio() - Method in class com.codename1.facebook.User
 
getBirthday() - Method in class com.codename1.contacts.Contact
Gets the Contact birthday
getBirthday() - Method in class com.codename1.facebook.User
 
getBitmapFont(String) - Static method in class com.codename1.ui.Font
Deprecated.
bitmap font functionality is now deprecated
getBlob(int) - Method in interface com.codename1.db.Row
Gets column value by index.
getBoolean(String) - Method in class com.codename1.cloud.CloudObject
Returns the value for the given key
getBoolean(String) - Method in class com.codename1.javascript.JSObject
Wrapper around get() to return a boolean.
getBoolean(int) - Method in class com.codename1.javascript.JSObject
Wrapper for get(int) for indexed boolean values.
getBorder() - Method in class com.codename1.ui.Button
 
getBorder() - Method in class com.codename1.ui.Component
Normally returns getStyle().getBorder() but some subclasses might use this to programmatically replace the border in runtime e.g.
getBorder() - Method in class com.codename1.ui.plaf.Style
Returns the border for the style
getBottomGap() - Method in class com.codename1.ui.Component
Returns the gap to be left for the bottom scrollbar on the X axis.
getBottomGap() - Method in class com.codename1.ui.Container
 
getBoundary() - Method in class com.codename1.io.MultipartRequest
Returns the boundary string which is normally generated based on system time
getBoundingBox() - Method in class com.codename1.maps.Tile
Gets the tile bounding box.
getBoundPropertyValue(String) - Method in class com.codename1.ui.CheckBox
 
getBoundPropertyValue(String) - Method in class com.codename1.ui.Component
Allows the binding code to extract the value of the property
getBoundPropertyValue(String) - Method in class com.codename1.ui.Label
 
getBoundPropertyValue(String) - Method in class com.codename1.ui.RadioButton
 
getBoundPropertyValue(String) - Method in class com.codename1.ui.TextArea
 
getBounds() - Method in class com.codename1.ui.Component
Returns the component bounds which is sometimes more convenient than invoking getX/Y/Width/Height.
getBounds() - Method in class com.codename1.ui.geom.GeneralPath
Returns the path's bounding box.
getBounds() - Method in class com.codename1.ui.geom.Rectangle
Returns the bounding rectangle for the shape.
getBounds() - Method in class com.codename1.ui.geom.Rectangle2D
Returns the bounding rectangle for the shape.
getBounds() - Method in interface com.codename1.ui.geom.Shape
Returns the bounding rectangle for the shape.
getBounds2D() - Method in class com.codename1.ui.geom.GeneralPath
Returns the path's bounding box, in float precision.
getBounds2D() - Method in class com.codename1.ui.geom.Rectangle
Gets the bounds of the shape as a 4-element array representing the (x,y,width,height) tuple.
getBounds2D() - Method in class com.codename1.ui.geom.Rectangle2D
Gets the bounds of the shape as a 4-element array representing the (x,y,width,height) tuple.
getBounds2D() - Method in interface com.codename1.ui.geom.Shape
Gets the bounds of the shape as a 4-element array representing the (x,y,width,height) tuple.
getBrowserNavigationCallback() - Method in class com.codename1.components.WebBrowser
The browser navigation callback interface allows handling a case where a URL invocation can be delegated to Java code.
getBrowserNavigationCallback() - Method in class com.codename1.ui.BrowserComponent
The browser navigation callback interface allows handling a case where a URL invocation can be delegated to Java code.
getBuffer() - Method in class com.codename1.charts.transitions.XYMultiSeriesTransition
Gets the buffer/cache for values.
getBuffer() - Method in class com.codename1.charts.transitions.XYSeriesTransition
Gets the "buffer" series where values can be set.
getBundle() - Method in class com.codename1.ui.plaf.UIManager
The resource bundle allows us to implicitly localize the UI on the fly, once its installed all internal application strings query the resource bundle and extract their values from this table if applicable.
getButtonCount() - Method in class com.codename1.ui.ButtonGroup
Returns the number of buttons in the group.
getButtonOrder() - Static method in class com.codename1.ui.layouts.mig.PlatformDefaults
Returns the order for the typical buttons in a standard button bar.
getButtonPreferredSize(Button) - Method in class com.codename1.ui.plaf.DefaultLookAndFeel
 
getButtonPreferredSize(Button) - Method in class com.codename1.ui.plaf.LookAndFeel
Calculate the preferred size of the component
getBytes() - Method in class java.lang.String
Convert this String into bytes according to the platform's default character encoding, storing the result into a new byte array.
getBytes(String) - Method in class java.lang.String
Convert this String into bytes according to the specified character encoding, storing the result into a new byte array.
getCachePrefix() - Method in class com.codename1.io.CacheMap
A prefix prepended to storage entries to differentiate them
getCacheSize() - Method in class com.codename1.cloud.CloudListModel
Returns the elements cached within the implementation
getCacheSize() - Method in class com.codename1.io.CacheMap
Indicates the size of the memory cache after which the cache won't grow further Size is indicated by number of elements stored and not by KB or similar benchmark!
getCalcRange(int) - Method in class com.codename1.charts.views.XYChart
 
getCancelMenuItem() - Method in class com.codename1.ui.MenuBar
This method returns the cancel menu item, when a menu is opened
getCanonicalName() - Method in class java.lang.Class
Deprecated.
don't use this method for anything important since class names are obfuscated on the device!
getCap() - Method in class com.codename1.charts.renderers.BasicStroke
Returns the stroke cap.
getCapStyle() - Method in class com.codename1.ui.Stroke
Gets the cap style of the stroke.
getCategoriesCount() - Method in class com.codename1.charts.models.MultipleCategorySeries
Returns the categories count.
getCategory(int) - Method in class com.codename1.charts.models.CategorySeries
Returns the category name at the specified index.
getCategory(int) - Method in class com.codename1.charts.models.MultipleCategorySeries
Returns the category name at the specified index.
getCategory() - Method in class com.codename1.components.Ads
Category is a single word description of the application.
getCategory() - Method in class com.codename1.facebook.Page
Simple Getter
getCellAlignment() - Method in class com.codename1.ui.table.Table
Indicates the alignment of the cells see label alignment for details
getCellColumn(Component) - Method in class com.codename1.ui.table.Table
Returns the column in which the given cell is placed
getCellHorizontalSpan(int, int) - Method in class com.codename1.ui.table.TableLayout
Returns the spanning for the table cell at the given coordinate
getCellRendererComponent(Component, Object, T, int, boolean) - Method in interface com.codename1.ui.list.CellRenderer
Returns a component instance that is already set to render "value".
getCellRendererComponent(Component, Object, T, int, boolean) - Method in class com.codename1.ui.list.DefaultListCellRenderer
 
getCellRendererComponent(Component, Object, T, int, boolean) - Method in class com.codename1.ui.list.GenericListCellRenderer
 
getCellRow(Component) - Method in class com.codename1.ui.table.Table
Returns the row in which the given cell is placed
getCellVerticalSpan(int, int) - Method in class com.codename1.ui.table.TableLayout
Returns the spanning for the table cell at the given coordinate
getCellX() - Method in class com.codename1.ui.layouts.mig.CC
Returns the absolute cell position in the grid or -1 if cell positioning is not used.
getCellY() - Method in class com.codename1.ui.layouts.mig.CC
Returns the absolute cell position in the grid or -1 if cell positioning is not used.
getCenter() - Method in class com.codename1.maps.MapComponent
Returns the center location of the map in WGS84 format.
getCenter() - Method in class com.codename1.ui.layouts.BorderLayout
Returns the component in the center location
getCenterBehavior() - Method in class com.codename1.ui.layouts.BorderLayout
Defines the behavior of the center component to one of the constants defined in this class
getCenterX() - Method in class com.codename1.charts.views.RoundChart
Returns the center on X axis.
getCenterY() - Method in class com.codename1.charts.views.RoundChart
Returns the center on Y axis.
getChain() - Method in class com.codename1.ui.painter.PainterChain
Allows us to traverse the painter chain
getCharLocation(String, int) - Method in class com.codename1.ui.Display
Returns the index of the given char within the source string, the actual index isn't necessarily the same when bidi is involved See this for more on visual vs.
getCharPerKeyCode(int, int, boolean) - Method in class com.codename1.ui.TextField
Returns the character matching the given key code after the given amount of user presses
getChars(int, int, char[], int) - Method in class java.lang.String
Copies characters from this string into the destination character array.
getChars(int, int, char[], int) - Method in class java.lang.StringBuffer
Characters are copied from this string buffer into the destination character array dst.
getChars(int, int, char[], int) - Method in class java.lang.StringBuilder
Characters are copied from this string buffer into the destination character array dst.
getCharset() - Method in class com.codename1.ui.Font
Returns a string containing all the characters supported by this font.
getChart() - Method in class com.codename1.charts.ChartComponent
Gets the chart that is being displayed in this component.
getChart() - Method in class com.codename1.charts.transitions.SeriesTransition
Gets the ChartComponent that is the subject of the transition.
getChartSeriesIndex(int) - Method in class com.codename1.charts.views.CombinedXYChart.XYCombinedChartDef
 
getChartTitle() - Method in class com.codename1.charts.renderers.DefaultRenderer
Returns the chart title.
getChartTitleTextSize() - Method in class com.codename1.charts.renderers.DefaultRenderer
Returns the chart title text size.
getChartType() - Method in class com.codename1.charts.views.BarChart
Returns the chart type identifier.
getChartType() - Method in class com.codename1.charts.views.BubbleChart
Returns the chart type identifier.
getChartType() - Method in class com.codename1.charts.views.CombinedXYChart
Returns the chart type identifier.
getChartType() - Method in class com.codename1.charts.views.CubicLineChart
Returns the chart type identifier.
getChartType() - Method in class com.codename1.charts.views.LineChart
Returns the chart type identifier.
getChartType() - Method in class com.codename1.charts.views.RangeBarChart
Returns the chart type identifier.
getChartType() - Method in class com.codename1.charts.views.RangeStackedBarChart
 
getChartType() - Method in class com.codename1.charts.views.ScatterChart
Returns the chart type identifier.
getChartType() - Method in class com.codename1.charts.views.TimeChart
Returns the chart type identifier.
getChartType() - Method in class com.codename1.charts.views.XYChart
Returns the chart type identifier.
getChartValuesFormat() - Method in class com.codename1.charts.renderers.SimpleSeriesRenderer
Returns the number format for displaying chart values.
getChartValuesSpacing() - Method in class com.codename1.charts.renderers.XYSeriesRenderer
Returns the chart values spacing from the data point.
getChartValuesTextAlign() - Method in class com.codename1.charts.renderers.XYSeriesRenderer
Returns the chart values text align.
getChartValuesTextSize() - Method in class com.codename1.charts.renderers.XYSeriesRenderer
Returns the chart values text size.
getCheckBoxFocusImages() - Method in class com.codename1.ui.plaf.DefaultLookAndFeel
Returns the images used to represent the checkbox when focused
getCheckBoxImages() - Method in class com.codename1.ui.plaf.DefaultLookAndFeel
Returns the images used to represent the checkbox (selected followed by unselected).
getCheckBoxPreferredSize(Button) - Method in class com.codename1.ui.plaf.DefaultLookAndFeel
 
getCheckBoxPreferredSize(Button) - Method in class com.codename1.ui.plaf.LookAndFeel
Calculate the preferred size of the component
getCheckboxText() - Static method in class com.codename1.system.DefaultCrashReporter
The text for the user prompt dialog
getChildAt(int) - Method in class com.codename1.xml.Element
Returns the Element's child positioned at the specified index
getChildIndex(Element) - Method in class com.codename1.xml.Element
Returns the child index
getChildren(Object) - Method in class com.codename1.components.FileTreeModel
 
getChildren(Object) - Method in interface com.codename1.ui.tree.TreeModel
Returns the child objects representing the given parent, null should return the root objects
getChildren() - Method in class com.codename1.xml.Element
Returns the internal children vector
getChildrenByTagName(String) - Method in class com.codename1.xml.Element
Returns all children with the specified tag name
getClass() - Method in class java.lang.Object
Returns the runtime class of an object.
getClearCommand() - Method in class com.codename1.ui.Form
Indicates the command that is defined as the clear command in this form.
getClearCommand() - Method in class com.codename1.ui.MenuBar
Indicates the command that is defined as the clear command in this form.
getClientProperty(String) - Method in class com.codename1.ui.Command
The client properties are a useful way to associate meta-data with a command without subclassing
getClientProperty(String) - Method in class com.codename1.ui.Component
Client properties allow the association of meta-data with a component, this is useful for some applications that construct GUI's on the fly and need to track the connection between the UI and the data.
getClientSecret() - Method in class com.codename1.facebook.ui.LikeButton
 
getClip() - Method in class com.codename1.ui.Graphics
Returns the clip as an x,y,w,h array
getClipBounds(Rectangle) - Method in class com.codename1.charts.compat.Canvas
Deprecated.
 
getClipHeight() - Method in class com.codename1.ui.Graphics
Returns the clip height
getClipWidth() - Method in class com.codename1.ui.Graphics
Returns the clip width
getClipX() - Method in class com.codename1.ui.Graphics
Returns the x clipping position
getClipY() - Method in class com.codename1.ui.Graphics
Returns the y clipping position
getClosestComponentTo(int, int) - Method in class com.codename1.ui.Container
Very useful for touch events or drop events that need approximation more than accuracy
getCloudBoundProperty() - Method in class com.codename1.ui.Component
Indicates the property within this component that should be bound to the cloud object
getCloudDestinationProperty() - Method in class com.codename1.ui.Component
The destination property of the CloudObject
getCloudId() - Method in class com.codename1.cloud.CloudObject
The object id is a unique key that allows you to find an object that was persisted in the store (a primary key).
getCodeScanner() - Method in class com.codename1.ui.Display
Returns the native implementation of the code scanner or null
getCoeficient() - Method in class com.codename1.charts.views.BarChart
Returns the value of a constant used to calculate the half-distance.
getCoeficient() - Method in class com.codename1.charts.views.RangeBarChart
Returns the value of a constant used to calculate the half-distance.
getColor() - Method in class com.codename1.charts.compat.Paint
Deprecated.
 
getColor() - Method in class com.codename1.charts.renderers.SimpleSeriesRenderer
Returns the series color.
getColor() - Method in class com.codename1.charts.renderers.XYSeriesRenderer.FillOutsideLine
Returns the fill color.
getColor() - Method in class com.codename1.ui.Graphics
Returns the current color
getColumn() - Method in class com.codename1.ui.table.TableLayout.Constraint
 
getColumnConstraints() - Method in class com.codename1.ui.layouts.mig.MigLayout
Deprecated.
Returns the column layout constraints either as a String or net.miginfocom.layout.AC.
getColumnCount() - Method in interface com.codename1.db.Cursor
Returns the column count
getColumnCount() - Method in class com.codename1.ui.table.DefaultTableModel
 
getColumnCount() - Method in interface com.codename1.ui.table.TableModel
Returns the number of columns in the table
getColumnIndex(String) - Method in interface com.codename1.db.Cursor
Returns the zero-based index for a given column name.
getColumnName(int) - Method in interface com.codename1.db.Cursor
Returns the column name at a given zero-based column index.
getColumnName(int) - Method in class com.codename1.ui.table.DefaultTableModel
 
getColumnName(int) - Method in interface com.codename1.ui.table.TableModel
Returns the name of the column at the given offset
getColumnPosition(int) - Method in class com.codename1.ui.table.TableLayout
Returns the position of the given table column.
getColumns() - Method in class com.codename1.ui.layouts.GridLayout
 
getColumns() - Method in class com.codename1.ui.spinner.GenericSpinner
Return the column count
getColumns() - Method in class com.codename1.ui.table.TableLayout
Get the number of columns
getColumns() - Method in class com.codename1.ui.TextArea
Returns the number of columns in the text area
getComboBoxPreferredSize(List) - Method in class com.codename1.ui.plaf.DefaultLookAndFeel
 
getComboBoxPreferredSize(List) - Method in class com.codename1.ui.plaf.LookAndFeel
Calculate the preferred size of the component
getCommand() - Method in class com.codename1.components.MultiButton
Returns the command for the emblem
getCommand() - Method in class com.codename1.ui.Button
This method return the Button Command if exists
getCommand() - Method in class com.codename1.ui.events.ActionEvent
If this event was sent as a result of a command action this method returns that command
getCommand(int) - Method in class com.codename1.ui.Form
Returns the command occupying the given index
getCommand(int) - Method in class com.codename1.ui.MenuBar
Returns the command occupying the given index
getCommandBehavior() - Method in class com.codename1.ui.Display
Indicates the way commands should be added to a form as one of the ocmmand constants defined in this class
getCommandBehavior() - Method in class com.codename1.ui.MenuBar
 
getCommandBehavior() - Method in class com.codename1.ui.SideMenuBar
 
getCommandCount() - Method in class com.codename1.ui.Form
A helper method to check the amount of commands within the form menu
getCommandCount() - Method in class com.codename1.ui.MenuBar
Returns number of commands
getCommandName() - Method in class com.codename1.ui.Command
gets the Command Name
getCommands() - Method in class com.codename1.ui.MenuBar
This method returns a Vector of Command objects
getComment() - Method in class com.codename1.io.gzip.GZIPHeader
 
getComment() - Method in class com.codename1.io.gzip.GZIPInputStream
 
getComments() - Method in class com.codename1.facebook.Photo
Gets the comments on this Photos, where each entry is a Post Object
getCommentsCount() - Method in class com.codename1.facebook.Post
Gets the comments count number
getCommitTimeout() - Method in class com.codename1.ui.TextField
The amount of time in milliseconds it will take for a change to get committed into the field.
getComponent() - Method in class com.codename1.ui.events.ActionEvent
Returns the source component object
getComponent() - Method in interface com.codename1.ui.layouts.mig.ComponentWrapper
Returns the actual object that this wrapper is aggregating.
getComponentAt(int) - Method in class com.codename1.ui.Container
Returns the Component at a given index
getComponentAt(int, int) - Method in class com.codename1.ui.Container
Returns a Component that exists in the given x, y coordinates by traversing component objects and invoking contains
getComponentAt(int, int) - Method in class com.codename1.ui.SwipeableContainer
 
getComponentAt(int, int) - Method in class com.codename1.ui.table.TableLayout
Returns the component at the given row/column
getComponentByPath(int[]) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
getComponentByPath(int[]) - Static method in class com.codename1.testing.TestUtils
Gets the component from the current form based on its path.
getComponentConstraint(Component) - Method in class com.codename1.ui.layouts.BorderLayout
Returns the component constraint
getComponentConstraint(Component) - Method in class com.codename1.ui.layouts.GridBagLayout
 
getComponentConstraint(Component) - Method in class com.codename1.ui.layouts.Layout
Returns the optional component constraint
getComponentConstraint(Component) - Method in class com.codename1.ui.layouts.mig.MigLayout
Deprecated.
 
getComponentConstraint(Component) - Method in class com.codename1.ui.table.TableLayout
 
getComponentConstraints(Component) - Method in class com.codename1.ui.layouts.mig.MigLayout
Deprecated.
Returns the component constraints as a String representation.
getComponentCount() - Method in class com.codename1.ui.Container
Returns the number of components
getComponentCount() - Method in interface com.codename1.ui.layouts.mig.ContainerWrapper
Returns the number of components that this parent has.
getComponentCustomStyle(String, String) - Method in class com.codename1.ui.plaf.UIManager
Returns a custom style for the component with the given id, this method always returns a new instance.
getComponentForm() - Method in class com.codename1.ui.Component
Returns the Component Form or null if this Component is not added yet to a form
getComponentForm() - Method in class com.codename1.ui.Form
 
getComponentIndex(Component) - Method in class com.codename1.ui.Container
Returns the Component index in the Container
getComponentIndex(Component) - Method in class com.codename1.ui.Form
 
getComponents() - Method in interface com.codename1.ui.layouts.mig.ContainerWrapper
Returns the components of the container that wrapper is wrapping.
getComponentSelectedStyle(String) - Method in class com.codename1.ui.plaf.UIManager
Returns the selected style of the component with the given id or a new instance of the default style.
getComponentState() - Method in class com.codename1.components.OnOffSwitch
Some components may optionally generate a state which can then be restored using setCompnentState().
getComponentState() - Method in class com.codename1.ui.Component
Some components may optionally generate a state which can then be restored using setCompnentState().
getComponentState() - Method in class com.codename1.ui.spinner.GenericSpinner
Some components may optionally generate a state which can then be restored using setCompnentState().
getComponentStyle(String) - Method in class com.codename1.ui.plaf.UIManager
Returns the style of the component with the given id or a new instance of the default style.
getComponentType(boolean) - Method in interface com.codename1.ui.layouts.mig.ComponentWrapper
Returns the type of component that this wrapper is wrapping.
getCompoundBorders() - Method in class com.codename1.ui.plaf.Border
This method returns the Compound Borders array.
getConnection() - Method in class com.codename1.io.BufferedInputStream
If applicable this member represents the connection object for the stream
getConnection() - Method in class com.codename1.io.BufferedOutputStream
If applicable this member represents the connection object for the stream
getConnectionRequest() - Method in class com.codename1.io.NetworkEvent
Equivalent to getSource() casted to connection request
getConstaints() - Method in class com.codename1.ui.layouts.mig.AC
Property.
getConstraint() - Method in class com.codename1.ui.TextArea
Returns the editing constraint value
getConstraintMap() - Method in class com.codename1.ui.layouts.mig.MigLayout
Deprecated.
Returns a shallow copy of the constraints map.
getConstraintString() - Method in class com.codename1.ui.layouts.mig.UnitValue
Returns the creation string for this object.
getContactById(String) - Static method in class com.codename1.contacts.ContactsManager
This method returns a Contact by the contact id
getContactById(String, boolean, boolean, boolean, boolean, boolean) - Static method in class com.codename1.contacts.ContactsManager
This method returns a Contact by the contact id and fills it's data according to the given flags
getContactById(String) - Method in class com.codename1.ui.Display
Get a Contact according to it's contact id.
getContactById(String, boolean, boolean, boolean, boolean, boolean) - Method in class com.codename1.ui.Display
This method returns a Contact by the contact id and fills it's data according to the given flags
getContainer() - Method in class com.codename1.ui.layouts.mig.Grid
 
getContainerGap(Component, int, Container) - Method in class com.codename1.ui.layouts.LayoutStyle
Returns the amount of space to position a component inside its parent.
getContainerState(Container) - Method in class com.codename1.ui.util.UIBuilder
This method is the container navigation equivalent of getFormState() see that method for details.
getContent() - Method in class com.codename1.messaging.Message
Gets the message content
getContentBias() - Method in interface com.codename1.ui.layouts.mig.ComponentWrapper
Returns in what way the min/pref/max sizes relates to it's height or width for the current settings of the component (like wrapText).
getContentLength() - Method in class com.codename1.io.ConnectionRequest
Returns the content length header value
getContentLength() - Method in class com.codename1.io.MultipartRequest
 
getContentPane() - Method in class com.codename1.components.InteractionDialog
Returns the body of the interaction dialog
getContentPane() - Method in class com.codename1.ui.Dialog
 
getContentPane() - Method in class com.codename1.ui.Form
This method returns the Content pane instance
getContentPane() - Method in class com.codename1.ui.Tabs
This method retrieves the Tabs content pane
getContentType() - Method in class com.codename1.io.ConnectionRequest
 
getCookieHeader() - Static method in class com.codename1.io.ConnectionRequest
Workaround for https://bugs.php.net/bug.php?id=65633 allowing developers to customize the name of the cookie header to Cookie
getCoordFromPosition(int, int) - Method in class com.codename1.maps.MapComponent
Gets the Coord location on the map from a x, y position.
getCount() - Method in class com.codename1.facebook.Album
Gets number of photos in this album
getCount() - Method in class com.codename1.ui.layouts.mig.AC
Returns the number of rows/columns that this constraints currently have.
getCountry() - Method in class com.codename1.contacts.Address
Gets Address Country
getCover_photo() - Method in class com.codename1.facebook.Album
Gets the cover photos url of this album
getCoverId() - Method in class com.codename1.facebook.Page
Simple Getter
getCoverLink() - Method in class com.codename1.facebook.Page
Simple Getter
getCrashReporter() - Method in class com.codename1.ui.Display
The crash reporter gets invoked when an uncaught exception is intercepted
getCRC() - Method in class com.codename1.io.gzip.GZIPHeader
 
getCRC() - Method in class com.codename1.io.gzip.GZIPInputStream
 
getCRC() - Method in class com.codename1.io.gzip.GZIPOutputStream
 
getCRC32Table() - Static method in class com.codename1.io.gzip.CRC32
 
getCreated_time() - Method in class com.codename1.facebook.Album
Gets created_time
getCreated_time() - Method in class com.codename1.facebook.Photo
Get created_time
getCurrencySymbol() - Method in class com.codename1.l10n.L10NManager
Returns the currency symbol for this locale
getCurrent() - Method in class com.codename1.ui.Display
Return the form currently displayed on the screen or null if no form is currently displayed.
getCurrentAccessPoint() - Method in class com.codename1.io.NetworkManager
Returns the id of the current access point
getCurrentAd() - Method in class com.codename1.ads.AdsService
Returns the last requested ad
getCurrentDate() - Method in class com.codename1.ui.Calendar
Returns the currently viewed date (as opposed to the selected date)
getCurrentDate() - Method in class com.codename1.ui.spinner.DateTimeSpinner
 
getCurrentDay() - Method in class com.codename1.ui.spinner.DateSpinner
 
getCurrentHour() - Method in class com.codename1.ui.spinner.TimeSpinner
The hour from 1-12 or 0-23
getCurrentLocation() - Method in class com.codename1.location.LocationManager
Gets the current Location of the device, in most cases this uses the GPS.
getCurrentLocationSync() - Method in class com.codename1.location.LocationManager
Returns the current location synchronously, this is useful if you just want to know the location NOW and don't care about tracking location.
getCurrentLocationSync(long) - Method in class com.codename1.location.LocationManager
Returns the current location synchronously, this is useful if you just want to know the location NOW and don't care about tracking location.
getCurrentMinute() - Method in class com.codename1.ui.spinner.TimeSpinner
 
getCurrentMode() - Method in class com.codename1.ui.VirtualKeyboard
Gets the current mode.
getCurrentMonth() - Method in class com.codename1.ui.spinner.DateSpinner
 
getCurrentMotionTime() - Method in class com.codename1.ui.animations.Motion
Returns the current time within the motion relative to start time
getCurrentPersona() - Static method in class com.codename1.cloud.CloudPersona
This method returns the currently logged in persona or a blank persona (token would be null)
getCurrentPlatform() - Static method in class com.codename1.ui.layouts.mig.PlatformDefaults
Returns the platform that the JRE is running on currently.
getCurrentPoint() - Method in class com.codename1.ui.geom.GeneralPath
Returns the current appending point of the path.
getCurrentSelected() - Method in class com.codename1.ui.List
Returns the visual selection during a drag operation, otherwise equivalent to model.getSelectedIndex
getCurrentYear() - Method in class com.codename1.ui.spinner.DateSpinner
 
getCursorBlinkTimeOff() - Method in class com.codename1.ui.TextField
The amount of time in milliseconds in which the cursor is invisible
getCursorBlinkTimeOn() - Method in class com.codename1.ui.TextField
The amount of time in milliseconds in which the cursor is visible
getCursorPosition() - Method in class com.codename1.ui.TextArea
Returns the position of the cursor char position
getCursorPosition() - Method in class com.codename1.ui.TextField
 
getCursorX() - Method in class com.codename1.ui.TextArea
Returns the position of the cursor char position in the current line.
getCursorX() - Method in class com.codename1.ui.TextField
 
getCursorY() - Method in class com.codename1.ui.TextArea
Returns the position of the cursor line position
getCursorY() - Method in class com.codename1.ui.TextField
 
getData() - Method in class com.codename1.io.services.CachedData
 
getData(String) - Method in class com.codename1.ui.util.Resources
Returns the data resource from the file
getDatabasePath(String) - Static method in class com.codename1.db.Database
Returns the file path of the Database if exists and if supported on the platform.
getDatabasePath(String) - Method in class com.codename1.ui.Display
Returns the file path of the Database if exists and if supported on the platform.
getDataIndex() - Method in class com.codename1.charts.views.PieSegment
 
getDataResourceNames() - Method in class com.codename1.ui.util.Resources
Returns the names of the data resources within this bundle
getDataset() - Method in class com.codename1.charts.views.XYChart
 
getDataSource() - Method in class com.codename1.components.MediaPlayer
Convenience JavaBean method, see other version of this method
getDate() - Method in class com.codename1.ui.Calendar
Return the date object matching the current selection
getDate() - Method in class com.codename1.ui.spinner.Picker
Returns the date, this value is used both for type date/date and time.
getDateFormat() - Method in class com.codename1.charts.views.TimeChart
Returns the date format pattern to be used for formatting the X axis labels.
getDateFormatSymbols() - Method in class com.codename1.l10n.SimpleDateFormat
Get the date format symbols for parsing/formatting textual components of dates in a localization sensitive way.
getDateFormatSymbols() - Method in class java.text.SimpleDateFormat
Deprecated.
Get the date format symbols for parsing/formatting textual components of dates in a localization sensitive way.
getDateInstance() - Static method in class com.codename1.l10n.DateFormat
Get a DateFormat instance with default style for date (SHORT).
getDateInstance(int) - Static method in class com.codename1.l10n.DateFormat
Get a DateFormat instance that uses a given style for dates.
getDateInstance() - Static method in class java.text.DateFormat
Deprecated.
Get a DateFormat instance with default style for date (SHORT).
getDateInstance(int) - Static method in class java.text.DateFormat
Deprecated.
Get a DateFormat instance that uses a given style for dates.
getDateTimeInstance(int, int) - Static method in class com.codename1.l10n.DateFormat
Get a DateFormat instance that uses a given style for dates and times.
getDateTimeInstance(int, int) - Static method in class java.text.DateFormat
Deprecated.
Get a DateFormat instance that uses a given style for dates and times.
getDebugMillis() - Method in class com.codename1.ui.layouts.mig.LC
If > 0 the debug decorations will be repainted every millis.
getDeclaredAnnotations() - Method in class java.lang.Class
Returns all annotations that are directly present on this element.
getDeclaringClass() - Method in class java.lang.Enum
 
getDefault() - Static method in class java.util.TimeZone
Gets the default TimeZone for this host.
getDefaultAdapter() - Static method in class com.codename1.ui.list.GenericListCellRenderer
The default adapter to use for image URLs
getDefaultBorder() - Static method in class com.codename1.ui.plaf.Border
Gets the default border to the given value
getDefaultBufferSize() - Static method in class com.codename1.io.BufferedInputStream
The default size for a stream buffer
getDefaultBufferSize() - Static method in class com.codename1.io.BufferedOutputStream
The default size for a stream buffer
getDefaultChangeInputModeKey() - Static method in class com.codename1.ui.TextField
Key to change the input mode on the device
getDefaultColumnWidth() - Static method in class com.codename1.ui.table.TableLayout
Indicates the default (in percentage) for the column width, -1 indicates automatic sizing
getDefaultCommand() - Method in class com.codename1.ui.Form
Default command is invoked when a user presses fire, this functionality works well in some situations but might collide with elements such as navigation and combo boxes.
getDefaultCommand() - Method in class com.codename1.ui.MenuBar
Default command is invoked when a user presses fire, this functionality works well in some situations but might collide with elements such as navigation and combo boxes.
getDefaultDialogPosition() - Static method in class com.codename1.ui.Dialog
Default screen orientation position for the upcoming dialog.
getDefaultDialogTransitionIn() - Method in class com.codename1.ui.plaf.LookAndFeel
Allows us to define a default animation that will draw the transition for entering a dialog
getDefaultDialogTransitionOut() - Method in class com.codename1.ui.plaf.LookAndFeel
Allows us to define a default animation that will draw the transition for exiting a dialog
getDefaultDialogType() - Static method in class com.codename1.ui.Dialog
The default type for dialogs
getDefaultDPI() - Static method in class com.codename1.ui.layouts.mig.PlatformDefaults
 
getDefaultFont() - Static method in class com.codename1.ui.Font
Return the global default font instance
getDefaultFormTintColor() - Method in class com.codename1.ui.plaf.LookAndFeel
Tint color is set when a form is partially covered be it by a menu or by a dialog.
getDefaultFormTransitionIn() - Method in class com.codename1.ui.plaf.LookAndFeel
Allows us to define a default animation that will draw the transition for entering a form
getDefaultFormTransitionOut() - Method in class com.codename1.ui.plaf.LookAndFeel
Allows us to define a default animation that will draw the transition for exiting a form
getDefaultGap(ComponentWrapper, ComponentWrapper, int, String, boolean) - Method in interface com.codename1.ui.layouts.mig.InCellGapProvider
Returns the default gap between two components that are in the same cell.
getDefaultHorizontalUnit() - Static method in class com.codename1.ui.layouts.mig.PlatformDefaults
Returns the current default unit.
getDefaultInputModeOrder() - Static method in class com.codename1.ui.TextField
Returns the order in which input modes are toggled by default
getDefaultInputModeOrder() - Static method in class com.codename1.ui.VirtualKeyboard
Returns the order in which input modes are toggled by default
getDefaultMenuTransitionIn() - Method in class com.codename1.ui.plaf.LookAndFeel
Allows us to define a default animation that will draw the transition for entering a Menu
getDefaultMenuTransitionOut() - Method in class com.codename1.ui.plaf.LookAndFeel
Allows us to define a default animation that will draw the transition for exiting a Menu
getDefaultMinimum() - Method in class com.codename1.charts.views.BarChart
Returns the default axis minimum.
getDefaultMinimum() - Method in class com.codename1.charts.views.XYChart
Returns the default axis minimum.
getDefaultRowAlignmentBaseline() - Static method in class com.codename1.ui.layouts.mig.PlatformDefaults
The default alignment for rows.
getDefaultRowHeight() - Static method in class com.codename1.ui.table.TableLayout
Indicates the default (in percentage) for the row height, -1 indicates automatic sizing
getDefaultSmoothScrollingSpeed() - Method in class com.codename1.ui.plaf.LookAndFeel
Indicates the default speed for smooth scrolling
getDefaultSymbolDialogKey() - Static method in class com.codename1.ui.TextField
The default key for poping open the symbol dialog
getDefaultTimeout() - Static method in class com.codename1.io.services.ImageDownloadService
Indicates the default timeout to use for image download service, -1 indicates no default is set.
getDefaultUnit() - Static method in class com.codename1.ui.layouts.mig.UnitValue
getDefaultUserAgent() - Static method in class com.codename1.io.ConnectionRequest
 
getDefaultValign() - Static method in class com.codename1.ui.TextArea
Indicates the default vertical alignment for a text field, only applies to single line text fields
getDefaultVerticalUnit() - Static method in class com.codename1.ui.layouts.mig.PlatformDefaults
Returns the current default unit.
getDefaultVirtualKeyboard() - Method in class com.codename1.ui.Display
Get the default virtual keyboard or null if the VirtualKeyboard is disabled
getDefaultVisualPadding(String) - Static method in class com.codename1.ui.layouts.mig.PlatformDefaults
Returns the visual bounds for a component type.
getDeflater() - Method in class com.codename1.io.gzip.DeflaterOutputStream
 
getDescendantsByTagId(int, int) - Method in class com.codename1.ui.html.HTMLElement
Returns all descendants with the specified tag id
getDescendantsByTagId(int) - Method in class com.codename1.ui.html.HTMLElement
Returns all descendants with the specified tag id
getDescendantsByTagName(String, int) - Method in class com.codename1.xml.Element
Returns all descendants with the specified tag name
getDescendantsByTagName(String) - Method in class com.codename1.xml.Element
Returns all descendants with the specified tag name
getDescendantsByTagNameAndAttribute(String, String, int) - Method in class com.codename1.xml.Element
Returns all descendants with the specified tag name and the none empty attribute
getDescent() - Method in class com.codename1.ui.Font
 
getDescription() - Method in class com.codename1.facebook.Album
Gets description
getDescription() - Method in class com.codename1.maker.MakerPlugin
Deprecated.
The description that the user has set to this plugin
getDescription() - Method in class com.codename1.payment.Product
 
getDesignTimeEmptySize() - Static method in class com.codename1.ui.layouts.mig.LayoutUtil
The size of an empty row or columns in a grid during design time.
getDestination() - Method in class com.codename1.ui.animations.Transition
Returns the destination form that should be set once animation is completed
getDestinationFile() - Method in class com.codename1.io.ConnectionRequest
When set to a none null string saves the response to file system under this file name
getDestinationStorage() - Method in class com.codename1.io.ConnectionRequest
When set to a none null string saves the response to storage under this file name
getDestinationValue() - Method in class com.codename1.ui.animations.Motion
The number to which we will reach when the motion is finished
getDeveloperEmailId() - Method in class com.codename1.maker.MakerPlugin
Deprecated.
Returns the email for the developer used in registration to the Codename One build server
getDeviceDensity() - Method in class com.codename1.ui.Display
Returns one of the density variables appropriate for this device, notice that density doesn't always correspond to resolution and an implementation might decide to change the density based on DPI constraints.
getDeviceKey() - Static method in class com.codename1.push.Push
Returns the push device key if the device was previously successfully registered for push otherwise returns null
getDialogComponent() - Method in class com.codename1.ui.Dialog
Returns the container that actually implements the dialog positioning.
getDialogInsets(int) - Static method in class com.codename1.ui.layouts.mig.PlatformDefaults
Returns the default dialog inset depending of the current platform.
getDialogPosition() - Method in class com.codename1.ui.Dialog
Screen orientation position for the upcoming dialog.
getDialogPreferredSize() - Method in class com.codename1.ui.Dialog
Returns the preferred size of the dialog, this allows developers to position a dialog manually in arbitrary positions.
getDialogStyle() - Method in class com.codename1.ui.Dialog
Simple getter to get the Dialog Style
getDialogType() - Method in class com.codename1.ui.Dialog
The type of the dialog can be one of TYPE_WARNING, TYPE_INFO, TYPE_ERROR, TYPE_CONFIRMATION or TYPE_ALARM
getDialogUIID() - Method in class com.codename1.ui.Dialog
Returns the uiid of the dialog
getDimConstraint(boolean) - Method in class com.codename1.ui.layouts.mig.CC
Returns the vertical or horizontal dim constraint.
getDirection() - Method in class com.codename1.location.Location
Returns the direction of this Location in degress 0-360
getDirtyRegion() - Method in class com.codename1.ui.Component
gets the Component dirty region, this method is for internal use only and SHOULD NOT be invoked by user code.
getDisableColor() - Method in class com.codename1.ui.plaf.LookAndFeel
This color is used to paint disable mode text color.
getDisabledIcon() - Method in class com.codename1.ui.Button
Indicates the icon that is displayed on the button when the button is in the disabled state
getDisabledIcon() - Method in class com.codename1.ui.Command
Indicates the icon that is displayed on the button when the button is in the disabled state
getDisabledStyle() - Method in class com.codename1.ui.Component
Returns the Component Style for the disabled state allowing us to manipulate the look of the component when its disabled
getDisplayChartValuesDistance() - Method in class com.codename1.charts.renderers.XYSeriesRenderer
Returns the chart values minimum distance.
getDisplayHeight() - Method in class com.codename1.ui.Display
Return the height of the display
getDisplayName() - Method in class com.codename1.contacts.Contact
Gets the Contact Display Name
getDisplayName() - Method in class com.codename1.payment.Product
 
getDisplayWidth() - Method in class com.codename1.ui.Display
Return the width of the display
getDisposeOnCompletion() - Method in class com.codename1.io.ConnectionRequest
A dialog that will be seamlessly disposed once the given request has been completed
getDockSide() - Method in class com.codename1.ui.layouts.mig.CC
Sets the docking side.
getDocumentInfo() - Method in class com.codename1.ui.html.HTMLComponent
Deprecated.
Returns the DocumentInfo that currently represents the document loaded/shown
getDOM() - Method in class com.codename1.ui.html.HTMLComponent
Deprecated.
Returns the DOM representing this document
getDomain() - Method in class com.codename1.io.Cookie
 
getDoneListener() - Method in class com.codename1.ui.TextField
Gets the done listener of this TextField.
getDontSendButtonText() - Static method in class com.codename1.system.DefaultCrashReporter
The text for the user prompt dialog
getDouble(String) - Method in class com.codename1.cloud.CloudObject
Returns the value for the given key
getDouble(int) - Method in interface com.codename1.db.Row
Gets column value by index.
getDouble(String) - Method in class com.codename1.javascript.JSObject
Wrapper around get() to return a double.
getDouble(int) - Method in class com.codename1.javascript.JSObject
Wrapper for get(int) for indexed double values.
getDraggedComponent() - Method in class com.codename1.ui.events.ActionEvent
Set in the case of a drop listener, returns the component being dragged
getDraggedx() - Method in class com.codename1.ui.Component
Gets the current dragged x values when the Component is being dragged
getDraggedy() - Method in class com.codename1.ui.Component
Gets the current dragged y values when the Component is being dragged
getDragImage() - Method in class com.codename1.ui.Component
This method returns an image representing the dragged component, it can be overriden by subclasses to customize the look of the image, the image will be overlaid on top of the form during a drag and drop operation
getDragRegionStatus(int, int) - Method in class com.codename1.ui.Component
Indicates if the section within the X/Y area is a "drag region" where we expect people to drag or press in which case we can instantly start dragging making perceived performance faster.
getDragRegionStatus(int, int) - Method in class com.codename1.ui.Form
Indicates if the section within the X/Y area is a "drag region" where we expect people to drag or press in which case we can instantly start dragging making perceived performance faster.
getDragRegionStatus(int, int) - Method in class com.codename1.ui.list.ContainerList
 
getDragRegionStatus(int, int) - Method in class com.codename1.ui.List
 
getDragRegionStatus(int, int) - Method in class com.codename1.ui.MenuBar
 
getDragRegionStatus(int, int) - Method in class com.codename1.ui.SideMenuBar
 
getDragSpeed(boolean) - Method in class com.codename1.ui.Component
This method returns the dragging speed based on the latest dragged events
getDragSpeed(boolean) - Method in class com.codename1.ui.Display
This method returns the dragging speed based on the latest dragged events
getDragStartPercentage() - Method in class com.codename1.ui.Display
This method allows us to manipulate the drag started detection logic.
getDropTarget() - Method in class com.codename1.ui.events.ActionEvent
Set in the case of a drop listener, returns the component on which the drop occurs
getDuration() - Method in class com.codename1.charts.transitions.SeriesTransition
Gets the duration of the transition.
getDuration() - Method in interface com.codename1.media.Media
Returns the length in seconds of the audio file or -1 if not known
getDuration() - Method in class com.codename1.ui.animations.FlipTransition
The duration for the flip transition
getDuration() - Method in class com.codename1.ui.animations.Motion
Returns the animation duration
getDuration() - Method in class com.codename1.ui.animations.Timeline
Returns the duration of the entire timeline in milliseconds
getEasing() - Method in class com.codename1.charts.transitions.SeriesTransition
Gets the type of easing used in the transition.
getEast() - Method in class com.codename1.ui.layouts.BorderLayout
Returns the component in the east location
getElementById(String) - Method in class com.codename1.xml.Element
Returns the element with the specified ID
getElementUIID() - Method in class com.codename1.ui.ComponentGroup
The UIID to apply to the elements within this container
getEmail() - Method in class com.codename1.facebook.User
 
getEmails() - Method in class com.codename1.contacts.Contact
Gets the Contact Emails, the Hashtable contains key/value pairs where the key is a String which represents the type of the Email, types can be: "home", "mobile", "work", "other" the value is String of the email.
getEmbed() - Method in class com.codename1.ui.util.EmbeddedContainer
Indicates the name of the container to embed into this container
getEmblem() - Method in class com.codename1.components.MultiButton
Returns the emblem image
getEmblemName() - Method in class com.codename1.components.MultiButton
Returns the name of the emblem
getEmblemPosition() - Method in class com.codename1.components.MultiButton
Returns the emblem position based on border layout constraints
getEmblemUIID() - Method in class com.codename1.components.MultiButton
Returns the UIID of the Emblem
getEmpty() - Static method in class com.codename1.ui.plaf.Border
Deprecated.
use createEmpty instead
getEncoding() - Method in class com.codename1.ui.html.DocumentInfo
Returns a string describing the document's encoding
getEndAngle() - Method in class com.codename1.charts.views.PieSegment
 
getEndDate() - Method in class com.codename1.ui.spinner.DateTimeSpinner
 
getEndGroup() - Method in class com.codename1.ui.layouts.mig.DimConstraint
Returns the end group that this entity should be in for the demension that this object is describing.
getEndTime() - Method in class com.codename1.ui.animations.AnimationObject
The end time of the animation determines when we finish actually drawing the animation object.
getEndYear() - Method in class com.codename1.ui.spinner.DateSpinner
 
getEnumValues(Class<T>) - Static method in class java.lang.Enum
 
getEras() - Method in class com.codename1.l10n.DateFormatSymbols
 
getEras() - Method in class java.text.DateFormatSymbols
 
getError() - Method in class com.codename1.io.NetworkEvent
 
getErrorCode() - Method in exception com.codename1.cloud.CloudException
Returns the error code for the cloud exception, see the cloud storage for return codes
getErrorOffset() - Method in exception com.codename1.l10n.ParseException
 
getErrorOffset() - Method in exception java.text.ParseException
 
getErrorText() - Static method in class com.codename1.system.DefaultCrashReporter
The text for the user prompt dialog
getExceed(float, DefaultRenderer, int, int) - Method in class com.codename1.charts.views.AbstractChart
Calculates if the current width exceeds the total width.
getExpectedContentType() - Method in class com.codename1.ui.html.DocumentInfo
Returns the expected content type, one of TYPE_HTML, TYPE_IMAGE or TYPE_CSS
getExpires() - Method in class com.codename1.io.Cookie
 
getExpires() - Static method in class com.codename1.io.Oauth2
Returns the expiry for the token received via oauth
getFace() - Method in class com.codename1.ui.Font
Return Optional operation returning the font face for system fonts
getFaceBookObject(String, ActionListener) - Method in class com.codename1.facebook.FaceBookAccess
This method returns immediately and will call the callback when it returns with the FaceBook Object data.
getFaceBookObject(String, ActionListener, boolean, boolean) - Method in class com.codename1.facebook.FaceBookAccess
This method returns immediately and will call the callback when it returns with the FaceBook Object data.
getFaceBookObjectItems(String, String, DefaultListModel, Hashtable, ActionListener) - Method in class com.codename1.facebook.FaceBookAccess
Get a list of FaceBook objects for a given id
getFadeScrollBarSpeed() - Method in class com.codename1.ui.plaf.LookAndFeel
 
getFadeScrollEdgeLength() - Method in class com.codename1.ui.plaf.LookAndFeel
Indicates the width/height of the fading edge to indicate scrolling
getFamilyName() - Method in class com.codename1.contacts.Contact
Gets Contact family name
getFgColor() - Method in class com.codename1.ui.plaf.Style
Foreground color for the component
getFileSystemSeparator() - Method in class com.codename1.io.FileSystemStorage
Returns the file system separator char normally '/'
getFileURL() - Method in class com.codename1.io.Log
Indicates the URL where the log file is saved
getFillOutsideLine() - Method in class com.codename1.charts.renderers.XYSeriesRenderer
Returns the type of the outside fill of the line.
getFillRange() - Method in class com.codename1.charts.renderers.XYSeriesRenderer.FillOutsideLine
Returns the fill range which is the minimum and maximum data index values for the fill.
getFirst() - Method in class java.util.ArrayDeque
Gets but not removes the head element of this deque.
getFirst() - Method in interface java.util.Deque
Gets but not removes the head element of this deque.
getFirst() - Method in class java.util.LinkedList
Returns the first element in this LinkedList.
getFirst_name() - Method in class com.codename1.facebook.User
 
getFirstChildByTagId(int) - Method in class com.codename1.ui.html.HTMLElement
Returns an HTMLElement's child by a tag ID (One of the TAG_* constants)
getFirstChildByTagName(String) - Method in class com.codename1.xml.Element
Returns an Element's child by a tag name
getFirstName() - Method in class com.codename1.contacts.Contact
Gets Contact First Name
getFixedSelection() - Method in class com.codename1.ui.List
Indicates whether selection is fixable to place in which case all the elements in the list move and selection stays in place.
getFloat(String) - Method in class com.codename1.cloud.CloudObject
Returns the value for the given key
getFloat(int) - Method in interface com.codename1.db.Row
Gets column value by index.
getFlowX() - Method in class com.codename1.ui.layouts.mig.CC
Returns if the flow in the cell is in the horizontal dimension.
getFocusComponent(Component) - Method in interface com.codename1.ui.list.CellRenderer
Returns a component instance that is painted under the currently focused renderer and is animated to provide smooth scrolling.
getFocusComponent(Component) - Method in class com.codename1.ui.list.DefaultListCellRenderer
 
getFocusComponent(Component) - Method in class com.codename1.ui.list.GenericListCellRenderer
 
getFocused() - Method in class com.codename1.ui.Form
Returns the current focus component for this form
getFocusedInstance() - Method in class com.codename1.ui.plaf.Border
Deprecated.
use the getSelectedStyle() method in the component class
getFont() - Method in class com.codename1.ui.Graphics
Returns the font used with the drawString method calls
getFont() - Method in class com.codename1.ui.plaf.Style
Font for the component
getFont(String) - Method in class com.codename1.ui.util.Resources
Returns the font resource from the file
getFontResourceNames() - Method in class com.codename1.ui.util.Resources
Returns the names of the fonts within this bundle
getFormState(Form) - Method in class com.codename1.ui.util.UIBuilder
Returns the state of the current form which we are about to leave as part of the navigation logic.
getFounded() - Method in class com.codename1.facebook.Page
Simple Getter
getFragment() - Method in class java.net.URI
Get the decoded fragment (otherwise known as the "reference" or "anchor") part of the uri.
getFrameRate() - Method in class com.codename1.ui.Display
Indicates the maximum frames the API will try to draw every second
getFrom() - Method in class com.codename1.facebook.Album
Gets the from User
getFrom() - Method in class com.codename1.facebook.Photo
Get from
getFrom() - Method in class com.codename1.facebook.Post
Gets the from User
getFullUrl() - Method in class com.codename1.ui.html.DocumentInfo
Returns the full url string including parameters in GET request
getFwdIcon() - Method in class com.codename1.components.MediaPlayer
 
getGameAction(int) - Method in class com.codename1.ui.Display
Returns the game action code matching the given key combination
getGap() - Method in class com.codename1.ui.Label
Returns the gap in pixels between the icon/text to the Label boundaries
getGapAfter() - Method in class com.codename1.ui.layouts.mig.DimConstraint
Returns the gap after this entity.
getGapBefore() - Method in class com.codename1.ui.layouts.mig.DimConstraint
Returns the gap before this entity.
getGapProvider() - Static method in class com.codename1.ui.layouts.mig.PlatformDefaults
Returns the current gap provider or null if none is set and "related" should always be used.
getGapPush() - Method in class com.codename1.ui.layouts.mig.BoundSize
If the size should be hinted as "pushing" and thus want to occupy free space if noone else is claiming it.
getGender() - Method in class com.codename1.components.Ads
The user gender can be: M/m, F/f, Male, Female.
getGender() - Method in class com.codename1.facebook.User
 
getGlassPane() - Method in class com.codename1.ui.Form
Allows a developer that doesn't derive from the form to draw on top of the form regardless of underlying changes or animations.
getGlobalDebugMillis() - Static method in class com.codename1.ui.layouts.mig.LayoutUtil
If global debug should be on or off.
getGlobalUnitConverters() - Static method in class com.codename1.ui.layouts.mig.UnitValue
Returns the global converters currently registered.
getGradientPartialColor(int, int, float) - Method in class com.codename1.charts.views.BarChart
 
getGradientStartColor() - Method in class com.codename1.charts.renderers.SimpleSeriesRenderer
Returns the gradient start color.
getGradientStartValue() - Method in class com.codename1.charts.renderers.SimpleSeriesRenderer
Returns the gradient start value.
getGradientStopColor() - Method in class com.codename1.charts.renderers.SimpleSeriesRenderer
Returns the gradient stop color.
getGradientStopValue() - Method in class com.codename1.charts.renderers.SimpleSeriesRenderer
Returns the gradient stop value.
getGraphics() - Method in class com.codename1.ui.EncodedImage
 
getGraphics() - Method in class com.codename1.ui.Image
If this is a mutable image a graphics object allowing us to draw on it is returned.
getGraphics() - Method in class com.codename1.ui.RGBImage
This method is unsupported in this image type
getGridColor(int) - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Returns the grid color.
getGridGapX() - Method in class com.codename1.ui.layouts.mig.LC
If non-null (null is default) these value will be used as the default gaps between the columns in the grid.
getGridGapX() - Static method in class com.codename1.ui.layouts.mig.PlatformDefaults
Returns the platform recommended inter-cell gap in the horizontal (x) dimension..
getGridGapY() - Method in class com.codename1.ui.layouts.mig.LC
If non-null (null is default) these value will be used as the default gaps between the rows in the grid.
getGridGapY() - Static method in class com.codename1.ui.layouts.mig.PlatformDefaults
Returns the platform recommended inter-cell gap in the vertical (x) dimension..
getGridPosX() - Method in class com.codename1.ui.Component
This method should be implemented correctly by subclasses to make snap to grid functionality work as expected.
getGridPosX() - Method in class com.codename1.ui.Container
 
getGridPosX() - Method in class com.codename1.ui.List
 
getGridPosY() - Method in class com.codename1.ui.Component
This method should be implemented correctly by subclasses to make snap to grid functionality work as expected.
getGridPosY() - Method in class com.codename1.ui.Container
 
getGridPosY() - Method in class com.codename1.ui.List
 
getGroup() - Method in class com.codename1.components.MultiButton
Indicates the group for the radio button
getGroup() - Method in class com.codename1.ui.RadioButton
This is a helper method to ease the usage of button groups
getGroupFlag() - Method in class com.codename1.ui.ComponentGroup
The group flag allows changing the flag that activates this group, from ComponentGroupBool to any arbitrary flag.
getGrow() - Method in class com.codename1.ui.layouts.mig.DimConstraint
Returns the grow weight.
getGrowLimit() - Method in class com.codename1.ui.TextArea
Indicates the maximum number of rows in a text area after it has grown, -1 indicates no limit
getGrowPriority() - Method in class com.codename1.ui.layouts.mig.DimConstraint
Returns the grow priority.
getHalfDiffX(List<Float>, int, int) - Method in class com.codename1.charts.views.BarChart
Calculates and returns the half-distance in the graphical representation of 2 consecutive points.
getHeader(Object, String) - Method in class com.codename1.io.ConnectionRequest
Returns the HTTP header field for the given connection, this method is only guaranteed to work when invoked from the readHeaders method.
getHeaderFieldNames(Object) - Method in class com.codename1.io.ConnectionRequest
Returns the HTTP header field names for the given connection, this method is only guaranteed to work when invoked from the readHeaders method.
getHeaders(Object, String) - Method in class com.codename1.io.ConnectionRequest
Returns the HTTP header field for the given connection, this method is only guaranteed to work when invoked from the readHeaders method.
getHeight() - Method in class com.codename1.charts.compat.Canvas
Deprecated.
 
getHeight() - Method in class com.codename1.facebook.Photo
Get height
getHeight() - Method in class com.codename1.ui.animations.Timeline
 
getHeight() - Method in class com.codename1.ui.Component
Returns the component height
getHeight() - Method in class com.codename1.ui.EncodedImage
 
getHeight() - Method in class com.codename1.ui.Font
Return the total height of the font
getHeight() - Method in class com.codename1.ui.geom.Dimension
Return the height of the dimension
getHeight() - Method in class com.codename1.ui.geom.Dimension2D
Return the height of the dimension
getHeight() - Method in class com.codename1.ui.geom.Rectangle
Convenience method for getSize().getHeight();
getHeight() - Method in class com.codename1.ui.geom.Rectangle2D
Convenience method for getSize().getHeight();
getHeight() - Method in class com.codename1.ui.Image
Returns the height of the image
getHeight() - Method in interface com.codename1.ui.layouts.mig.ComponentWrapper
Returns the current height for this component.
getHeight() - Method in class com.codename1.ui.layouts.mig.Grid
 
getHeight(int) - Method in class com.codename1.ui.layouts.mig.Grid
 
getHeight() - Method in class com.codename1.ui.layouts.mig.LC
Returns the minimum/preferred/maximum size for the container that this layout constraint is set for.
getHeight() - Method in class com.codename1.ui.RGBImage
 
getHeightPercentage() - Method in class com.codename1.ui.table.TableLayout.Constraint
 
getHideMode() - Method in class com.codename1.ui.layouts.mig.CC
Sets how a component that is hidden (not visible) should be treated by default.
getHideMode() - Method in class com.codename1.ui.layouts.mig.LC
How a component that is hidden (not visible) should be treated by default.
getHint() - Method in class com.codename1.ui.List
Returns the hint text
getHint() - Method in class com.codename1.ui.TextArea
Returns the hint text
getHintIcon() - Method in class com.codename1.ui.List
Returns the hint icon
getHintIcon() - Method in class com.codename1.ui.TextArea
Returns the hint icon
getHintLabel() - Method in class com.codename1.ui.TextArea
Returns the hint label component that can be customized directly
getHomeForm() - Method in class com.codename1.ui.util.UIBuilder
When reaching the home form the navigation stack is cleared
getHometown() - Method in class com.codename1.facebook.User
Gets the user Hometown if available
getHonorsVisibility() - Method in class com.codename1.ui.layouts.GroupLayout
Returns whether component visibility is considered when sizing and positioning components.
getHorizontal() - Method in class com.codename1.ui.layouts.mig.CC
Returns the horizontal dimension constraint for this component constraint.
getHorizontalAlign() - Method in class com.codename1.ui.table.TableLayout.Constraint
 
getHorizontalGroup() - Method in class com.codename1.ui.layouts.GroupLayout
Returns the Group that is responsible for layout along the horizontal axis.
getHorizontalScaleFactor() - Static method in class com.codename1.ui.layouts.mig.PlatformDefaults
The forced scale factor that all screen relative units (e.g.
getHorizontalScreenDPI() - Method in interface com.codename1.ui.layouts.mig.ComponentWrapper
Returns the DPI (Dots Per Inch) of the screen the component is currently in or for the default screen if the component is not visible.
getHorizontalScrollHeight() - Method in class com.codename1.ui.plaf.LookAndFeel
Returns the default height of a horizontal scroll bar
getHorizontalSpan() - Method in class com.codename1.ui.table.TableLayout.Constraint
 
getHost() - Method in class java.net.URI
Get the host name part of the URI.
getHostOrIP() - Static method in class com.codename1.io.Socket
Returns the hostname or ip address of the device if available/applicable
getHTMLCallback() - Method in class com.codename1.ui.html.HTMLComponent
Deprecated.
Returns the HTMLCallback that is set on this HTMLComponent
getHttpMethod() - Method in class com.codename1.io.ConnectionRequest
Returns the http method
getIcon() - Method in class com.codename1.components.MultiButton
Returns the icon image
getIcon() - Method in class com.codename1.components.SpanButton
Returns the image of the icon
getIcon() - Method in class com.codename1.components.SpanLabel
Returns the image of the icon
getIcon() - Method in class com.codename1.maker.MakerPlugin
Deprecated.
The icon that the user has set to this plugin
getIcon() - Method in class com.codename1.maps.layers.PointLayer
Gets the point Icon
getIcon() - Method in class com.codename1.ui.Command
Returns the icon representing the command
getIcon() - Method in class com.codename1.ui.Label
Returns the labels icon
getIconComponent() - Method in class com.codename1.components.MultiButton
Allows us to gain direct access to the icon component so we can set it directly without going via the other methods, this is especially useful for classes such as the ImageDownloadService which can then update the icon seamlessly.
getIconFromState() - Method in class com.codename1.ui.Button
Returns the icon for the button based on its current state
getIconName() - Method in class com.codename1.components.MultiButton
Returns the name of the icon
getIconPlaceholder() - Method in class com.codename1.components.RSSReader
 
getIconPlaceholder() - Method in class com.codename1.io.services.RSSService
 
getIconPosition() - Method in class com.codename1.components.MultiButton
Returns the icon position based on border layout constraints
getIconPosition() - Method in class com.codename1.components.SpanButton
Returns the icon position based on border layout constraints
getIconPosition() - Method in class com.codename1.components.SpanLabel
Returns the icon position based on border layout constraints
getIconUIID() - Method in class com.codename1.components.MultiButton
Returns the UIID of the Icon
getIconUIID() - Method in class com.codename1.components.SpanButton
Returns the UIID for the icon
getIconUIID() - Method in class com.codename1.components.SpanLabel
Returns the UIID for the icon
getIconUrl() - Method in class com.codename1.facebook.Photo
Get iconUrl
getId() - Method in class com.codename1.contacts.Contact
Gets the Contact unique id
getId() - Method in class com.codename1.facebook.FBObject
Simple getter
getId() - Method in class com.codename1.ui.Command
Return the command ID
getId() - Method in class com.codename1.ui.layouts.mig.CC
Returns the id used to reference this component in some constraints.
getID() - Method in class java.util.TimeZone
Gets the ID of this time zone.
getIdStr() - Method in class com.codename1.io.services.TwitterRESTService
Gets the id string of the first entry which is important if we want to set the id to start with in the next request
getIgnorCharsWhileEncoding() - Static method in class com.codename1.io.Util
These chars will not be encoded by the encoding method in this class as requested in RFE 427 http://java.net/jira/browse/LWUIT-427
getImage() - Method in class com.codename1.components.ImageViewer
Returns the currently showing image
getImage() - Method in class com.codename1.ui.EncodedImage
 
getImage() - Method in class com.codename1.ui.Image
Returns the platform specific image implementation, warning the implementation class can change between revisions of Codename One and platforms.
getImage(String) - Method in class com.codename1.ui.util.Resources
Returns the image resource from the file
getImageData() - Method in class com.codename1.components.FileEncodedImage
 
getImageData() - Method in class com.codename1.components.FileEncodedImageAsync
 
getImageData() - Method in class com.codename1.components.ReplaceableImage
 
getImageData() - Method in class com.codename1.components.StorageImage
 
getImageData() - Method in class com.codename1.components.StorageImageAsync
 
getImageData() - Method in class com.codename1.ui.EncodedImage
Returns the byte array data backing the image allowing the image to be stored and discarded completely from RAM.
getImageData() - Method in class com.codename1.ui.URLImage
 
getImageIO() - Method in class com.codename1.ui.Display
Returns the image IO instance that allows scaling image files.
getImageIO() - Static method in class com.codename1.ui.util.ImageIO
Gets the ImageIO instance
getImageList() - Method in class com.codename1.components.ImageViewer
Returns the list model containing the images in the we can swipe through
getImageName() - Method in class com.codename1.ui.Image
The name of the image is set for some images mostly to ease the debugging of Codename One application
getImagePathToShare() - Method in class com.codename1.components.ShareButton
Gets the image path to share
getImageResourceNames() - Method in class com.codename1.ui.util.Resources
Returns the names of the images within this bundle
getImages() - Method in class com.codename1.facebook.Photo
Get images vector where each entry is a String of a url
getImageSize(String) - Method in class com.codename1.ui.util.ImageIO
Returns the image size in pixels
getImageURL(String, Dimension) - Method in class com.codename1.facebook.FaceBookAccess
Returns the URL for a given image
getImageX() - Method in class com.codename1.components.ImageViewer
Returns the x position of the image viewport which can be useful when it is being panned by the user
getImageY() - Method in class com.codename1.components.ImageViewer
Returns the y position of the image viewport which can be useful when it is being panned by the user
getInAppPurchase() - Static method in class com.codename1.payment.Purchase
Returns the native OS purchase implementation if applicable, if unavailable this method will try to fallback to a custom purchase implementation and failing that will return null
getInAppPurchase(boolean) - Static method in class com.codename1.payment.Purchase
Deprecated.
use the version that takes no arguments
getInAppPurchase() - Method in class com.codename1.ui.Display
Returns the native OS purchase implementation if applicable, if unavailable this method will try to fallback to a custom purchase implementation and failing that will return null
getInAppPurchase(boolean) - Method in class com.codename1.ui.Display
Deprecated.
use the version that accepts no arguments, the physical goods purchase is always manual payment if applicable
getIncrements() - Method in class com.codename1.ui.Slider
The increments when the user presses a key to the left/right/up/down etc.
getIndex() - Method in exception java.net.URISyntaxException
 
getIndexDouble(int) - Method in class com.codename1.cloud.CloudObject
Returns the index value for the given index number
getIndexForKey(double) - Method in class com.codename1.charts.models.XYSeries
 
getIndexForName(String) - Static method in enum com.codename1.charts.views.PointStyle
Returns the point shape index based on the given name.
getIndexLong(int) - Method in class com.codename1.cloud.CloudObject
Returns the index value for the given index number
getIndexString(int) - Method in class com.codename1.cloud.CloudObject
Returns the index value for the given index number
getInflater() - Method in class com.codename1.io.gzip.InflaterInputStream
 
getInitialRange() - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Returns the initial range.
getInitialRange(int) - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Returns the initial range.
getInnerBorderMode() - Method in class com.codename1.ui.table.Table
Returns the current inner border mode
getInput() - Method in exception java.net.URISyntaxException
 
getInputField() - Method in class com.codename1.ui.VirtualKeyboard
This method returns the Virtual Keyboard TextField.
getInputMode() - Method in class com.codename1.ui.TextArea
Returns the currently selected input mode
getInputMode() - Method in class com.codename1.ui.TextField
 
getInputModeOrder() - Method in class com.codename1.ui.TextArea
Returns the order in which input modes are toggled
getInputModeOrder() - Method in class com.codename1.ui.TextField
 
getInputModeOrder() - Method in class com.codename1.ui.VirtualKeyboard
Returns the order in which input modes are toggled
getInsets() - Method in class com.codename1.ui.layouts.mig.LC
The insets for the layed out panel.
getInstance() - Static method in class com.codename1.cloud.CloudStorage
Creates an instance of the cloud storage object, only one instance should be used per application.
getInstance() - Static method in class com.codename1.codescan.CodeScanner
Returns the instance of the code scanner, notice that this method is equivalent to Display.getInstance().getCodeScanner().
getInstance() - Static method in class com.codename1.facebook.FaceBookAccess
gets the class instance
getInstance() - Static method in class com.codename1.io.FileSystemStorage
This class is a singleton
getInstance() - Static method in class com.codename1.io.Log
Returns the singleton instance of the log
getInstance() - Static method in class com.codename1.io.NetworkManager
Returns the singleton instance of this class
getInstance() - Static method in class com.codename1.io.Storage
Returns the storage instance or null if the storage wasn't initialized using a call to init(String) first.
getInstance() - Static method in class com.codename1.l10n.DateFormat
Get a DateFormat instance with default style for date/time (SHORT/SHORT).
getInstance() - Static method in class com.codename1.l10n.L10NManager
Convenience method that invokes Display.getLocalizationManager()
getInstance() - Static method in class com.codename1.social.FacebookConnect
 
getInstance() - Static method in class com.codename1.testing.TestReporting
Gets the test reporting instance
getInstance() - Static method in class com.codename1.ui.Display
Return the Display instance
getInstance() - Static method in class com.codename1.ui.plaf.UIManager
Singleton instance method
getInstance(BigInteger, int) - Static method in class com.codename1.util.BigDecimal
Returns a BigDecimal representing the same numerical value as value.
getInstance() - Static method in class java.text.DateFormat
Deprecated.
Get a DateFormat instance with default style for date/time (SHORT/SHORT).
getInstance() - Static method in class java.util.Calendar
Gets a calendar using the default time zone.
getInstance(TimeZone) - Static method in class java.util.Calendar
Gets a calendar using the specified time zone.
getInt(String) - Method in class com.codename1.javascript.JSObject
Wrapper around get() to return an int
getInt(int) - Method in class com.codename1.javascript.JSObject
Wrapper for get(int) for indexed int values.
getInteger(String) - Method in class com.codename1.cloud.CloudObject
Returns the value for the given key
getInteger(int) - Method in interface com.codename1.db.Row
Gets column value by index.
getInternal() - Method in class com.codename1.components.FileEncodedImageAsync
 
getInternal() - Method in class com.codename1.components.StorageImageAsync
 
getInternal() - Method in class com.codename1.components.WebBrowser
Since the internal component can be either an HTMLComponent or a BrowserComponent one of them will be returned.
getInternal() - Method in class com.codename1.io.BufferedInputStream
Allows access to the underlying input stream if desired
getInternal() - Method in class com.codename1.ui.EncodedImage
Returns the actual image represented by the encoded image, this image will be cached in a weak/soft reference internally.
getInternal() - Method in class com.codename1.ui.URLImage
 
getIntervals() - Method in class com.codename1.charts.renderers.BasicStroke
Returns the path effect intervals.
getInverse() - Method in class com.codename1.ui.Transform
Gets the inverse transformation for this transform.
getItemAt(int) - Method in class com.codename1.cloud.CloudListModel
 
getItemAt(int) - Method in class com.codename1.contacts.ContactsModel
 
getItemAt(int) - Method in class com.codename1.ui.list.DefaultListModel
 
getItemAt(int) - Method in class com.codename1.ui.list.FilterProxyListModel
 
getItemAt(int) - Method in interface com.codename1.ui.list.ListModel
Returns the item at the given offset
getItemCount() - Method in class com.codename1.charts.models.CategorySeries
Returns the series item count.
getItemCount(int) - Method in class com.codename1.charts.models.MultipleCategorySeries
Returns the series item count.
getItemCount() - Method in class com.codename1.charts.models.XYSeries
Returns the series item count.
getItemGap() - Method in class com.codename1.ui.List
Returns the gap between items
getJoin() - Method in class com.codename1.charts.renderers.BasicStroke
Returns the stroke join.
getJoinStyle() - Method in class com.codename1.ui.Stroke
Returns the join style used for this stroke.
getKey() - Method in class java.util.AbstractMap.SimpleEntry
Returns the key.
getKey() - Method in class java.util.AbstractMap.SimpleImmutableEntry
Returns the key.
getKey() - Method in interface java.util.Map.Entry
Returns the key.
getKeyboardType() - Method in class com.codename1.ui.Display
Returns the type of the input device one of: KEYBOARD_TYPE_UNKNOWN, KEYBOARD_TYPE_NUMERIC, KEYBOARD_TYPE_QWERTY, KEYBOARD_TYPE_VIRTUAL, KEYBOARD_TYPE_HALF_QWERTY
getKeyCode(int) - Method in class com.codename1.ui.Display
Deprecated.
this method doesn't work properly across device and is mocked up here mostly for the case of unit testing. Do not use it for anything other than that! Do not rely on getKeyCode(GAME_*) == keyCodeFromKeyEvent, this will never actually happen!
getKeyEvent() - Method in class com.codename1.ui.events.ActionEvent
If this event was triggered by a key press this method will return the appropriate keycode
getKeysInCache() - Method in class com.codename1.io.CacheMap
Returns the keys for all the objects currently in cache, this is useful to traverse all the objects and refresh them without actually deleting the cache and fetching them from scratch.
Important this vector is a copy of a current state, keys might not exist anymore or might change, others might be added in the interim.
getKeywords() - Method in class com.codename1.components.Ads
Keywords relevant to this user specific session
getL10N(String, String) - Method in class com.codename1.ui.util.Resources
Returns a hashmap containing localized String key/value pairs for the given locale name
getL10NResourceNames() - Method in class com.codename1.ui.util.Resources
Returns the names of the localization bundles within this bundle
getLabel(NumberFormat, double) - Method in class com.codename1.charts.views.AbstractChart
Makes sure the fraction digit is not displayed, if not needed.
getLabelAlignPercentage() - Static method in class com.codename1.ui.layouts.mig.PlatformDefaults
Returns the percentage used for alignment for labels (0 is left, 50 is center and 100 is right).
getLabelForComponent() - Method in class com.codename1.ui.Component
Allows us to indicate the label associated with this component thus providing visual feedback related for this component e.g.
getLabelFormat() - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Deprecated.
use getXLabelFormat and getYLabelFormat instead
getLabelPreferredSize(Label) - Method in class com.codename1.ui.plaf.DefaultLookAndFeel
 
getLabelPreferredSize(Label) - Method in class com.codename1.ui.plaf.LookAndFeel
Calculate the preferred size of the component
getLabels(double, double, int) - Static method in class com.codename1.charts.util.MathHelper
Computes a reasonable set of labels for a data interval and number of labels.
getLabelsColor() - Method in class com.codename1.charts.renderers.DefaultRenderer
Returns the labels color.
getLabelsTextSize() - Method in class com.codename1.charts.renderers.DefaultRenderer
Returns the labels text size.
getLandscapeSwap(String) - Method in class com.codename1.ui.layouts.BorderLayout
Returns the landscape swap destination for the given border layout element if such a destination is defined.
getLanguage() - Method in class com.codename1.l10n.L10NManager
Returns the current locale language as an ISO 639 two letter code
getLanguage() - Method in class com.codename1.maps.providers.GoogleMapsProvider
Defines the language to use for display of labels on map tiles.
getLast() - Method in class java.util.ArrayDeque
Gets but not removes the tail element of this deque.
getLast() - Method in interface java.util.Deque
Gets but not removes the tail element of this deque.
getLast() - Method in class java.util.LinkedList
Returns the last element in this LinkedList.
getLast_name() - Method in class com.codename1.facebook.User
 
getLast_updated() - Method in class com.codename1.facebook.User
 
getLastActivityTime() - Method in class com.codename1.io.BufferedInputStream
Returns the time of the last activity
getLastActivityTime() - Method in class com.codename1.io.BufferedOutputStream
Returns the time of the last activity
getLastKnownLocation() - Method in class com.codename1.location.LocationManager
Gets the last known Location of the device.
getLastModified() - Method in class com.codename1.cloud.CloudObject
Indicates the last modification date for the object
getLastModified(String) - Method in class com.codename1.io.FileSystemStorage
Returns the time that the file denoted by this abstract pathname was last modified.
getLatitude() - Method in class com.codename1.location.Location
Returns the latitude of this Location
getLatitude() - Method in class com.codename1.maps.Coord
Gets the Coord Latitude
getLayerAt(int) - Method in class com.codename1.maps.MapComponent
Returns Layer at index
getLayeredPane() - Method in class com.codename1.ui.Form
This method returns the layered pane of the Form, the layered pane is laid on top of the content pane and is created lazily upon calling this method the layer will be created.
getLayersConut() - Method in class com.codename1.maps.MapComponent
Returns layers count
getLayout() - Method in class com.codename1.components.InteractionDialog
 
getLayout() - Method in class com.codename1.ui.Container
Returns the layout manager responsible for arranging this container
getLayout() - Method in class com.codename1.ui.Dialog
 
getLayout() - Method in class com.codename1.ui.Form
 
getLayout() - Method in interface com.codename1.ui.layouts.mig.ContainerWrapper
Returns the LayoutHandler (in Swing terms) that is handling the layout of this container.
getLayoutAlignmentX(Container) - Method in class com.codename1.ui.layouts.mig.MigLayout
Deprecated.
 
getLayoutAlignmentY(Container) - Method in class com.codename1.ui.layouts.mig.MigLayout
Deprecated.
 
getLayoutConstraints() - Method in class com.codename1.ui.layouts.mig.MigLayout
Deprecated.
Returns layout constraints either as a String or net.miginfocom.layout.LC depending what was sent in to the constructor or set with MigLayout.setLayoutConstraints(Object).
getLayoutDimensions() - Method in class com.codename1.ui.layouts.GridBagLayout
 
getLayoutHashCode() - Method in interface com.codename1.ui.layouts.mig.ComponentWrapper
Returns a hash code that should be reasonably different for anything that might change the layout.
getLayoutHeight() - Method in class com.codename1.ui.Container
Returns the height for layout manager purposes, this takes scrolling into consideration unlike the getWidth method.
getLayoutStyle() - Method in class com.codename1.ui.layouts.GroupLayout
Returns the LayoutStyle instance to use
getLayoutWeights() - Method in class com.codename1.ui.layouts.GridBagLayout
 
getLayoutWidth() - Method in class com.codename1.ui.Container
Returns the width for layout manager purposes, this takes scrolling into consideration unlike the getWidth method.
getLeadComponent() - Method in class com.codename1.ui.Container
Returns the lead component for this hierarchy if such a component is defined
getLeadParent() - Method in class com.codename1.ui.Container
Returns the lead container thats handling the leading, this is useful for a container hierarchy where the parent container might not be the leader
getLeftToRight() - Method in class com.codename1.ui.layouts.mig.LC
If the layout should be forced to be left-to-right or right-to-left.
getLegendHeight() - Method in class com.codename1.charts.renderers.DefaultRenderer
Returns the legend height.
getLegendShapeWidth(int) - Method in class com.codename1.charts.views.AbstractChart
Returns the legend shape width.
getLegendShapeWidth(int) - Method in class com.codename1.charts.views.BarChart
Returns the legend shape width.
getLegendShapeWidth(int) - Method in class com.codename1.charts.views.BubbleChart
Returns the legend shape width.
getLegendShapeWidth(int) - Method in class com.codename1.charts.views.CombinedXYChart
Returns the legend shape width.
getLegendShapeWidth(int) - Method in class com.codename1.charts.views.DoughnutChart
Returns the legend shape width.
getLegendShapeWidth(int) - Method in class com.codename1.charts.views.LineChart
Returns the legend shape width.
getLegendShapeWidth(int) - Method in class com.codename1.charts.views.RoundChart
Returns the legend shape width.
getLegendShapeWidth(int) - Method in class com.codename1.charts.views.ScatterChart
Returns the legend shape width.
getLegendSize(DefaultRenderer, int, float) - Method in class com.codename1.charts.views.AbstractChart
Calculates the current legend size.
getLegendTextSize() - Method in class com.codename1.charts.renderers.DefaultRenderer
Returns the legend text size.
getLength() - Method in class com.codename1.charts.compat.PathMeasure
Deprecated.
 
getLength(String) - Method in class com.codename1.io.FileSystemStorage
Returns the length of the file
getLength() - Method in class com.codename1.io.NetworkEvent
Returns the length of the download event or the upload event in case it is known.
getLevel() - Static method in class com.codename1.io.Log
Returns the logging level for printing log details, the lower the value the more verbose would the printouts be
getLikes() - Method in class com.codename1.facebook.Post
Gets the Link Count
getLikesCount() - Method in class com.codename1.facebook.Page
Simple Getter
getLimit() - Method in class com.codename1.components.RSSReader
Places a limit on the number of RSS entries requested from the server
getLines() - Method in class com.codename1.ui.TextArea
Returns the number of text lines in the TextArea
getLinesToScroll() - Method in class com.codename1.ui.TextArea
Indicates the number of lines to scroll with every scroll operation
getLineWidth() - Method in class com.codename1.charts.renderers.XYSeriesRenderer
Returns the chart line width.
getLineWidth() - Method in class com.codename1.ui.Stroke
Returns the line width of the stroke.
getLink() - Method in class com.codename1.facebook.Album
Gets the link
getLink() - Method in class com.codename1.facebook.Page
Simple Getter
getLink() - Method in class com.codename1.facebook.Photo
Get link
getLink() - Method in class com.codename1.facebook.User
 
getLinkDescription() - Method in class com.codename1.facebook.Post
Gets the linkDescription
getLinkId() - Method in interface com.codename1.ui.layouts.mig.ComponentWrapper
Returns a String id that can be used to reference the component in link constraints.
getLinkName() - Method in class com.codename1.facebook.Post
Deprecated.
use getName() instead
getLinkProperties(HTMLComponent, String) - Method in class com.codename1.components.Ads
 
getLinkProperties(HTMLComponent, String) - Method in class com.codename1.ui.html.DefaultHTMLCallback
Returns properties about the given link to indicate to HTMLComponent how to render it Note that this method is always called NOT on the EDT thread.
getLinkProperties(HTMLComponent, String) - Method in interface com.codename1.ui.html.HTMLCallback
Returns properties about the given link to indicate to HTMLComponent how to render it Note that this method is always called NOT on the EDT thread.
getLinkUrl() - Method in class com.codename1.facebook.Post
Gets the link Url
getList() - Method in class com.codename1.ui.list.DefaultListModel
Returns the internal list of items which makes traversal using iterators easier.
getListCellRendererComponent(List, T, int, boolean) - Method in class com.codename1.ui.list.DefaultListCellRenderer
 
getListCellRendererComponent(List, T, int, boolean) - Method in class com.codename1.ui.list.GenericListCellRenderer
 
getListCellRendererComponent(List, T, int, boolean) - Method in interface com.codename1.ui.list.ListCellRenderer
Returns a component instance that is already set to render "value".
getListener() - Method in class java.util.EventListenerProxy
Returns the wrapped EventListener.
getListenerCollection() - Method in class com.codename1.ui.util.EventDispatcher
Returns the collection of the listeners
getListeners() - Method in class com.codename1.components.OnOffSwitch
Returns a collection containing the action listeners for this button
getListeners() - Method in class com.codename1.ui.Button
Returns a collection containing the action listeners for this button
getListeners() - Method in class com.codename1.ui.list.ContainerList
This method allows extracting the action listeners from the current list
getListeners() - Method in class com.codename1.ui.List
This method allows extracting the action listeners from the current list
getListenerVector() - Method in class com.codename1.ui.util.EventDispatcher
Deprecated.
use getListenerCollection instead, this method will now be VERY SLOW
getListFocusComponent(List) - Method in class com.codename1.ui.list.DefaultListCellRenderer
 
getListFocusComponent(List) - Method in class com.codename1.ui.list.GenericListCellRenderer
 
getListFocusComponent(List) - Method in interface com.codename1.ui.list.ListCellRenderer
Returns a component instance that is painted under the currently focused renderer and is animated to provide smooth scrolling.
getListPreferredSize(List) - Method in class com.codename1.ui.plaf.DefaultLookAndFeel
 
getListPreferredSize(List) - Method in class com.codename1.ui.plaf.LookAndFeel
Calculate the preferred size of the component
getListSizeCalculationSampleCount() - Method in class com.codename1.ui.List
Indicates the number of elements the list should check to determine the element sizes.
getLoadingPlaceholder() - Method in class com.codename1.cloud.CloudListModel
When loading the element from the cloud a placehold is shown to indicate to the user that the content isn't fully here
getLocale() - Method in class com.codename1.facebook.User
 
getLocale() - Method in class com.codename1.l10n.L10NManager
Determines the locale (location) as an ISO 3166 country code
getLocality() - Method in class com.codename1.contacts.Address
Gets Address Locality
getLocalizationManager() - Method in class com.codename1.ui.Display
Returns the localization manager instance for this platform
getLocalizedPrice() - Method in class com.codename1.payment.Product
 
getLocation() - Method in class com.codename1.components.Ads
Location string is a comma separated list of country, state/province, city For example: US, NY, NY
getLocation() - Method in class com.codename1.facebook.Album
Gets the location
getLocation() - Method in class com.codename1.facebook.User
Gets the user City if available
getLocationListener() - Method in class com.codename1.location.LocationManager
Allows the implementation to notify the location listener of changes to location
getLocationManager() - Static method in class com.codename1.location.LocationManager
Gets the LocationManager instance
getLocationManager() - Method in class com.codename1.ui.Display
This method returns the platform Location Control
getLogContent() - Static method in class com.codename1.io.Log
Returns the contents of the log as a single long string to be displayed by the application any way it sees fit
getLogicalPixelBase() - Static method in class com.codename1.ui.layouts.mig.PlatformDefaults
What base value should be used to calculate logical pixel sizes.
getLong(String) - Method in class com.codename1.cloud.CloudObject
Returns the value for the given key
getLong(int) - Method in interface com.codename1.db.Row
Gets column value by index.
getLongClickDuration() - Method in class com.codename1.ui.TextField
The amount of time considered as a "long click" causing the long click method to be invoked.
getLongClickInputMode() - Method in class com.codename1.ui.TextField
Returns the input mode for the ong click mode
getLongitude() - Method in class com.codename1.location.Location
Returns the longitude of this Location
getLongitude() - Method in class com.codename1.maps.Coord
Gets the Coord Longitude.
getLongtitude() - Method in class com.codename1.location.Location
Deprecated.
use getLongitude
getLookAndFeel() - Method in class com.codename1.ui.plaf.UIManager
Returns the currently installed look and feel
getLowestSetBit() - Method in class com.codename1.util.BigInteger
 
getMajorTicksSpacing() - Method in class com.codename1.charts.renderers.DialRenderer
Returns the major ticks spacing.
getMajorVersion() - Method in class com.codename1.ui.util.Resources
Returns the version number for this resource file.
getMargin(int) - Method in class com.codename1.ui.plaf.Style
Returns the Margin
getMargin(boolean, int) - Method in class com.codename1.ui.plaf.Style
Returns the Margin
getMargins() - Method in class com.codename1.charts.renderers.DefaultRenderer
Returns the margin sizes.
getMarginsColor() - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Returns the margins color.
getMarginUnit() - Method in class com.codename1.ui.plaf.Style
Indicates the units used for margin elements, if null pixels are used if not this is a 4 element array containing values of UNIT_TYPE_PIXELS, UNIT_TYPE_DIPS or UNIT_TYPE_SCREEN_PERCENTAGE
getMarginValue(boolean, int) - Method in class com.codename1.ui.plaf.Style
Returns the Margin
getMask() - Method in class com.codename1.ui.Label
Returns the mask matching the given image
getMaskedIcon() - Method in class com.codename1.ui.Label
If a mask is applied returns the icon with a mask, otherwise returns the icon
getMaskName() - Method in class com.codename1.components.MultiButton
Set the mask name for the icon
getMaskName() - Method in class com.codename1.ui.Label
Determines the name of the mask from the image constants thus allowing the mask to be applied from the theme
getMax() - Method in class com.codename1.ui.layouts.mig.BoundSize
Returns the maximum size as sent into the constructor.
getMax() - Method in class com.codename1.ui.spinner.NumericSpinner
The maximum value for the spinner
getMaxElementHeight() - Method in class com.codename1.ui.List
Maximum number of elements shown in a list, this member is used to calculate the list preferred size.
getMaximumHeight(int) - Method in interface com.codename1.ui.layouts.mig.ComponentWrapper
Returns the maximum height of the component.
getMaximumValue(int) - Method in class com.codename1.charts.models.RangeCategorySeries
Returns the maximum value at the specified index.
getMaximumWidth(int) - Method in interface com.codename1.ui.layouts.mig.ComponentWrapper
Returns the maximum width of the component.
getMaxSize() - Method in class com.codename1.ui.TextArea
Returns the maximum size for the text area
getMaxValue() - Method in class com.codename1.charts.models.XYValueSeries
Returns the maximum value.
getMaxValue() - Method in class com.codename1.charts.renderers.DialRenderer
Returns the end value to be rendered on the dial.
getMaxValue() - Method in class com.codename1.ui.Slider
 
getMaxX() - Method in class com.codename1.charts.models.XYSeries
Returns the maximum value on the X axis.
getMaxY() - Method in class com.codename1.charts.models.XYSeries
Returns the maximum value on the Y axis.
getMaxZoomLevel() - Method in class com.codename1.maps.MapComponent
Returns the max zoom level of the map
getMedia() - Method in class com.codename1.components.MediaPlayer
Returns the Media Object of this MediaPlayer
getMediaRecorderingMimeType() - Static method in class com.codename1.media.MediaManager
Deprecated.
see getAvailableRecordingMimeTypes() instead
getMediaRecorderingMimeType() - Method in class com.codename1.ui.Display
Deprecated.
see getAvailableRecordingMimeTypes() instead
getMenuBar() - Method in class com.codename1.ui.Form
Returns the associated Menu Bar object
getMenuBar() - Method in class com.codename1.ui.Toolbar
Returns the associated SideMenuBar object of this Toolbar.
getMenuBarClass() - Method in class com.codename1.ui.plaf.LookAndFeel
This method returns the MenuBar class.
getMenuIcons() - Method in class com.codename1.ui.plaf.LookAndFeel
Simple getter for the menu icons
getMenuRenderer() - Method in class com.codename1.ui.plaf.LookAndFeel
Returns the Menu default renderer
getMenuStyle() - Method in class com.codename1.ui.Form
Returns the style of the menu
getMenuStyle() - Method in class com.codename1.ui.MenuBar
Returns the Menu Dialog Style
getMessage() - Method in class com.codename1.facebook.Post
Gets the message
getMessage() - Method in class com.codename1.io.gzip.ZStream
Deprecated.
 
getMessage() - Method in class com.codename1.io.NetworkEvent
 
getMessage() - Method in class java.lang.Throwable
Returns the error message string of this Throwable object.
getMetaData() - Method in class com.codename1.io.NetworkEvent
 
getMetaData() - Method in class com.codename1.maker.MakerPlugin
Deprecated.
The meta data associated with the given plugin based on the definitions in the accompanying plugin descriptor file
getMetaData() - Method in class com.codename1.ui.util.Resources
Returns optional meta-data associated with the resource file
getMimeType() - Method in class com.codename1.messaging.Message
Gets the message mime type
getMin() - Method in class com.codename1.ui.layouts.mig.BoundSize
Returns the minimum size as sent into the constructor.
getMin() - Method in class com.codename1.ui.spinner.NumericSpinner
The minimum value for the spinner
getMinElementHeight() - Method in class com.codename1.ui.List
Minimum number of elements shown in a list, this member is used to calculate the list preferred size.
getMinimumButtonWidth() - Static method in class com.codename1.ui.layouts.mig.PlatformDefaults
Returns the recommended minimum button width depending on the current set platform.
getMinimumHeight(int) - Method in interface com.codename1.ui.layouts.mig.ComponentWrapper
Returns the minimum height of the component.
getMinimumHeight() - Method in class com.codename1.ui.plaf.Border
Returns the minimum size required to properly display this border, normally this is 0 but a border might deem itself undisplayable with too small a size e.g.
getMinimumLength() - Method in class com.codename1.ui.AutoCompleteTextField
Indicates the minimum length of text in the field in order for a popup to show the default is 0 where a popup is shown immediately for all text length if the number is 2 a popup will only appear when there are two characters or more.
getMinimumSizePerColumn() - Static method in class com.codename1.ui.table.TableLayout
Indicates the minimum size for a column in the table, this is applicable for tables that are not scrollable on the X axis.
getMinimumValue(int) - Method in class com.codename1.charts.models.RangeCategorySeries
Returns the minimum value at the specified index.
getMinimumWidth(int) - Method in interface com.codename1.ui.layouts.mig.ComponentWrapper
Returns the minimum width of the component.
getMinimumWidth() - Method in class com.codename1.ui.plaf.Border
Returns the minimum size required to properly display this border, normally this is 0 but a border might deem itself undisplayable with too small a size e.g.
getMinorTicksSpacing() - Method in class com.codename1.charts.renderers.DialRenderer
Returns the minor ticks spacing.
getMinorVersion() - Method in class com.codename1.ui.util.Resources
Returns the minor version number for this resource file This value relates to the value from the header defined by the resource file specification.
getMinuteStep() - Method in class com.codename1.ui.spinner.TimeSpinner
 
getMinValue() - Method in class com.codename1.charts.models.XYValueSeries
Returns the minimum value.
getMinValue() - Method in class com.codename1.charts.renderers.DialRenderer
Returns the start value to be rendered on the dial.
getMinValue() - Method in class com.codename1.ui.Slider
 
getMinX() - Method in class com.codename1.charts.models.XYSeries
Returns the minimum value on the X axis.
getMinY() - Method in class com.codename1.charts.models.XYSeries
Returns the minimum value on the Y axis.
getMinZoomLevel() - Method in class com.codename1.maps.MapComponent
Returns the min zoom level of the map
getMiter() - Method in class com.codename1.charts.renderers.BasicStroke
Returns the stroke miter.
getMiterLimit() - Method in class com.codename1.ui.Stroke
Gets the miter limit of the stroke.
getModCount() - Static method in class com.codename1.ui.layouts.mig.PlatformDefaults
Returns how many times the defaults has been changed.
getModel() - Method in class com.codename1.ui.list.ContainerList
Returns the list model
getModel() - Method in class com.codename1.ui.List
Returns the model underlying the list
getModel() - Method in class com.codename1.ui.spinner.GenericSpinner
 
getModel(int) - Method in class com.codename1.ui.spinner.GenericSpinner
 
getModel() - Method in class com.codename1.ui.table.Table
Returns the model instance
getModel() - Method in class com.codename1.ui.tree.Tree
Returns the tree model instance
getModifiedTime() - Method in class com.codename1.io.gzip.GZIPHeader
 
getModifiedtime() - Method in class com.codename1.io.gzip.GZIPInputStream
 
getMonths() - Method in class com.codename1.l10n.DateFormatSymbols
 
getMonths() - Method in class java.text.DateFormatSymbols
 
getMonthViewSelectedStyle() - Method in class com.codename1.ui.Calendar
Gets the selected style of the month view component within the calendar
getMonthViewUnSelectedStyle() - Method in class com.codename1.ui.Calendar
Gets the un selected style of the month view component within the calendar
getMotion() - Method in class com.codename1.ui.animations.CommonTransitions
Motion represents the physical movement within a transition, it can be replaced by the user to provide a more appropriate physical feel
getMsisdn() - Method in class com.codename1.ui.Display
Returns the MSISDN for devices that expose it
getName() - Method in enum com.codename1.charts.views.PointStyle
Returns the point shape name.
getName() - Method in class com.codename1.facebook.FBObject
Simple getter
getName() - Method in class com.codename1.io.BufferedInputStream
Indicates the name of the stream for debugging purposes
getName() - Method in class com.codename1.io.BufferedOutputStream
Indicates the name of the stream for debugging purposes
getName() - Method in class com.codename1.io.Cookie
 
getName() - Method in class com.codename1.io.gzip.GZIPHeader
 
getName() - Method in class com.codename1.io.gzip.GZIPInputStream
 
getName() - Method in class com.codename1.maps.layers.AbstractLayer
Gets the name of this Layer
getName() - Method in interface com.codename1.maps.layers.Layer
Gets the name of this Layer
getName() - Method in class com.codename1.maps.layers.PointLayer
Gets the Point name
getName() - Method in class com.codename1.ui.Component
A component name allows us to easily identify the component within a dynamic UI.
getName() - Method in class java.lang.Class
Deprecated.
don't use this method for anything important since class names are obfuscated on the device!
getName() - Method in class java.lang.Thread
Returns this thread's name.
getNameLine1() - Method in class com.codename1.components.MultiButton
Returns the name of the row
getNameLine2() - Method in class com.codename1.components.MultiButton
Returns the name of the row
getNameLine3() - Method in class com.codename1.components.MultiButton
Returns the name of the row
getNameLine4() - Method in class com.codename1.components.MultiButton
Returns the name of the row
getNativeFont() - Method in class com.codename1.ui.Font
Returns the internal implementation specific font object
getNativePeer() - Method in class com.codename1.ui.PeerComponent
Returns the native peer instance
getNativeTransform() - Method in class com.codename1.ui.Transform
Gets the native transform object.
getNewlineGapSize() - Method in class com.codename1.ui.layouts.mig.CC
Returns the newline size if it is a custom size.
getNewsFeed(String, DefaultListModel, ActionListener) - Method in class com.codename1.facebook.FaceBookAccess
Gets the user news feed, the data is being stored in the given DefaultListModel.
getNewsFeed(String, DefaultListModel, int, ActionListener) - Method in class com.codename1.facebook.FaceBookAccess
Gets the user news feed, the data is being stored in the given DefaultListModel.
getNextColumn() - Method in class com.codename1.ui.table.TableLayout
Returns the column where the next operation of add will appear
getNextFocusDown() - Method in class com.codename1.ui.Component
Allows us to determine which component will receive focus next when traversing with the down key
getNextFocusLeft() - Method in class com.codename1.ui.Component
Allows us to determine which component will receive focus next when traversing with the left key.
getNextFocusRight() - Method in class com.codename1.ui.Component
Allows us to determine which component will receive focus next when traversing with the right key
getNextFocusUp() - Method in class com.codename1.ui.Component
Allows us to determine which component will receive focus next when traversing with the up key.
getNextIn() - Method in class com.codename1.io.gzip.ZStream
Deprecated.
 
getNextInIndex() - Method in class com.codename1.io.gzip.ZStream
Deprecated.
 
getNextOut() - Method in class com.codename1.io.gzip.ZStream
Deprecated.
 
getNextOutIndex() - Method in class com.codename1.io.gzip.ZStream
Deprecated.
 
getNextRow() - Method in class com.codename1.ui.table.TableLayout
Returns the row where the next operation of add will appear
getNorth() - Method in class com.codename1.ui.layouts.BorderLayout
Returns the component in the north location
getNorthEast() - Method in class com.codename1.maps.BoundingBox
Gets the north east coordinate
getNote() - Method in class com.codename1.contacts.Contact
Gets Contact Note
getNumberInstance() - Static method in class com.codename1.charts.util.NumberFormat
 
getNumChildren() - Method in class com.codename1.xml.Element
Returns the number of this Element's children
getObject(String) - Method in class com.codename1.cloud.CloudObject
Allows us to extract an object from the cloud object without knowing its type in advance or whether it exists
getObject(String) - Method in class com.codename1.javascript.JSObject
Wrapper around the get() method to return a JSObject.
getObject(int) - Method in class com.codename1.javascript.JSObject
Wrapper for get(int) for indexed object values.
getObjectId() - Method in class com.codename1.cloud.CloudObject
 
getObjectId() - Method in class com.codename1.io.Cookie
 
getObjectId() - Method in interface com.codename1.io.Externalizable
The object id must be unique, it is used to identify the object when loaded even when it is obfuscated.
getObjectId() - Method in class com.codename1.io.services.CachedData
 
getOff() - Method in class com.codename1.components.OnOffSwitch
Label for the off mode
getOffset(int, int, int, int, int, int) - Method in class java.util.TimeZone
Gets offset, for current date, modified in case of daylight savings.
getOn() - Method in class com.codename1.components.OnOffSwitch
Label for the on mode
getOpacity() - Method in class com.codename1.ui.plaf.Style
Returns the opacity value for the component
getOperation() - Method in class com.codename1.ui.layouts.mig.UnitValue
 
getOrientation() - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Returns the current orientation of the chart X axis.
getOrientation() - Method in class com.codename1.ui.ComboBox
 
getOrientation() - Method in class com.codename1.ui.List
Returns the list orientation
getOriginal() - Method in class com.codename1.share.ShareService
Gets the original Form
getOriginalScale() - Method in class com.codename1.charts.renderers.DefaultRenderer
Returns the original value to be used for scaling the chart.
getOS() - Method in class com.codename1.io.gzip.GZIPHeader
 
getOS() - Method in class com.codename1.io.gzip.GZIPInputStream
 
getPackageName() - Method in class com.codename1.maker.MakerPlugin
Deprecated.
A unique identifier for this specific plugin
getPackHeight() - Method in class com.codename1.ui.layouts.mig.LC
Returns the "pack height" for the window that this container is located in.
getPackHeightAlign() - Method in class com.codename1.ui.layouts.mig.LC
If there is a resize of the window due to packing (see LC.setPackHeight(BoundSize) this value, which is between 0f and 1f, decides where the extra/superfluous size is placed.
getPackWidth() - Method in class com.codename1.ui.layouts.mig.LC
Returns the "pack width" for the window that this container is located in.
getPackWidthAlign() - Method in class com.codename1.ui.layouts.mig.LC
If there is a resize of the window due to packing (see LC.setPackHeight(BoundSize) this value, which is between 0f and 1f, decides where the extra/superfluous size is placed.
getPadding(double) - Method in class com.codename1.charts.models.TimeSeries
 
getPadding(double) - Method in class com.codename1.charts.models.XYSeries
 
getPadding() - Method in class com.codename1.ui.layouts.mig.CC
Returns the absolute resizing in the last stage of the layout cycle.
getPadding(boolean, int) - Method in class com.codename1.ui.plaf.Style
Returns the Padding in using the current unit
getPadding(int) - Method in class com.codename1.ui.plaf.Style
Returns the Padding
getPaddingUnit() - Method in class com.codename1.ui.plaf.Style
Indicates the units used for padding elements, if null pixels are used if not this is a 4 element array containing values of UNIT_TYPE_PIXELS, UNIT_TYPE_DIPS or UNIT_TYPE_SCREEN_PERCENTAGE
getPaddingValue(boolean, int) - Method in class com.codename1.ui.plaf.Style
Returns the Padding in the internal value regardless of the unit
getPage() - Method in class com.codename1.components.WebBrowser
Returns the page set by getPage for the GUI builder
getPage(String) - Method in class com.codename1.facebook.FaceBookAccess
Gets a Page from a pageId/name This is a sync method it will block until a response it returned
getPageStatus() - Method in class com.codename1.ui.html.HTMLComponent
Deprecated.
Returns the page status
getPageURL() - Method in class com.codename1.ui.html.HTMLComponent
Deprecated.
Returns the page's URL
getPanelInsets(int) - Static method in class com.codename1.ui.layouts.mig.PlatformDefaults
Returns the default panel inset depending of the current platform.
getPanLimits() - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Returns the pan limits.
getParams() - Method in class com.codename1.ui.html.DocumentInfo
Returns the request paramter as an percentage-encoded string
getParent() - Method in class com.codename1.ui.Component
Returns the container in which this component is contained
getParent() - Method in interface com.codename1.ui.layouts.mig.ComponentWrapper
Returns the container for this component.
getParent() - Method in class com.codename1.xml.Element
Returns this Element's parent
getParentForm() - Method in class com.codename1.ui.SideMenuBar
Returns the Parent Form of this menu
getParseTree() - Method in class com.codename1.io.services.TwitterRESTService
Returns the full Hashtable parse tree read from the server
getPasteDataFromClipboard() - Method in class com.codename1.ui.Display
Returns the current content of the clipboard
getPath() - Method in class com.codename1.io.Cookie
 
getPath() - Method in class java.net.URI
Get the decoded path part of the uri.
getPathIterator() - Method in class com.codename1.ui.geom.GeneralPath
Gets an iterator to walk all of the path segments of the shape.
getPathIterator(Transform) - Method in class com.codename1.ui.geom.GeneralPath
Gets an iterator where all points are transformed by the provided transform.
getPathIterator(Transform) - Method in class com.codename1.ui.geom.Rectangle
Gets an iterator where all points are transformed by the provided transform.
getPathIterator() - Method in class com.codename1.ui.geom.Rectangle
Gets an iterator to walk all of the path segments of the shape.
getPathIterator(Transform) - Method in class com.codename1.ui.geom.Rectangle2D
Gets an iterator where all points are transformed by the provided transform.
getPathIterator() - Method in class com.codename1.ui.geom.Rectangle2D
Gets an iterator to walk all of the path segments of the shape.
getPathIterator() - Method in interface com.codename1.ui.geom.Shape
Gets an iterator to walk all of the path segments of the shape.
getPathIterator(Transform) - Method in interface com.codename1.ui.geom.Shape
Gets an iterator where all points are transformed by the provided transform.
getPauseIcon() - Method in class com.codename1.components.MediaPlayer
 
getPeerImage() - Method in class com.codename1.ui.PeerComponent
The peer image is drawn when the component doesn't exist or during transition a placeholder image can be placed in the beginning to show something while the peer is being created asynchronously.
getPermissions() - Method in class com.codename1.facebook.ui.LikeButton
 
getPhase() - Method in class com.codename1.charts.renderers.BasicStroke
Returns the path effect phase.
getPhoneNumbers() - Method in class com.codename1.contacts.Contact
Gets the Contact phone numbers, the Hashtable contains key/value pairs where the key is a String which represents the type of the phone number, types can be: "home", "mobile", "work", "fax", "other" the value is String of the phone number.
getPhoto() - Method in class com.codename1.contacts.Contact
Gets the Contact photo
getPhoto(String, Photo, ActionListener) - Method in class com.codename1.facebook.FaceBookAccess
Gest a photo from a photo Id
getPhoto(String, boolean) - Method in class com.codename1.facebook.FaceBookAccess
Gets a Photo from a photoId This is a sync method it will block until a response it returned
getPhotoThumbnail(String, ActionListener, boolean) - Method in class com.codename1.facebook.FaceBookAccess
Gets the photo thumbnail of a Photo Object
getPhotoThumbnail(String, Label, Dimension, boolean) - Method in class com.codename1.facebook.FaceBookAccess
Gets the photo thumbnail of a Photo Object
getPicture(String, Label, Dimension, boolean) - Method in class com.codename1.facebook.FaceBookAccess
Gets the picture of the given facebook object id
getPicture(String, ActionListener, Dimension, boolean) - Method in class com.codename1.facebook.FaceBookAccess
Gets the picture of the given facebook object id
getPicture(String, Component, int, String, Dimension, boolean) - Method in class com.codename1.facebook.FaceBookAccess
Gets the picture of the given facebook object id and stores it in the given List in the offset index This assumes the GenericListCellRenderer style of list which relies on a hashtable based model approach.
getPicture() - Method in class com.codename1.facebook.Post
Gets the picture id
getPictureAndWait(String, Dimension) - Method in class com.codename1.facebook.FaceBookAccess
Gets the picture of the given facebook object id
getPictureUrl() - Method in class com.codename1.facebook.Photo
Get pictureUrl
getPixels(float, ContainerWrapper, ComponentWrapper) - Method in class com.codename1.ui.layouts.mig.UnitValue
Returns the size in pixels rounded.
getPixelsExact(float, ContainerWrapper, ComponentWrapper) - Method in class com.codename1.ui.layouts.mig.UnitValue
Returns the size in pixels.
getPixelUnitFactor(boolean) - Method in interface com.codename1.ui.layouts.mig.ComponentWrapper
Returns the pixel unit factor for the horizontal or vertical dimension.
getPlatform() - Static method in class com.codename1.ui.layouts.mig.PlatformDefaults
Returns the current platform
getPlatformDPI(int) - Static method in class com.codename1.ui.layouts.mig.PlatformDefaults
 
getPlatformName() - Method in class com.codename1.ui.Display
Returns a 2-3 letter code representing the platform name for the platform override
getPlatformOverrides() - Method in class com.codename1.ui.Display
Returns the suffixes for ovr files that should be used when loading a layered resource file on this platform
getPlayIcon() - Method in class com.codename1.components.MediaPlayer
 
getPluginName() - Method in class com.codename1.maker.MakerPlugin
Deprecated.
Returns the user displayable name of the plugin
getPointFromCoord(Coord) - Method in class com.codename1.maps.MapComponent
Gets the screen coordinates of a specific Coord
getPointIndex() - Method in class com.codename1.charts.models.SeriesSelection
 
getPointsChart() - Method in class com.codename1.charts.views.LineChart
Returns the scatter chart to be used for drawing the data points.
getPointsChart() - Method in class com.codename1.charts.views.XYChart
Returns the scatter chart to be used for drawing the data points.
getPointSize() - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Returns the size of the points, for charts displaying points.
getPointStrokeWidth() - Method in class com.codename1.charts.renderers.XYSeriesRenderer
Returns the point stroke width in pixels.
getPointStyle() - Method in class com.codename1.charts.renderers.XYSeriesRenderer
Returns the point style.
getPointStyleForName(String) - Static method in enum com.codename1.charts.views.PointStyle
Return the point shape that has the provided symbol.
getPort() - Method in class java.net.URI
Get the port number for this URI.
getPos() - Method in class com.codename1.ui.layouts.mig.CC
Returns the absolute positioning of one or more of the edges.
getPosition() - Method in interface com.codename1.db.Cursor
Returns the current Cursor position.
getPosition() - Method in class com.codename1.facebook.Photo
Get position
getPosition(ComponentWrapper) - Method in class com.codename1.ui.layouts.mig.LayoutCallback
Returns a position similar to the "pos" the component constraint.
getPost(String, Post, ActionListener) - Method in class com.codename1.facebook.FaceBookAccess
Gest a post from a post Id
getPost(String, boolean) - Method in class com.codename1.facebook.FaceBookAccess
Gets a Post from a postId This is a sync method it will block until a response it returned
getPostalCode() - Method in class com.codename1.contacts.Address
Gets Address Postal Code
getPosTan(int, float[], float[]) - Method in class com.codename1.charts.compat.PathMeasure
Deprecated.
 
getPostComments(String, DefaultListModel, ActionListener) - Method in class com.codename1.facebook.FaceBookAccess
Gets the post comments
getPostId() - Method in class com.codename1.facebook.ui.LikeButton
 
getPreferred() - Method in class com.codename1.ui.layouts.mig.BoundSize
Returns the preferred size as sent into the constructor.
getPreferredGap(Component, Component, int, int, Container) - Method in class com.codename1.ui.layouts.LayoutStyle
Returns the amount of space to use between two components.
getPreferredH() - Method in class com.codename1.ui.Component
Helper method to retrieve the preferred height of the component.
getPreferredHeight(int) - Method in interface com.codename1.ui.layouts.mig.ComponentWrapper
Returns the preferred height of the component.
getPreferredSize() - Method in class com.codename1.ui.Component
Returns the Component Preferred Size, there is no guarantee the Component will be sized at its Preferred Size.
getPreferredSize(Container) - Method in class com.codename1.ui.layouts.BorderLayout
 
getPreferredSize(Container) - Method in class com.codename1.ui.layouts.BoxLayout
 
getPreferredSize(Container) - Method in class com.codename1.ui.layouts.CoordinateLayout
 
getPreferredSize(Container) - Method in class com.codename1.ui.layouts.FlowLayout
 
getPreferredSize(Container) - Method in class com.codename1.ui.layouts.GridBagLayout
 
getPreferredSize(Container) - Method in class com.codename1.ui.layouts.GridLayout
 
getPreferredSize(Container) - Method in class com.codename1.ui.layouts.GroupLayout
Returns the preferred size for the specified container.
getPreferredSize(Container) - Method in class com.codename1.ui.layouts.LayeredLayout
 
getPreferredSize(Container) - Method in class com.codename1.ui.layouts.Layout
Returns the container preferred size
getPreferredSize(Container) - Method in class com.codename1.ui.layouts.mig.MigLayout
Deprecated.
 
getPreferredSize(Container) - Method in class com.codename1.ui.table.TableLayout
 
getPreferredW() - Method in class com.codename1.ui.Component
Helper method to retrieve the preferred width of the component.
getPreferredWidth(int) - Method in interface com.codename1.ui.layouts.mig.ComponentWrapper
Returns the preferred width of the component.
getPressedIcon() - Method in class com.codename1.ui.Button
Indicates the icon that is displayed on the button when the button is in pressed state
getPressedIcon() - Method in class com.codename1.ui.Command
Indicates the icon that is displayed on the button when the button is in pressed state
getPressedInstance() - Method in class com.codename1.ui.plaf.Border
Returns the pressed version of the border if one is set by the user
getPressedStyle() - Method in class com.codename1.ui.Component
Returns the Component Style for the pressed state allowing us to manipulate the look of the component when it is pressed
getPrimaryEmail() - Method in class com.codename1.contacts.Contact
Gets the primary email of this Contact, notice this can be null even though the Contact has emails declared
getPrimaryPhoneNumber() - Method in class com.codename1.contacts.Contact
Gets the primary phone number of this Contact, notice this can be null even though the Contact has phone numbers declared
getPriority() - Method in class com.codename1.io.ConnectionRequest
The priority of this connection based on the constants in this class
getPriority() - Method in class java.lang.Thread
Returns this thread's priority.
getPrivacy() - Method in class com.codename1.facebook.Album
Gets the privacy
getProducts(String[]) - Method in class com.codename1.payment.Purchase
Returns the product list for the given SKU array
getProgress() - Method in class com.codename1.ui.Slider
Indicates the value of progress made
getProgressPercentage() - Method in class com.codename1.io.NetworkEvent
Returns the percentage of progress for a download operation assuming length is known
getProgressTitle() - Method in class com.codename1.components.RSSReader
 
getProgressType() - Method in class com.codename1.io.NetworkEvent
Indicates the type of progres indication for this event
getProjection() - Method in class com.codename1.maps.layers.AbstractLayer
The projection of this Layer
getProperty(String, String) - Method in class com.codename1.ui.Display
Returns the property from the underlying platform deployment or the default value if no deployment values are supported.
getProperty(String) - Method in class com.codename1.ui.plaf.Border
This method is for internal usage only!
getProperty(String) - Static method in class java.lang.System
Gets the system property indicated by the specified key.
getPropertyNames() - Method in class com.codename1.components.Ads
 
getPropertyNames() - Method in class com.codename1.components.ImageViewer
 
getPropertyNames() - Method in class com.codename1.components.InfiniteProgress
 
getPropertyNames() - Method in class com.codename1.components.MediaPlayer
 
getPropertyNames() - Method in class com.codename1.components.MultiButton
 
getPropertyNames() - Method in class com.codename1.components.OnOffSwitch
 
getPropertyNames() - Method in class com.codename1.components.RSSReader
 
getPropertyNames() - Method in class com.codename1.components.ShareButton
 
getPropertyNames() - Method in class com.codename1.components.SpanButton
 
getPropertyNames() - Method in class com.codename1.components.SpanLabel
 
getPropertyNames() - Method in class com.codename1.components.WebBrowser
 
getPropertyNames() - Method in class com.codename1.facebook.ui.LikeButton
 
getPropertyNames() - Method in class com.codename1.maps.MapComponent
 
getPropertyNames() - Method in class com.codename1.ui.AutoCompleteTextField
 
getPropertyNames() - Method in class com.codename1.ui.Component
A component may expose mutable property names for a UI designer to manipulate, this API is designed for usage internally by the GUI builder code
getPropertyNames() - Method in class com.codename1.ui.ComponentGroup
 
getPropertyNames() - Method in class com.codename1.ui.Form
 
getPropertyNames() - Method in class com.codename1.ui.html.HTMLComponent
Deprecated.
 
getPropertyNames() - Method in class com.codename1.ui.Label
 
getPropertyNames() - Method in class com.codename1.ui.list.ContainerList
 
getPropertyNames() - Method in class com.codename1.ui.list.MultiList
 
getPropertyNames() - Method in class com.codename1.ui.spinner.DateSpinner
 
getPropertyNames() - Method in class com.codename1.ui.spinner.DateTimeSpinner
 
getPropertyNames() - Method in class com.codename1.ui.spinner.GenericSpinner
 
getPropertyNames() - Method in class com.codename1.ui.spinner.NumericSpinner
 
getPropertyNames() - Method in class com.codename1.ui.spinner.TimeSpinner
 
getPropertyNames() - Method in class com.codename1.ui.table.Table
 
getPropertyNames() - Method in class com.codename1.ui.Tabs
 
getPropertyNames() - Method in class com.codename1.ui.tree.Tree
 
getPropertyTypeNames() - Method in class com.codename1.components.Ads
 
getPropertyTypeNames() - Method in class com.codename1.components.ImageViewer
 
getPropertyTypeNames() - Method in class com.codename1.components.SpanButton
 
getPropertyTypeNames() - Method in class com.codename1.components.SpanLabel
 
getPropertyTypeNames() - Method in class com.codename1.components.WebBrowser
 
getPropertyTypeNames() - Method in class com.codename1.facebook.ui.LikeButton
 
getPropertyTypeNames() - Method in class com.codename1.ui.AutoCompleteTextField
 
getPropertyTypeNames() - Method in class com.codename1.ui.Component
This method is here to workaround an XMLVM array type bug where property types aren't identified properly, it returns the names of the types using the following type names: String,int,double,long,byte,short,char,String[],String[][],byte[],Image,Image[],Object[],ListModel,ListCellRenderer
getPropertyTypeNames() - Method in class com.codename1.ui.Form
 
getPropertyTypeNames() - Method in class com.codename1.ui.Label
 
getPropertyTypeNames() - Method in class com.codename1.ui.list.ContainerList
 
getPropertyTypeNames() - Method in class com.codename1.ui.spinner.GenericSpinner
 
getPropertyTypeNames() - Method in class com.codename1.ui.spinner.NumericSpinner
 
getPropertyTypeNames() - Method in class com.codename1.ui.table.Table
 
getPropertyTypeNames() - Method in class com.codename1.ui.Tabs
 
getPropertyTypeNames() - Method in class com.codename1.ui.tree.Tree
 
getPropertyTypes() - Method in class com.codename1.components.Ads
 
getPropertyTypes() - Method in class com.codename1.components.ImageViewer
 
getPropertyTypes() - Method in class com.codename1.components.InfiniteProgress
 
getPropertyTypes() - Method in class com.codename1.components.MediaPlayer
 
getPropertyTypes() - Method in class com.codename1.components.MultiButton
 
getPropertyTypes() - Method in class com.codename1.components.OnOffSwitch
 
getPropertyTypes() - Method in class com.codename1.components.RSSReader
 
getPropertyTypes() - Method in class com.codename1.components.ShareButton
 
getPropertyTypes() - Method in class com.codename1.components.SpanButton
 
getPropertyTypes() - Method in class com.codename1.components.SpanLabel
 
getPropertyTypes() - Method in class com.codename1.components.WebBrowser
 
getPropertyTypes() - Method in class com.codename1.facebook.ui.LikeButton
 
getPropertyTypes() - Method in class com.codename1.maps.MapComponent
 
getPropertyTypes() - Method in class com.codename1.ui.AutoCompleteTextField
 
getPropertyTypes() - Method in class com.codename1.ui.Component
Matches the property names method (see that method for further details).
getPropertyTypes() - Method in class com.codename1.ui.ComponentGroup
 
getPropertyTypes() - Method in class com.codename1.ui.Form
 
getPropertyTypes() - Method in class com.codename1.ui.html.HTMLComponent
Deprecated.
 
getPropertyTypes() - Method in class com.codename1.ui.Label
 
getPropertyTypes() - Method in class com.codename1.ui.list.ContainerList
 
getPropertyTypes() - Method in class com.codename1.ui.list.MultiList
 
getPropertyTypes() - Method in class com.codename1.ui.spinner.DateSpinner
 
getPropertyTypes() - Method in class com.codename1.ui.spinner.DateTimeSpinner
 
getPropertyTypes() - Method in class com.codename1.ui.spinner.GenericSpinner
 
getPropertyTypes() - Method in class com.codename1.ui.spinner.NumericSpinner
 
getPropertyTypes() - Method in class com.codename1.ui.spinner.TimeSpinner
 
getPropertyTypes() - Method in class com.codename1.ui.table.Table
 
getPropertyTypes() - Method in class com.codename1.ui.Tabs
 
getPropertyTypes() - Method in class com.codename1.ui.tree.Tree
 
getPropertyValue(String) - Method in class com.codename1.components.Ads
 
getPropertyValue(String) - Method in class com.codename1.components.ImageViewer
 
getPropertyValue(String) - Method in class com.codename1.components.InfiniteProgress
 
getPropertyValue(String) - Method in class com.codename1.components.MediaPlayer
 
getPropertyValue(String) - Method in class com.codename1.components.MultiButton
 
getPropertyValue(String) - Method in class com.codename1.components.OnOffSwitch
 
getPropertyValue(String) - Method in class com.codename1.components.RSSReader
 
getPropertyValue(String) - Method in class com.codename1.components.ShareButton
 
getPropertyValue(String) - Method in class com.codename1.components.SpanButton
 
getPropertyValue(String) - Method in class com.codename1.components.SpanLabel
 
getPropertyValue(String) - Method in class com.codename1.components.WebBrowser
 
getPropertyValue(String) - Method in class com.codename1.facebook.ui.LikeButton
 
getPropertyValue(String) - Method in class com.codename1.maps.MapComponent
 
getPropertyValue(String) - Method in class com.codename1.ui.AutoCompleteTextField
 
getPropertyValue(String) - Method in class com.codename1.ui.Component
Returns the current value of the property name, this method is used by the GUI builder
getPropertyValue(String) - Method in class com.codename1.ui.ComponentGroup
 
getPropertyValue(String) - Method in class com.codename1.ui.Form
 
getPropertyValue(String) - Method in class com.codename1.ui.html.HTMLComponent
Deprecated.
 
getPropertyValue(String) - Method in class com.codename1.ui.Label
 
getPropertyValue(String) - Method in class com.codename1.ui.list.ContainerList
 
getPropertyValue(String) - Method in class com.codename1.ui.list.MultiList
 
getPropertyValue(String) - Method in class com.codename1.ui.spinner.DateSpinner
 
getPropertyValue(String) - Method in class com.codename1.ui.spinner.DateTimeSpinner
 
getPropertyValue(String) - Method in class com.codename1.ui.spinner.GenericSpinner
 
getPropertyValue(String) - Method in class com.codename1.ui.spinner.NumericSpinner
 
getPropertyValue(String) - Method in class com.codename1.ui.spinner.TimeSpinner
 
getPropertyValue(String) - Method in class com.codename1.ui.table.Table
 
getPropertyValue(String) - Method in class com.codename1.ui.Tabs
 
getPropertyValue(String) - Method in class com.codename1.ui.tree.Tree
 
getProvider() - Method in class com.codename1.maps.MapComponent
Gets the map provider
getPullToRefreshHeight() - Method in class com.codename1.ui.plaf.DefaultLookAndFeel
 
getPullToRefreshHeight() - Method in class com.codename1.ui.plaf.LookAndFeel
Returns the required height of the pull to refresh feature
getPushX() - Method in class com.codename1.ui.layouts.mig.CC
"pushx" indicates that the column that this component is in (this first if the component spans) should default to growing.
getPushY() - Method in class com.codename1.ui.layouts.mig.CC
"pushx" indicates that the row that this component is in (this first if the component spans) should default to growing.
getQuery() - Method in class java.net.URI
Get the decoded query part of the uri.
getQuotes() - Method in class com.codename1.facebook.User
 
getRadioButton(int) - Method in class com.codename1.ui.ButtonGroup
Returns the radio button at the given group index
getRadioButtonFocusImages() - Method in class com.codename1.ui.plaf.DefaultLookAndFeel
Returns the images used to represent the radio button when in focused mode
getRadioButtonImages() - Method in class com.codename1.ui.plaf.DefaultLookAndFeel
Returns the images used to represent the radio button (selected followed by unselected).
getRadioButtonPreferredSize(Button) - Method in class com.codename1.ui.plaf.DefaultLookAndFeel
 
getRadioButtonPreferredSize(Button) - Method in class com.codename1.ui.plaf.LookAndFeel
Calculate the preferred size of the component
getRange(double, double, boolean) - Method in class com.codename1.charts.models.XYSeries
Returns submap of x and y values according to the given start and end
getRawAuthority() - Method in class java.net.URI
 
getRawFragment() - Method in class java.net.URI
Get the encoded fragment (otherwise known as the "reference" or "anchor") part of the uri.
getRawOffset() - Method in class java.util.TimeZone
Gets the GMT offset for this time zone.
getRawPath() - Method in class java.net.URI
Get the encoded path part of the uri.
getRawQuery() - Method in class java.net.URI
Get the encoded query part of the uri.
getRawSchemeSpecificPart() - Method in class java.net.URI
 
getRawUserInfo() - Method in class java.net.URI
 
getReason() - Method in exception java.net.URISyntaxException
 
getRect() - Method in class com.codename1.charts.views.ClickableArea
 
getRedirectURI() - Method in class com.codename1.facebook.ui.LikeButton
 
getRefreshRateMillis() - Method in class com.codename1.cloud.CloudListModel
Indicates the rate in milliseconds in which to poll the server for the current data of elements that are visible at the moment.
getRegion() - Method in class com.codename1.contacts.Address
Gets Address Region
getRelationship_status() - Method in class com.codename1.facebook.User
 
getReleaseRadius() - Method in class com.codename1.ui.Button
Indicates a radius in which a pointer release will still have effect.
getRenderer() - Method in class com.codename1.charts.views.RoundChart
Returns the renderer.
getRenderer() - Method in class com.codename1.charts.views.XYChart
 
getRenderer() - Method in class com.codename1.ui.list.ContainerList
The renderer used to draw the container list elements
getRenderer() - Method in class com.codename1.ui.List
Returns the renderer which is used to draw list elements
getRenderer(int) - Method in class com.codename1.ui.spinner.GenericSpinner
 
getRenderer() - Method in class com.codename1.ui.spinner.GenericSpinner
 
getRenderingPrototype() - Method in class com.codename1.ui.List
See set rendering prototype
getRenderingPrototype() - Method in class com.codename1.ui.spinner.GenericSpinner
Returns the rendering prototype
getRenderingPrototype(int) - Method in class com.codename1.ui.spinner.GenericSpinner
Returns the rendering prototype
getRenderingPrototype() - Method in class com.codename1.ui.spinner.Picker
When using a lightweight spinner this will be used as the rendering prototype
getReportingLevel() - Static method in class com.codename1.io.Log
Indicates the level of log reporting, this allows developers to send device logs to the cloud thus tracking crashes or functionality in the device.
getRequestHandler() - Method in class com.codename1.ui.html.HTMLComponent
Deprecated.
Returns the document request handler
getResFile() - Static method in class com.codename1.ui.html.DefaultDocumentRequestHandler
Allows URL's referring to a res:// local resource to default to this file
getResourceAsStream(Class, String) - Method in class com.codename1.ui.Display
This method is essentially equivalent to cls.getResourceAsStream(String) however some platforms might define unique ways in which to load resources within the implementation.
getResourceBundle() - Method in class com.codename1.l10n.DateFormatSymbols
 
getResourceBundle() - Method in class com.codename1.ui.plaf.UIManager
Deprecated.
this method uses the old resource bundle hashtable, use the new getBundle() method
getResourceBundle() - Method in class java.text.DateFormatSymbols
 
getResourceFilePath() - Method in class com.codename1.ui.util.UIBuilder
Allows the navigation code to avoid storing the resource file and lets the GC remove it from memory when its not in use
getResourceNames() - Method in class com.codename1.ui.util.Resources
Returns the names of the resources within this bundle
getResponseCode() - Method in class com.codename1.io.ConnectionRequest
Returns the response code for this request, this is only relevant after the request completed and might contain a temporary (e.g.
getResponseCode() - Method in class com.codename1.io.NetworkEvent
Indicates the response code sent by the response code listener
getResponseContentType() - Method in class com.codename1.io.ConnectionRequest
Returns the content type from the response headers
getResponseData() - Method in class com.codename1.io.ConnectionRequest
This method will return a valid value for only some of the responses and only after the response was processed
getResposeCode() - Method in class com.codename1.io.ConnectionRequest
Deprecated.
misspelled method name please use getResponseCode
getResult() - Method in class com.codename1.io.services.ImageDownloadService
Returns the image returned from the server, this method is useful for renderers
getResults() - Method in class com.codename1.io.services.RSSService
The results are presented as a vector of hashtables easily presentable in Codename One
getRGB() - Method in class com.codename1.ui.animations.Timeline
 
getRGB() - Method in class com.codename1.ui.Image
Returns the content of this image as a newly created ARGB array.
getRGB() - Method in class com.codename1.ui.RGBImage
Returns a mutable array that can be used to change the appearance of the image arranged as AARRGGBB.
getRGBCached() - Method in class com.codename1.ui.animations.Timeline
 
getRGBCached() - Method in class com.codename1.ui.Image
Returns the content of this image as a newly created ARGB array or a cached instance if possible.
getRolloverIcon() - Method in class com.codename1.ui.Button
Indicates the icon that is displayed on the button when the button is in rolled over state
getRolloverIcon() - Method in class com.codename1.ui.Command
Indicates the icon that is displayed on the button when the button is in rolled over state
getRolloverPressedIcon() - Method in class com.codename1.ui.Button
Indicates the icon that is displayed on the button when the button is in pressed state and is selected.
getRootAncestor(Component) - Method in class com.codename1.ui.util.UIBuilder
Returns either the parent form or the component bellow the embedded container above c.
getRootAvailableSpace(String) - Method in class com.codename1.io.FileSystemStorage
Returns the available space in the given root directory
getRoots() - Method in class com.codename1.io.FileSystemStorage
Returns the filesystem roots from which the structure of the file system can be traversed
getRootSizeBytes(String) - Method in class com.codename1.io.FileSystemStorage
Returns the size of the given root directory
getRootType(String) - Method in class com.codename1.io.FileSystemStorage
Returns the type of the root often by guessing
getRow() - Method in interface com.codename1.db.Cursor
Get the Row data Object.
getRow() - Method in class com.codename1.ui.table.TableLayout.Constraint
 
getRowConstraints() - Method in class com.codename1.ui.layouts.mig.MigLayout
Deprecated.
Returns the row layout constraints either as a String or net.miginfocom.layout.AC.
getRowCount() - Method in class com.codename1.ui.table.DefaultTableModel
 
getRowCount() - Method in interface com.codename1.ui.table.TableModel
Returns the number of rows in the table
getRowPosition(int) - Method in class com.codename1.ui.table.TableLayout
Returns the position of the given table row.
getRows() - Method in class com.codename1.ui.layouts.GridLayout
 
getRows() - Method in class com.codename1.ui.table.TableLayout
Get the number of rows
getRows() - Method in class com.codename1.ui.TextArea
Returns the number of rows in the text area
getRowsGap() - Method in class com.codename1.ui.TextArea
Gets the num of pixels gap between the rows
getRuntime() - Static method in class java.lang.Runtime
Returns the runtime object associated with the current Java application.
getSameHeight() - Method in class com.codename1.ui.Component
Returns the array of components that have an equal height
getSameWidth() - Method in class com.codename1.ui.Component
Returns the array of components that have an equal width
getScale() - Method in class com.codename1.charts.renderers.DefaultRenderer
Returns the value to be used for scaling the chart.
getScale() - Method in class com.codename1.util.BigDecimal
 
getScaleNumber() - Method in class com.codename1.charts.models.XYSeries
 
getScalesCount() - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
 
getScaleX() - Method in class com.codename1.ui.Graphics
Returns the affine X scale
getScaleX() - Method in class com.codename1.ui.Transform
Gets the x scale factor of this transformation.
getScaleY() - Method in class com.codename1.ui.Graphics
Returns the affine Y scale
getScaleY() - Method in class com.codename1.ui.Transform
Gets the y scale factor of this transformation.
getScaleZ() - Method in class com.codename1.ui.Transform
Gets the z scale factor of this transformation.
getScheme() - Method in class java.net.URI
Get the scheme part of the URI.
getSchemeSpecificPart() - Method in class java.net.URI
 
getScreenHeight() - Method in interface com.codename1.ui.layouts.mig.ComponentWrapper
Returns the pixel size of the screen that the component is currently in or for the default screen if the component is not visible or null.
getScreenLocationX() - Method in interface com.codename1.ui.layouts.mig.ComponentWrapper
Returns the screen x-coordinate for the upper left coordinate of the component layout-able bounds.
getScreenLocationY() - Method in interface com.codename1.ui.layouts.mig.ComponentWrapper
Returns the screen y-coordinate for the upper left coordinate of the component layout-able bounds.
getScreenR() - Method in class com.codename1.charts.views.XYChart
 
getScreenWidth() - Method in interface com.codename1.ui.layouts.mig.ComponentWrapper
Returns the pixel size of the screen that the component is currently in or for the default screen if the component is not visible or null.
getScrollable() - Method in class com.codename1.ui.Component
Returns the scrollable parent of this component
getScrollAnimationSpeed() - Method in class com.codename1.ui.Component
Scroll animation speed in milliseconds allowing a developer to slow down or accelerate the smooth animation mode
getScrollAnimationSpeed() - Method in class com.codename1.ui.Form
 
getScrollDimension() - Method in class com.codename1.ui.Component
Returns the Components dimension in scrolling, this is very similar to the preferred size aspect only it represents actual scrolling limits.
getScrollIncrement() - Method in class com.codename1.ui.Container
Gets the Container scroll increment
getScrollOpacity() - Method in class com.codename1.ui.Component
This method is used internally by the look and feel to implement the fading scrollbar behavior.
getScrollOpacityChangeSpeed() - Method in class com.codename1.ui.Component
Indicates the decrement units for the scroll opacity
getScrollX() - Method in class com.codename1.ui.Component
Indicates the X position of the scrolling, this number is relative to the component position and so a position of 0 would indicate the x position of the component.
getScrollY() - Method in class com.codename1.ui.Component
Indicates the Y position of the scrolling, this number is relative to the component position and so a position of 0 would indicate the x position of the component.
getSegmentShape(int) - Method in class com.codename1.charts.views.PieChart
Gets the shape of a pie segment given its point index.
getSegmentShape(int) - Method in class com.codename1.charts.views.PieMapper
 
getSelectableBuffer() - Method in class com.codename1.charts.renderers.DefaultRenderer
Returns the selectable radius value around clickable points.
getSelectCommand() - Method in class com.codename1.ui.MenuBar
The selectCommand is the command to invoke when a Component has foucs in Third Soft Button state.
getSelectCommandText() - Method in class com.codename1.ui.Component
Allows determining the text for the select command used in the 3rd softbutton mode.
getSelected() - Method in class com.codename1.ui.list.GenericListCellRenderer
 
getSelectedButton() - Method in class com.codename1.ui.list.MultiList
Allows developers to customize the properties of the selected multi-button in code
getSelectedColumn() - Method in class com.codename1.ui.table.Table
Returns the selected column in the table
getSelectedComponent() - Method in class com.codename1.ui.Tabs
Returns the component associated with the tab at the given index
getSelectedDay() - Method in class com.codename1.ui.Calendar
Returns the time for the current calendar.
getSelectedEven() - Method in class com.codename1.ui.list.GenericListCellRenderer
 
getSelectedIndex() - Method in class com.codename1.cloud.CloudListModel
 
getSelectedIndex() - Method in class com.codename1.ui.ButtonGroup
Return the index of the selected button within the group
getSelectedIndex() - Method in class com.codename1.ui.list.ContainerList
Returns the current selected offset in the list
getSelectedIndex() - Method in class com.codename1.ui.list.DefaultListModel
 
getSelectedIndex() - Method in class com.codename1.ui.list.FilterProxyListModel
 
getSelectedIndex() - Method in class com.codename1.ui.List
Returns the current selected offset in the list
getSelectedIndex() - Method in interface com.codename1.ui.list.ListModel
Returns the selected list offset
getSelectedIndex() - Method in class com.codename1.ui.Tabs
Returns the currently selected index for this tabbedpane.
getSelectedItem() - Method in class com.codename1.ui.list.ContainerList
Returns the current/last selected item
getSelectedItem() - Method in class com.codename1.ui.List
Returns the current selected item in the list or null for no selection
getSelectedItem() - Method in class com.codename1.ui.tree.Tree
Returns the currently selected item in the tree
getSelectedRect() - Method in class com.codename1.ui.ComboBox
 
getSelectedRect() - Method in class com.codename1.ui.Component
Returns the component bounds with absolute screen coordinates, for components that include an internal selection behavior and are not containers (currently only List) this method allows returning the position of the selection itself which is useful for things such as the popup dialog and similar UI's that need to reference the position of the selection externally
getSelectedRect() - Method in class com.codename1.ui.list.ContainerList
 
getSelectedRect() - Method in class com.codename1.ui.List
 
getSelectedRow() - Method in class com.codename1.ui.table.Table
Returns the selected row in the table
getSelectedString() - Method in class com.codename1.ui.spinner.Picker
Returns the current string
getSelectedStyle() - Method in class com.codename1.ui.Component
Returns the Component Style for the selected state allowing us to manipulate the look of the component when it owns focus
getSelectionTransparency() - Method in class com.codename1.ui.list.DefaultListCellRenderer
The background transparency factor to apply to the selection focus
getSelectMenuItem() - Method in class com.codename1.ui.MenuBar
This method returns the select menu item, when a menu is opened
getSendButtonText() - Static method in class com.codename1.system.DefaultCrashReporter
The text for the user prompt dialog
getSentReceived() - Method in class com.codename1.io.NetworkEvent
Returns the amount of data received up to this event or sent up to this event (depending on the event type).
getSerializedObject(Object) - Static method in class com.codename1.ui.layouts.mig.LayoutUtil
Returns the serialized object that are associated with caller.
getSeries() - Method in class com.codename1.charts.models.XYMultipleSeriesDataset
Returns an array of the XY series.
getSeries() - Method in class com.codename1.charts.transitions.XYSeriesTransition
Gets the series whose values are to be animated by this transition.
getSeriesAndPointForScreenCoordinate(Point) - Method in class com.codename1.charts.views.AbstractChart
Given screen coordinates, returns the series and point indexes of a chart element.
getSeriesAndPointForScreenCoordinate(Point) - Method in class com.codename1.charts.views.PieChart
 
getSeriesAndPointForScreenCoordinate(Point) - Method in class com.codename1.charts.views.PieMapper
Fetches the SeriesSelection for the PieSegment selected.
getSeriesAndPointForScreenCoordinate(Point) - Method in class com.codename1.charts.views.XYChart
 
getSeriesAt(int) - Method in class com.codename1.charts.models.XYMultipleSeriesDataset
Returns the XY series at the specified index.
getSeriesCount() - Method in class com.codename1.charts.models.XYMultipleSeriesDataset
Returns the XY series count.
getSeriesIndex() - Method in class com.codename1.charts.models.SeriesSelection
 
getSeriesIndex() - Method in class com.codename1.charts.views.CombinedXYChart.XYCombinedChartDef
 
getSeriesRendererAt(int) - Method in class com.codename1.charts.renderers.DefaultRenderer
Returns the simple renderer from the multiple renderer list.
getSeriesRendererCount() - Method in class com.codename1.charts.renderers.DefaultRenderer
Returns the simple renderers count in the multiple renderer list.
getSeriesRenderers() - Method in class com.codename1.charts.renderers.DefaultRenderer
Returns an array of the simple renderers in the multiple renderer list.
getShape(float, float, float) - Method in class com.codename1.charts.views.PieSegment
 
getSharedInstance() - Static method in class com.codename1.ui.layouts.LayoutStyle
Factory methods for obtaining the current LayoutStyle object appropriate for the current look and feel.
getShiftMillimeters() - Method in class com.codename1.ui.Label
Returns the number of millimeters that should be shifted in tickering
getShiftText() - Method in class com.codename1.ui.Label
Simple getter to return how many pixels to shift the text inside the Label
getShort(int) - Method in interface com.codename1.db.Row
Gets column value by index.
getShortMonths() - Method in class com.codename1.l10n.DateFormatSymbols
 
getShortMonths() - Method in class java.text.DateFormatSymbols
 
getShortWeekdays() - Method in class com.codename1.l10n.DateFormatSymbols
 
getShortWeekdays() - Method in class java.text.DateFormatSymbols
 
getShowDuringEditBehavior() - Method in class com.codename1.ui.Display
Returns the status of the show during edit flag
getShowOnInit() - Method in class com.codename1.io.ConnectionRequest
This dialog will be shown when this request enters the network queue
getShrink() - Method in class com.codename1.ui.layouts.mig.DimConstraint
Returns the shrink priority.
getShrinkPriority() - Method in class com.codename1.ui.layouts.mig.DimConstraint
Returns the shrink priority.
getSideGap() - Method in class com.codename1.ui.Component
Returns the gap to be left for the side scrollbar on the Y axis.
getSideGap() - Method in class com.codename1.ui.Container
 
getSideGap() - Method in class com.codename1.ui.List
 
getSilentRetryCount() - Method in class com.codename1.io.ConnectionRequest
Indicates the number of times to silently retry a connection that failed before prompting
getSimpleName() - Method in class java.lang.Class
Deprecated.
don't use this method for anything important since class names are obfuscated on the device!
getSize() - Method in class com.codename1.cloud.CloudListModel
 
getSize() - Method in class com.codename1.ui.animations.Timeline
Returns the pixel based unscaled dimentions of this timeline
getSize() - Method in class com.codename1.ui.Font
Return Optional operation returning the font size for system fonts
getSize() - Method in class com.codename1.ui.geom.Rectangle
Return the dimension of the rectangle
getSize() - Method in class com.codename1.ui.geom.Rectangle2D
Return the dimension of the rectangle
getSize() - Method in class com.codename1.ui.layouts.mig.DimConstraint
Returns the min/preferred/max size for the entity in the dimension that this object describes.
getSize(ComponentWrapper) - Method in class com.codename1.ui.layouts.mig.LayoutCallback
Returns a size similar to the "width" and "height" in the component constraint.
getSize() - Method in class com.codename1.ui.list.DefaultListModel
 
getSize() - Method in class com.codename1.ui.list.FilterProxyListModel
 
getSize() - Method in interface com.codename1.ui.list.ListModel
Returns the number of items in the list
getSizeGroup() - Method in class com.codename1.ui.layouts.mig.DimConstraint
Returns the size group that this entity should be in for the dimension that this object is describing.
getSizeOfArray(String) - Method in class com.codename1.processing.Result
Get the size of an array at the requested path.
getSizeSafe(int[], int) - Static method in class com.codename1.ui.layouts.mig.LayoutUtil
 
getSkip() - Method in class com.codename1.ui.layouts.mig.CC
Returns how many cells in the grid that should be skipped before the component that this constraint belongs to.
getSku() - Method in class com.codename1.payment.Product
 
getSMSSupport() - Method in class com.codename1.ui.Display
Indicates the level of SMS support in the platform as one of: SMS_NOT_SUPPORTED (for desktop, tablet etc.), SMS_SEAMLESS (no UI interaction), SMS_INTERACTIVE (with compose UI), SMS_BOTH.
getSoftButton(int) - Method in class com.codename1.ui.Form
Returns the button representing the softbutton, this allows modifying softbutton attributes and behavior programmatically rather than by using the command API.
getSoftButtonCount() - Method in class com.codename1.ui.Form
Returns the number of buttons on the menu bar for use with getSoftButton()
getSource() - Method in class com.codename1.ui.animations.Transition
Returns the source form which is the form from which the animation is starting.
getSource() - Method in class com.codename1.ui.events.ActionEvent
The element that triggered the action event, useful for decoupling event handling code
getSourceUrl() - Method in class com.codename1.facebook.Photo
Get sourceUrl
getSourceValue() - Method in class com.codename1.ui.animations.Motion
The number from which we are starting (usually indicating animation start position)
getSouth() - Method in class com.codename1.ui.layouts.BorderLayout
Returns the component in the south location
getSouthWest() - Method in class com.codename1.maps.BoundingBox
Gets the /south west coordinate
getSpanX() - Method in class com.codename1.ui.layouts.mig.CC
Returns the number of cells the cell that this constraint's component will span in the indicated dimension.
getSpanY() - Method in class com.codename1.ui.layouts.mig.CC
Returns the number of cells the cell that this constraint's component will span in the indicated dimension.
getSplit() - Method in class com.codename1.ui.layouts.mig.CC
Returns in how many parts the current cell (that this constraint's component will be in) should be split in.
getStartAngle() - Method in class com.codename1.charts.renderers.DefaultRenderer
Returns the start angle for circular charts such as pie, doughnut.
getStartAngle() - Method in class com.codename1.charts.views.PieSegment
 
getStartDate() - Method in class com.codename1.ui.spinner.DateTimeSpinner
 
getStartTime() - Method in class com.codename1.ui.animations.AnimationObject
The start time of the animation determines when we start actually drawing the animation object.
getStartTime() - Method in class com.codename1.ui.animations.Motion
The value of System.currentTimemillis() when motion was started
getStartYear() - Method in class com.codename1.ui.spinner.DateSpinner
 
getState() - Method in class com.codename1.ui.Button
Returns the button state
getStatus() - Method in class com.codename1.cloud.CloudObject
Returns one of the status constants in this class
getStatus(int) - Method in class com.codename1.io.services.TwitterRESTService
Returns the status at the given offset
getStatus() - Method in class com.codename1.location.Location
The status of the location one of: LocationManager.AVAILABLE, LocationManager.OUT_OF_SERVICE or LocationManager.TEMPORARILY_UNAVAILABLE:
getStatus() - Method in class com.codename1.location.LocationManager
Gets the Manager status: AVAILABLE, OUT_OF_SERVICE or TEMPORARILY_UNAVAILABLE
getStatusesCount() - Method in class com.codename1.io.services.TwitterRESTService
Returns the number of statuses within the response
getStep() - Method in class com.codename1.ui.spinner.NumericSpinner
Step for spinner gap
getStorageCacheSize() - Method in class com.codename1.cloud.CloudListModel
Returns the elements cached within the persistent storage
getStorageCacheSize() - Method in class com.codename1.io.CacheMap
Indicates the size of the storage cache after which the cache won't grow further Size is indicated by number of elements stored and not by KB or similar benchmark!
getStreetAddress() - Method in class com.codename1.contacts.Address
Gets Address Street
getString(String) - Method in class com.codename1.cloud.CloudObject
Returns the value for the given key
getString(int) - Method in interface com.codename1.db.Row
Gets column value by index.
getString(String) - Method in class com.codename1.javascript.JSObject
Wrapper around get() to return a String.
getString(int) - Method in class com.codename1.javascript.JSObject
Wrapper for get(int) for indexed string values.
getStrings() - Method in class com.codename1.ui.spinner.Picker
Returns the String array matching the metadata
getStroke() - Method in class com.codename1.charts.renderers.SimpleSeriesRenderer
Returns the stroke style.
getStrokeCap() - Method in class com.codename1.charts.compat.Paint
Deprecated.
 
getStrokeJoin() - Method in class com.codename1.charts.compat.Paint
Deprecated.
 
getStrokeMiter() - Method in class com.codename1.charts.compat.Paint
Deprecated.
 
getStrokeWidth() - Method in class com.codename1.charts.compat.Paint
Deprecated.
 
getStyle() - Method in class com.codename1.charts.compat.Paint
Deprecated.
 
getStyle() - Method in class com.codename1.ui.Component
Returns the current Component Style allowing code to draw the current component, you should normally use getUnselected/Pressed/DisabledStyle() and not this method since it will return different values based on component state.
getStyle() - Method in class com.codename1.ui.Font
Return Optional operation returning the font style for system fonts
getStyle() - Method in class com.codename1.ui.list.DefaultListCellRenderer
 
getStyle() - Method in class com.codename1.ui.Slider
 
getSubUnits() - Method in class com.codename1.ui.layouts.mig.UnitValue
 
getSuggestionModel() - Method in class com.codename1.ui.AutoCompleteTextField
Returns the list model to show within the completion list
getSupportedAttributesList() - Method in class com.codename1.ui.html.HTMLElement
Returns a list of supported attributes for this tag.
getSupportedStandardName() - Method in class com.codename1.ui.html.HTMLParser
Returns a string identifying the document type this parser supports.
getSupportedStandardName() - Method in class com.codename1.xml.XMLParser
Returns a string identifying the document type this parser supports.
getSupportedVirtualKeyboard() - Method in class com.codename1.ui.Display
Returns all platform supported virtual keyboards names
getSVGDocument() - Method in class com.codename1.ui.Image
Returns a platform specific DOM object that can be manipulated by the user to change the SVG Image
getSwipePlaceholder() - Method in class com.codename1.components.ImageViewer
This image is shown briefly during swiping while the full size image is loaded
getSwipeThreshold() - Method in class com.codename1.components.ImageViewer
The swipe threshold is a number between 0 and 1 that indicates the threshold after which the swiped image moves to the next image.
getSymbolTable() - Static method in class com.codename1.ui.TextField
Returns the symbol table for the device
getSyncFlush() - Method in class com.codename1.io.gzip.DeflaterOutputStream
 
getSystemResource() - Static method in class com.codename1.ui.util.Resources
Gets the system resource which can be located /CN1Images.res.
getTabComponentAt(int) - Method in class com.codename1.ui.Tabs
Returns the tab at index.
getTabCount() - Method in class com.codename1.ui.Tabs
Returns the number of tabs in this tabbedpane.
getTabIcon(Component) - Method in class com.codename1.ui.Tabs
Returns the icon of the tab component.
getTabIcon(int) - Method in class com.codename1.ui.Tabs
Returns the icon of the tab at the given index
getTabPlacement() - Method in class com.codename1.ui.Tabs
Returns the placement of the tabs for this tabbedpane.
getTabsContainer() - Method in class com.codename1.ui.Tabs
This method retrieves the Tabs buttons Container
getTabSelectedIcon(Component) - Method in class com.codename1.ui.Tabs
Returns the selected icon of the tab component.
getTabSelectedIcon(int) - Method in class com.codename1.ui.Tabs
Returns the icon of the tab at the given index
getTabTextPosition() - Method in class com.codename1.ui.Tabs
Returns The position of the text relative to the icon
getTabTitle(int) - Method in class com.codename1.ui.Tabs
Returns the title of the tab at the given index
getTabTitle(Component) - Method in class com.codename1.ui.Tabs
Returns the title of the tab component.
getTabUIID() - Method in class com.codename1.ui.Tabs
The UIID for a tab component which defaults to Tab
getTactileTouchDuration() - Method in class com.codename1.ui.plaf.LookAndFeel
Allows defining a tactile touch device that vibrates when the user presses a component that should respond with tactile feedback on a touch device (e.g.
getTag() - Method in class com.codename1.ui.layouts.mig.CC
Tags the component with metadata.
getTagId() - Method in class com.codename1.ui.html.HTMLElement
Returns this HTMLElement's ID
getTagName() - Method in class com.codename1.ui.html.HTMLElement
Returns this HTMLElement's tag name
getTagName() - Method in class com.codename1.xml.Element
Returns this Element's tag name
getTargetContainer() - Method in class com.codename1.components.RSSReader
The form/container to which the RSS will navigate when clicking a RSS entry
getTensileLength() - Method in class com.codename1.ui.Component
Recommended length for the tensile, -1 for default
getText() - Method in class com.codename1.components.SpanButton
Returns the text of the button
getText() - Method in class com.codename1.components.SpanLabel
Returns the text of the label
getText() - Method in class com.codename1.ui.Label
Returns the label text
getText() - Method in class com.codename1.ui.TextArea
Returns the text in the text area
getText() - Method in class com.codename1.xml.Element
Returns the text of this element (for text elements only)
getTextAlign() - Method in class com.codename1.charts.compat.Paint
Deprecated.
 
getTextAreaSize(TextArea, boolean) - Method in class com.codename1.ui.plaf.DefaultLookAndFeel
 
getTextAreaSize(TextArea, boolean) - Method in class com.codename1.ui.plaf.LookAndFeel
Calculate the preferred size of the component
getTextAt(int) - Method in class com.codename1.ui.TextArea
Returns the text in the given row of the text box
getTextBlockAlign() - Method in class com.codename1.components.SpanLabel
Returns the alignment of the whole text block and not the text within it!
getTextBounds(String, int, int, Rectangle2D) - Method in class com.codename1.charts.compat.Paint
Deprecated.
 
getTextChildren(String, boolean) - Method in class com.codename1.xml.Element
Returns all children with the specified text
getTextDecoration() - Method in class com.codename1.ui.plaf.Style
Returns the text decoration of this style
getTextDescendants(String, boolean, int) - Method in class com.codename1.xml.Element
Returns all text descendants containing the specified text
getTextDescendants(String, boolean) - Method in class com.codename1.xml.Element
Returns all text descendants containing the specified text
getTextFieldCursorColor() - Method in class com.codename1.ui.plaf.LookAndFeel
The color of the text field cursor
getTextFieldPreferredSize(TextArea) - Method in class com.codename1.ui.plaf.DefaultLookAndFeel
 
getTextFieldPreferredSize(TextArea) - Method in class com.codename1.ui.plaf.LookAndFeel
Calculate the preferred size of the component
getTextFieldString(TextArea) - Method in class com.codename1.ui.plaf.DefaultLookAndFeel
Similar to getText() but works properly with password fields
getTextLine1() - Method in class com.codename1.components.MultiButton
Returns the content of the row
getTextLine2() - Method in class com.codename1.components.MultiButton
Returns the content of the row
getTextLine3() - Method in class com.codename1.components.MultiButton
Returns the content of the row
getTextLine4() - Method in class com.codename1.components.MultiButton
Returns the content of the row
getTextPosition() - Method in class com.codename1.ui.Label
Returns The position of the text relative to the icon
getTextSize() - Method in class com.codename1.charts.compat.Paint
Deprecated.
 
getTextToShare() - Method in class com.codename1.components.ShareButton
Gets the text to share
getTextTypeface() - Method in class com.codename1.charts.renderers.DefaultRenderer
Returns the text typeface.
getTextTypefaceName() - Method in class com.codename1.charts.renderers.DefaultRenderer
Returns the text typeface name.
getTextTypefaceStyle() - Method in class com.codename1.charts.renderers.DefaultRenderer
Returns the text typeface style.
getTextUIID() - Method in class com.codename1.components.SpanButton
Returns the uiid of the actual text
getTextUIID() - Method in class com.codename1.components.SpanLabel
Returns the uiid of the actual text
getTextWidths(String, float[]) - Method in class com.codename1.charts.compat.Paint
Deprecated.
 
getTheme(String) - Method in class com.codename1.ui.util.Resources
Returns the theme resource from the file
getThemeConstant(String, int) - Method in class com.codename1.ui.plaf.UIManager
Returns a theme constant defined in the resource editor
getThemeConstant(String, String) - Method in class com.codename1.ui.plaf.UIManager
Returns a theme constant defined in the resource editor
getThemeImageConstant(String) - Method in class com.codename1.ui.plaf.UIManager
Returns a theme constant defined in the resource editor
getThemeMaskConstant(String) - Method in class com.codename1.ui.plaf.UIManager
Returns a theme mask constant
getThemeName() - Method in class com.codename1.ui.plaf.UIManager
 
getThemeResourceNames() - Method in class com.codename1.ui.util.Resources
Returns the names of the images within this bundle
getThickness() - Method in class com.codename1.ui.plaf.Border
This method returns how thick is the border in pixels, notice this doesn't apply to most border types
getThreadAndTimeStamp() - Method in class com.codename1.io.Log
Returns a simple string containing a timestamp and thread name.
getThreadCount() - Method in class com.codename1.io.NetworkManager
The number of threads
getThumbImage() - Method in class com.codename1.ui.Slider
The thumb image is drawn on top of the current progress
getTickerSpeed() - Method in class com.codename1.ui.plaf.LookAndFeel
Gets the ticker speed
getTileSize() - Static method in class com.codename1.maps.providers.GoogleMapsProvider
 
getTime() - Method in interface com.codename1.media.Media
Returns the time in seconds in the audio file or -1 if not known
getTime() - Method in class com.codename1.ui.animations.Timeline
Returns the time of the timeline
getTime() - Method in class com.codename1.ui.spinner.Picker
This value is only used for time type and is ignored in the case of date and time where both are embedded within the date.
getTime() - Method in class java.util.Calendar
Gets this Calendar's current time.
getTime() - Method in class java.util.Date
Returns the number of milliseconds since January 1, 1970, 00:00:00 GMT represented by this Date object.
getTimeInMillis() - Method in class java.util.Calendar
Gets this Calendar's current time as a long expressed in milliseconds after January 1, 1970, 0:00:00 GMT (the epoch).
getTimeInstance() - Static method in class com.codename1.l10n.DateFormat
Get a DateFormat instance with default style for time (SHORT).
getTimeInstance(int) - Static method in class com.codename1.l10n.DateFormat
Get a DateFormat instance that uses a given style for times.
getTimeInstance() - Static method in class java.text.DateFormat
Deprecated.
Get a DateFormat instance with default style for time (SHORT).
getTimeInstance(int) - Static method in class java.text.DateFormat
Deprecated.
Get a DateFormat instance that uses a given style for times.
getTimeout() - Method in class com.codename1.io.ConnectionRequest
Indicates the timeout for this connection request
getTimeout() - Method in class com.codename1.io.NetworkManager
Returns the timeout duration
getTimeoutMillis() - Method in class com.codename1.testing.AbstractTest
Defaults to two minutes.
getTimeoutMillis() - Method in interface com.codename1.testing.UnitTest
Returns the time in milliseconds after which the test should be automatically failed.
getTimeStamp() - Method in class com.codename1.location.Location
Returns the timestamp of this Location
getTimezone() - Method in class com.codename1.facebook.User
 
getTimeZone() - Method in class com.codename1.ui.Calendar
Gets the Calendar timezone
getTimeZone() - Method in class java.util.Calendar
Gets the time zone.
getTimeZone(String) - Static method in class java.util.TimeZone
Gets the TimeZone for the given ID.
getTintColor() - Method in class com.codename1.components.InfiniteProgress
The tinting color of the screen when the showInifiniteBlocking method is invoked
getTintColor() - Method in class com.codename1.ui.Form
Default color for the screen tint when a dialog or a menu is shown
getTitle() - Method in class com.codename1.charts.models.CategorySeries
Returns the series title.
getTitle() - Method in class com.codename1.charts.models.XYSeries
Returns the series title.
getTitle() - Method in class com.codename1.components.InteractionDialog
 
getTitle() - Method in class com.codename1.components.WebBrowser
Returns the title for the browser page
getTitle() - Method in class com.codename1.maker.MakerPlugin
Deprecated.
The title that the user has set to this plugin
getTitle() - Method in class com.codename1.ui.BrowserComponent
The page title
getTitle() - Method in class com.codename1.ui.Dialog
 
getTitle() - Method in class com.codename1.ui.Form
Returns the Form title text
getTitle() - Method in class com.codename1.ui.html.HTMLComponent
Deprecated.
Returns the HTML page's title as described in its TITLE tag
getTitleAlignment() - Method in class com.codename1.ui.table.Table
Indicates the alignment of the title see label alignment for details
getTitleArea() - Method in class com.codename1.ui.Form
Deprecated.
this method was exposed to allow some hacks, you are advised not to use it. There are some alternatives such as command behavior (thru Display or the theme constants)
getTitleAreaContainer() - Method in class com.codename1.ui.MenuBar
Returns the parent Form title area
getTitleComponent() - Method in class com.codename1.components.InteractionDialog
 
getTitleComponent() - Method in class com.codename1.ui.Dialog
 
getTitleComponent() - Method in class com.codename1.ui.Form
Allows modifying the title attributes beyond style (e.g.
getTitleComponent() - Method in class com.codename1.ui.MenuBar
Gets the Form titleComponent
getTitles(int) - Method in class com.codename1.charts.models.MultipleCategorySeries
Returns the series titles.
getTitleStyle() - Method in class com.codename1.ui.Dialog
 
getTitleStyle() - Method in class com.codename1.ui.Form
Returns the style of the title
getTo() - Method in class com.codename1.facebook.Post
Gets the to users
getToken() - Method in class com.codename1.cloud.CloudPersona
Returns a unique login token that represents the current user and his password, while this login token shouldn't be user visible (it's a password too!) it can be transfered to a different device to give them both identical user role and joined access.
getToken() - Method in class com.codename1.social.FacebookConnect
The facebook token that can be used to access facebook functionality
getToolbar() - Method in class com.codename1.ui.Form
Gets the Form Toolbar if exists or null
getTotalBytesRead() - Method in class com.codename1.io.BufferedInputStream
Returns the total amount of bytes read from this stream so far
getTotalBytesWritten() - Method in class com.codename1.io.BufferedOutputStream
Returns the total amount of bytes written to this stream so far
getTotalIn() - Method in class com.codename1.io.gzip.DeflaterOutputStream
 
getTotalIn() - Method in class com.codename1.io.gzip.InflaterInputStream
 
getTotalIn() - Method in class com.codename1.io.gzip.ZStream
Deprecated.
 
getTotalOut() - Method in class com.codename1.io.gzip.DeflaterOutputStream
 
getTotalOut() - Method in class com.codename1.io.gzip.InflaterInputStream
 
getTotalOut() - Method in class com.codename1.io.gzip.ZStream
Deprecated.
 
getTransform() - Method in class com.codename1.charts.ChartComponent
Gets the transform for the chart.
getTransform() - Method in class com.codename1.ui.Graphics
Gets the transformation matrix that is currently applied to this graphics context.
getTransitionIn() - Static method in class com.codename1.ui.VirtualKeyboard
The transition in for the VKB
getTransitionInAnimator() - Method in class com.codename1.ui.Form
This property allows us to define a an animation that will draw the transition for entering this form.
getTransitionOut() - Static method in class com.codename1.ui.VirtualKeyboard
The transition out for the VKB
getTransitionOutAnimator() - Method in class com.codename1.ui.Form
This property allows us to define a an animation that will draw the transition for exiting this form.
getTransitionSpeed() - Method in class com.codename1.ui.animations.CommonTransitions
Returns the speed of the transition in milliseconds
getTranslateX() - Method in class com.codename1.ui.Graphics
Returns the current x translate value
getTranslateX() - Method in class com.codename1.ui.Transform
Gets the x translation of this transformation.
getTranslateY() - Method in class com.codename1.ui.Graphics
Returns the current y translate value
getTranslateY() - Method in class com.codename1.ui.Transform
Gets the y translation of this transformation.
getTranslateZ() - Method in class com.codename1.ui.Transform
Gets the z translation of this transformation.
getType() - Method in class com.codename1.charts.renderers.XYSeriesRenderer.FillOutsideLine
Returns the fill type.
getType() - Method in class com.codename1.charts.views.CombinedXYChart.XYCombinedChartDef
 
getType() - Method in class com.codename1.cloud.CloudObject
Returns the type of the object
getType() - Method in class com.codename1.facebook.Album
Gets the type
getType() - Method in class com.codename1.facebook.Post
Get the type
getType() - Method in class com.codename1.ui.spinner.Picker
Returns the type of the picker
getTypeface() - Method in class com.codename1.charts.compat.Paint
Deprecated.
 
getUdid() - Method in class com.codename1.ui.Display
Returns the UDID for devices that support it
getUIID() - Method in class com.codename1.ui.Component
Unique identifier for a component.
getUIIDLine1() - Method in class com.codename1.components.MultiButton
Returns the UIID of the row
getUIIDLine2() - Method in class com.codename1.components.MultiButton
Returns the UIID of the row
getUIIDLine3() - Method in class com.codename1.components.MultiButton
Returns the UIID of the row
getUIIDLine4() - Method in class com.codename1.components.MultiButton
Returns the UIID of the row
getUIManager() - Method in class com.codename1.ui.Component
This method should be used by the Component to retrieve the correct UIManager to work with
getUIManager() - Method in class com.codename1.ui.Container
 
getUIManager() - Method in class com.codename1.ui.Form
 
getUIResourceNames() - Method in class com.codename1.ui.util.Resources
Returns the names of the ui resources within this bundle
getUnderlying() - Method in class com.codename1.ui.list.FilterProxyListModel
Returns the underlying model which is needed to perform mutations on the list.
getUniqueDeviceId() - Static method in class com.codename1.io.Log
Returns a server generated unique device id that is cached locally and is only valid per application.
getUnit() - Method in class com.codename1.ui.layouts.mig.UnitValue
 
getUnitString() - Method in class com.codename1.ui.layouts.mig.UnitValue
 
getUnitValueX(String) - Static method in class com.codename1.ui.layouts.mig.PlatformDefaults
Returns the unit value associated with the unit.
getUnitValueY(String) - Static method in class com.codename1.ui.layouts.mig.PlatformDefaults
Returns the unit value associated with the unit.
getUnselected() - Method in class com.codename1.ui.list.GenericListCellRenderer
 
getUnselectedButton() - Method in class com.codename1.ui.list.MultiList
Allows developers to customize the properties of the unselected multi-button in code
getUnselectedEven() - Method in class com.codename1.ui.list.GenericListCellRenderer
 
getUnselectedStyle() - Method in class com.codename1.ui.Component
Returns the Component Style for the unselected mode allowing us to manipulate the look of the component
getUnsupportedChars() - Method in class com.codename1.ui.TextArea
Unsupported characters is a string that contains characters that cause issues when rendering on some problematic fonts.
getUpdated_time() - Method in class com.codename1.facebook.Album
Gets the updated_time
getUpdated_time() - Method in class com.codename1.facebook.Photo
Get updated_time
getUpdateDuration() - Method in class com.codename1.components.Ads
The amount of time needed to update the ad
getURL() - Method in class com.codename1.components.RSSReader
The URL of the RSS stream
getURL() - Method in class com.codename1.components.WebBrowser
The page URL
getUrl() - Method in class com.codename1.io.ConnectionRequest
 
getUrl() - Method in class com.codename1.io.services.CachedData
 
getURL() - Method in class com.codename1.ui.BrowserComponent
The page URL
getUrl() - Method in class com.codename1.ui.html.DocumentInfo
Returns the absolute URL associated with this DocumentInfo object
getURLBasePath(String) - Static method in class com.codename1.io.Util
Returns the URL's base path, which is the same as the path only without an ending file e.g.: http://domain.com/f/f.html would return as: /f/
getUrlForCloudFileId(String) - Method in class com.codename1.cloud.CloudStorage
Converts a file id to a URL with which the file can be downloaded, notice that the file URL is world readable!
getURLHost(String) - Static method in class com.codename1.io.Util
Returns the URL's host portion
getURLPath(String) - Static method in class com.codename1.io.Util
Returns the URL's path
getURLProtocol(String) - Static method in class com.codename1.io.Util
Returns the protocol of an absolute URL e.g.
getUrls() - Method in class com.codename1.contacts.Contact
Gets Contact urls
getUser(String, User, ActionListener) - Method in class com.codename1.facebook.FaceBookAccess
Gets a user from a user id
getUser(String) - Method in class com.codename1.facebook.FaceBookAccess
Gets a User from a user id This is a sync method it will block until a response it returned
getUserAgent() - Method in class com.codename1.io.ConnectionRequest
 
getUserAlbums(String, DefaultListModel, ActionListener) - Method in class com.codename1.facebook.FaceBookAccess
Gets the user albums
getUserEvents(String, DefaultListModel, ActionListener) - Method in class com.codename1.facebook.FaceBookAccess
Gets the user events
getUserFriends(String, DefaultListModel, ActionListener) - Method in class com.codename1.facebook.FaceBookAccess
Gets the user friends
getUserInboxThreads(String, DefaultListModel, int, ActionListener) - Method in class com.codename1.facebook.FaceBookAccess
Gets the user inbox Threads
getUserInfo() - Method in class java.net.URI
 
getUsername() - Method in class com.codename1.facebook.Page
Simple Getter
getUsername() - Method in class com.codename1.facebook.User
Returns the username
getUserNotifications(String, String, boolean, DefaultListModel, ActionListener) - Method in class com.codename1.facebook.FaceBookAccess
Gets the user notifications (this method uses the legacy rest api see http://developers.facebook.com/docs/reference/rest/)
getUsersDetails(String[], String[], ActionListener) - Method in class com.codename1.facebook.FaceBookAccess
Gets users requested details ((this method uses the legacy rest api see http://developers.facebook.com/docs/reference/rest/))
getValign() - Method in class com.codename1.ui.layouts.FlowLayout
Indicates vertical alignment within the flow layout
getValue(int) - Method in class com.codename1.charts.models.CategorySeries
Returns the value at the specified index.
getValue() - Method in class com.codename1.charts.models.SeriesSelection
 
getValue(int) - Method in class com.codename1.charts.models.XYValueSeries
Returns the value at the specified index.
getValue() - Method in class com.codename1.charts.views.PieSegment
 
getValue() - Method in class com.codename1.io.Cookie
 
getValue() - Method in class com.codename1.io.gzip.Adler32
 
getValue() - Method in class com.codename1.io.gzip.CRC32
 
getValue() - Method in class com.codename1.ui.animations.Motion
Returns the value for the motion for the current clock time.
getValue(Object, String, int) - Static method in class com.codename1.ui.layouts.mig.LinkHandler
 
getValue() - Method in class com.codename1.ui.layouts.mig.UnitValue
 
getValue() - Method in class com.codename1.ui.spinner.GenericSpinner
The value for the spinner
getValue(int) - Method in class com.codename1.ui.spinner.GenericSpinner
The value for the spinner
getValue() - Method in class com.codename1.ui.spinner.NumericSpinner
The value for the spinner
getValue() - Method in class java.util.AbstractMap.SimpleEntry
Returns the value.
getValue() - Method in class java.util.AbstractMap.SimpleImmutableEntry
Returns the value.
getValue() - Method in interface java.util.Map.Entry
Returns the value.
getValueAt(int, int) - Method in class com.codename1.ui.table.DefaultTableModel
 
getValueAt(int, int) - Method in interface com.codename1.ui.table.TableModel
Returns the value of the cell at the given location
getValues(int) - Method in class com.codename1.charts.models.MultipleCategorySeries
Returns the values at the specified index.
getVariable(String) - Method in interface com.codename1.media.Media
Allows querying platform specific information from the media object
getVelocity() - Method in class com.codename1.location.Location
Returns the velocity of this Location in meters per second (m/s)
getVersion() - Method in class com.codename1.cloud.CloudObject
 
getVersion() - Method in class com.codename1.io.Cookie
 
getVersion() - Method in interface com.codename1.io.Externalizable
Returns the version for the current persistance code, the version will be pased to internalized thus allowing the internalize method to recognize classes persisted in older revisions
getVersion() - Method in class com.codename1.io.services.CachedData
 
getVersion() - Static method in class com.codename1.ui.layouts.mig.LayoutUtil
Returns the current version of MiG Layout.
getVertical() - Method in class com.codename1.ui.layouts.mig.CC
Returns the vertical dimension constraint for this component constraint.
getVerticalAlign() - Method in class com.codename1.ui.table.TableLayout.Constraint
 
getVerticalAlignment() - Method in class com.codename1.ui.Label
Returns the vertical alignment of the Label, this will only work when the icon is in the side of the text and not above or bellow it.
getVerticalAlignment() - Method in class com.codename1.ui.TextArea
Returns the vertical alignment of the text field, this only applies to single line text field
getVerticalGroup() - Method in class com.codename1.ui.layouts.GroupLayout
Returns the ParallelGroup that is responsible for layout along the vertical axis.
getVerticalScaleFactor() - Static method in class com.codename1.ui.layouts.mig.PlatformDefaults
The forced scale factor that all screen relative units (e.g.
getVerticalScreenDPI() - Method in interface com.codename1.ui.layouts.mig.ComponentWrapper
Returns the DPI (Dots Per Inch) of the screen the component is currently in or for the default screen if the component is not visible.
getVerticalScrollWidth() - Method in class com.codename1.ui.plaf.LookAndFeel
Returns the default width of a vertical scroll bar
getVerticalSpan() - Method in class com.codename1.ui.table.TableLayout.Constraint
 
getVideoComponent() - Method in interface com.codename1.media.Media
Gets the VideoComponent of this Video.
getVirtualKeyboard(TextArea) - Static method in class com.codename1.ui.VirtualKeyboard
This method returns the Textfield associated VirtualKeyboard, see bindVirtualKeyboard(TextField tf, VirtualKeyboard vkb) method.
getVirtualKeyboardName() - Method in class com.codename1.ui.VirtualKeyboard
 
getVisibleBounds() - Method in class com.codename1.ui.ComboBox
 
getVisibleBounds() - Method in class com.codename1.ui.Component
Returns the component bounds for scrolling which might differ from the getBounds for large components e.g.
getVisibleBounds() - Method in class com.codename1.ui.List
 
getVisualPadding() - Method in class com.codename1.ui.layouts.mig.CC
Returns the visual padding used when laying out this Component.
getVisualPadding() - Method in interface com.codename1.ui.layouts.mig.ComponentWrapper
Returns the padding on a component by component basis.
getVisualTypeForIndex(int) - Method in class com.codename1.charts.renderers.DialRenderer
Returns the visual type at the specified index.
getVKBTint(TextArea) - Static method in class com.codename1.ui.VirtualKeyboard
The tint color for the virtual keyboard when shown on top of this text field see the form tint methods for more information
getVolume() - Method in interface com.codename1.media.Media
Returns the media playback volume in percentage
getWallFeed(String, DefaultListModel, ActionListener) - Method in class com.codename1.facebook.FaceBookAccess
Gets the user wall feed, the data is being stored in the given DefaultListModel.
getWallFeed(String, DefaultListModel, int, ActionListener) - Method in class com.codename1.facebook.FaceBookAccess
Gets the user wall feed, the data is being stored in the given DefaultListModel.
getWallPosts(String, DefaultListModel, ActionListener) - Method in class com.codename1.facebook.FaceBookAccess
Gets the user wall feed, the data is being stored in the given DefaultListModel.
getWallPosts(String, DefaultListModel, int, ActionListener) - Method in class com.codename1.facebook.FaceBookAccess
Gets the user wall posts, the data is being stored in the given DefaultListModel.
getWebsite() - Method in class com.codename1.facebook.Page
Simple Getter
getWebsite() - Method in class com.codename1.facebook.User
 
getWeekdays() - Method in class com.codename1.l10n.DateFormatSymbols
 
getWeekdays() - Method in class java.text.DateFormatSymbols
 
getWest() - Method in class com.codename1.ui.layouts.BorderLayout
Returns the component in the west location
getWidestChar() - Static method in class com.codename1.ui.TextArea
Indicates the widest character in the alphabet, this is useful for detecting linebreaks internally.
getWidth() - Method in class com.codename1.charts.compat.Canvas
Deprecated.
 
getWidth() - Method in class com.codename1.facebook.Photo
Get width
getWidth() - Method in class com.codename1.ui.animations.Timeline
 
getWidth() - Method in class com.codename1.ui.Component
Returns the component width
getWidth() - Method in class com.codename1.ui.EncodedImage
 
getWidth() - Method in class com.codename1.ui.geom.Dimension
Returns the width of the dimension
getWidth() - Method in class com.codename1.ui.geom.Dimension2D
Returns the width of the dimension
getWidth() - Method in class com.codename1.ui.geom.Rectangle
Convenience method for getSize().getWidth();
getWidth() - Method in class com.codename1.ui.geom.Rectangle2D
Convenience method for getSize().getWidth();
getWidth() - Method in class com.codename1.ui.Image
Returns the width of the image
getWidth() - Method in interface com.codename1.ui.layouts.mig.ComponentWrapper
Returns the current width for this component.
getWidth() - Method in class com.codename1.ui.layouts.mig.Grid
 
getWidth(int) - Method in class com.codename1.ui.layouts.mig.Grid
 
getWidth() - Method in class com.codename1.ui.layouts.mig.LC
Returns the minimum/preferred/maximum size for the container that this layout constraint is set for.
getWidth() - Method in class com.codename1.ui.RGBImage
 
getWidthPercentage() - Method in class com.codename1.ui.table.TableLayout.Constraint
 
getWindingRule() - Method in class com.codename1.ui.geom.GeneralPath
Returns the path's current winding rule.
getWindingRule() - Method in interface com.codename1.ui.geom.PathIterator
Returns the winding rule to determine which points are inside this path.
getWrapAfter() - Method in class com.codename1.ui.layouts.mig.LC
Returns after what cell the grid should always auto wrap.
getWrapGapSize() - Method in class com.codename1.ui.layouts.mig.CC
Returns the wrap size if it is a custom size.
getX() - Method in class com.codename1.charts.models.Point
 
getX(int) - Method in class com.codename1.charts.models.XYSeries
Returns the X axis value at the specified index.
getX() - Method in class com.codename1.charts.views.ClickableArea
 
getX() - Method in class com.codename1.ui.Component
Returns the current component x location relatively to its parent container
getX() - Method in class com.codename1.ui.events.ActionEvent
The X position if this is a pointer event otherwise undefined
getX() - Method in class com.codename1.ui.geom.Point
Gets the x value of this Point
getX() - Method in class com.codename1.ui.geom.Point2D
Gets the x value of this Point
getX() - Method in class com.codename1.ui.geom.Rectangle
Return the x coordinate of the rectangle
getX() - Method in class com.codename1.ui.geom.Rectangle2D
Return the x coordinate of the rectangle
getX() - Method in interface com.codename1.ui.layouts.mig.ComponentWrapper
Returns the current x coordinate for this component.
getXAxisColor() - Method in class com.codename1.charts.renderers.DefaultRenderer
Returns the color of the X axis
getXAxisMax() - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Returns the end value of the X axis range.
getXAxisMax(int) - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Returns the end value of the X axis range.
getXAxisMin() - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Returns the start value of the X axis range.
getXAxisMin(int) - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Returns the start value of the X axis range.
getXLabelFormat() - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Returns the number format for displaying X axis labels.
getXLabels() - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Returns the approximate number of labels for the X axis.
getXLabels(double, double, int) - Method in class com.codename1.charts.views.TimeChart
 
getXLabels(double, double, int) - Method in class com.codename1.charts.views.XYChart
 
getXLabelsAlign() - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Returns the X axis labels alignment.
getXLabelsAngle() - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Returns the rotation angle of labels for the X axis.
getXLabelsColor() - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Returns the X axis labels color.
getXLabelsPadding() - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Returns the X labels padding.
getXTextLabel(Double) - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Returns the X axis text label at the specified X axis value.
getXTextLabelLocations() - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Returns the X text label locations.
getXTitle() - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Returns the title for the X axis.
getXValue() - Method in class com.codename1.charts.models.SeriesSelection
 
getXYMap() - Method in class com.codename1.charts.models.XYSeries
Returns the current values that are used for drawing the series.
getY() - Method in class com.codename1.charts.models.Point
 
getY(int) - Method in class com.codename1.charts.models.XYSeries
Returns the Y axis value at the specified index.
getY() - Method in class com.codename1.charts.views.ClickableArea
 
getY() - Method in class com.codename1.ui.Component
Returns the component y location relatively to its parent container
getY() - Method in class com.codename1.ui.events.ActionEvent
The Y position if this is a pointer event otherwise undefined
getY() - Method in class com.codename1.ui.geom.Point
Gets the y value of this Point
getY() - Method in class com.codename1.ui.geom.Point2D
Gets the y value of this Point
getY() - Method in class com.codename1.ui.geom.Rectangle
Return the y coordinate of the rectangle
getY() - Method in class com.codename1.ui.geom.Rectangle2D
Return the y coordinate of the rectangle
getY() - Method in interface com.codename1.ui.layouts.mig.ComponentWrapper
Returns the current y coordinate for this component.
getYAxisAlign(int) - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
 
getYAxisColor() - Method in class com.codename1.charts.renderers.DefaultRenderer
Returns the color of the Y axis
getYAxisMax() - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Returns the end value of the Y axis range.
getYAxisMax(int) - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Returns the end value of the Y axis range.
getYAxisMin() - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Returns the start value of the Y axis range.
getYAxisMin(int) - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Returns the start value of the Y axis range.
getYield() - Method in class com.codename1.io.BufferedInputStream
Allows setting a yield duration for this stream which is useful for background operations to release CPU
getYield() - Method in class com.codename1.io.ConnectionRequest
Returns the amount of time to yield for other processes, this is an implicit method that automatically generates values for lower priority connections
getYLabelFormat(int) - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Returns the number format for Y axis displaying labels.
getYLabels() - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Returns the approximate number of labels for the Y axis.
getYLabels(double[], double[], int) - Method in class com.codename1.charts.views.XYChart
 
getYLabelsAlign(int) - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Returns the Y axis labels alignment.
getYLabelsAngle() - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Returns the rotation angle of labels for the Y axis.
getYLabelsColor(int) - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Returns the Y axis labels color.
getYLabelsPadding() - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Returns the Y labels padding.
getYLabelsVerticalPadding() - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Returns the Y labels vertical padding.
getYTextLabel(Double) - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Returns the Y axis text label at the specified Y axis value.
getYTextLabel(Double, int) - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Returns the Y axis text label at the specified Y axis value.
getYTextLabelLocations() - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Returns the Y text label locations.
getYTextLabelLocations(int) - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Returns the Y text label locations.
getYTitle() - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Returns the title for the Y axis.
getYTitle(int) - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Returns the title for the Y axis.
getZoneStrings() - Method in class com.codename1.l10n.DateFormatSymbols
 
getZoneStrings() - Method in class java.text.DateFormatSymbols
 
getZoom() - Method in class com.codename1.components.ImageViewer
Manipulate the zoom level of the application
getZoomInLimitX() - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Returns the zoom in limit permitted in the axis X.
getZoomInLimitY() - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Returns the zoom in limit permitted in the axis Y.
getZoomLevel() - Method in class com.codename1.maps.MapComponent
Returns the current zoom level of the map.
getZoomLimits() - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Returns the zoom limits.
getZoomRate() - Method in class com.codename1.charts.renderers.DefaultRenderer
Deprecated. 
GlassTutorial - Class in com.codename1.ui.util
A Glass Tutorial appears on top of the UI especially on a touch device but could be on any device and points to/circles components within the UI coupled with explanation of what they do and a tint of the screen.
GlassTutorial() - Constructor for class com.codename1.ui.util.GlassTutorial
 
GNOME - Static variable in class com.codename1.ui.layouts.mig.PlatformDefaults
 
goBack() - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
goBack() - Static method in class com.codename1.testing.TestUtils
Executes the back command for the current form, similarly to pressing the back button
GOOGLE_PUSH_KEY - Static variable in class com.codename1.push.Push
Key for the hashtable argument when pushing to the google play store
GoogleMapsProvider - Class in com.codename1.maps.providers
This is a GoogleMaps Provider https://developers.google.com/maps/documentation/staticmaps/
GoogleMapsProvider(String) - Constructor for class com.codename1.maps.providers.GoogleMapsProvider
Google map provider Constructor
GradientDrawable - Class in com.codename1.charts.compat
 
GradientDrawable(GradientDrawable.Orientation, int[]) - Constructor for class com.codename1.charts.compat.GradientDrawable
 
GradientDrawable.Orientation - Enum in com.codename1.charts.compat
 
Graphics - Class in com.codename1.ui
Abstracts the underlying platform graphics context thus allowing us to achieve portability between MIDP devices and CDC devices.
GRAY - Static variable in class com.codename1.charts.util.ColorUtil
 
GREEN - Static variable in class com.codename1.charts.util.ColorUtil
 
green(int) - Static method in class com.codename1.charts.util.ColorUtil
 
Grid - Class in com.codename1.ui.layouts.mig
Holds components in a grid.
Grid(ContainerWrapper, LC, AC, AC, Map<? extends ComponentWrapper, CC>, ArrayList<LayoutCallback>) - Constructor for class com.codename1.ui.layouts.mig.Grid
Constructor.
GridBagConstraints - Class in com.codename1.ui.layouts
Port of the GridBag code from Apache's Harmony
GridBagConstraints(int, int, int, int, double, double, int, int, Insets, int, int) - Constructor for class com.codename1.ui.layouts.GridBagConstraints
 
GridBagConstraints() - Constructor for class com.codename1.ui.layouts.GridBagConstraints
 
GridBagLayout - Class in com.codename1.ui.layouts
Codename One port of the infamous GridBagLayout based on the Apache Harmony code
GridBagLayout() - Constructor for class com.codename1.ui.layouts.GridBagLayout
 
gridGap(String, String) - Method in class com.codename1.ui.layouts.mig.LC
Sets both grid gaps at the same time.
gridGapX(String) - Method in class com.codename1.ui.layouts.mig.LC
Same functionality as setGridGapX(ConstraintParser.parseBoundSize(boundsSize, true, true)) only this method returns this for chaining multiple calls.
gridGapY(String) - Method in class com.codename1.ui.layouts.mig.LC
Same functionality as setGridGapY(ConstraintParser.parseBoundSize(boundsSize, true, false)) only this method returns this for chaining multiple calls.
gridheight - Variable in class com.codename1.ui.layouts.GridBagConstraints
 
GridLayout - Class in com.codename1.ui.layouts
Components are arranged in an equally sized grid based on available space
GridLayout(int, int) - Constructor for class com.codename1.ui.layouts.GridLayout
Creates a new instance of GridLayout with the given rows and columns
gridwidth - Variable in class com.codename1.ui.layouts.GridBagConstraints
 
gridx - Variable in class com.codename1.ui.layouts.GridBagConstraints
 
gridy - Variable in class com.codename1.ui.layouts.GridBagConstraints
 
GroupLayout - Class in com.codename1.ui.layouts
GroupLayout is a LayoutManager that hierarchically groups components to achieve common, and not so common, layouts.
GroupLayout(Container) - Constructor for class com.codename1.ui.layouts.GroupLayout
Creates a GroupLayout for the specified Container.
GroupLayout.Group - Class in com.codename1.ui.layouts
Group provides for commonality between the two types of operations supported by GroupLayout: laying out components one after another (SequentialGroup) or layout on top of each other (ParallelGroup).
GroupLayout.ParallelGroup - Class in com.codename1.ui.layouts
A Group that lays out its elements on top of each other.
GroupLayout.SequentialGroup - Class in com.codename1.ui.layouts
A Group that lays out its elements sequentially, one after another.
grow() - Method in class com.codename1.ui.layouts.mig.AC
Specifies the current row/column's grow weight within columns/rows with the grow priority 100f.
grow(float) - Method in class com.codename1.ui.layouts.mig.AC
Specifies the current row/column's grow weight within columns/rows with the same grow priority.
grow(float, int...) - Method in class com.codename1.ui.layouts.mig.AC
Specifies the indicated rows'/columns' grow weight within columns/rows with the same grow priority.
grow(float...) - Method in class com.codename1.ui.layouts.mig.CC
grow weight for the component horizontally and optionally vertically.
grow() - Method in class com.codename1.ui.layouts.mig.CC
Same functionality as CC.growX() and CC.growY().
growPrio(int) - Method in class com.codename1.ui.layouts.mig.AC
Specifies the current row/column's grow priority.
growPrio(int, int...) - Method in class com.codename1.ui.layouts.mig.AC
Specifies the indicated rows'/columns' grow priority.
growPrio(int...) - Method in class com.codename1.ui.layouts.mig.CC
Grow priority for the component horizontally and optionally vertically.
growPrioX(int) - Method in class com.codename1.ui.layouts.mig.CC
The grow priority compared to other components in the same cell.
growPrioY(int) - Method in class com.codename1.ui.layouts.mig.CC
The grow priority compared to other components in the same cell.
growShrink(int) - Method in class com.codename1.ui.Component
Grows or shrinks this component to its new preferred size, this method essentially takes a component whose preferred size has changed and creates a "growing" effect that lasts for the duration.
growShrink(Component, int) - Static method in class com.codename1.ui.util.Effects
Deprecated.
use Component.growShrink instead
growX() - Method in class com.codename1.ui.layouts.mig.CC
Grow weight for the component horizontally.
growX(float) - Method in class com.codename1.ui.layouts.mig.CC
Grow weight for the component horizontally.
growY() - Method in class com.codename1.ui.layouts.mig.CC
Grow weight for the component vertically.
growY(Float) - Method in class com.codename1.ui.layouts.mig.CC
Grow weight for the component vertically.
GZConnectionRequest - Class in com.codename1.io.gzip
A connection request that can detect a GZipped response and parse it
GZConnectionRequest() - Constructor for class com.codename1.io.gzip.GZConnectionRequest
 
GZIPException - Exception in com.codename1.io.gzip
 
GZIPException() - Constructor for exception com.codename1.io.gzip.GZIPException
 
GZIPException(String) - Constructor for exception com.codename1.io.gzip.GZIPException
 
GZIPHeader - Class in com.codename1.io.gzip
 
GZIPHeader() - Constructor for class com.codename1.io.gzip.GZIPHeader
 
GZIPInputStream - Class in com.codename1.io.gzip
 
GZIPInputStream(InputStream) - Constructor for class com.codename1.io.gzip.GZIPInputStream
 
GZIPInputStream(InputStream, int, boolean) - Constructor for class com.codename1.io.gzip.GZIPInputStream
 
GZIPInputStream(InputStream, Inflater, int, boolean) - Constructor for class com.codename1.io.gzip.GZIPInputStream
 
GZIPOutputStream - Class in com.codename1.io.gzip
 
GZIPOutputStream(OutputStream) - Constructor for class com.codename1.io.gzip.GZIPOutputStream
 
GZIPOutputStream(OutputStream, int) - Constructor for class com.codename1.io.gzip.GZIPOutputStream
 
GZIPOutputStream(OutputStream, int, boolean) - Constructor for class com.codename1.io.gzip.GZIPOutputStream
 
GZIPOutputStream(OutputStream, Deflater, int, boolean) - Constructor for class com.codename1.io.gzip.GZIPOutputStream
 

H

handleComponentAction(Component, ActionEvent) - Method in class com.codename1.ui.util.UIBuilder
This method is invoked for every component to which an action event listener can be bound and delivers the event data for the given component seamlessly.
handleErrorResponseCode(int, String) - Method in class com.codename1.ads.AdsService
 
handleErrorResponseCode(int, String) - Method in class com.codename1.io.ConnectionRequest
Handles a server response code that is not 200 and not a redirect (unless redirect handling is disabled)
handleErrorResponseCode(int, String) - Method in class com.codename1.io.services.CachedDataService
 
handleErrorResponseCode(int, String) - Method in class com.codename1.io.services.ImageDownloadService
 
handleException(Exception) - Method in class com.codename1.ads.AdsService
 
handleException(Exception) - Method in class com.codename1.io.ConnectionRequest
Handles an exception thrown when performing a network operation, the default implementation shows a retry dialog.
handleException(Exception) - Method in class com.codename1.io.services.CachedDataService
 
handleException(Exception) - Method in class com.codename1.io.services.ImageDownloadService
 
handleIOException(IOException) - Method in class com.codename1.io.ConnectionRequest
Handles IOException thrown when performing a network operation
handleRuntimeException(RuntimeException) - Method in class com.codename1.ads.AdsService
 
handleRuntimeException(RuntimeException) - Method in class com.codename1.io.ConnectionRequest
Handles an exception thrown when performing a network operation
handlesInput() - Method in class com.codename1.ui.Component
Prevents key events from being grabbed for focus traversal.
handlesInput() - Method in class com.codename1.ui.PeerComponent
 
handlesKeycode(int) - Method in class com.codename1.ui.MenuBar
This method returns true if the MenuBar should handle the given keycode.
HAS_BEANS - Static variable in class com.codename1.ui.layouts.mig.LayoutUtil
 
hasBack() - Method in class com.codename1.ui.BrowserComponent
Indicates whether back is currently available
hasBaseline() - Method in interface com.codename1.ui.layouts.mig.ComponentWrapper
Returns if the component has a baseline and if it can be retrieved.
hasCamera() - Static method in class com.codename1.capture.Capture
Returns true if the device has camera false otherwise.
hasCamera() - Method in class com.codename1.ui.Display
Returns true if the device has camera false otherwise.
hasChanged() - Method in class java.util.Observable
Returns the changed flag for this Observable.
hasDragOccured() - Method in class com.codename1.ui.Display
This method should be invoked by components that broadcast events on the pointerReleased callback.
hasFocus() - Method in class com.codename1.ui.Component
Returns true if the component has focus
hasForward() - Method in class com.codename1.ui.BrowserComponent
Indicates whether forward is currently available
hashCode() - Method in class com.codename1.cloud.CloudObject
 
hashCode() - Method in class com.codename1.facebook.FBObject
 
hashCode() - Method in class com.codename1.io.ConnectionRequest
 
hashCode() - Method in class com.codename1.l10n.DateFormat
 
hashCode() - Method in class com.codename1.maps.BoundingBox
 
hashCode() - Method in class com.codename1.maps.Coord
 
hashCode() - Method in class com.codename1.processing.Result
Returns a hashcode value for the object.
hashCode() - Method in class com.codename1.ui.Command
Allows storing commands in a vector/hashtable
hashCode() - Method in class com.codename1.ui.geom.Dimension
 
hashCode() - Method in class com.codename1.ui.layouts.Insets
 
hashCode() - Method in class com.codename1.ui.layouts.Layout
 
hashCode() - Method in class com.codename1.ui.layouts.mig.UnitValue
 
hashCode() - Method in class com.codename1.ui.Stroke
 
hashCode() - Method in class com.codename1.util.BigDecimal
 
hashCode() - Method in class com.codename1.util.BigInteger
 
hashCode() - Method in interface java.lang.annotation.Annotation
Returns the hash code of this annotation, as defined below:
hashCode() - Method in class java.lang.Boolean
Returns a hash code for this Boolean object.
hashCode() - Method in class java.lang.Byte
Returns a hashcode for this Byte.
hashCode() - Method in class java.lang.Character
Returns a hash code for this Character.
hashCode() - Method in class java.lang.Double
Returns a hashcode for this Double object.
hashCode() - Method in class java.lang.Enum
 
hashCode() - Method in class java.lang.Float
Returns a hashcode for this Float object.
hashCode() - Method in class java.lang.Integer
Returns a hashcode for this Integer.
hashCode() - Method in class java.lang.Long
Computes a hashcode for this Long.
hashCode() - Method in class java.lang.Object
Returns a hash code value for the object.
hashCode() - Method in class java.lang.Short
Returns a hashcode for this Short.
hashCode() - Method in class java.lang.String
Returns a hashcode for this string.
hashCode() - Method in class java.net.URI
 
hashCode() - Method in class java.text.DateFormat
Deprecated.
 
hashCode() - Method in class java.util.AbstractList
Returns the hash code of this list.
hashCode() - Method in class java.util.AbstractMap
Returns the hash code for this object.
hashCode() - Method in class java.util.AbstractMap.SimpleEntry
Answers the hash code of this entry.
hashCode() - Method in class java.util.AbstractMap.SimpleImmutableEntry
Answers the hash code of this entry.
hashCode() - Method in class java.util.AbstractSet
Returns the hash code for this set.
hashCode(boolean[]) - Static method in class java.util.Arrays
Returns a hash code based on the contents of the given array.
hashCode(int[]) - Static method in class java.util.Arrays
Returns a hash code based on the contents of the given array.
hashCode(short[]) - Static method in class java.util.Arrays
Returns a hash code based on the contents of the given array.
hashCode(char[]) - Static method in class java.util.Arrays
Returns a hash code based on the contents of the given array.
hashCode(byte[]) - Static method in class java.util.Arrays
Returns a hash code based on the contents of the given array.
hashCode(long[]) - Static method in class java.util.Arrays
Returns a hash code based on the contents of the given array.
hashCode(float[]) - Static method in class java.util.Arrays
Returns a hash code based on the contents of the given array.
hashCode(double[]) - Static method in class java.util.Arrays
Returns a hash code based on the contents of the given array.
hashCode(Object[]) - Static method in class java.util.Arrays
Returns a hash code based on the contents of the given array.
hashCode() - Method in class java.util.BitSet
Computes the hash code for this BitSet.
hashCode() - Method in interface java.util.Collection
Returns an integer hash code for the receiver.
hashCode() - Method in class java.util.Date
Returns a hash code value for this object.
hashCode() - Method in class java.util.Hashtable
 
hashCode() - Method in interface java.util.List
Returns the hash code for this List.
hashCode() - Method in interface java.util.Map.Entry
Returns an integer hash code for the receiver.
hashCode() - Method in interface java.util.Map
Returns an integer hash code for the receiver.
hashCode() - Method in interface java.util.Set
Returns the hash code for this set.
hashCode() - Method in class java.util.Vector
Returns an integer hash code for the receiver.
HashMap<K,V> - Class in java.util
HashMap is an implementation of Map.
HashMap() - Constructor for class java.util.HashMap
Constructs a new empty HashMap instance.
HashMap(int) - Constructor for class java.util.HashMap
Constructs a new HashMap instance with the specified capacity.
HashMap(int, float) - Constructor for class java.util.HashMap
Constructs a new HashMap instance with the specified capacity and load factor.
HashMap(Map<? extends K, ? extends V>) - Constructor for class java.util.HashMap
Constructs a new HashMap instance containing the mappings from the specified map.
hasHorizontalSpanning() - Method in class com.codename1.ui.table.TableLayout
Indicates whether there is spanning within this layout
HashSet<E> - Class in java.util
HashSet is an implementation of a Set.
HashSet() - Constructor for class java.util.HashSet
Constructs a new empty instance of HashSet.
HashSet(int) - Constructor for class java.util.HashSet
Constructs a new instance of HashSet with the specified capacity.
HashSet(int, float) - Constructor for class java.util.HashSet
Constructs a new instance of HashSet with the specified capacity and load factor.
HashSet(Collection<? extends E>) - Constructor for class java.util.HashSet
Constructs a new instance of HashSet containing the unique elements in the specified collection.
Hashtable<K,V> - Class in java.util
Hashtable associates keys with values.
Hashtable() - Constructor for class java.util.Hashtable
Constructs a new Hashtable using the default capacity and load factor.
Hashtable(int) - Constructor for class java.util.Hashtable
Constructs a new Hashtable using the specified capacity and the default load factor.
Hashtable(int, float) - Constructor for class java.util.Hashtable
Constructs a new Hashtable using the specified capacity and load factor.
Hashtable(Map<? extends K, ? extends V>) - Constructor for class java.util.Hashtable
Constructs a new instance of Hashtable containing the mappings from the specified map.
hasListeners() - Method in class com.codename1.ui.util.EventDispatcher
Returns true if the event dispatcher has registered listeners
hasMedia() - Method in class com.codename1.ui.Form
Used by the implementation to prevent flickering when flushing the double buffer
hasMore() - Method in class com.codename1.io.services.RSSService
Indicates whether more entries might be available since the limt might have been reached
hasMoreElements() - Method in interface java.util.Enumeration
Tests if this enumeration contains more elements.
hasMoreElements() - Method in class java.util.StringTokenizer
Returns true if unprocessed tokens remain.
hasMoreTokens() - Method in class java.util.StringTokenizer
Returns true if unprocessed tokens remain.
hasNativeTheme() - Method in class com.codename1.ui.Display
Indicates if the implemenetation has a native underlying theme
hasNext() - Method in interface java.util.Iterator
Returns whether there are more elements to iterate, i.e.
hasNext() - Method in interface java.util.ListIterator
Returns whether there are more elements to iterate.
hasPrevious() - Method in interface java.util.ListIterator
Returns whether there are previous elements to iterate.
hasPublishPermissions() - Method in class com.codename1.social.FacebookConnect
Returns true if the current session already has publish permissions
hasResponseListeners() - Method in class com.codename1.io.ConnectionRequest
Returns true if someone is listening to action response events, this is useful so we can decide whether to bother collecting data for an event in some cases since building the event object might be memory/CPU intensive.
hasTextChild() - Method in class com.codename1.xml.Element
Determines whether or not this Element has any text children.
hasVerticalSpanning() - Method in class com.codename1.ui.table.TableLayout
Indicates whether there is spanning within this layout
headMap(K, boolean) - Method in interface java.util.NavigableMap
Answers a view of the head of the map whose keys are smaller than (or equal to, depends on inclusive argument) endKey.
headMap(K) - Method in interface java.util.SortedMap
Returns a sorted map over a range of this sorted map with all keys that are less than the specified endKey.
headMap(K, boolean) - Method in class java.util.TreeMap
Answers a view of the head of the map whose keys are smaller than (or equal to, depends on inclusive argument) endKey.
headMap(K) - Method in class java.util.TreeMap
Returns a sorted map over a range of this sorted map with all keys that are less than the specified endKey.
headSet(E, boolean) - Method in interface java.util.NavigableSet
Answers a NavigableSet of the specified portion of this set which contains elements less than (or equal to, depends on endInclusive) the end element.
headSet(E) - Method in interface java.util.SortedSet
Returns a SortedSet of the specified portion of this SortedSet which contains elements less than the end element.
headSet(E, boolean) - Method in class java.util.TreeSet
Answers a NavigableSet of the specified portion of this set which contains elements less than (or equal to, depends on endInclusive) the end element.
headSet(E) - Method in class java.util.TreeSet
Answers a SortedSet of the specified portion of this TreeSet which contains elements less than the end element.
height(String) - Method in class com.codename1.ui.layouts.mig.CC
The size for the component as a min and/or preferred and/or maximum size.
height(String) - Method in class com.codename1.ui.layouts.mig.LC
The height for the container as a min and/or preferred and/or maximum height.
HEIGHT - Static variable in class com.codename1.ui.layouts.mig.LinkHandler
 
hideMode(int) - Method in class com.codename1.ui.layouts.mig.CC
How this component, if hidden (not visible), should be treated.
hideMode(int) - Method in class com.codename1.ui.layouts.mig.LC
Same functionality as LC.setHideMode(int mode) only this method returns this for chaining multiple calls.
hideNotify() - Method in class com.codename1.ui.Display
Broadcasts hide notify into Codename One, this method is invoked by the Codename One implementation to notify Codename One of hideNotify events
hideNotify() - Method in class com.codename1.ui.Form
This method is only invoked when the underlying canvas for the form is hidden this method isn't called for form based events and is generally usable for suspend/resume based behavior
hideTabs() - Method in class com.codename1.ui.Tabs
Hide the tabs bar
hideToolbar() - Method in class com.codename1.ui.Toolbar
Hide the Toolbar if it is currently showing
higher(E) - Method in interface java.util.NavigableSet
Answers the smallest element bigger than the specified one, or null if no such element.
higher(E) - Method in class java.util.TreeSet
Answers the smallest element bigger than the specified one, or null if no such element.
higherEntry(K) - Method in interface java.util.NavigableMap
Answers an entry related with the smallest key greater than the specified key, or null if no such key.
higherEntry(K) - Method in class java.util.TreeMap
Answers an entry related with the smallest key greater than the specified key, or null if no such key.
higherKey(K) - Method in interface java.util.NavigableMap
Answers the smallest key greater than the specified key, or null if no such key.
higherKey(K) - Method in class java.util.TreeMap
Answers the smallest key greater than the specified key, or null if no such key.
HORIZONTAL - Static variable in class com.codename1.ui.layouts.GridBagConstraints
 
HORIZONTAL - Static variable in class com.codename1.ui.layouts.GroupLayout
Possible argument when linking sizes of components.
HORIZONTAL - Static variable in class com.codename1.ui.layouts.mig.LayoutUtil
 
HORIZONTAL - Static variable in class com.codename1.ui.List
Indicates the list orientation is HORIZONTAL
HOUR - Static variable in class java.util.Calendar
Field number for get and set indicating the hour of the morning or afternoon.
HOUR_OF_DAY - Static variable in class java.util.Calendar
Field number for get and set indicating the hour of the day.
HTMLCallback - Interface in com.codename1.ui.html
HTMLCallback is used to dispatch document lifecycle events.
HTMLComponent - Class in com.codename1.ui.html
Deprecated.
this component includes some customizability advantages but its probably better for 99% of the use cases to use the WebBrowser Component from the Components package. That component works with the native browser when applicable which is a far superior approach.
HTMLComponent() - Constructor for class com.codename1.ui.html.HTMLComponent
Deprecated.
Constructs HTMLComponent
HTMLComponent(DocumentRequestHandler) - Constructor for class com.codename1.ui.html.HTMLComponent
Deprecated.
Constructs HTMLComponent
HTMLElement - Class in com.codename1.ui.html
The HTMLElement class defines a single HTML element with its attributes and children.
HTMLElement() - Constructor for class com.codename1.ui.html.HTMLElement
Constructs and HTMLElement without specifying a name.
HTMLElement(String) - Constructor for class com.codename1.ui.html.HTMLElement
Constructor for HTMLElement.
HTMLElement(String, boolean) - Constructor for class com.codename1.ui.html.HTMLElement
Constructor for HTMLElement.
HTMLParser - Class in com.codename1.ui.html
The HTMLParser class is used to parse an XHTML-MP 1.0 document into a DOM object (Element).
HTMLParser() - Constructor for class com.codename1.ui.html.HTMLParser
Constructs a new instance of HTMLParser
HTMLUtils - Class in com.codename1.ui.html
This class contains several useful static methods for HTML
HYBRID - Static variable in class com.codename1.maps.providers.GoogleMapsProvider
This is a satellite + road map

I

id(String) - Method in class com.codename1.ui.layouts.mig.CC
The id used to reference this component in some constraints.
IDENTITY() - Static method in class com.codename1.ui.Transform
 
identityHashCode(Object) - Static method in class java.lang.System
Returns the same hashcode for the given object as would be returned by the default method hashCode(), whether or not the given object's class overrides hashCode().
IdentityHashMap<K,V> - Class in java.util
IdentityHashMap is a variant on HashMap which tests equality by reference instead of equality by value.
IdentityHashMap() - Constructor for class java.util.IdentityHashMap
Creates an IdentityHashMap with default expected maximum size.
IdentityHashMap(int) - Constructor for class java.util.IdentityHashMap
Creates an IdentityHashMap with the specified maximum size parameter.
IdentityHashMap(Map<? extends K, ? extends V>) - Constructor for class java.util.IdentityHashMap
Creates an IdentityHashMap using the given map as initial values.
IllegalAccessException - Exception in java.lang
Thrown when an application tries to load in a class, but the currently executing method does not have access to the definition of the specified class, because the class is not public and in another package.
IllegalAccessException() - Constructor for exception java.lang.IllegalAccessException
Constructs an IllegalAccessException without a detail message.
IllegalAccessException(String) - Constructor for exception java.lang.IllegalAccessException
Constructs an IllegalAccessException with a detail message.
IllegalArgumentException - Exception in java.lang
Thrown to indicate that a method has been passed an illegal or inappropriate argument.
IllegalArgumentException() - Constructor for exception java.lang.IllegalArgumentException
Constructs an IllegalArgumentException with no detail message.
IllegalArgumentException(String) - Constructor for exception java.lang.IllegalArgumentException
Constructs an IllegalArgumentException with the specified detail message.
IllegalMonitorStateException - Exception in java.lang
Thrown to indicate that a thread has attempted to wait on an object's monitor or to notify other threads waiting on an object's monitor without owning the specified monitor.
IllegalMonitorStateException() - Constructor for exception java.lang.IllegalMonitorStateException
Constructs an IllegalMonitorStateException with no detail message.
IllegalMonitorStateException(String) - Constructor for exception java.lang.IllegalMonitorStateException
Constructs an IllegalMonitorStateException with the specified detail message.
IllegalStateException - Exception in java.lang
 
IllegalStateException() - Constructor for exception java.lang.IllegalStateException
 
IllegalStateException(String) - Constructor for exception java.lang.IllegalStateException
 
IllegalThreadStateException - Exception in java.lang
Thrown to indicate that a thread is not in an appropriate state for the requested operation.
IllegalThreadStateException() - Constructor for exception java.lang.IllegalThreadStateException
Constructs an IllegalThreadStateException with no detail message.
IllegalThreadStateException(String) - Constructor for exception java.lang.IllegalThreadStateException
Constructs an IllegalThreadStateException with the specified detail message.
Image - Class in com.codename1.ui
Abstracts the underlying platform images allowing us to treat them as a uniform object.
Image(Object) - Constructor for class com.codename1.ui.Image
Subclasses may use this and point to an underlying native image which might be null for a case of an image that doesn't use native drawing
IMAGE_FILL - Static variable in class com.codename1.components.ImageViewer
Indicates the initial position of the image in the viewer to FILL the component size.
IMAGE_FIT - Static variable in class com.codename1.components.ImageViewer
Indicates the initial position of the image in the viewer to FIT to the component size
ImageDownloadService - Class in com.codename1.io.services
Simplifies the process of implementing an image link for labels and lists by binding a request to a component.
ImageDownloadService(String, ActionListener) - Constructor for class com.codename1.io.services.ImageDownloadService
Accepts the url to bind to the list renderer, on completion the action listener will be invoked with the image so a list can be updated with the data
ImageDownloadService(String, Component, int, String) - Constructor for class com.codename1.io.services.ImageDownloadService
Constructs an image request that will automatically populate the given list when the response arrives.
ImageDownloadService(String, List, int, String) - Constructor for class com.codename1.io.services.ImageDownloadService
Constructs an image request that will automatically populate the given list when the response arrives.
ImageDownloadService(String, Label) - Constructor for class com.codename1.io.services.ImageDownloadService
Accepts the url to bind to the label, on completion the label will be updated and revalidated with the new image.
ImageIO - Class in com.codename1.ui.util
Enable simple operations on image file & image objects such as dynamic scaling and storage to binary formats such as JPEG.
ImageIO() - Constructor for class com.codename1.ui.util.ImageIO
 
ImageViewer - Class in com.codename1.components
An image viewer component that allows zooming into an image and potentially flicking between multiple images
ImageViewer() - Constructor for class com.codename1.components.ImageViewer
Default constructor
ImageViewer(Image) - Constructor for class com.codename1.components.ImageViewer
Initializes the component with an image
in - Variable in class com.codename1.io.gzip.FilterInputStream
 
in - Variable in class java.io.DataInputStream
The input stream.
InCellGapProvider - Interface in com.codename1.ui.layouts.mig
An interface to implement if you want to decide the gaps between two types of components within the same cell.
INCH - Static variable in class com.codename1.ui.layouts.mig.UnitValue
A unit indicating inches.
IncompatibleClassChangeError - Error in java.lang
IncompatibleClassChangeError is the superclass of all classes which represent errors that occur when inconsistent class files are loaded into the same running image.
IncompatibleClassChangeError() - Constructor for error java.lang.IncompatibleClassChangeError
Constructs a new IncompatibleClassChangeError that includes the current stack trace.
IncompatibleClassChangeError(String) - Constructor for error java.lang.IncompatibleClassChangeError
Constructs a new IncompatibleClassChangeError with the current stack trace and the specified detail message.
IncompleteAnnotationException - Exception in java.lang.annotation
A mirror of java.lang.annotation.IncompleteAnnotationException.
IncompleteAnnotationException(Class<? extends Annotation>, String) - Constructor for exception java.lang.annotation.IncompleteAnnotationException
 
INDENT - Static variable in class com.codename1.ui.layouts.LayoutStyle
Possible argument to getPreferredGap.
index(int) - Method in class com.codename1.ui.layouts.mig.AC
Sets the current row/column to i.
indexOf(int) - Method in class java.lang.String
Returns the index within this string of the first occurrence of the specified character.
indexOf(int, int) - Method in class java.lang.String
Returns the index within this string of the first occurrence of the specified character, starting the search at the specified index.
indexOf(String) - Method in class java.lang.String
Returns the index within this string of the first occurrence of the specified substring.
indexOf(String, int) - Method in class java.lang.String
Returns the index within this string of the first occurrence of the specified substring, starting at the specified index.
indexOf(Object) - Method in class java.util.AbstractList
Searches this list for the specified object and returns the index of the first occurrence.
indexOf(Object) - Method in class java.util.ArrayList
 
indexOf(Object) - Method in class java.util.LinkedList
 
indexOf(Object) - Method in interface java.util.List
Searches this List for the specified object and returns the index of the first occurrence.
indexOf(Object) - Method in class java.util.Vector
Searches in this vector for the index of the specified object.
indexOf(Object, int) - Method in class java.util.Vector
Searches in this vector for the index of the specified object.
indexOfComponent(Component) - Method in class com.codename1.ui.Tabs
Returns the index of the tab for the specified component.
indexOfSubList(List<?>, List<?>) - Static method in class java.util.Collections
Searches the list for sublist and returns the beginning index of the first occurrence.
IndexOutOfBoundsException - Exception in java.lang
Thrown to indicate that an index of some sort (such as to an array, to a string, or to a vector) is out of range.
IndexOutOfBoundsException() - Constructor for exception java.lang.IndexOutOfBoundsException
Constructs an IndexOutOfBoundsException with no detail message.
IndexOutOfBoundsException(String) - Constructor for exception java.lang.IndexOutOfBoundsException
Constructs an IndexOutOfBoundsException with the specified detail message.
INF - Static variable in class com.codename1.ui.layouts.mig.LayoutUtil
A substitute value for aa really large value.
InfiniteContainer - Class in com.codename1.ui
This abstract Container can scroll indefinitely (or at least until we run out of data).
InfiniteContainer() - Constructor for class com.codename1.ui.InfiniteContainer
Creates the InfiniteContainer.
InfiniteContainer(int) - Constructor for class com.codename1.ui.InfiniteContainer
Creates the InfiniteContainer.
InfiniteProgress - Class in com.codename1.components
Shows a "Washing Machine" infinite progress indication animation
InfiniteProgress() - Constructor for class com.codename1.components.InfiniteProgress
Default constructor to define the UIID
InfiniteScrollAdapter - Class in com.codename1.components
Allows adapting a scroll container to scroll indefinitely (or at least until we run out of data), this effectively works by showing an infinite progress indicator when reaching scroll end then allowing code to fetch more components.
inflate(int) - Method in class com.codename1.io.gzip.Inflater
 
inflate(int) - Method in class com.codename1.io.gzip.ZStream
Deprecated.
 
inflateEnd() - Method in class com.codename1.io.gzip.ZStream
Deprecated.
 
inflateFinished() - Method in class com.codename1.io.gzip.ZStream
Deprecated.
 
inflateInit() - Method in class com.codename1.io.gzip.ZStream
Deprecated.
 
inflateInit(boolean) - Method in class com.codename1.io.gzip.ZStream
Deprecated.
 
inflateInit(int) - Method in class com.codename1.io.gzip.ZStream
Deprecated.
 
inflateInit(JZlib.WrapperType) - Method in class com.codename1.io.gzip.ZStream
Deprecated.
 
inflateInit(int, JZlib.WrapperType) - Method in class com.codename1.io.gzip.ZStream
Deprecated.
 
inflateInit(int, boolean) - Method in class com.codename1.io.gzip.ZStream
Deprecated.
 
Inflater - Class in com.codename1.io.gzip
 
Inflater() - Constructor for class com.codename1.io.gzip.Inflater
 
Inflater(JZlib.WrapperType) - Constructor for class com.codename1.io.gzip.Inflater
 
Inflater(int, JZlib.WrapperType) - Constructor for class com.codename1.io.gzip.Inflater
 
Inflater(int) - Constructor for class com.codename1.io.gzip.Inflater
 
Inflater(boolean) - Constructor for class com.codename1.io.gzip.Inflater
 
Inflater(int, boolean) - Constructor for class com.codename1.io.gzip.Inflater
 
inflater - Variable in class com.codename1.io.gzip.InflaterInputStream
 
InflaterInputStream - Class in com.codename1.io.gzip
 
InflaterInputStream(InputStream) - Constructor for class com.codename1.io.gzip.InflaterInputStream
 
InflaterInputStream(InputStream, boolean) - Constructor for class com.codename1.io.gzip.InflaterInputStream
 
InflaterInputStream(InputStream, Inflater) - Constructor for class com.codename1.io.gzip.InflaterInputStream
 
InflaterInputStream(InputStream, Inflater, int) - Constructor for class com.codename1.io.gzip.InflaterInputStream
 
InflaterInputStream(InputStream, Inflater, int, boolean) - Constructor for class com.codename1.io.gzip.InflaterInputStream
 
inflateSetDictionary(byte[], int) - Method in class com.codename1.io.gzip.ZStream
Deprecated.
 
inflateSync() - Method in class com.codename1.io.gzip.ZStream
Deprecated.
 
inflateSyncPoint() - Method in class com.codename1.io.gzip.ZStream
Deprecated.
 
INFO - Static variable in class com.codename1.io.Log
Constant indicating the logging level Debug is the default and the lowest level followed by info, warning and error
Inherited - Annotation Type in java.lang.annotation
 
init(String, String) - Static method in class com.codename1.analytics.AnalyticsService
Initializes google analytics for this application
init(AnalyticsService) - Static method in class com.codename1.analytics.AnalyticsService
Allows installing an analytics service other than the default
init(int) - Method in class com.codename1.io.gzip.Deflater
 
init(int, boolean) - Method in class com.codename1.io.gzip.Deflater
 
init(int, int) - Method in class com.codename1.io.gzip.Deflater
 
init(int, int, int, JZlib.WrapperType) - Method in class com.codename1.io.gzip.Deflater
 
init(int, int, int) - Method in class com.codename1.io.gzip.Deflater
 
init(int, int, boolean) - Method in class com.codename1.io.gzip.Deflater
 
init() - Method in class com.codename1.io.gzip.Inflater
 
init(JZlib.WrapperType) - Method in class com.codename1.io.gzip.Inflater
 
init(int, JZlib.WrapperType) - Method in class com.codename1.io.gzip.Inflater
 
init(boolean) - Method in class com.codename1.io.gzip.Inflater
 
init(int) - Method in class com.codename1.io.gzip.Inflater
 
init(int, boolean) - Method in class com.codename1.io.gzip.Inflater
 
init(boolean, int) - Static method in class com.codename1.system.DefaultCrashReporter
Installs a crash reporter within the system
init(Component, Component) - Method in class com.codename1.ui.animations.Transition
Invoked by Display to set the source and destination forms.
init(Object) - Static method in class com.codename1.ui.Display
Deprecated.
this method is invoked internally do not invoke it!
initAxesRange(int) - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
 
initAxesRangeForScale(int) - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
 
initCause(Throwable) - Method in class java.lang.Throwable
Deprecated.
DO NOT USE THIS METHOD, its here just to get the compiler working and isn't intended for use
initComponent() - Method in class com.codename1.components.Ads
 
initComponent() - Method in class com.codename1.components.ImageViewer
 
initComponent() - Method in class com.codename1.components.InfiniteProgress
 
initComponent() - Method in class com.codename1.components.MediaPlayer
 
initComponent() - Method in class com.codename1.components.OnOffSwitch
 
initComponent() - Method in class com.codename1.components.RSSReader
 
initComponent() - Method in class com.codename1.ui.AutoCompleteTextField
 
initComponent() - Method in class com.codename1.ui.Component
Allows subclasses to bind functionality that relies on fully initialized and "ready for action" component state
initComponent() - Method in class com.codename1.ui.html.HTMLComponent
Deprecated.
Overrides initComponent to add the key listeners to the access keys when the component is first added to the form/displayed This is useful when the component is added only after the page was read
initComponent() - Method in class com.codename1.ui.InfiniteContainer
 
initComponent() - Method in class com.codename1.ui.list.ContainerList
 
initComponent() - Method in class com.codename1.ui.list.MultiList
 
initComponent() - Method in class com.codename1.ui.PeerComponent
 
initComponent() - Method in class com.codename1.ui.Slider
 
initComponent() - Method in class com.codename1.ui.spinner.BaseSpinner
Default constructor
initComponent() - Method in class com.codename1.ui.SwipeableContainer
 
initComponent() - Method in class com.codename1.ui.table.Table
 
initComponent() - Method in class com.codename1.ui.Tabs
 
initConnection(Object) - Method in class com.codename1.io.ConnectionRequest
Invoked to initialize HTTP headers, cookies etc.
initConnection(Object) - Method in class com.codename1.io.MultipartRequest
 
initCookieHeader(String) - Method in class com.codename1.io.ConnectionRequest
Allows subclasses to inject cookies into the request
initCustomStyle(Style) - Method in class com.codename1.ui.Component
Allows components to create a style of their own, this method binds the listener to the style and installs a bg painter
INITIAL_CAPS_SENTENCE - Static variable in class com.codename1.ui.TextArea
This flag is a hint to the implementation that during text editing, the initial letter of each sentence should be capitalized.
INITIAL_CAPS_WORD - Static variable in class com.codename1.ui.TextArea
This flag is a hint to the implementation that during text editing, the initial letter of each word should be capitalized.
initialize(Ads) - Method in class com.codename1.ads.AdsService
Initialize the ads service.
initLaf(UIManager) - Method in class com.codename1.ui.Component
This method initializes the Component defaults constants
initLaf(UIManager) - Method in class com.codename1.ui.Container
 
initLaf(UIManager) - Method in class com.codename1.ui.Dialog
Initialize the default transition for the dialogs overriding the forms transition
initLaf(UIManager) - Method in class com.codename1.ui.Form
 
initLaf(UIManager) - Method in class com.codename1.ui.list.DefaultListCellRenderer
 
initLaf(UIManager) - Method in class com.codename1.ui.List
 
initLaf(UIManager) - Method in class com.codename1.ui.RadioButton
 
initLaf(UIManager) - Method in class com.codename1.ui.Tabs
 
initLaf(UIManager) - Method in class com.codename1.ui.TextArea
 
initMenuBar(Form) - Method in class com.codename1.ui.MenuBar
Initialize the MenuBar
initMenuBar(Form) - Method in class com.codename1.ui.SideMenuBar
 
initModes() - Method in class com.codename1.ui.VirtualKeyboard
init all virtual keyboard modes, such as QWERTY_MODE, NUMBERS_SYMBOLS_MODE...
initService(Ads) - Method in class com.codename1.ads.AdsService
init the service requests.
initService(Ads) - Method in class com.codename1.ads.InnerActive
initialize the ads service
initSpecialButtons() - Method in class com.codename1.ui.VirtualKeyboard
This method initialize all the virtual keyboard special buttons.
initTitleBarStatus() - Method in class com.codename1.ui.Toolbar
Adds a status bar space to the north of the Component, subclasses can override this default behavior.
initToken(String, String) - Static method in class com.codename1.io.services.TwitterRESTService
Logs in to twitter as an application
initTransition() - Method in class com.codename1.charts.transitions.SeriesTransition
Initializes the transition for another iteration.
initTransition() - Method in class com.codename1.charts.transitions.XYMultiSeriesTransition
 
initTransition() - Method in class com.codename1.charts.transitions.XYSeriesTransition
Initializes the transition.
initTransition() - Method in class com.codename1.ui.animations.CommonTransitions
 
initTransition() - Method in class com.codename1.ui.animations.FlipTransition
 
initTransition() - Method in class com.codename1.ui.animations.MorphTransition
 
initTransition() - Method in class com.codename1.ui.animations.Transition
Callback thats invoked before a transition begins, the source form may be null for the first form in the application.
INNER_BORDERS_ALL - Static variable in class com.codename1.ui.table.Table
Constant denoting that inner borders should be drawn fully
INNER_BORDERS_COLS - Static variable in class com.codename1.ui.table.Table
Constant denoting that only inner borders columns should be drawn
INNER_BORDERS_NONE - Static variable in class com.codename1.ui.table.Table
Constant denoting that inner borders should not be drawn at all
INNER_BORDERS_ROWS - Static variable in class com.codename1.ui.table.Table
Constant denoting that only inner borders rows should be drawn
InnerActive - Class in com.codename1.ads
This is an Ad service implementation by InnerActive see: http://console.inner-active.com/iamp/publisher/register?ref_id=affiliate_CodenameOne
InnerActive() - Constructor for class com.codename1.ads.InnerActive
Empty constructor of the inner active ads service.
InputStream - Class in java.io
This abstract class is the superclass of all classes representing an input stream of bytes.
InputStream() - Constructor for class java.io.InputStream
 
InputStreamReader - Class in java.io
An InputStreamReader is a bridge from byte streams to character streams: It reads bytes and translates them into characters.
InputStreamReader(InputStream) - Constructor for class java.io.InputStreamReader
Create an InputStreamReader that uses the default character encoding.
InputStreamReader(InputStream, String) - Constructor for class java.io.InputStreamReader
Create an InputStreamReader that uses the named character encoding.
insert(int, boolean) - Method in class com.codename1.util.CStringBuilder
Deprecated.
Inserts the string representation of the specified boolean value at the specified offset.
insert(int, char) - Method in class com.codename1.util.CStringBuilder
Deprecated.
Inserts the string representation of the specified char value at the specified offset.
insert(int, int) - Method in class com.codename1.util.CStringBuilder
Deprecated.
Inserts the string representation of the specified int value at the specified offset.
insert(int, long) - Method in class com.codename1.util.CStringBuilder
Deprecated.
Inserts the string representation of the specified long value at the specified offset.
insert(int, float) - Method in class com.codename1.util.CStringBuilder
Deprecated.
Inserts the string representation of the specified float value at the specified offset.
insert(int, double) - Method in class com.codename1.util.CStringBuilder
Deprecated.
Inserts the string representation of the specified double value at the specified offset.
insert(int, Object) - Method in class com.codename1.util.CStringBuilder
Deprecated.
Inserts the string representation of the specified Object at the specified offset.
insert(int, String) - Method in class com.codename1.util.CStringBuilder
Deprecated.
Inserts the specified string at the specified offset.
insert(int, char[]) - Method in class com.codename1.util.CStringBuilder
Deprecated.
Inserts the string representation of the specified char[] at the specified offset.
insert(int, char[], int, int) - Method in class com.codename1.util.CStringBuilder
Deprecated.
Inserts the string representation of the specified subsequence of the char[] at the specified offset.
insert(int, boolean) - Method in class java.lang.StringBuffer
Inserts the string representation of the boolean argument into this string buffer.
insert(int, char) - Method in class java.lang.StringBuffer
Inserts the string representation of the char argument into this string buffer.
insert(int, double) - Method in class java.lang.StringBuffer
Inserts the string representation of the double argument into this string buffer.
insert(int, float) - Method in class java.lang.StringBuffer
Inserts the string representation of the float argument into this string buffer.
insert(int, int) - Method in class java.lang.StringBuffer
Inserts the string representation of the second int argument into this string buffer.
insert(int, long) - Method in class java.lang.StringBuffer
Inserts the string representation of the long argument into this string buffer.
insert(int, Object) - Method in class java.lang.StringBuffer
Inserts the string representation of the Object argument into this string buffer.
insert(int, String) - Method in class java.lang.StringBuffer
Inserts the string into this string buffer.
insert(int, CharSequence) - Method in class java.lang.StringBuffer
 
insert(int, CharSequence, int, int) - Method in class java.lang.StringBuffer
 
insert(int, boolean) - Method in class java.lang.StringBuilder
Inserts the string representation of the boolean argument into this string buffer.
insert(int, char) - Method in class java.lang.StringBuilder
Inserts the string representation of the char argument into this string buffer.
insert(int, double) - Method in class java.lang.StringBuilder
Inserts the string representation of the double argument into this string buffer.
insert(int, float) - Method in class java.lang.StringBuilder
Inserts the string representation of the float argument into this string buffer.
insert(int, int) - Method in class java.lang.StringBuilder
Inserts the string representation of the second int argument into this string buffer.
insert(int, long) - Method in class java.lang.StringBuilder
Inserts the string representation of the long argument into this string buffer.
insert(int, Object) - Method in class java.lang.StringBuilder
Inserts the string representation of the Object argument into this string buffer.
insert(int, String) - Method in class java.lang.StringBuilder
Inserts the string into this string buffer.
insert(int, CharSequence) - Method in class java.lang.StringBuilder
 
insert(int, CharSequence, int, int) - Method in class java.lang.StringBuilder
 
INSERT_CHAR - Static variable in class com.codename1.ui.VirtualKeyboard
 
insertChars(String) - Method in class com.codename1.ui.TextField
This method is responsible for adding a character into the field and is the focal point for all input.
insertChildAt(Element, int) - Method in class com.codename1.xml.Element
Inserts the given child at the specified index
insertElementAt(E, int) - Method in class java.util.Vector
Inserts the specified object into this vector at the specified location.
insertTab(String, Image, Component, int) - Method in class com.codename1.ui.Tabs
Inserts a component, at index, represented by a title and/or icon, either of which may be null.
insertTab(Component, Component, int) - Method in class com.codename1.ui.Tabs
Deprecated.
should use radio button as an argument
insets - Variable in class com.codename1.ui.layouts.GridBagConstraints
 
Insets - Class in com.codename1.ui.layouts
Port of Insets from Harmony for the use of the GridBag code
Insets(int, int, int, int) - Constructor for class com.codename1.ui.layouts.Insets
 
insets(String) - Method in class com.codename1.ui.layouts.mig.LC
Same functionality as setInsets(ConstraintParser.parseInsets(s, true)).
insets(String, String, String, String) - Method in class com.codename1.ui.layouts.mig.LC
Sets the different insets (expressed as a UnitValues, e.g.
insetsAll(String) - Method in class com.codename1.ui.layouts.mig.LC
Sets the same inset (expressed as a UnitValue, e.g.
install(Log) - Static method in class com.codename1.io.Log
Installs a log subclass that can replace the logging destination/behavior
install(TextField, List) - Static method in class com.codename1.ui.list.FilterProxyListModel
Installs a search field on a list making sure the filter method is invoked properly
install(TextField, ContainerList) - Static method in class com.codename1.ui.list.FilterProxyListModel
Installs a search field on a list making sure the filter method is invoked properly
installBuiltinSound(String, InputStream) - Method in class com.codename1.ui.Display
Installs a replacement sound as the builtin sound responsible for the given sound identifier (this will override the system sound if such a sound exists).
installCommands(Command, Command) - Method in class com.codename1.ui.TextField
Installs the clear and t9 commands onto the parent form, this method can be overriden to provide device specific placement for these commands
installDefaultPainter(Style) - Method in class com.codename1.ui.Component
Allows subclasses to create their own custom style types and install the background painter into them
installGlassPane(Form, Painter) - Static method in class com.codename1.ui.painter.PainterChain
Installs a glass pane on the given form making sure to make it a painter chain only if required by existing painter
installMenuBar() - Method in class com.codename1.ui.MenuBar
Adds the MenuBar on the parent Form
installMenuBar() - Method in class com.codename1.ui.SideMenuBar
 
installNativeTheme() - Method in class com.codename1.ui.Display
Installs the native theme, this is only applicable if hasNativeTheme() returned true.
instanceofByteArray(Object) - Static method in class com.codename1.io.Util
Deprecated.
this method serves as a temporary workaround for an XMLVM bug and will be removed once the bug is fixed
instanceofDoubleArray(Object) - Static method in class com.codename1.io.Util
Deprecated.
this method serves as a temporary workaround for an XMLVM bug and will be removed once the bug is fixed
instanceofFloatArray(Object) - Static method in class com.codename1.io.Util
Deprecated.
this method serves as a temporary workaround for an XMLVM bug and will be removed once the bug is fixed
instanceofIntArray(Object) - Static method in class com.codename1.io.Util
Deprecated.
this method serves as a temporary workaround for an XMLVM bug and will be removed once the bug is fixed
instanceofLongArray(Object) - Static method in class com.codename1.io.Util
Deprecated.
this method serves as a temporary workaround for an XMLVM bug and will be removed once the bug is fixed
instanceofObjArray(Object) - Static method in class com.codename1.io.Util
Deprecated.
this method serves as a temporary workaround for an XMLVM bug and will be removed once the bug is fixed
instanceofShortArray(Object) - Static method in class com.codename1.io.Util
Deprecated.
this method serves as a temporary workaround for an XMLVM bug and will be removed once the bug is fixed
InstantiationException - Exception in java.lang
Thrown when an application tries to create an instance of a class using the newInstance method in class Class, but the specified class object cannot be instantiated because it is an interface or is an abstract class.
InstantiationException() - Constructor for exception java.lang.InstantiationException
Constructs an InstantiationException with no detail message.
InstantiationException(String) - Constructor for exception java.lang.InstantiationException
Constructs an InstantiationException with the specified detail message.
intBitsToFloat(int) - Static method in class java.lang.Float
Returns the single-float corresponding to a given bit representation.
Integer - Class in java.lang
The Integer class wraps a value of the primitive type int in an object.
Integer(int) - Constructor for class java.lang.Integer
Constructs a newly allocated Integer object that represents the primitive int argument.
InteractionDialog - Class in com.codename1.components
Unlike a regular dialog the interaction dialog only looks like a dialog, it resides in the layered pane and can be used to implement features where interaction with the background form is still required.
Since this code is designed for interaction all "dialogs" created thru here are modless and never block.
InteractionDialog() - Constructor for class com.codename1.components.InteractionDialog
Default constructor with no title
InteractionDialog(String) - Constructor for class com.codename1.components.InteractionDialog
Constructor with dialog title
intern() - Method in class java.lang.String
Returns a canonical representation for the string object.
internalize(int, DataInputStream) - Method in class com.codename1.cloud.CloudObject
 
internalize(int, DataInputStream) - Method in class com.codename1.io.Cookie
 
internalize(int, DataInputStream) - Method in interface com.codename1.io.Externalizable
Loads the object from the input stream and allows deserialization
internalize(int, DataInputStream) - Method in class com.codename1.io.services.CachedData
 
interrupt() - Method in class java.lang.Thread
Interrupts this thread.
InterruptedException - Exception in java.lang
Thrown when a thread is waiting, sleeping, or otherwise paused for a long time and another thread interrupts it.
InterruptedException() - Constructor for exception java.lang.InterruptedException
Constructs an InterruptedException with no detail message.
InterruptedException(String) - Constructor for exception java.lang.InterruptedException
Constructs an InterruptedException with the specified detail message.
InterruptedIOException - Exception in java.io
Signals that an I/O operation has been interrupted.
InterruptedIOException() - Constructor for exception java.io.InterruptedIOException
Constructs an InterruptedIOException with null as its error detail message.
InterruptedIOException(String) - Constructor for exception java.io.InterruptedIOException
Constructs an InterruptedIOException with the specified detail message.
intersect(Shape) - Method in class com.codename1.ui.geom.GeneralPath
Resets this path to be the intersection of itself with the given shape.
intersection(Rectangle) - Method in class com.codename1.ui.geom.GeneralPath
Returns the shape formed by the intersection of this shape and the provided rectangle.
intersection(int, int, int, int) - Method in class com.codename1.ui.geom.Rectangle
Returns a rectangle that intersects the given rectangle with this rectangle
intersection(int, int, int, int, int, int, int, int, Rectangle) - Static method in class com.codename1.ui.geom.Rectangle
Returns a rectangle that intersects the given rectangle with this rectangle
intersection(Rectangle) - Method in class com.codename1.ui.geom.Rectangle
Returns a rectangle that intersects the given rectangle with this rectangle
intersection(double, double, double, double) - Method in class com.codename1.ui.geom.Rectangle2D
Returns a rectangle that intersects the given rectangle with this rectangle
intersection(double, double, double, double, double, double, double, double, Rectangle2D) - Static method in class com.codename1.ui.geom.Rectangle2D
Returns a rectangle that intersects the given rectangle with this rectangle
intersection(Rectangle2D) - Method in class com.codename1.ui.geom.Rectangle2D
Returns a rectangle that intersects the given rectangle with this rectangle
intersection(Rectangle) - Method in class com.codename1.ui.geom.Rectangle2D
 
intersection(Rectangle) - Method in interface com.codename1.ui.geom.Shape
Returns the shape formed by the intersection of this shape and the provided rectangle.
intersects(int, int, int, int) - Method in class com.codename1.ui.geom.Rectangle
Determines whether or not this Rectangle and the specified Rectangle location (x, y) with the specified dimensions (width, height), intersect.
intersects(Rectangle) - Method in class com.codename1.ui.geom.Rectangle
Determines whether or not this Rectangle and the specified Rectangle location (x, y) with the specified dimensions (width, height), intersect.
intersects(int, int, int, int, int, int, int, int) - Static method in class com.codename1.ui.geom.Rectangle
Helper method allowing us to determine if two coordinate sets intersect.
intersects(double, double, double, double) - Method in class com.codename1.ui.geom.Rectangle2D
Determines whether or not this Rectangle and the specified Rectangle location (x, y) with the specified dimensions (width, height), intersect.
intersects(Rectangle2D) - Method in class com.codename1.ui.geom.Rectangle2D
Determines whether or not this Rectangle and the specified Rectangle location (x, y) with the specified dimensions (width, height), intersect.
intersects(double, double, double, double, double, double, double, double) - Static method in class com.codename1.ui.geom.Rectangle2D
Helper method allowing us to determine if two coordinate sets intersect.
intersects(BitSet) - Method in class java.util.BitSet
Checks if these two BitSets have at least one bit set to true in the same position.
intValue() - Method in class com.codename1.util.BigDecimal
 
intValue() - Method in class com.codename1.util.BigInteger
 
intValue() - Method in class java.lang.Double
Returns the integer value of this Double (by casting to an int).
intValue() - Method in class java.lang.Float
Returns the integer value of this Float (by casting to an int).
intValue() - Method in class java.lang.Integer
Returns the value of this Integer as an int.
invalidate() - Method in class com.codename1.ui.Container
Same as setShouldCalcPreferredSize(true) but made accessible for layout managers
invalidate() - Method in class com.codename1.ui.layouts.mig.PlatformDefaults
Tells all layout manager instances to revalidate and recalculated everything.
invalidate() - Method in class com.codename1.ui.PeerComponent
Updates the size of the component from the native widget
invalidateContainerSize() - Method in class com.codename1.ui.layouts.mig.Grid
If the container (parent) that this grid is laying out has changed its bounds, call this method to clear any cached values min/pref/max sizes of the components and rows/columns.
invalidateLayout(Container) - Method in class com.codename1.ui.layouts.GridBagLayout
 
invalidateLayout(Container) - Method in class com.codename1.ui.layouts.mig.MigLayout
Deprecated.
 
inverseMercator(double, double) - Static method in class com.codename1.maps.Mercator
Create a unprojected Coord(Latitude, Longitude) from the projected Coord
invokeAndBlock(Runnable, boolean) - Method in class com.codename1.ui.Display
Invokes runnable and blocks the current thread, if the current thread is the edt it will still be blocked however a separate thread would be launched to perform the duties of the EDT while it is blocked.
invokeAndBlock(Runnable) - Method in class com.codename1.ui.Display
Invokes runnable and blocks the current thread, if the current thread is the edt it will still be blocked however a separate thread would be launched to perform the duties of the EDT while it is blocked.
invokeWebserviceASync(WebServiceProxyCall.WSDefinition, Callback, Object...) - Static method in class com.codename1.io.WebServiceProxyCall
Invokes a web asynchronously and calls the callback on completion
invokeWebserviceSync(WebServiceProxyCall.WSDefinition, Object...) - Static method in class com.codename1.io.WebServiceProxyCall
Invokes a webservice synchronously and returns result
IOCallback - Interface in com.codename1.ui.html
This interface is implemented by HTMLComponent and ResourceThread (The two classes using the AsyncDocumentRequestHandler)
IOException - Exception in java.io
Signals that an I/O exception of some sort has occurred.
IOException() - Constructor for exception java.io.IOException
Constructs an IOException with null as its error detail message.
IOException(String) - Constructor for exception java.io.IOException
Constructs an IOException with the specified detail message.
IOProgressListener - Interface in com.codename1.io
Callback for IO updates from a buffered input/output stream
ioStreamUpdate(Object, int) - Method in class com.codename1.io.ConnectionRequest
 
ioStreamUpdate(Object, int) - Method in interface com.codename1.io.IOProgressListener
Indicates the number of bytes that were read/written to/from the source stream
ipadx - Variable in class com.codename1.ui.layouts.GridBagConstraints
 
ipady - Variable in class com.codename1.ui.layouts.GridBagConstraints
 
is3DTextNorth() - Method in class com.codename1.ui.plaf.Style
Returns the text decoration state for the north
isAbsolute() - Method in class java.net.URI
 
isAbsoluteCenter() - Method in class com.codename1.ui.layouts.BorderLayout
Deprecated.
use center behavior instead
isActAsSpinnerDialog() - Method in class com.codename1.ui.ComboBox
When this flag is active the combo box acts as a button that opens a dialog that looks like a spinner this allows creating user interfaces for touch devices where a spinner UI approach is more common than a combo box paradigm.
isAddBackToTaget() - Method in class com.codename1.components.RSSReader
Indicates whether a back command should be added implicitly to the target container
isAffineSupported() - Method in class com.codename1.ui.Graphics
Indicates whether the underlying implementation can draw using an affine transform hence methods such as rotate, scale and shear would work
isAlive() - Method in interface com.codename1.io.JSONParseCallback
This method indicates to the Parser if this Callback is still alive
isAlive() - Method in class com.codename1.io.JSONParser
 
isAlive() - Method in class java.lang.Thread
Tests if this thread is alive.
isAllowMinimizing() - Method in class com.codename1.ui.Display
Allows a Codename One application to minimize without forcing it to the front whenever a new dialog is poped up
isAlphaMutableImageSupported() - Static method in class com.codename1.ui.Image
Returns true if mutable images support alpha transparency
isAlphaSupported() - Method in class com.codename1.ui.Graphics
Indicates whether invoking set/getAlpha would have an effect on all further rendering from this graphics object.
isAlwaysRenderSelection() - Method in class com.codename1.ui.list.DefaultListCellRenderer
Indicates that selection should always be rendered regardless of the status of the shouldRenderSelection flag
isAlwaysRevalidate() - Static method in class com.codename1.io.services.ImageDownloadService
By default lists don't revalidate on every change to avoid "jumpiness" when scrolling
isAlwaysStore() - Method in class com.codename1.io.CacheMap
When set to true indicates that all entries should be persisted to storage for a constantly persisting cache
isAlwaysTensile() - Method in class com.codename1.ui.Component
Enable the tensile drag to work even when a component doesn't have a scroll showable (scrollable flag still needs to be set to true)
isAlwaysTensile() - Method in class com.codename1.ui.Form
 
isAnalyticsEnabled() - Method in class com.codename1.analytics.AnalyticsService
Indicates if the analytics is enabled, subclasses must override this method to process their information
isAnimateShow() - Method in class com.codename1.components.InteractionDialog
Indicates whether show/dispose should be animated or not
isAnimateTabSelection() - Method in class com.codename1.ui.Tabs
Indicates whether clicking on a tab button should result in an animation to the selected tab or an immediate switch
isAnimation() - Method in class com.codename1.components.FileEncodedImageAsync
 
isAnimation() - Method in class com.codename1.components.ReplaceableImage
 
isAnimation() - Method in class com.codename1.components.StorageImageAsync
 
isAnimation() - Method in class com.codename1.ui.animations.Timeline
 
isAnimation() - Method in class com.codename1.ui.EncodedImage
 
isAnimation() - Method in class com.codename1.ui.Image
Returns true if this is an animated image
isAnimation() - Method in class com.codename1.ui.URLImage
 
isAnimation(String) - Method in class com.codename1.ui.util.Resources
Deprecated.
animations are no longer distinguished from images in the resource file, use Image.isAnimation instead
isAnnotation() - Method in class java.lang.Class
 
isAnnotationPresent(Class) - Method in class java.lang.Class
Returns true if an annotation for the specified type is present on this element, else false.
isAnonymousClass() - Method in class java.lang.Class
replacement for Class.isAnonymousClass()
isAntiAliased() - Method in class com.codename1.ui.Graphics
Returns true if anti-aliasing for standard rendering operations is turned on.
isAntiAliasedText() - Method in class com.codename1.ui.Graphics
Indicates whether anti-aliasing for text is active, notice that text anti-aliasing is a separate attribute from standard anti-alisaing.
isAntiAliasedTextSupported() - Method in class com.codename1.ui.Graphics
Returns true if anti-aliasing for text is supported, notice that text anti-aliasing is a separate attribute from standard anti-alisaing.
isAntialiasing() - Method in class com.codename1.charts.renderers.DefaultRenderer
Returns the antialiasing flag value.
isAntiAliasingSupported() - Method in class com.codename1.ui.Graphics
Returns true if anti-aliasing for standard rendering operations is supported, notice that text anti-aliasing is a separate attribute.
isApplyBackgroundColor() - Method in class com.codename1.charts.renderers.DefaultRenderer
Returns if the background color should be applied.
isAppsMode() - Static method in class com.codename1.analytics.AnalyticsService
Apps mode allows improved analytics using the newer google analytics API designed for apps
isAPSupported() - Method in class com.codename1.io.NetworkManager
Indicates whether looking up an access point is supported by this device
isArray() - Method in class java.lang.Class
Determines if this Class object represents an array class.
isAssignableFrom(Class) - Method in class java.lang.Class
Determines if the class or interface represented by this Class object is either the same as, or is a superclass or superinterface of, the class or interface represented by the specified Class parameter.
isAsyncAdapter() - Method in interface com.codename1.ui.URLImage.ImageAdapter
Return true if the adapter should work on a separate thread to avoid blocking the EDT this is especially important for image masks and heavy image manipulation
isAuthenticated() - Method in class com.codename1.facebook.FaceBookAccess
This method returns true if the user is authenticated to the facebook service.
isAutoAdjustDialogSize() - Static method in class com.codename1.ui.Dialog
Indicates whether Codename One should try to automatically adjust a showing dialog size when a screen size change event occurs
isAutocalculateCenter() - Method in class com.codename1.charts.views.RoundChart
 
isAutoDegradeMaxSize() - Static method in class com.codename1.ui.TextArea
Indicates whether a high value for default maxSize will be reduced to a lower value if the underlying platform throws an exception.
isAutoDispose() - Method in class com.codename1.ui.Dialog
Determines whether the execution of a command on this dialog implicitly disposes the dialog.
isAutoFit() - Method in class com.codename1.ui.layouts.GridLayout
Auto fits columns/rows to available screen space
isAutoFoldVKBOnFormSwitch() - Method in class com.codename1.ui.Display
Normally Codename One folds the VKB when switching forms this field allows us to block that behavior.
isAutoplay() - Method in class com.codename1.components.MediaPlayer
Sets playback to start automatically
isAutoShow() - Method in class com.codename1.components.Progress
Shows the progress automatically when the request processing is started
isAutoStored() - Static method in class com.codename1.io.Cookie
Returns true if the Cookies are auto stored to storage
isBackCommandEnabled() - Method in class com.codename1.ui.util.UIBuilder
Seamlessly inserts a back command to all the forms
isBackgroundImageDetermineSize() - Method in class com.codename1.ui.plaf.LookAndFeel
Indicates if the bg image of a style should determine the minimum preferred size according to the theme
isBackgroundPainter() - Method in class com.codename1.ui.plaf.Border
Returns true if installing this border will override the painting of the component background
isBackToParent() - Static method in class com.codename1.io.Oauth2
Enables going back to the parent form after login is completed
isBadgingSupported() - Method in class com.codename1.ui.Display
Returns true if the underlying OS supports numeric badges on icons.
isBidiAlgorithm() - Method in class com.codename1.ui.Display
Indicates whether Codename One should consider the bidi RTL algorithm when drawing text or navigating with the text field cursor.
isBitmapFontEnabled() - Static method in class com.codename1.ui.Font
Indicates whether bitmap fonts should be enabled when loading or the fallback system font should be used instead.
isBlockAnalytics() - Static method in class com.codename1.ui.util.UIBuilder
Enables blocking analytics in the UIBuilder, this is useful for the designer tool.
isBlocking() - Method in class com.codename1.ui.util.EventDispatcher
Indicates whether this dispatcher blocks when firing events or not, normally a dispatcher uses callSeriallyAndWait() to be 100% synchronous with event delivery however this method is very slow.
isBlockList() - Method in class com.codename1.components.RSSReader
 
isBoundsInGrid() - Method in class com.codename1.ui.layouts.mig.CC
Returns if the absolute pos value should be corrections to the component that is in a normal cell.
isBuiltinSoundAvailable(String) - Method in class com.codename1.ui.Display
Indicates whether a user installed or system sound is available
isBuiltinSoundsEnabled() - Method in class com.codename1.ui.Display
Allows muting/unmuting the builtin sounds easily
isCaseSensitive() - Method in class com.codename1.xml.XMLParser
Sets the parser to be case sensitive and retain case, otherwise it will convert all data to lower case
isCellEditable(int, int) - Method in class com.codename1.ui.table.DefaultTableModel
 
isCellEditable(int, int) - Method in interface com.codename1.ui.table.TableModel
Returns true if the cell at the given location is an editable cell
isCellRenderer() - Method in class com.codename1.ui.Component
Used as an optimization to mark that this component is currently being used as a cell renderer
isCellSpannedThroughHorizontally(int, int) - Method in class com.codename1.ui.table.TableLayout
Returns true if the cell at the given position is spanned through horizontally
isCellSpannedThroughVertically(int, int) - Method in class com.codename1.ui.table.TableLayout
Returns true if the cell at the given position is spanned through vertically
isChangeInputMode(int) - Method in class com.codename1.ui.TextField
Indicates whether the key changes the current input mode
isChangesSelectedDateEnabled() - Method in class com.codename1.ui.Calendar
This flag determines if selected date can be changed by selecting an alternative date
isChangeTabContainerStyleOnFocus() - Method in class com.codename1.ui.Tabs
Indicates that the tabs container should have its style changed to the selected style when one of the tabs has focus this allows incorporating it into the theme of the application
isChangeTabOnFocus() - Method in class com.codename1.ui.Tabs
Indicates that a tab should change when the focus changes without the user physically pressing a button
isCheckBox() - Method in class com.codename1.components.MultiButton
Returns true if this is a checkbox button
isClearKey(int) - Method in class com.codename1.ui.TextField
Returns true if this is the clear key on the device, many devices don't contain a clear key and even in those that contain it this might be an issue
isClickEnabled() - Method in class com.codename1.charts.renderers.DefaultRenderer
Deprecated. 
isClickTouchScreen() - Method in class com.codename1.ui.Display
Indicates whether the device has a double layer screen thus allowing two stages to touch events: click and hover.
isCloudMessageFailSilently() - Method in class com.codename1.messaging.Message
Indicates whether the cloud message should produce an error dialog if sending failed
isCommandList() - Method in class com.codename1.ui.List
Indicates that the list should be treated as a list of commands, if the user "clicks" a command from the list its action performed method is invoked.
isCommandsAsButtons() - Static method in class com.codename1.ui.Dialog
Places commands as buttons at the bottom of the standard static dialogs rather than as softbuttons.
isCommitOnDispose(TextArea) - Static method in class com.codename1.ui.VirtualKeyboard
Indicates whether the given text field should commit on dispose
isConnected() - Method in class com.codename1.io.SocketConnection
Returns true if this connection is currently active
isConstraintTracking() - Method in class com.codename1.ui.layouts.BorderLayout
 
isConstraintTracking() - Method in class com.codename1.ui.layouts.Layout
If this method returns true, the addLayoutComponent method will be called when replacing a layout for every component within the container
isConstraintTracking() - Method in class com.codename1.ui.layouts.mig.MigLayout
Deprecated.
 
isConstraintTracking() - Method in class com.codename1.ui.table.TableLayout
 
isConsumed() - Method in class com.codename1.ui.events.ActionEvent
Returns true if the event was consumed thus indicating that it was handled.
isContactsPermissionGranted() - Method in class com.codename1.ui.Display
Some platforms allow the user to block contacts access on a per application basis (specifically iOS).
isCookiesEnabled() - Method in class com.codename1.io.ConnectionRequest
 
isCookiesEnabledDefault() - Static method in class com.codename1.io.ConnectionRequest
 
isCreatePlainTextDetails() - Method in class com.codename1.io.services.RSSService
Creates an additional "details" attribute in the resulting hashtables which effectively contains a plain text version of the description tag.
isCreationByStringSupported() - Static method in class com.codename1.ui.Font
Returns true if the underlying platform allows creating a font based on a user submitted string.
isCurrentMeridiem() - Method in class com.codename1.ui.spinner.TimeSpinner
 
isCursorPositionCycle() - Method in class com.codename1.ui.TextField
Returns true if the cursor should cycle to the beginning of the text when the user navigates beyond the edge of the text and visa versa.
isCycleLeft() - Method in class com.codename1.components.ImageViewer
By default the ImageViewer cycles from the beginning to the end of the list when going to the left, setting this to false prevents this behaviour
isCycleRight() - Method in class com.codename1.components.ImageViewer
By default the ImageViewer cycles from the end to the beginning of the list when going to the right, setting this to false prevents this behaviour
isCyclicFocus() - Method in class com.codename1.ui.Form
Indicates whether focus should cycle within the form
isData(String) - Method in class com.codename1.ui.util.Resources
Returns true if this is a data resource
isDefaultActAsSpinnerDialog() - Static method in class com.codename1.ui.ComboBox
When this flag is active the combo box acts as a button that opens a dialog that looks like a spinner this allows creating user interfaces for touch devices where a spinner UI approach is more common than a combo box paradigm.
isDefaultAlwaysTensile() - Method in class com.codename1.ui.plaf.LookAndFeel
Enable the tensile drag to work even when a component doesn't have a scroll showable (scrollable flag still needs to be set to true)
isDefaultEndsWith3Points() - Method in class com.codename1.ui.plaf.LookAndFeel
Indicates whether labels should end with 3 points by default
isDefaultFireOnClick() - Static method in class com.codename1.ui.List
Default value for the fire on click behavior
isDefaultFollowRedirects() - Static method in class com.codename1.io.ConnectionRequest
 
isDefaultIgnoreFocusComponentWhenUnfocused() - Static method in class com.codename1.ui.List
Indicates whether the list should not paint the focus component if the list itself has no focus.
isDefaultIncludeSelectCancel() - Static method in class com.codename1.ui.ComboBox
Indicates whethe the soft buttons for select/cancel should appear for the combo box by default
isDefaultLinearMotion() - Static method in class com.codename1.ui.animations.CommonTransitions
Indicates whether the motion associated with these transitions by default is linear or spline motion
isDefaultMaintainAspectRatio() - Static method in class com.codename1.io.services.ImageDownloadService
 
isDefaultSmoothScrolling() - Method in class com.codename1.ui.plaf.LookAndFeel
Indicates whether lists and containers should have smooth scrolling by default
isDefaultSnapToGrid() - Method in class com.codename1.ui.plaf.LookAndFeel
Indicates whether scrolling this component should jump to a specific location in a grid
isDefaultTensileDrag() - Method in class com.codename1.ui.plaf.LookAndFeel
Indicates whether tensile drag should be active by default
isDefaultTensileHighlight() - Method in class com.codename1.ui.plaf.LookAndFeel
Indicates whether tensile highlight should be active by default
isDefaultTickerEnabled() - Static method in class com.codename1.ui.Label
Allows disabling/enabling tickers globally
isDesignTime(ContainerWrapper) - Static method in class com.codename1.ui.layouts.mig.LayoutUtil
Returns if design time is turned on for a Container in ContainerWrapper.
isDesktop() - Method in class com.codename1.ui.Display
Returns true if this is a desktop application
isDigit(char) - Static method in class java.lang.Character
Determines if the specified character is a digit.
isDirectory(String) - Method in class com.codename1.io.FileSystemStorage
Indicates whether the given file is a directory
isDisableBuffering() - Method in class com.codename1.io.BufferedInputStream
 
isDisableStaticDialogScrolling() - Static method in class com.codename1.ui.Dialog
Allows a developer to indicate his interest that the dialog should no longer scroll on its own but rather rely on the scrolling properties of internal scrollable containers.
isDisplayBoundingPoints() - Method in class com.codename1.charts.renderers.SimpleSeriesRenderer
Returns if the bounding points of the first and last visible ones should be displayed.
isDisplayChartValues() - Method in class com.codename1.charts.renderers.XYSeriesRenderer
Returns if the chart point values should be displayed as text.
isDisplayValues() - Method in class com.codename1.charts.renderers.DefaultRenderer
Returns if the values should be displayed as text.
isDisposeOnCompletion() - Method in class com.codename1.components.Progress
 
isDisposesDialog() - Method in class com.codename1.ui.Command
Indicates whether this command causes the dialog to dispose implicitly, defaults to true
isDisposeWhenPointerOutOfBounds() - Method in class com.codename1.ui.Dialog
This flag indicates if the dialog should be disposed if a pointer released event occurred out of the dialog content.
isDone() - Method in interface com.codename1.ui.geom.PathIterator
Tests if the iterator is exhausted.
isDownKey(int) - Method in class com.codename1.maps.MapComponent
Returns true if this is a down keycode
isDownloadToStyles() - Method in class com.codename1.io.services.ImageDownloadService
Downloads the image to the style objects associated with this component, effectively sets the bgImage property on all the styles for the component instead of invoking setIcon
isDragActivated() - Method in class com.codename1.ui.Component
Indicates whether we are in the middle of a drag operation, this method allows developers overriding the pointer released events to know when this is a drag operation.
isDragAndDropOperation(int, int) - Method in class com.codename1.ui.Component
This method allows a developer to define only a specific portion of a component as draggable by default it returns true if the component is defined as "draggable"
isDraggable() - Method in class com.codename1.ui.Component
Indicates whether this component can be dragged in a drag and drop operation rather than scroll the parent
isDragRegion(int, int) - Method in class com.codename1.ui.Component
Deprecated.
replaced with getDragRegionStatus
isDragRegion(int, int) - Method in class com.codename1.ui.Form
Deprecated.
this method was replaced by getDragRegionStatus
isDrawBorder() - Method in class com.codename1.ui.table.Table
Indicates whether the table border should be drawn
isDropTarget() - Method in class com.codename1.ui.Component
Indicates whether this component can receive dropped components into it, notice that when dropping on a component or container the parents will be checked recursively to find a valid drop target
isDuplicateSupported() - Method in class com.codename1.io.ConnectionRequest
Indicates whether this connection request supports duplicate entries in the request queue
isDurationMode() - Method in class com.codename1.ui.spinner.TimeSpinner
Duration mode uses the time spinner to indicate a duration in hours and minutes
isEagerLock() - Method in class com.codename1.components.ImageViewer
Eager locking effectively locks the right/left images as well as the main image, as a result more heap is taken
isEagerSwipeMode() - Method in class com.codename1.ui.Tabs
Allows marking tabs as swipe "eager" which instantly triggers swipe on movement rather than threshold the swipe.
isEditable() - Method in class com.codename1.ui.Slider
Indicates the slider is modifyable
isEditable() - Method in class com.codename1.ui.TextArea
Returns true if this area is editable
isEditingEndTrigger(int) - Method in class com.codename1.ui.TextField
Indicates whether the given key code should be ignored or should trigger cause editing to end.
isEditingTrigger(int) - Method in class com.codename1.ui.TextField
Indicates whether the given key code should be ignored or should trigger editing, by default fire or any numeric key should trigger editing implicitly.
isEdt() - Method in class com.codename1.ui.Display
Returns true if we are currently in the event dispatch thread.
isEmpty() - Method in class com.codename1.ui.util.WeakHashMap
 
isEmpty() - Method in class com.codename1.xml.Element
Determines whether or not this Element has no children.
isEmpty() - Method in class java.util.AbstractCollection
Returns if this Collection contains no elements.
isEmpty() - Method in class java.util.AbstractMap
Returns whether this map is empty.
isEmpty() - Method in class java.util.ArrayDeque
Returns true if the deque has no elements.
isEmpty() - Method in class java.util.ArrayList
 
isEmpty() - Method in class java.util.BitSet
Returns true if all the bits in this BitSet are set to false.
isEmpty() - Method in interface java.util.Collection
Returns if this Collection contains no elements.
isEmpty() - Method in class java.util.Dictionary
Returns true if this dictionary has no key/value pairs.
isEmpty() - Method in class java.util.HashMap
Returns whether this map is empty.
isEmpty() - Method in class java.util.HashSet
Returns true if this HashSet has no elements, false otherwise.
isEmpty() - Method in class java.util.Hashtable
Returns true if this Hashtable has no key/value pairs.
isEmpty() - Method in class java.util.IdentityHashMap
Returns whether this IdentityHashMap has no elements.
isEmpty() - Method in interface java.util.List
Returns whether this List contains no elements.
isEmpty() - Method in interface java.util.Map
Returns whether this map is empty.
isEmpty() - Method in interface java.util.Set
Returns true if this set has no elements.
isEmpty() - Method in class java.util.TreeSet
Returns true if this TreeSet has no element, otherwise false.
isEmpty() - Method in class java.util.Vector
Returns if this vector has no elements, a size of zero.
isEmptyTag(String) - Method in class com.codename1.ui.html.HTMLParser
Checks whether the specified tag is an empty tag as defined in EMPTY_TAGS
isEmptyTag(String) - Method in class com.codename1.xml.XMLParser
Checks whether the specified tag is an empty tag
isEnabled() - Static method in class com.codename1.analytics.AnalyticsService
Indicates whether analytics is enabled for this application
isEnabled() - Method in class com.codename1.ui.Command
Allows disabling/enabling the command
isEnabled() - Method in class com.codename1.ui.Component
Indicates whether component is enabled or disabled thus allowing us to prevent a component from receiving input events and indicate so visually
isEnabled() - Method in class com.codename1.ui.Container
 
isEnableInputScroll() - Method in class com.codename1.ui.TextArea
Indicates whether text field input should scroll to the right side when no more room for the input is present.
isEnableInputScroll() - Method in class com.codename1.ui.TextField
 
isEndsWith3Points() - Method in class com.codename1.ui.Label
Simple getter
isEndsWith3Points() - Method in class com.codename1.ui.TextArea
Simple getter
isEnterKey(int) - Method in class com.codename1.ui.TextArea
Indicates the enter key to be used for editing the text area and by the text field
isEnum() - Method in class java.lang.Class
Replacement for Class.isEnum().
isEventsEnabled() - Method in class com.codename1.ui.html.HTMLComponent
Deprecated.
Returns the current status of the events enabled flag
isExternal() - Method in class com.codename1.ui.layouts.mig.CC
Returns if this component should have its bounds handled by an external source and not this layout manager.
isExternalZoomEnabled() - Method in class com.codename1.charts.renderers.DefaultRenderer
Deprecated. 
isFacebookSDKSupported() - Method in class com.codename1.social.FacebookConnect
Indicates whether the native platform supports native facebook login
isFadeScrollBar() - Method in class com.codename1.ui.plaf.LookAndFeel
Indicates whether the scrollbar should fade when unused
isFadeScrollEdge() - Method in class com.codename1.ui.plaf.LookAndFeel
Indicates whether the edge of a scrollable area should fade out
isFailOnMissingTruetype() - Static method in class com.codename1.ui.util.Resources
 
isFailSilently() - Static method in class com.codename1.analytics.AnalyticsService
Indicates whether analytics server failures should brodcast an error event
isFailSilently() - Method in class com.codename1.io.ConnectionRequest
Indicates that we are uninterested in error handling
isFastScale() - Static method in class com.codename1.io.services.ImageDownloadService
Fast scaling uses runtime draw scaling rather than the Image scaled method.
isFileWriteEnabled() - Method in class com.codename1.io.Log
Indicates whether GCF's file writing should be used to generate the log file
isFill() - Method in class com.codename1.ui.layouts.mig.DimConstraint
Returns if the component in the row/column that this constraint should default be grown in the same dimension that this constraint represents (width for column and height for a row).
isFillBelowLine() - Method in class com.codename1.charts.renderers.XYSeriesRenderer
Deprecated.
isFillLastRow() - Method in class com.codename1.ui.layouts.GridLayout
When set to true makes the grid layout fill the last row of the layout entirely if the number of elements in that row is bigger.
isFillPoints() - Method in class com.codename1.charts.renderers.XYSeriesRenderer
Returns if the chart points should be filled.
isFillRows() - Method in class com.codename1.ui.layouts.FlowLayout
Indicates whether the layout manager should try to fill up the available space in the row
isFillX() - Method in class com.codename1.ui.layouts.mig.LC
If the layout should always claim the whole bounds of the laid out container even if the preferred size is smaller.
isFillY() - Method in class com.codename1.ui.layouts.mig.LC
If the layout should always claim the whole bounds of the laid out container even if the preferred size is smaller.
isFinished() - Method in class com.codename1.ui.animations.Motion
Returns true if the motion has run its course and has finished meaning the current time is greater than startTime + duration.
isFisheye() - Method in class com.codename1.ui.list.GenericListCellRenderer
In fisheye rendering mode the renderer maintains selected component drawing
isFitLegend() - Method in class com.codename1.charts.renderers.DefaultRenderer
Returns if the legend should size to fit.
isFlatten() - Method in class com.codename1.ui.Component
Makes the component effectively opaque by blending the backgrounds into an image in memory so the layer of underlying components is only drawn once when this component is repainted.
isFlowX() - Method in class com.codename1.ui.layouts.mig.LC
The default flow direction.
isFocusable() - Method in class com.codename1.ui.Component
Returns true if this component can receive focus and is enabled
isFocusScrolling() - Method in class com.codename1.ui.Form
Indicates whether lists and containers should scroll only via focus and thus "jump" when moving to a larger component as was the case in older versions of Codename One.
isFocusScrolling() - Method in class com.codename1.ui.plaf.LookAndFeel
Indicates whether lists and containers should scroll only via focus and thus "jump" when moving to a larger component as was the case in older versions of Codename One.
isFollowRedirects() - Method in class com.codename1.io.ConnectionRequest
 
isFont(String) - Method in class com.codename1.ui.util.Resources
Returns true if this is a font resource
isForceGroup() - Method in class com.codename1.ui.ComponentGroup
Component grouping can be an element from the theme but can be forced manually for a specific group
isFormatSupported(String) - Method in class com.codename1.ui.util.ImageIO
Indicates if the given format for output is supported by this implementation
isFormBottomPaddingEditingMode() - Method in class com.codename1.ui.Form
Toggles the way the virtual keyboard behaves, enabling this mode shrinks the screen but makes editing possible when working with text fields that aren't in a scrollable container.
isForwardSlide() - Method in class com.codename1.ui.animations.CommonTransitions
Indicates the slide/cover transition direction
isFullScreen() - Method in interface com.codename1.media.Media
This method returns true if this video is in full screen mode.
isGetAllContactsFast() - Method in class com.codename1.contacts.ContactsManager
Indicates if the getAllContacts is platform optimized, notice that the method might still take seconds or more to run so you should still use a separate thread!
isGetAllContactsFast() - Method in class com.codename1.ui.Display
Indicates if the getAllContacts is platform optimized, notice that the method might still take seconds or more to run so you should still use a separate thread!
isGPSDetectionSupported() - Method in class com.codename1.location.LocationManager
Returns true if the platform is able to detect if the GPS is on or off.
isGPSEnabled() - Method in class com.codename1.location.LocationManager
Returns GPS on/off state if isGPSDetectionSupported() returns true
isGrabsPointerEvents() - Method in class com.codename1.ui.Component
This property is useful for blocking in z-order touch events, sometimes we might want to grab touch events in a specific component without making it focusable.
isGradientEnabled() - Method in class com.codename1.charts.renderers.SimpleSeriesRenderer
Returns the gradient is enabled value.
isGrowByContent() - Method in class com.codename1.ui.TextArea
Indicates that the text area should "grow" in height based on the content beyond the limits indicate by the rows variable
isGrowHorizontally() - Method in class com.codename1.ui.table.TableLayout
Indicates whether the table layout should grow horizontally to take up available space by stretching the last column
isHidden(String) - Method in class com.codename1.io.FileSystemStorage
Indicates the hidden state of the file
isHideInPortrait() - Method in class com.codename1.ui.Component
Indicates that this component and all its children should be hidden when the device is switched to portrait mode
isHighlighted() - Method in class com.codename1.charts.renderers.SimpleSeriesRenderer
Returns if the item is displayed highlighted.
isHighSurrogate(char) - Static method in class java.lang.Character
A test for determining if the char is a high surrogate/leading surrogate unit that's used for representing supplementary characters in UTF-16 encoding.
isHorizontal() - Method in class com.codename1.ui.ComponentGroup
Indicates that the component group should be horizontal by using the BoxLayout Y
isHorizontal() - Method in class com.codename1.ui.layouts.mig.UnitValue
 
isHorizontalCover() - Method in class com.codename1.ui.animations.CommonTransitions
Returns true if this is a horizontal cover transition
isHorizontalLayout() - Method in class com.codename1.components.MultiButton
Indicates whether the first two labels are be side by side
isHorizontalSlide() - Method in class com.codename1.ui.animations.CommonTransitions
Returns true if this is a horizontal slide transition
isHttpOnly() - Method in class com.codename1.io.Cookie
 
isIdentity() - Method in class com.codename1.ui.Transform
Checks if this transform is the identity transform.
isIgnoreFocusComponentWhenUnfocused() - Method in class com.codename1.ui.List
Indicates whether the list should not paint the focus component if the list itself has no focus.
isImage(String) - Method in class com.codename1.ui.util.Resources
Returns true if this is an image resource
isImmediateInputMode(String) - Method in class com.codename1.ui.TextField
Returns true if the given input mode should commit immediately or wait for the commit timeout
isInClippingRegion(Graphics) - Method in class com.codename1.ui.Component
 
isIncludeHeader() - Method in class com.codename1.ui.table.Table
Indicates whether the table should render a table header as the first row
isIncludeSelectCancel() - Method in class com.codename1.ui.ComboBox
Indicates whethe the soft buttons for select/cancel should appear for the combo box
isIncludeYear() - Method in class com.codename1.ui.spinner.DateTimeSpinner
 
isInfinite() - Method in class com.codename1.ui.Slider
The infinite slider functionality is used to animate progress for which there is no defined value.
isInfinite() - Method in class java.lang.Double
Returns true if this Double value is infinitely large in magnitude.
isInfinite(double) - Static method in class java.lang.Double
Returns true if the specified number is infinitely large in magnitude.
isInfinite() - Method in class java.lang.Float
Returns true if this Float value is infinitely large in magnitude.
isInfinite(float) - Static method in class java.lang.Float
Returns true if the specified number is infinitely large in magnitude.
isInitialized() - Static method in class com.codename1.io.Storage
Returns true if the storage is initialized
isInitialized() - Method in class com.codename1.ui.Component
Indicates if the component is in the initialized state, a component is initialized when its initComponent() method was invoked.
isInitialized() - Static method in class com.codename1.ui.Display
This method returns true if the Display is initialized.
isInitialRangeSet() - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
 
isInitialRangeSet(int) - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Returns if the initial range is set.
isInScroll() - Method in class com.codename1.charts.renderers.DefaultRenderer
Returns if the chart is inside a scroll view and doesn't need to shrink.
isInSegment(double) - Method in class com.codename1.charts.views.PieSegment
Checks if angle falls in segment.
isInstance(Object) - Method in class java.lang.Class
Determines if the specified Object is assignment-compatible with the object represented by this Class.
isInterface() - Method in class java.lang.Class
Determines if the specified Class object represents an interface type.
isInvertFirstTwoEntries() - Method in class com.codename1.components.MultiButton
Inverts the order of the first two entries so the second line appears first.
isItemListingSupported() - Method in class com.codename1.payment.Purchase
Indicates whether the payment platform supports things such as "item listing" or requires that items be coded into the system.
isKeepResourcesInRam() - Method in class com.codename1.ui.util.UIBuilder
Indicates that the UIBuilder should cache resources in memory and never release them.
isKilled() - Method in class com.codename1.io.ConnectionRequest
 
isL10N(String) - Method in class com.codename1.ui.util.Resources
Returns true if this is a generic data resource
isLeaf(Object) - Method in class com.codename1.components.FileTreeModel
 
isLeaf(Object) - Method in interface com.codename1.ui.tree.TreeModel
Is the node a leaf or a folder
isLeftAndRightEditingTrigger() - Method in class com.codename1.ui.TextField
Indicates whether the left/right keys will trigger editing, this is true by default.
isLeftKey(int) - Method in class com.codename1.maps.MapComponent
Returns true if this is a left keycode
isLeftToRight() - Method in interface com.codename1.ui.layouts.mig.ContainerWrapper
Returns if this container is using left-to-right component ordering.
isLeftToRight(LC, ContainerWrapper) - Static method in class com.codename1.ui.layouts.mig.LayoutUtil
Returns if left-to-right orientation is used.
isLinearMotion() - Method in class com.codename1.ui.animations.CommonTransitions
Indicates whether the motion associated with this transition is linear or spline motion
isLocked() - Method in class com.codename1.ui.EncodedImage
 
isLocked() - Method in class com.codename1.ui.Image
Returns true if the image is locked
isLoggedIn() - Method in class com.codename1.social.FacebookConnect
Indicates if the user is currently logged in
isLongEvent() - Method in class com.codename1.ui.events.ActionEvent
Returns true for long click or long pointer event
isLongPointerPressActionEnabled() - Method in class com.codename1.ui.List
Enable/disable list action on long pointer press event
isLoop() - Method in class com.codename1.components.MediaPlayer
Sets playback to loop
isLoop() - Method in class com.codename1.ui.animations.Timeline
Indicates if the image should loop
isLowerCase(char) - Static method in class java.lang.Character
Determines if the specified character is a lowercase character.
isLowered3DText() - Method in class com.codename1.ui.plaf.Style
Returns true if the 3D text decoration is on, false otherwise
isLowSurrogate(char) - Static method in class java.lang.Character
A test for determining if the char is a high surrogate/leading surrogate unit that's used for representing supplementary characters in UTF-16 encoding.
isMaintainAspectRatio() - Method in class com.codename1.io.services.ImageDownloadService
 
isManagedPaymentSupported() - Method in class com.codename1.payment.Purchase
Indicates whether the purchasing platform supports managed payments which work by picking products that are handled by the servers/OS of the platform vendor.
isManagingComponent(Component) - Method in class com.codename1.ui.layouts.mig.MigLayout
Deprecated.
Returns if this layout manager is currently managing this component.
isManualPaymentSupported() - Method in class com.codename1.payment.Purchase
Indicates whether the purchasing platform supports manual payments which are just payments of a specific amount of money.
isManualRedirect() - Method in class com.codename1.io.MultipartRequest
By default redirect responses (302 etc.) are handled manually in multipart requests
isMarkToday() - Method in class com.codename1.ui.spinner.DateTimeSpinner
 
isMaxValueSet() - Method in class com.codename1.charts.renderers.DialRenderer
Returns if the maximum dial value was set.
isMaxXSet() - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Returns if the maximum X value was set.
isMaxXSet(int) - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Returns if the maximum X value was set.
isMaxYSet() - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Returns if the maximum Y value was set.
isMaxYSet(int) - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Returns if the maximum Y value was set.
isMenuOpen() - Method in class com.codename1.ui.SideMenuBar
Returns true if the Menu is currently open
isMinimized() - Method in class com.codename1.ui.Display
Indicates whether an application is minimized
isMinimizeOnBack() - Method in class com.codename1.ui.Form
When set to true the physical back button will minimize the application
isMinimizeOnBack() - Method in class com.codename1.ui.MenuBar
When set to true the physical back button will minimize the application
isMinValueSet() - Method in class com.codename1.charts.renderers.DialRenderer
Returns if the minimum dial value was set.
isMinXSet() - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Returns if the minimum X value was set.
isMinXSet(int) - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Returns if the minimum X value was set.
isMinYSet() - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Returns if the minimum Y value was set.
isMinYSet(int) - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Returns if the minimum Y value was set.
isModified() - Method in class com.codename1.ui.plaf.Style
Returns true if the style was modified manually after it was created by the look and feel.
isMonthDayYear() - Method in class com.codename1.ui.spinner.DateSpinner
 
isMultiKeyMode() - Method in class com.codename1.ui.Display
When set to true Codename One allows multiple hardware keys to be pressed at once, this isn't on by default since it can trigger some complexities with UI navigation to/from native code
isMultilineMode() - Method in class com.codename1.ui.tree.Tree
Toggles a mode where rows in the tree can be broken since span buttons will be used instead of plain buttons.
isMultiTouch() - Method in class com.codename1.ui.Display
Indicates whether the device supports multi-touch events, this is only relevant when touch events are supported
isMutableRendererBackgrounds() - Method in class com.codename1.ui.List
Indicates that the background of a cell renderer might mutate between one entry and the next, it is recommended that this flag remains false for performance reasons.
isNaN() - Method in class java.lang.Double
Returns true if this Double value is the special Not-a-Number (NaN) value.
isNaN(double) - Static method in class java.lang.Double
Returns true if the specified number is the special Not-a-Number (NaN) value.
isNaN() - Method in class java.lang.Float
Returns true if this Float value is Not-a-Number (NaN).
isNaN(float) - Static method in class java.lang.Float
Returns true if the specified number is the special Not-a-Number (NaN) value.
isNativeBrowserSupported() - Static method in class com.codename1.ui.BrowserComponent
Returns true if the platform supports embedding a native browser component
isNativeCommands() - Method in class com.codename1.ui.Display
Deprecated.
use getCommandBehavior() == Display.COMMAND_BEHAVIOR_NATIVE
isNativeInputSupported() - Method in class com.codename1.ui.Display
Indicates whether the device supports native in place editing in which case lightweight input logic shouldn't be used for input.
isNativePickerTypeSupported(int) - Method in class com.codename1.ui.Display
Indicates whether the native picker dialog is supported for the given type which can include one of PICKER_TYPE_DATE_AND_TIME, PICKER_TYPE_TIME, PICKER_TYPE_DATE
isNativePlayerMode() - Method in interface com.codename1.media.Media
Returns true if this Video Media is in Native player mode.
isNativeScrollingEnabled() - Method in class com.codename1.ui.BrowserComponent
This method is unreliable and is only here for consistency with setNativeScrollingEnabled.
isNativeShareSupported() - Method in class com.codename1.ui.Display
Indicates if the underlying platform supports sharing capabilities
isNativeTitle() - Method in class com.codename1.ui.Display
Indicates if the title of the Form is native title(in android ICS devices if the command behavior is native the ActionBar is used to display the title and the menu)
isNativeVideoPlayerControlsIncluded() - Method in class com.codename1.ui.Display
Indicates if the native video player includes its own play/pause etc.
isNewline() - Method in class com.codename1.ui.layouts.mig.CC
Returns if the flow should wrap to the next line/column before the component that this constraint belongs to.
isNoCache() - Method in class com.codename1.ui.layouts.mig.LC
If components have sizes or positions linked to the bounds of the parent in some way (as for instance the "%" unit has) the cache must be turned off for the panel.
isNoGrid() - Method in class com.codename1.ui.layouts.mig.DimConstraint
Returns if the row/column should default to flow and not to grid behaviour.
isNoGrid() - Method in class com.codename1.ui.layouts.mig.LC
If the whole layout should be non grid based.
isNormalizeNames() - Method in class com.codename1.io.Storage
Indicates whether characters that are typically illegal in filesystems should be sanitized and replaced with underscore
isNoTextMode() - Method in class com.codename1.components.OnOffSwitch
iOS 7 changed the switch to not include any text
isNotificationSupported() - Method in class com.codename1.ui.Display
Indicates whether the notify status bar method will present a notification to the user
isNullValue(double) - Method in class com.codename1.charts.views.AbstractChart
 
isNumericKeyActions() - Method in class com.codename1.ui.List
Indicate whether pressing the number keys should trigger an action
isNumericMonths() - Method in class com.codename1.ui.spinner.DateSpinner
 
ISO8601 - Static variable in class com.codename1.l10n.DateFormatPatterns
Pattern for parsing/formatting ISO8601 timestamp.
ISO8601 - Static variable in class java.text.DateFormatPatterns
Pattern for parsing/formatting ISO8601 timestamp.
isOnPieChart(Point) - Method in class com.codename1.charts.views.PieMapper
Checks if Point falls within PieChart
isOpaque() - Method in class com.codename1.components.ReplaceableImage
 
isOpaque() - Method in class com.codename1.ui.EncodedImage
 
isOpaque() - Method in class com.codename1.ui.Image
Indicates whether this image is opaque or not
isOpaque() - Method in class com.codename1.ui.RGBImage
Indicates if an image should be treated as opaque, this can improve support for fast drawing of RGB images without alpha support.
isOpaque() - Method in class java.net.URI
 
isOpen() - Method in class com.codename1.ui.SwipeableContainer
Returns true if the top Component is currently opened
isOpenedToLeft() - Method in class com.codename1.ui.SwipeableContainer
Returns true if the top Component is opened to the left side
isOpenedToRight() - Method in class com.codename1.ui.SwipeableContainer
Returns true if the top Component is opened to the right side
isOpenNativeNavigationAppSupported() - Method in class com.codename1.ui.Display
Returns true if the underlying OS supports opening the native navigation application
isOppositeSide() - Method in class com.codename1.ui.Button
Places the check box or radio button on the opposite side at the far end
isOppositeSide() - Method in class com.codename1.ui.CheckBox
Places the check box on the opposite side at the far end
isOppositeSide() - Method in class com.codename1.ui.RadioButton
Places the radio box on the opposite side at the far end
isOverlapSupported() - Method in class com.codename1.ui.layouts.BorderLayout
 
isOverlapSupported() - Method in class com.codename1.ui.layouts.CoordinateLayout
 
isOverlapSupported() - Method in class com.codename1.ui.layouts.LayeredLayout
 
isOverlapSupported() - Method in class com.codename1.ui.layouts.Layout
This method returns true if the Layout allows Components to Overlap.
isOverline() - Method in class com.codename1.ui.plaf.Style
Returns true if the overline text decoration is on, false otherwise
isOverwriteMode() - Method in class com.codename1.ui.TextField
Indicates that this is the overwrite mode
isOwner() - Method in class com.codename1.cloud.CloudObject
Returns true if this object is owned by me or is world writeable
isPaintOuterBorderFirst() - Method in class com.codename1.ui.plaf.Border
Allows toggling the order in which the outer and inner borders are painted for the Outer border type
isPanEnabled() - Method in class com.codename1.charts.ChartComponent
Checks if panning is enabled.
isPanEnabled() - Method in class com.codename1.charts.renderers.DefaultRenderer
Deprecated. 
isPanEnabled() - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Returns the enabled state of the pan on at least one axis.
isPanXEnabled() - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Returns the enabled state of the pan on X axis.
isPanYEnabled() - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Returns the enabled state of the pan on Y axis.
isPausable() - Method in class com.codename1.io.ConnectionRequest
Return true from this method if this connection can be paused and resumed later on.
isPause() - Method in class com.codename1.ui.animations.Timeline
Returns true when the timeline is paused
isPaused() - Method in class com.codename1.io.ConnectionRequest
 
isPendingCommit() - Method in class com.codename1.ui.TextArea
Returns true if the text field is waiting for a commit on editing
isPendingCommit() - Method in class com.codename1.ui.TextField
 
isPerspectiveSupported() - Static method in class com.codename1.ui.Transform
Checks if perspective transforms are supported on this platform.
isPerspectiveTransformSupported() - Method in class com.codename1.ui.Graphics
Checks to see if perspective (3D) com.codename1.ui.geom.Matrix transforms are supported by this graphics context.
isPinchToZoomEnabled() - Method in class com.codename1.ui.BrowserComponent
This method is unreliable and is only here for consistency with setPinchToZoomEnabled, it will not return whether the platform supports pinch since this is very hard to detect properly.
isPlaying() - Method in interface com.codename1.media.Media
Returns true if the media is currently playing
isPortrait() - Method in class com.codename1.ui.Display
Returns true if the device is currently in portrait mode
isPost() - Method in class com.codename1.io.ConnectionRequest
Returns true for a post operation and false for a get operation
isPostRequest() - Method in class com.codename1.ui.html.DocumentInfo
Returns whether this document request is a POST request or not
isPrintInput() - Method in class com.codename1.io.BufferedInputStream
Prints out all the data that passes through this stream to the console.
isProbablePrime(int) - Method in class com.codename1.util.BigInteger
return whether or not a BigInteger is probably prime with a probability of 1 - (1/2)**certainty.
isProjected() - Method in class com.codename1.maps.Coord
Returns true if this is a projected Coordinate
isPureTouch() - Method in class com.codename1.ui.Display
A pure touch device has no focus showing when the user is using the touch interface.
isQueueIdle() - Method in class com.codename1.io.NetworkManager
Indicates that the network queue is idle
isQwertyAutoDetect() - Static method in class com.codename1.ui.TextField
Indicates whether the text field should try to auto detect qwerty and switch the qwerty device flag implicitly
isQwertyDevice() - Static method in class com.codename1.ui.TextField
The default value for the qwerty flag so it doesn't need setting for every text field individually.
isQwertyInput() - Method in class com.codename1.ui.TextArea
True is this is a qwerty device or a device that is currently in qwerty mode.
isQwertyInput() - Method in class com.codename1.ui.TextField
 
isRadioButton() - Method in class com.codename1.components.MultiButton
Returns true if this is a radio button
isRaised3DText() - Method in class com.codename1.ui.plaf.Style
Returns true if the 3D text decoration is on, false otherwise
isReadRequest() - Method in class com.codename1.io.ConnectionRequest
 
isReadResponseForErrors() - Method in class com.codename1.io.ConnectionRequest
When set to true the read response code will happen even for error codes such as 400 and 500
isRectangle() - Method in class com.codename1.ui.geom.GeneralPath
 
isRectangle() - Method in class com.codename1.ui.geom.Rectangle
Checks if this shape is a rectangle.
isRectangle() - Method in class com.codename1.ui.geom.Rectangle2D
Checks if this shape is a rectangle.
isRectangle() - Method in interface com.codename1.ui.geom.Shape
Checks if this shape is a rectangle.
isRectangleType() - Method in class com.codename1.ui.plaf.Border
Returns true if this border type is a rectangle border.
isRedirecting() - Method in class com.codename1.io.ConnectionRequest
Returns true if this request is been redirected to a different url
isRefundable(String) - Method in class com.codename1.payment.Purchase
Indicates whether refunding is possible when the SKU is purchased
isRenderNullValues() - Method in class com.codename1.charts.views.BarChart
Returns if the chart should display the null values.
isRenderNullValues() - Method in class com.codename1.charts.views.XYChart
Returns if the chart should display the null values.
isRenderPercentageOnTop() - Method in class com.codename1.ui.Slider
Indicates that the value of the slider should be rendered with a percentage sign on top of the slider.
isRenderPoints(SimpleSeriesRenderer) - Method in class com.codename1.charts.views.LineChart
Returns if the chart should display the points as a certain shape.
isRenderPoints(SimpleSeriesRenderer) - Method in class com.codename1.charts.views.XYChart
Returns if the chart should display the points as a certain shape.
isRenderValueOnTop() - Method in class com.codename1.ui.Slider
 
isReplaceMenu() - Method in class com.codename1.ui.TextField
Indicates whether the menu of the form should be replaced with the T9/Clear commands for the duration of interactivity with the text field
isReplaceMenuDefault() - Static method in class com.codename1.ui.TextField
Indicates whether the menu of the form should be replaced with the T9/Clear commands for the duration of interactivity with the text field
isRestoreSupported() - Method in class com.codename1.payment.Purchase
Indicates whether a purchase restore button is supported by the OS
isReverseSoftButtons() - Method in class com.codename1.ui.MenuBar
Allows an individual form to reverse the layout direction of the softbuttons, this method is RTL sensitive and might reverse the result based on RTL state
isReverseSoftButtons() - Method in class com.codename1.ui.plaf.LookAndFeel
Indicates whether softbuttons should be reversed from their default orientation
isRightAlignNumbers() - Method in class com.codename1.ui.list.DefaultListCellRenderer
 
isRightKey(int) - Method in class com.codename1.maps.MapComponent
Returns true if this is a right keycode
isRTL() - Method in class com.codename1.ui.Component
Is the component a bidi RTL component
isRTL(char) - Method in class com.codename1.ui.Display
Returns true if the given character is an RTL character
isRTL() - Method in class com.codename1.ui.plaf.LookAndFeel
Use this to check if the LookAndFeel is in RTL mode
isRTLLocale() - Method in class com.codename1.l10n.L10NManager
Indicates whether the language is a right to left language
isSameBackDestination(Container, Container) - Method in class com.codename1.ui.util.UIBuilder
When navigating from one form/container to another we sometimes might not want the back command to return to the previous container/form but rather to the one before source.
isScale() - Method in class com.codename1.ui.Transform
Checks if this transform is a scale transformation .
isScaleEdges() - Method in class com.codename1.ui.layouts.BorderLayout
Stretches the edge components (NORTH/EAST/WEST/SOUTH)
isScreenSaverDisableSupported() - Method in class com.codename1.ui.Display
Checks if the device supports disabling the screen display from dimming, allowing the developer to keep the screen display on.
isScrollable() - Method in class com.codename1.ui.Component
Indicates whether the component should/could scroll by default a component is not scrollable.
isScrollable() - Method in class com.codename1.ui.Form
 
isScrollableX() - Method in class com.codename1.ui.Component
Indicates whether the component should/could scroll on the X axis
isScrollableX() - Method in class com.codename1.ui.Container
 
isScrollableX() - Method in class com.codename1.ui.List
 
isScrollableY() - Method in class com.codename1.ui.Component
Indicates whether the component should/could scroll on the Y axis
isScrollableY() - Method in class com.codename1.ui.Container
 
isScrollableY() - Method in class com.codename1.ui.List
 
isScrollableY() - Method in class com.codename1.ui.TextArea
 
isScrollVisible() - Method in class com.codename1.ui.Component
Indicate whether this component scroll is visible
isSecure() - Method in class com.codename1.io.Cookie
 
isSelectableInteraction() - Method in class com.codename1.ui.Button
 
isSelectableInteraction() - Method in class com.codename1.ui.Component
This method allows a component to indicate that it is interested in an "implicit" select command to appear in the "fire" button when 3 softbuttons are defined in a device.
isSelectableInteraction() - Method in class com.codename1.ui.Container
 
isSelectableInteraction() - Method in class com.codename1.ui.List
 
isSelectableInteraction() - Method in class com.codename1.ui.Slider
 
isSelectableInteraction() - Method in class com.codename1.ui.TextArea
 
isSelectableInteraction() - Method in class com.codename1.ui.TextField
 
isSelected() - Method in class com.codename1.components.MultiButton
Returns true if the checkbox/radio button is selected
isSelected() - Method in class com.codename1.ui.Button
Returns true if the button is selected for toggle buttons,
isSelected() - Method in class com.codename1.ui.ButtonGroup
Returns whether a radio button in the group is selected.
isSelected() - Method in class com.codename1.ui.CheckBox
Return true if the checkbox is selected
isSelected() - Method in class com.codename1.ui.RadioButton
Returns true if the radio button is selected
isSelectionListener() - Method in class com.codename1.ui.list.GenericListCellRenderer
 
isSensor() - Method in class com.codename1.maps.providers.GoogleMapsProvider
Specifies whether the application requesting the static map is using a sensor to determine the user's location.
isServerSocketSupported() - Method in class com.codename1.io.Socket
Returns true if server sockets are supported in this port, if this method returns false invocations of listen will always fail
isSet - Variable in class java.util.Calendar
The flags which tell if a specified time field for the calendar is set.
isShapeSupported() - Method in class com.codename1.ui.Graphics
Checks to see if this graphics context supports drawing shapes (i.e.
isShouldLocalize() - Method in class com.codename1.ui.Label
Indicates if text should be localized when set to the label, by default all text is localized so this allows disabling automatic localization for a specific label.
isShowAxes() - Method in class com.codename1.charts.renderers.DefaultRenderer
Returns if the axes should be visible.
isShowCustomTextGridX() - Method in class com.codename1.charts.renderers.DefaultRenderer
Returns if the X axis custom text grid should be visible.
isShowCustomTextGridY() - Method in class com.codename1.charts.renderers.DefaultRenderer
Returns if the Y axis custom text grid should be visible.
isShowGridX() - Method in class com.codename1.charts.renderers.DefaultRenderer
Returns if the X axis grid should be visible.
isShowGridY() - Method in class com.codename1.charts.renderers.DefaultRenderer
Returns if the Y axis grid should be visible.
isShowing() - Static method in class com.codename1.ui.SideMenuBar
Returns true if a side menu is currently controlling the screen
isShowLabels() - Method in class com.codename1.charts.renderers.DefaultRenderer
Returns if the labels should be visible.
isShowLegend() - Method in class com.codename1.charts.renderers.DefaultRenderer
Returns if the legend should be visible.
isShowLegendItem() - Method in class com.codename1.charts.renderers.SimpleSeriesRenderer
Returns if the legend item for this renderer should be visible.
isShowMeridiem() - Method in class com.codename1.ui.spinner.Picker
Indicates whether hours should be rendered as AM/PM or 24hr format
isShowMeridiem() - Method in class com.codename1.ui.spinner.TimeSpinner
 
isShowNumbers() - Method in class com.codename1.ui.list.DefaultListCellRenderer
Indicate whether numbering should exist for the default cell renderer
isShowNumbersDefault() - Static method in class com.codename1.ui.list.DefaultListCellRenderer
Inidicates whether the default list cell renderer will show numbers by default when constructed
isShowTickMarks() - Method in class com.codename1.charts.renderers.DefaultRenderer
Returns if the tick marks should be visible.
isShowTooltips() - Static method in class com.codename1.ui.VirtualKeyboard
Indicates whether tooltips should be shown when the keys in the VKB are pressed
isSingleFocusMode() - Method in class com.codename1.ui.Form
Returns true if there is only one focusable member in this form.
isSingleLineTextArea() - Method in class com.codename1.ui.TextArea
Indicates whether this is a single line text area, in which case "growing" won't work as expected.
isSlowMotion() - Static method in class com.codename1.ui.animations.Motion
Allows debugging motion behavior by slowing motions down 50 fold, doesn't apply to friction motion
isSmoothScrolling() - Method in class com.codename1.ui.Component
Indicates that scrolling through the component should work as an animation
isSmoothScrolling() - Method in class com.codename1.ui.Form
 
isSnapToGrid() - Method in class com.codename1.ui.Component
Indicates whether scrolling this component should jump to a specific location in a grid
isStartsWithMode() - Method in class com.codename1.ui.AutoCompleteTextField
When enabled this makes the filter check that the string starts with rather than within the index
isStartsWithMode() - Method in class com.codename1.ui.list.FilterProxyListModel
When enabled this makes the filter check that the string starts with rather than within the index
isStickyDrag() - Method in class com.codename1.components.OnOffSwitch
 
isStickyDrag() - Method in class com.codename1.ui.Component
Returns true if the component is interested in receiving drag/pointer release events even after the gesture exceeded its boundaries.
isStickyDrag() - Method in class com.codename1.ui.Slider
 
isStrikeThru() - Method in class com.codename1.ui.plaf.Style
Returns true if the strike through text decoration is on, false otherwise
isSubscriptionSupported() - Method in class com.codename1.payment.Purchase
Returns true if the subscription API is supported in this platform
isSupplementaryCodePoint(int) - Static method in class java.lang.Character
A test for determining if the codePoint is within the supplementary code point range.
isSupported() - Method in class com.codename1.io.Socket
Returns true if sockets are supported in this port, false otherwise
isSupported() - Method in interface com.codename1.system.NativeInterface
Indicates whether this native interface is supported on the current platform
isSupported(Element) - Method in class com.codename1.ui.html.HTMLParser
Overrides the Element.isSupported to let the parser know which tags are supported in XHTML-MP 1.0
isSupported() - Static method in class com.codename1.ui.Transform
Checks if transforms are supported on this platform.
isSupported(Element) - Method in class com.codename1.xml.XMLParser
Returns true if this element is supported, false otherwise In XMLParser this always returns true, but subclasses can determine if an element is supported in their context according to its name etc.
isSupressExceptions() - Method in class com.codename1.ui.html.HTMLComponent
Deprecated.
 
isSurrogatePair(char, char) - Static method in class java.lang.Character
A test for determining if the char pair is a valid surrogate pair.
isSVG() - Method in class com.codename1.ui.Image
Indicates if this image represents an SVG file or a bitmap file
isSVGSupported() - Static method in class com.codename1.ui.Image
Indicates whether the underlying platform supports creating an SVG Image
isSwipeActivated() - Method in class com.codename1.ui.SwipeableContainer
Returns true if swipe is activated
isSwipeActivated() - Method in class com.codename1.ui.Tabs
Returns true if the swipe between tabs is activated, this is relevant for touch devices only
isSymbolDialogKey(int) - Method in class com.codename1.ui.TextField
Returns true if this keycode is the one mapping to the symbol dialog popup
isSynthetic() - Method in class java.lang.Class
replacement for Class.isSynthetic()
isTablet() - Method in class com.codename1.ui.Display
Indicates whether the device is a tablet, notice that this is often a guess
isTactileTouch(int, int) - Method in class com.codename1.ui.Component
Elaborate components might not provide tactile feedback for all their areas (e.g.
isTactileTouch() - Method in class com.codename1.ui.Component
Indicates whether the component should "trigger" tactile touch when pressed by the user in a touch screen UI.
isTactileTouch(int, int) - Method in class com.codename1.ui.List
 
isTensileDragEnabled() - Method in class com.codename1.ui.Component
Indicates whether tensile drag (dragging beyond the boundry of the component and snapping back) is enabled for this component.
isTextElement() - Method in class com.codename1.xml.Element
Returns true if this is a text element, false otherwise
isTheme(String) - Method in class com.codename1.ui.util.Resources
Returns true if this is a theme resource
isThemeConstant(String, boolean) - Method in class com.codename1.ui.plaf.UIManager
Returns a theme constant defined in the resource editor as a boolean value
isThemeConstant(String) - Method in class com.codename1.ui.plaf.UIManager
Returns a theme constant defined in the resource editor as a boolean value or null if the constant isn't defined
isThirdSoftButton() - Method in class com.codename1.ui.Display
Indicates whether the 3rd softbutton should be supported on this device
isTickerEnabled() - Method in class com.codename1.ui.Label
This method return true if the ticker is enabled on this Label
isTickerRunning() - Method in class com.codename1.ui.Label
Returns true if the ticker is running
isTickWhenFocused() - Method in class com.codename1.ui.plaf.DefaultLookAndFeel
This method allows to set all Labels, Buttons, CheckBoxes, RadioButtons to start ticking when the text is too long.
isToggle() - Method in class com.codename1.ui.Button
Toggle button mode is only relevant for checkboxes/radio buttons.
isTopToBottom() - Method in class com.codename1.ui.layouts.mig.LC
If the layout should go from the default top-to-bottom in the grid instead of the optinal bottom-to-top.
isTouchMenus() - Method in class com.codename1.ui.plaf.LookAndFeel
Deprecated.
use Display.getCommandBehavior() == Display.COMMAND_BEHAVIOR_TOUCH_MENU
isTouchScreenDevice() - Method in class com.codename1.ui.Display
Indicates if this is a touch screen device that will return pen events, defaults to true if the device has pen events but can be overriden by the developer.
isTrackVisitedURLs() - Method in class com.codename1.ui.html.DefaultDocumentRequestHandler
Allows tracking whether a URL was visited or not
isTransformSupported() - Method in class com.codename1.ui.Graphics
Checks to see if com.codename1.ui.geom.Matrix transforms are supported by this graphics context.
isTranslation() - Method in class com.codename1.ui.Transform
Checks if this transform is a translation transform.
isTrueTypeFileSupported() - Static method in class com.codename1.ui.Font
Returns true if the underlying platform supports loading truetype fonts from a file.
isUI(String) - Method in class com.codename1.ui.util.Resources
Returns true if this is a UI resource
isUnderline() - Method in class com.codename1.ui.plaf.Style
Returns true if the underline text decoration is on, false otherwise
isUnset() - Method in class com.codename1.ui.layouts.mig.BoundSize
Returns if this bound size has no min, preferred and maximum size set (they are all null)
isUnsubscribeSupported() - Method in class com.codename1.payment.Purchase
Some platforms support subscribing but don't support unsubscribe
isUpKey(int) - Method in class com.codename1.maps.MapComponent
Returns true if this is a up keycode
isUpperCase(char) - Static method in class java.lang.Character
Determines if the specified character is an uppercase character.
isUseLongs() - Static method in class com.codename1.io.JSONParser
Indicates that the parser will generate long objects and not just doubles for numeric values
isUseNativeTextInput() - Static method in class com.codename1.ui.TextField
Indicates that native text input should be used in text field when in place editing is supported by the platform
isUseSoftkeys() - Method in class com.codename1.ui.TextField
When set to true softkeys are used to enable delete functionality
isUseStringWidth() - Static method in class com.codename1.ui.TextArea
By default text area uses charWidth since its much faster on some devices than string width.
isValidCodePoint(int) - Static method in class java.lang.Character
A test for determining if the codePoint is a valid Unicode code point.
isValignByRow() - Method in class com.codename1.ui.layouts.FlowLayout
Returns whether vertical alignment is done internally or externally
isValue() - Method in class com.codename1.components.OnOffSwitch
The value of the switch
isVertical(DefaultRenderer) - Method in class com.codename1.charts.views.AbstractChart
Checks if the current chart is rendered as vertical.
isVertical() - Method in class com.codename1.ui.Slider
Indicates the slider is vertical
isVerticalCover() - Method in class com.codename1.ui.animations.CommonTransitions
Returns true if this is a vertical cover transition
isVerticalSlide() - Method in class com.codename1.ui.animations.CommonTransitions
Returns true if this is a vertical slide transition
isVideo() - Method in interface com.codename1.media.Media
This method returns true if this is a Video Media
isVirtualKeyboardShowing() - Method in class com.codename1.ui.Display
Indicates if the virtual keyboard is currently showing or not
isVirtualKeyboardShowing() - Method in class com.codename1.ui.VirtualKeyboard
 
isVisible() - Method in class com.codename1.ui.Component
Returns whether the component is visible or not
isVisible() - Method in interface com.codename1.ui.layouts.mig.ComponentWrapper
Returns if the component's visibility is set to true.
isVisualPadding() - Method in class com.codename1.ui.layouts.mig.LC
If visual padding should be automatically used and compensated for by this layout instance.
isWhiteSpace(char) - Method in class com.codename1.xml.XMLParser
Checks if the specified character is a white space or not.
isWrap() - Method in class com.codename1.ui.layouts.mig.CC
Returns if the flow should wrap to the next line/column after the component that this constraint belongs to.
isWriteRequest() - Method in class com.codename1.io.ConnectionRequest
 
isXRoundedLabels() - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
If X axis labels should be rounded.
isZoomButtonsVisible() - Method in class com.codename1.charts.renderers.DefaultRenderer
Deprecated. 
isZoomEnabled() - Method in class com.codename1.charts.ChartComponent
 
isZoomEnabled() - Method in class com.codename1.charts.renderers.DefaultRenderer
Deprecated. 
isZoomEnabled() - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Returns the enabled state of the zoom on at least one axis.
isZoomInKey(int) - Method in class com.codename1.maps.MapComponent
Returns true if this is a zoom in keycode
isZoomOutKey(int) - Method in class com.codename1.maps.MapComponent
Returns true if this is a zoom out keycode
isZoomToLayersKey(int) - Method in class com.codename1.maps.MapComponent
Returns true if this is a zoom to layers keycode
isZoomXEnabled() - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Returns the enabled state of the zoom on X axis.
isZoomYEnabled() - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Returns the enabled state of the zoom on Y axis.
itemPurchased(String) - Method in interface com.codename1.payment.PurchaseCallback
Indicates a the given SKU was purchased by a user.
itemPurchaseError(String, String) - Method in interface com.codename1.payment.PurchaseCallback
Callback indicating a the given SKU purchase failed
itemRefunded(String) - Method in interface com.codename1.payment.PurchaseCallback
Invoked if a refund was granted for a purchase
itemRestored(String) - Method in interface com.codename1.payment.RestoreCallback
Indicates a the given SKU was restored by a user.
Iterable<T> - Interface in java.lang
Objects of classes that implement this interface can be used within a foreach statement.
iterator() - Method in interface java.lang.Iterable
Returns an Iterator for the elements in this object.
iterator() - Method in class java.util.AbstractCollection
Returns an instance of Iterator that may be used to access the objects contained by this Collection.
iterator() - Method in class java.util.AbstractList
Returns an iterator on the elements of this list.
iterator() - Method in class java.util.AbstractSequentialList
 
iterator() - Method in class java.util.ArrayDeque
Returns the iterator of the deque.
iterator() - Method in interface java.util.Collection
Returns an instance of Iterator that may be used to access the objects contained by this Collection.
iterator() - Method in class java.util.HashSet
Returns an Iterator on the elements of this HashSet.
Iterator<E> - Interface in java.util
An Iterator is used to sequence over a collection of objects.
iterator() - Method in interface java.util.List
Returns an iterator on the elements of this List.
iterator() - Method in class java.util.PriorityQueue
Gets the iterator of the priority queue, which will not return elements in any specified ordering.
iterator() - Method in interface java.util.Set
Returns an iterator on the elements of this set.
iterator() - Method in class java.util.TreeSet
Returns an Iterator on the elements of this TreeSet.

J

JANUARY - Static variable in class java.util.Calendar
Value of the MONTH field indicating the first month of the year.
java.io - package java.io
 
java.lang - package java.lang
 
java.lang.annotation - package java.lang.annotation
 
java.lang.ref - package java.lang.ref
 
java.net - package java.net
 
java.text - package java.text
 
java.util - package java.util
 
JavascriptContext - Class in com.codename1.javascript
Represents a Javascript context of a single BrowserComponent.
JavascriptContext(BrowserComponent) - Constructor for class com.codename1.javascript.JavascriptContext
Creates a Javascript context for the given BrowserComponent.
join() - Method in class java.lang.Thread
Waits for this thread to die.
JOIN_BEVEL - Static variable in class com.codename1.ui.Stroke
Join style constant to join strokes bevel.
JOIN_MITER - Static variable in class com.codename1.ui.Stroke
Join style constant to join strokes MITER (i.e.
JOIN_ROUND - Static variable in class com.codename1.ui.Stroke
Join style constant to join strokes rounded.
JSFunction - Interface in com.codename1.javascript
The JSFunction interface allows you to implement functions in Java that can be called from Javascript.
JSObject - Class in com.codename1.javascript
A Java Wrapper around a Javascript object.
JSObject(JavascriptContext, String) - Constructor for class com.codename1.javascript.JSObject
Constructor for a JSObject.
JSON - Static variable in class com.codename1.processing.Result
 
JSONParseCallback - Interface in com.codename1.io
The event based parser allows parsing without creating an object tree by receiving callbacks to this class.
JSONParser - Class in com.codename1.io
Fast and dirty parser for JSON content on the web, it essentially returns a Hashtable object mapping the object fields to their values.
JSONParser() - Constructor for class com.codename1.io.JSONParser
 
JULY - Static variable in class java.util.Calendar
Value of the MONTH field indicating the seventh month of the year.
JUNE - Static variable in class java.util.Calendar
Value of the MONTH field indicating the sixth month of the year.
JUnitXMLReporting - Class in com.codename1.testing
Produces test reporting in the format of JUnit XML for compatibility with tools that consume JUnit test case results see http://code.google.com/p/codenameone/issues/detail?id=446 for more details.
JUnitXMLReporting() - Constructor for class com.codename1.testing.JUnitXMLReporting
 
JZlib - Class in com.codename1.io.gzip
 
JZlib() - Constructor for class com.codename1.io.gzip.JZlib
 

K

KEY_POUND - Static variable in class com.codename1.ui.Display
An attribute that encapsulates '#' int value.
KEYBOARD_TYPE_HALF_QWERTY - Static variable in class com.codename1.ui.Display
Half QWERTY which needs software assistance for completion
KEYBOARD_TYPE_NUMERIC - Static variable in class com.codename1.ui.Display
Numeric keypad keyboard type
KEYBOARD_TYPE_QWERTY - Static variable in class com.codename1.ui.Display
Full QWERTY keypad keyboard type, even if a numeric keyboard also exists
KEYBOARD_TYPE_UNKNOWN - Static variable in class com.codename1.ui.Display
Unknown keyboard type is the default indicating the software should try to detect the keyboard type if necessary
KEYBOARD_TYPE_VIRTUAL - Static variable in class com.codename1.ui.Display
Touch device without a physical keyboard that should popup a keyboad
keyPress(int) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
keyPress(int) - Static method in class com.codename1.testing.TestUtils
Simulates a device key press
keyPressed(int) - Method in class com.codename1.maps.MapComponent
 
keyPressed(int) - Method in class com.codename1.ui.AutoCompleteTextField
 
keyPressed(int) - Method in class com.codename1.ui.Button
 
keyPressed(int) - Method in class com.codename1.ui.Component
If this Component is focused, the key pressed event will call this method
keyPressed(int) - Method in class com.codename1.ui.Container
 
keyPressed(int) - Method in class com.codename1.ui.Display
Pushes a key press event with the given keycode into Codename One
keyPressed(int) - Method in class com.codename1.ui.Form
 
keyPressed(int) - Method in class com.codename1.ui.List
 
keyPressed(int) - Method in class com.codename1.ui.MenuBar
 
keyPressed(int) - Method in class com.codename1.ui.PeerComponent
 
keyPressed(int) - Method in class com.codename1.ui.Slider
 
keyPressed(int) - Method in class com.codename1.ui.TextArea
 
keyPressed(int) - Method in class com.codename1.ui.TextField
 
keyRelease(int) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
keyRelease(int) - Static method in class com.codename1.testing.TestUtils
Simulates a device key release
keyReleased(int) - Method in class com.codename1.components.Ads
 
keyReleased(int) - Method in class com.codename1.components.ImageViewer
 
keyReleased(int) - Method in class com.codename1.ui.AutoCompleteTextField
 
keyReleased(int) - Method in class com.codename1.ui.Button
 
keyReleased(int) - Method in class com.codename1.ui.ComboBox
 
keyReleased(int) - Method in class com.codename1.ui.Component
If this Component is focused, the key released event will call this method
keyReleased(int) - Method in class com.codename1.ui.Container
 
keyReleased(int) - Method in class com.codename1.ui.Dialog
 
keyReleased(int) - Method in class com.codename1.ui.Display
Pushes a key release event with the given keycode into Codename One
keyReleased(int) - Method in class com.codename1.ui.Form
 
keyReleased(int) - Method in class com.codename1.ui.List
 
keyReleased(int) - Method in class com.codename1.ui.MenuBar
 
keyReleased(int) - Method in class com.codename1.ui.PeerComponent
 
keyReleased(int) - Method in class com.codename1.ui.SideMenuBar
 
keyReleased(int) - Method in class com.codename1.ui.Slider
 
keyReleased(int) - Method in class com.codename1.ui.TextArea
 
keyReleased(int) - Method in class com.codename1.ui.TextField
 
keyRepeated(int) - Method in class com.codename1.ui.Button
 
keyRepeated(int) - Method in class com.codename1.ui.Component
If this Component is focused, the key repeat event will call this method.
keyRepeated(int) - Method in class com.codename1.ui.Form
 
keyRepeated(int) - Method in class com.codename1.ui.PeerComponent
 
keyRepeated(int) - Method in class com.codename1.ui.TextField
 
keys() - Method in class java.util.Dictionary
Returns an enumeration on the keys of this dictionary.
keys() - Method in class java.util.Hashtable
Returns an enumeration on the keys of this Hashtable instance.
keySet() - Method in class com.codename1.ui.util.WeakHashMap
 
keySet() - Method in class java.util.AbstractMap
Returns a set of the keys contained in this map.
keySet() - Method in class java.util.HashMap
Returns a set of the keys contained in this map.
keySet() - Method in class java.util.Hashtable
Returns a set of the keys contained in this Hashtable.
keySet() - Method in class java.util.IdentityHashMap
Returns a set of the keys contained in this map.
keySet() - Method in class java.util.LinkedHashMap
Returns a set of the keys contained in this map.
keySet() - Method in interface java.util.Map
Returns a set of the keys contained in this Map.
keySet() - Method in class java.util.TreeMap
Returns a set of the keys contained in this map.
keyValue(String, String) - Method in interface com.codename1.io.JSONParseCallback
This method is called when a string key/value pair is detected within the json it is essentially redundant when following string/numeric token.
keyValue(String, String) - Method in class com.codename1.io.JSONParser
 
kill() - Method in class com.codename1.io.ConnectionRequest
Kills this request if possible
killAndWait(ConnectionRequest) - Method in class com.codename1.io.NetworkManager
Kills the given request and waits until the request is killed if it is being processed by one of the threads.
killCurrentRequest() - Method in class com.codename1.facebook.FaceBookAccess
Kills the current request.

L

l10NLocaleSet(String) - Method in class com.codename1.ui.util.Resources
Returns a collection of the l10 locale names
L10NManager - Class in com.codename1.l10n
The localization manager allows adapting values for display in different locales
L10NManager(String, String) - Constructor for class com.codename1.l10n.L10NManager
Instances of this class should be received via the Display class
Label - Class in com.codename1.ui
Allows displaying labels and images with different alignment options, this class is a base class for several components allowing them to declare alignement/icon look in a similar way.
Label(String) - Constructor for class com.codename1.ui.Label
Constructs a new label with the specified string of text, left justified.
Label() - Constructor for class com.codename1.ui.Label
Construct an empty label
Label(Image) - Constructor for class com.codename1.ui.Label
Constructs a new label with the specified icon
LABEL_ALIGN - Static variable in class com.codename1.ui.layouts.mig.UnitValue
A unit indicating label alignment.
laidOut() - Method in class com.codename1.components.ImageViewer
 
laidOut() - Method in class com.codename1.maps.MapComponent
 
laidOut() - Method in class com.codename1.ui.ComboBox
 
laidOut() - Method in class com.codename1.ui.Component
This is a callback method to inform the Component when it's been laidout on the parent Container
laidOut() - Method in class com.codename1.ui.List
 
last() - Method in interface com.codename1.db.Cursor
Move the cursor to the last row.
last() - Method in interface java.util.SortedSet
Returns the last element in this SortedSet.
last() - Method in class java.util.TreeSet
Answers the last element in this TreeSet.
LAST_LINE_END - Static variable in class com.codename1.ui.layouts.GridBagConstraints
 
LAST_LINE_START - Static variable in class com.codename1.ui.layouts.GridBagConstraints
 
lastElement() - Method in class java.util.Vector
Returns the last element in this vector.
lastEntry() - Method in interface java.util.NavigableMap
Answers the entry with the biggest key, or null if the map is empty.
lastEntry() - Method in class java.util.TreeMap
Answers the entry with the biggest key, or null if the map is empty.
lastIndexOf(int) - Method in class java.lang.String
Returns the index within this string of the last occurrence of the specified character.
lastIndexOf(int, int) - Method in class java.lang.String
Returns the index within this string of the last occurrence of the specified character, searching backward starting at the specified index.
lastIndexOf(String) - Method in class java.lang.String
Searches in this string for the last index of the specified string.
lastIndexOf(String, int) - Method in class java.lang.String
Searches in this string for the index of the specified string.
lastIndexOf(Object) - Method in class java.util.AbstractList
Searches this list for the specified object and returns the index of the last occurrence.
lastIndexOf(Object) - Method in class java.util.ArrayList
 
lastIndexOf(Object) - Method in class java.util.LinkedList
Searches this LinkedList for the specified object and returns the index of the last occurrence.
lastIndexOf(Object) - Method in interface java.util.List
Searches this List for the specified object and returns the index of the last occurrence.
lastIndexOf(Object) - Method in class java.util.Vector
Searches in this vector for the index of the specified object.
lastIndexOf(Object, int) - Method in class java.util.Vector
Searches in this vector for the index of the specified object.
lastIndexOfSubList(List<?>, List<?>) - Static method in class java.util.Collections
Searches the list for sublist and returns the beginning index of the last occurrence.
lastKey() - Method in interface java.util.SortedMap
Returns the last key in this sorted map.
lastKey() - Method in class java.util.TreeMap
Returns the last key in this map.
latitudeDifference() - Method in class com.codename1.maps.BoundingBox
 
Layer - Interface in com.codename1.maps.layers
a Layer interface.
LayeredLayout - Class in com.codename1.ui.layouts
Allows placing components one on top of the other like a stack, this layout effectively allows us to build a UI of overlapping components.
LayeredLayout() - Constructor for class com.codename1.ui.layouts.LayeredLayout
 
Layout - Class in com.codename1.ui.layouts
Abstract class that can be used to arrange components in a container using a predefined algorithm.
Layout() - Constructor for class com.codename1.ui.layouts.Layout
 
layout(int[], UnitValue, UnitValue, boolean, boolean) - Method in class com.codename1.ui.layouts.mig.Grid
Deprecated.
since 5.0 Last boolean is not needed and is gotten from the new net.miginfocom.layout.ComponentWrapper#getContentBias() instead;
layout(int[], UnitValue, UnitValue, boolean) - Method in class com.codename1.ui.layouts.mig.Grid
Does the actual layout.
LayoutCallback - Class in com.codename1.ui.layouts.mig
A class to extend if you want to provide more control over where a component is placed or the size of it.
LayoutCallback() - Constructor for class com.codename1.ui.layouts.mig.LayoutCallback
 
layoutContainer() - Method in class com.codename1.ui.Container
Performs the layout of the container if a layout is necessary
layoutContainer() - Method in class com.codename1.ui.html.HTMLComponent
Deprecated.
Performs the layout of the container if a layout is necessary
layoutContainer(Container) - Method in class com.codename1.ui.layouts.BorderLayout
 
layoutContainer(Container) - Method in class com.codename1.ui.layouts.BoxLayout
 
layoutContainer(Container) - Method in class com.codename1.ui.layouts.CoordinateLayout
 
layoutContainer(Container) - Method in class com.codename1.ui.layouts.FlowLayout
 
layoutContainer(Container) - Method in class com.codename1.ui.layouts.GridBagLayout
 
layoutContainer(Container) - Method in class com.codename1.ui.layouts.GridLayout
 
layoutContainer(Container) - Method in class com.codename1.ui.layouts.GroupLayout
Lays out the specified container.
layoutContainer(Container) - Method in class com.codename1.ui.layouts.LayeredLayout
 
layoutContainer(Container) - Method in class com.codename1.ui.layouts.Layout
Layout the given parent container children
layoutContainer(Container) - Method in class com.codename1.ui.layouts.mig.MigLayout
Deprecated.
 
layoutContainer(Container) - Method in class com.codename1.ui.table.TableLayout
 
layoutInfo - Variable in class com.codename1.ui.layouts.GridBagLayout
 
LayoutStyle - Class in com.codename1.ui.layouts
LayoutStyle is used to determine how much space to place between components during layout.
LayoutStyle() - Constructor for class com.codename1.ui.layouts.LayoutStyle
 
LayoutUtil - Class in com.codename1.ui.layouts.mig
A utility class that has only static helper methods.
LazyValue<T> - Interface in com.codename1.util
Useful when passing a value that might not exist to a function, e.g.
LC - Class in com.codename1.ui.layouts.mig
Contains the constraints for an instance of the LC layout manager.
LC() - Constructor for class com.codename1.ui.layouts.mig.LC
Empty constructor.
LEADING - Static variable in class com.codename1.ui.layouts.GroupLayout
Possible alignment type.
LEFT - Static variable in class com.codename1.charts.compat.Paint.Align
Deprecated.
 
LEFT - Static variable in class com.codename1.ui.Component
Box-orientation constant used to specify the left side of a box.
left - Variable in class com.codename1.ui.layouts.Insets
 
leftToRight(boolean) - Method in class com.codename1.ui.layouts.mig.LC
Same functionality as LC.setLeftToRight(Boolean) only this method returns this for chaining multiple calls.
length() - Method in interface java.lang.CharSequence
Returns the number of characters in this sequence.
length() - Method in class java.lang.String
Returns the length of this string.
length() - Method in class java.lang.StringBuffer
Returns the length (character count) of this string buffer.
length() - Method in class java.lang.StringBuilder
Returns the length (character count) of this string buffer.
length() - Method in class java.util.BitSet
Returns the number of bits up to and including the highest bit set.
lighterColor(int) - Method in class com.codename1.ui.Graphics
Makes the current color slightly lighter, this is useful for many visual effects
LikeButton - Class in com.codename1.facebook.ui
Generic "Like" button that enables us to submit a like to facebook, to get the post id required for the like functionality you will need to use a tool such as: https://developers.facebook.com/tools/explorer/?method=GET&path=me%2Fposts You can ask it to list your posts and then seek the correct id within the returned JSON
LikeButton(String) - Constructor for class com.codename1.facebook.ui.LikeButton
Constructor accepting the post id
LikeButton() - Constructor for class com.codename1.facebook.ui.LikeButton
Default constructor
LINE_END - Static variable in class com.codename1.ui.layouts.GridBagConstraints
 
LINE_START - Static variable in class com.codename1.ui.layouts.GridBagConstraints
 
LineChart - Class in com.codename1.charts.views
The line chart rendering class.
LineChart(XYMultipleSeriesDataset, XYMultipleSeriesRenderer) - Constructor for class com.codename1.charts.views.LineChart
Builds a new line chart instance.
lineColor(int) - Method in class com.codename1.maps.layers.LinesLayer
Sets the color of the Lines
LinesLayer - Class in com.codename1.maps.layers
This is a Lines Layer
LinesLayer() - Constructor for class com.codename1.maps.layers.LinesLayer
Constructor with default projection Mercator.
LinesLayer(String) - Constructor for class com.codename1.maps.layers.LinesLayer
Constructor with default projection Mercator.
LinesLayer(Projection, String) - Constructor for class com.codename1.maps.layers.LinesLayer
 
lineTo(double, double) - Method in class com.codename1.ui.geom.GeneralPath
 
lineTo(float, float) - Method in class com.codename1.ui.geom.GeneralPath
Appends a straight line to the current path.
LINK_FORBIDDEN - Static variable in interface com.codename1.ui.html.HTMLCallback
A forbidden link (not to be rendered as a link but as a regular label)
LINK_H - Static variable in class com.codename1.ui.layouts.mig.UnitValue
A unit indicating linking to height.
LINK_REGULAR - Static variable in interface com.codename1.ui.html.HTMLCallback
A regular link
LINK_VISTED - Static variable in interface com.codename1.ui.html.HTMLCallback
A link that was visited before
LINK_W - Static variable in class com.codename1.ui.layouts.mig.UnitValue
A unit indicating linking to width.
LINK_X - Static variable in class com.codename1.ui.layouts.mig.UnitValue
A unit indicating linking to x.
LINK_X2 - Static variable in class com.codename1.ui.layouts.mig.UnitValue
A unit indicating linking to x2.
LINK_XPOS - Static variable in class com.codename1.ui.layouts.mig.UnitValue
A unit indicating linking to x position on screen.
LINK_Y - Static variable in class com.codename1.ui.layouts.mig.UnitValue
A unit indicating linking to y.
LINK_Y2 - Static variable in class com.codename1.ui.layouts.mig.UnitValue
A unit indicating linking to y2.
LINK_YPOS - Static variable in class com.codename1.ui.layouts.mig.UnitValue
A unit indicating linking to y position on screen.
LinkageError - Error in java.lang
LinkageError is the superclass of all error classes that occur when loading and linking class files.
LinkageError() - Constructor for error java.lang.LinkageError
Constructs a new LinkageError that includes the current stack trace.
LinkageError(String) - Constructor for error java.lang.LinkageError
Constructs a new LinkageError with the current stack trace and the specified detail message.
linkClicked(HTMLComponent, String) - Method in class com.codename1.components.Ads
 
linkClicked(HTMLComponent, String) - Method in class com.codename1.ui.html.DefaultHTMLCallback
Called when a link is clicked.
linkClicked(HTMLComponent, String) - Method in interface com.codename1.ui.html.HTMLCallback
Called when a link is clicked.
LinkedHashMap<K,V> - Class in java.util
LinkedHashMap is a variant of HashMap.
LinkedHashMap() - Constructor for class java.util.LinkedHashMap
Constructs a new empty LinkedHashMap instance.
LinkedHashMap(int) - Constructor for class java.util.LinkedHashMap
Constructs a new LinkedHashMap instance with the specified capacity.
LinkedHashMap(int, float) - Constructor for class java.util.LinkedHashMap
Constructs a new LinkedHashMap instance with the specified capacity and load factor.
LinkedHashMap(int, float, boolean) - Constructor for class java.util.LinkedHashMap
Constructs a new LinkedHashMap instance with the specified capacity, load factor and a flag specifying the ordering behavior.
LinkedHashMap(Map<? extends K, ? extends V>) - Constructor for class java.util.LinkedHashMap
Constructs a new LinkedHashMap instance containing the mappings from the specified map.
LinkedHashSet<E> - Class in java.util
LinkedHashSet is a variant of HashSet.
LinkedHashSet() - Constructor for class java.util.LinkedHashSet
Constructs a new empty instance of LinkedHashSet.
LinkedHashSet(int) - Constructor for class java.util.LinkedHashSet
Constructs a new instance of LinkedHashSet with the specified capacity.
LinkedHashSet(int, float) - Constructor for class java.util.LinkedHashSet
Constructs a new instance of LinkedHashSet with the specified capacity and load factor.
LinkedHashSet(Collection<? extends E>) - Constructor for class java.util.LinkedHashSet
Constructs a new instance of LinkedHashSet containing the unique elements in the specified collection.
LinkedList<E> - Class in java.util
LinkedList is an implementation of List, backed by a linked list.
LinkedList() - Constructor for class java.util.LinkedList
Constructs a new empty instance of LinkedList.
LinkedList(Collection<? extends E>) - Constructor for class java.util.LinkedList
Constructs a new instance of LinkedList that holds all of the elements contained in the specified collection.
LinkHandler - Class in com.codename1.ui.layouts.mig
 
linkSize(Component[]) - Method in class com.codename1.ui.layouts.GroupLayout
Forces the set of components to have the same size.
linkSize(Component[], int) - Method in class com.codename1.ui.layouts.GroupLayout
Forces the set of components to have the same size.
List<T> - Class in com.codename1.ui
A set of elements that is rendered using a ListCellRenderer and are extracted via the ListModel.
List(Vector) - Constructor for class com.codename1.ui.List
Creates a new instance of List
List(T[]) - Constructor for class com.codename1.ui.List
Creates a new instance of List
List() - Constructor for class com.codename1.ui.List
Creates a new instance of List with an empty default model
List(ListModel) - Constructor for class com.codename1.ui.List
Creates a new instance of List with the given model
list(Enumeration<T>) - Static method in class java.util.Collections
Returns an ArrayList with all the elements in the enumeration.
List<E> - Interface in java.util
A List is a collection which maintains an ordering for its elements.
ListCellRenderer<T> - Interface in com.codename1.ui.list
A "rubber stamp" tool that allows us to extract a component (often the same component instance for all invocations) that is initialized to the value of the current item extracted from the model, this component is drawn on the list and discarded.
listen(int, Class) - Static method in class com.codename1.io.Socket
Listen to incoming connections on port
listEntries() - Method in class com.codename1.io.Storage
Lists the names of the storage files
listFiles(String) - Method in class com.codename1.io.FileSystemStorage
Lists the files within the given directory, returns relative file names and not full file names.
listIterator() - Method in class java.util.AbstractList
Returns a ListIterator on the elements of this list.
listIterator(int) - Method in class java.util.AbstractList
Returns a list iterator on the elements of this list.
listIterator(int) - Method in class java.util.AbstractSequentialList
 
listIterator(int) - Method in class java.util.LinkedList
Returns a ListIterator on the elements of this LinkedList.
listIterator() - Method in interface java.util.List
Returns a List iterator on the elements of this List.
listIterator(int) - Method in interface java.util.List
Returns a list iterator on the elements of this List.
ListIterator<E> - Interface in java.util
An ListIterator is used to sequence over a List of objects.
listL10NLocales(String) - Method in class com.codename1.ui.util.Resources
Returns an enumration of the locales supported by this resource id
ListModel<T> - Interface in com.codename1.ui.list
Represents the data structure of the list, thus allowing a list to represent any potential data source by referencing different implementations of this interface.
listSelectionChanged(int, int) - Method in class com.codename1.ui.List
Callback to allow subclasses to react to a selection change in the model
localize(String, String) - Method in class com.codename1.ui.plaf.UIManager
Localizes the given string from the resource bundle if such a String exists in the resource bundle.
Location - Class in com.codename1.location
This class represents a Location Object
Location() - Constructor for class com.codename1.location.Location
 
LocationListener - Interface in com.codename1.location
This is a Listener to the Locations events see LocationManager.setLocationListener
LocationManager - Class in com.codename1.location
This is the Factory class to get a Location Manager instance.
LocationManager() - Constructor for class com.codename1.location.LocationManager
 
locationUpdated(Location) - Method in interface com.codename1.location.LocationListener
This method is been called by the system when Location is being updated
lock() - Method in class com.codename1.ui.animations.Timeline
 
lock() - Method in class com.codename1.ui.EncodedImage
 
LOCK - Static variable in class com.codename1.ui.html.AsyncDocumentRequestHandlerImpl
 
lock() - Method in class com.codename1.ui.Image
This callback indicates that a component pointing at this image is initialized, this allows an image to make performance sensitive considerations e.g.
lock() - Method in class com.codename1.ui.plaf.Border
This callback indicates that a component pointing at this border is initialized, this method is useful for image borders whose lock methods are implicitly invoked.
lock - Variable in class java.io.Reader
The object used to synchronize operations on this stream.
lock - Variable in class java.io.Writer
The object used to synchronize operations on this stream.
lockOrientation(boolean) - Method in class com.codename1.ui.Display
On devices that return true for canForceOrientation() this method can lock the device orientation either to portrait or landscape mode
Log - Class in com.codename1.io
Pluggable logging framework that allows a developer to log into storage using the file connector API.
Log() - Constructor for class com.codename1.io.Log
Prevent new Log() syntax.
log(String) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
log(Throwable) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
log(String) - Static method in class com.codename1.testing.TestUtils
Log to the test log
log(Throwable) - Static method in class com.codename1.testing.TestUtils
Log to the test log
log(double) - Static method in class com.codename1.util.MathUtil
Return the natural logarithm, ln(a), as it relates to Math.E.
log10(double) - Static method in class com.codename1.util.MathUtil
Return the common base-10 logarithm, log10(a).
logException(Throwable) - Method in class com.codename1.testing.JUnitXMLReporting
 
logException(Throwable) - Method in class com.codename1.testing.TestReporting
Indicates an error from the current test case
login() - Method in class com.codename1.social.FacebookConnect
Logs into facebook, notice that this call might suspend the application which might trigger repeated invocations of stop()/start() etc.
LoginCallback - Class in com.codename1.social
This class is used to indicate whether login was successful or not, it is an abstract class rather than an interface in order to allow additional features in the future.
LoginCallback() - Constructor for class com.codename1.social.LoginCallback
 
loginFailed(String) - Method in class com.codename1.social.LoginCallback
Indicates that logging in to the social network has failed
loginSuccessful() - Method in class com.codename1.social.LoginCallback
Indicates that logging in to the social network has been successful
logMessage(String) - Method in class com.codename1.testing.JUnitXMLReporting
 
logMessage(String) - Method in class com.codename1.testing.TestReporting
Indicates a message from the current test case
logout() - Method in class com.codename1.cloud.CloudPersona
Logs out the current user, notice that with an anonymous user this will effectively KILL all the data in the cloud!
logOut() - Static method in class com.codename1.facebook.FaceBookAccess
log out the current user
logout() - Method in class com.codename1.social.FacebookConnect
Logs out the current user from facebook
logThrowable(Throwable) - Method in class com.codename1.io.Log
Logs an exception to the log, by default print is called with the exception details, on supported devices the stack trace is also physically written to the log
LONG - Static variable in class com.codename1.l10n.DateFormat
Constant for long style parsing/formatting pattern.
Long - Class in java.lang
The Long class wraps a value of the primitive type long in an object.
Long(long) - Constructor for class java.lang.Long
Constructs a newly allocated Long object that represents the primitive long argument.
LONG - Static variable in class java.text.DateFormat
Deprecated.
Constant for long style parsing/formatting pattern.
longBitsToDouble(long) - Static method in class java.lang.Double
Returns the double-float corresponding to a given bit representation.
longitudeDifference() - Method in class com.codename1.maps.BoundingBox
 
longKeyPress(int) - Method in class com.codename1.ui.Component
If this Component is focused this method is invoked when the user presses and holds the key
longKeyPress(int) - Method in class com.codename1.ui.Form
 
longKeyPress(int) - Method in class com.codename1.ui.TextField
 
longPointerPress(int, int) - Method in class com.codename1.ui.Component
If this Component is focused this method is invoked when the user presses and holds the pointer on the Component
longPointerPress(int, int) - Method in class com.codename1.ui.Form
 
longPointerPress(int, int) - Method in class com.codename1.ui.List
 
longToken(long) - Method in interface com.codename1.io.JSONParseCallback
Submits a numeric token from the JSON data
longToken(long) - Method in class com.codename1.io.JSONParser
 
longValue() - Method in class com.codename1.util.BigDecimal
 
longValue() - Method in class com.codename1.util.BigInteger
 
longValue() - Method in class java.lang.Double
Returns the long value of this Double (by casting to a long).
longValue() - Method in class java.lang.Float
Returns the long value of this Float (by casting to a long).
longValue() - Method in class java.lang.Integer
Returns the value of this Integer as a long.
longValue() - Method in class java.lang.Long
Returns the value of this Long as a long value.
LookAndFeel - Class in com.codename1.ui.plaf
Allows a UI developer to completely customize the look of the application by overriding drawing/sizing methods appropriately.
LookAndFeel(UIManager) - Constructor for class com.codename1.ui.plaf.LookAndFeel
 
LOOKUP - Static variable in class com.codename1.ui.layouts.mig.UnitValue
A unit indicating a lookup.
lookupConstraints(Component) - Method in class com.codename1.ui.layouts.GridBagLayout
 
lower(E) - Method in interface java.util.NavigableSet
Answers the biggest element less than the specified one, or null if no such element.
lower(E) - Method in class java.util.TreeSet
Answers the biggest element less than the specified one, or null if no such element.
lowerEntry(K) - Method in interface java.util.NavigableMap
Answers an entry related with the biggest key less than the specified key, or null if no such key.
lowerEntry(K) - Method in class java.util.TreeMap
Answers an entry related with the biggest key less than the specified key, or null if no such key.
lowerKey(K) - Method in interface java.util.NavigableMap
Answers the biggest key less than the specified key, or null if no such key.
lowerKey(K) - Method in class java.util.TreeMap
Answers the biggest key less than the specified key, or null if no such key.
LPX - Static variable in class com.codename1.ui.layouts.mig.UnitValue
A unit indicating logical horizontal pixels.
LPY - Static variable in class com.codename1.ui.layouts.mig.UnitValue
A unit indicating logical vertical pixels.
LTGRAY - Static variable in class com.codename1.charts.util.ColorUtil
 

M

MAC_OSX - Static variable in class com.codename1.ui.layouts.mig.PlatformDefaults
 
MAGENTA - Static variable in class com.codename1.charts.util.ColorUtil
 
makeCamera(float, float, float, float, float, float, float, float, float) - Static method in class com.codename1.ui.Transform
Makes a transform to simulate a camera's perspective at a given location.
makeIdentity() - Static method in class com.codename1.ui.Transform
Makes a new identity transform.
makeOrtho(float, float, float, float, float, float) - Static method in class com.codename1.ui.Transform
Makes a new orthographic projection transform.
makePerspective(float, float, float, float) - Static method in class com.codename1.ui.Transform
Makes a new perspective transform.
makeRotation(float, float, float, float) - Static method in class com.codename1.ui.Transform
Makes a new rotation transformation.
makeRotation(float, float, float) - Static method in class com.codename1.ui.Transform
 
MakerPlugin - Class in com.codename1.maker
Deprecated.
this class is no longer supported and will be removed in an upcoming revision
MakerPlugin() - Constructor for class com.codename1.maker.MakerPlugin
Deprecated.
 
makeScale(float, float, float) - Static method in class com.codename1.ui.Transform
Makes a new scale transformation.
makeScale(float, float) - Static method in class com.codename1.ui.Transform
 
makeTranslation(float, float, float) - Static method in class com.codename1.ui.Transform
Makes a new translation transformation.
makeTranslation(float, float) - Static method in class com.codename1.ui.Transform
 
Map<K,V> - Interface in java.util
A Map is a data structure consisting of a set of keys and values in which each key is mapped to a single value.
Map.Entry<K,V> - Interface in java.util
Map.Entry is a key/value mapping contained in a Map.
MapComponent - Class in com.codename1.maps
All communication with the map and layers should be done in WGS84, it takes care of coordinates transformation.
MapComponent() - Constructor for class com.codename1.maps.MapComponent
Empty constructor creates a map with OpenStreetMapProvider on the Last known Location of the LocationManager
MapComponent(MapProvider) - Constructor for class com.codename1.maps.MapComponent
Constructor with a given provider
MapComponent(MapProvider, Location, int) - Constructor for class com.codename1.maps.MapComponent
Constructor
MapComponent(MapProvider, Location, int, boolean) - Constructor for class com.codename1.maps.MapComponent
Constructor
MapComponent(MapProvider, Coord, int) - Constructor for class com.codename1.maps.MapComponent
Constructor
MapComponent(MapProvider, Coord, int, boolean) - Constructor for class com.codename1.maps.MapComponent
Constructor
MapListener - Interface in com.codename1.maps
Invoked when the map is panned or zoomed
mapNamespaceAlias(String, String) - Method in class com.codename1.processing.Result
 
mapPositionUpdated(Component, int, Coord) - Method in interface com.codename1.maps.MapListener
Invoked when the map is zoomed or panned
MapProvider - Class in com.codename1.maps.providers
This is a generic map provider.
MapProvider(Projection, Dimension) - Constructor for class com.codename1.maps.providers.MapProvider
Creates a new MapProvider
MARCH - Static variable in class java.util.Calendar
Value of the MONTH field indicating the third month of the year.
MARGIN - Static variable in class com.codename1.ui.plaf.Style
Margin attribute name for the theme hashtable
MARGIN_UNIT - Static variable in class com.codename1.ui.plaf.Style
The units of the margin
mark(int) - Method in class com.codename1.io.BufferedInputStream
See the general contract of the mark method of InputStream.
mark(int) - Method in class com.codename1.io.CharArrayReader
Sets a mark position in this reader.
mark(int) - Method in class com.codename1.io.gzip.FilterInputStream
 
mark(int) - Method in class com.codename1.io.gzip.InflaterInputStream
 
mark - Variable in class java.io.ByteArrayInputStream
The currently marked position in the stream.
mark(int) - Method in class java.io.ByteArrayInputStream
Set the current marked position in the stream.
mark(int) - Method in class java.io.DataInputStream
Marks the current position in this input stream.
mark(int) - Method in class java.io.InputStream
Marks the current position in this input stream.
mark(int) - Method in class java.io.InputStreamReader
Mark the present position in the stream.
mark(int) - Method in class java.io.Reader
Mark the present position in the stream.
markedPos - Variable in class com.codename1.io.CharArrayReader
The current mark position.
markSupported() - Method in class com.codename1.io.BufferedInputStream
Tests if this input stream supports the mark and reset methods.
markSupported() - Method in class com.codename1.io.CharArrayReader
Indicates whether this reader supports the mark() and reset() methods.
markSupported() - Method in class com.codename1.io.gzip.FilterInputStream
 
markSupported() - Method in class com.codename1.io.gzip.InflaterInputStream
 
markSupported() - Method in class java.io.ByteArrayInputStream
Tests if ByteArrayInputStream supports mark/reset.
markSupported() - Method in class java.io.DataInputStream
Tests if this input stream supports the mark and reset methods.
markSupported() - Method in class java.io.InputStream
Tests if this input stream supports the mark and reset methods.
markSupported() - Method in class java.io.InputStreamReader
Tell whether this stream supports the mark() operation.
markSupported() - Method in class java.io.Reader
Tell whether this stream supports the mark() operation.
MasterDetail - Class in com.codename1.components
Master-detail utility class simplifying the process of defining a master/detail
MasterDetail() - Constructor for class com.codename1.components.MasterDetail
 
Math - Class in java.lang
The class Math contains methods for performing basic numeric operations.
Math() - Constructor for class java.lang.Math
 
MathHelper - Class in com.codename1.charts.util
Utility class for math operations.
MathUtil - Class in com.codename1.util
MathUtil for Java ME.
MathUtil() - Constructor for class com.codename1.util.MathUtil
 
MAX - Static variable in class com.codename1.ui.layouts.mig.LayoutUtil
 
MAX - Static variable in class com.codename1.ui.layouts.mig.UnitValue
An operation indicating the maximum of two sub units
max(BigInteger) - Method in class com.codename1.util.BigInteger
 
max(double, double) - Static method in class java.lang.Math
Returns the greater of two double values.
max(float, float) - Static method in class java.lang.Math
Returns the greater of two float values.
max(int, int) - Static method in class java.lang.Math
Returns the greater of two int values.
max(long, long) - Static method in class java.lang.Math
Returns the greater of two long values.
max(Collection<? extends T>) - Static method in class java.util.Collections
Searches the specified collection for the maximum element.
max(Collection<? extends T>, Comparator<? super T>) - Static method in class java.util.Collections
Searches the specified collection for the maximum element using the specified comparator.
MAX_CODE_POINT - Static variable in class java.lang.Character
Maximum code point value - U+10FFFF.
MAX_HIGH_SURROGATE - Static variable in class java.lang.Character
Maximum value of a high surrogate or leading surrogate unit in UTF-16 encoding - '?'.
MAX_LOW_SURROGATE - Static variable in class java.lang.Character
Maximum value of a low surrogate or trailing surrogate unit in UTF-16 encoding - '?'.
MAX_PRIORITY - Static variable in class java.lang.Thread
The maximum priority that a thread can have.
MAX_RADIX - Static variable in class java.lang.Character
The maximum radix available for conversion to and from Strings.
MAX_SIZE - Static variable in class com.codename1.ui.layouts.mig.UnitValue
A unit indicating maximum size.
MAX_SURROGATE - Static variable in class java.lang.Character
Maximum value of a surrogate unit in UTF-16 encoding - '?'.
MAX_VALUE - Static variable in class java.lang.Byte
The maximum value a Byte can have.
MAX_VALUE - Static variable in class java.lang.Character
The constant value of this field is the largest value of type char.
MAX_VALUE - Static variable in class java.lang.Double
The largest positive finite value of type double.
MAX_VALUE - Static variable in class java.lang.Float
The largest positive value of type float.
MAX_VALUE - Static variable in class java.lang.Integer
The largest value of type int.
MAX_VALUE - Static variable in class java.lang.Long
The largest value of type long.
MAX_VALUE - Static variable in class java.lang.Short
The maximum value a Short can have.
MAX_WBITS - Static variable in class com.codename1.io.gzip.JZlib
 
MAXGRIDSIZE - Static variable in class com.codename1.ui.layouts.GridBagLayout
 
maxHeight(String) - Method in class com.codename1.ui.layouts.mig.CC
The maximum size for the component.
maxHeight(String) - Method in class com.codename1.ui.layouts.mig.LC
The maximum height for the container.
maximumLayoutSize(Container) - Method in class com.codename1.ui.layouts.mig.MigLayout
Deprecated.
 
maxWidth(String) - Method in class com.codename1.ui.layouts.mig.CC
The maximum size for the component.
maxWidth(String) - Method in class com.codename1.ui.layouts.mig.LC
The maximum width for the container.
maxZoomFor(Tile) - Method in class com.codename1.maps.providers.MapProvider
Returns the maximum zoom of a specific Tile.
maxZoomLevel() - Method in class com.codename1.maps.providers.GoogleMapsProvider
 
maxZoomLevel() - Method in class com.codename1.maps.providers.MapProvider
Maximal zoom level.
maxZoomLevel() - Method in class com.codename1.maps.providers.OpenStreetMapProvider
 
MAY - Static variable in class java.util.Calendar
Value of the MONTH field indicating the fifth month of the year.
mCenterX - Variable in class com.codename1.charts.views.RoundChart
The chart center X axis.
mCenterY - Variable in class com.codename1.charts.views.RoundChart
The chart center y axis.
mDataset - Variable in class com.codename1.charts.views.RoundChart
The series dataset.
mDataset - Variable in class com.codename1.charts.views.XYChart
The multiple series dataset.
measureText(String) - Method in class com.codename1.charts.compat.Paint
Deprecated.
 
measureText(char[], int, int) - Method in class com.codename1.charts.compat.Paint
Deprecated.
 
Media - Interface in com.codename1.media
Media control interface allows for media playback, recording.
MEDIA_KEY_FAST_BACKWARD - Static variable in class com.codename1.ui.Display
Special case game key used for media playback events
MEDIA_KEY_FAST_FORWARD - Static variable in class com.codename1.ui.Display
Special case game key used for media playback events
MEDIA_KEY_PLAY - Static variable in class com.codename1.ui.Display
Special case game key used for media playback events
MEDIA_KEY_PLAY_PAUSE - Static variable in class com.codename1.ui.Display
Special case game key used for media playback events
MEDIA_KEY_PLAY_STOP - Static variable in class com.codename1.ui.Display
Special case game key used for media playback events
MEDIA_KEY_SKIP_BACK - Static variable in class com.codename1.ui.Display
Special case game key used for media playback events
MEDIA_KEY_SKIP_FORWARD - Static variable in class com.codename1.ui.Display
Special case game key used for media playback events
MEDIA_KEY_STOP - Static variable in class com.codename1.ui.Display
Special case game key used for media playback events
MediaManager - Class in com.codename1.media
This class is the Media Manager creator.
MediaManager() - Constructor for class com.codename1.media.MediaManager
 
MediaPlayer - Class in com.codename1.components
This is a Media Player Component with control buttons back, play/pause and forward buttons
MediaPlayer() - Constructor for class com.codename1.components.MediaPlayer
Empty constructor
MediaPlayer(Media) - Constructor for class com.codename1.components.MediaPlayer
Empty constructor
MEDIUM - Static variable in class com.codename1.l10n.DateFormat
Constant for medium style parsing/formatting pattern.
MEDIUM - Static variable in class java.text.DateFormat
Deprecated.
Constant for medium style parsing/formatting pattern.
MenuBar - Class in com.codename1.ui
This class represents the Form MenuBar.
MenuBar() - Constructor for class com.codename1.ui.MenuBar
Empty Constructor
Mercator - Class in com.codename1.maps
Represents a Mercator projection http://en.wikipedia.org/wiki/Mercator_projection
Mercator() - Constructor for class com.codename1.maps.Mercator
Creates a new Mercator projection
merge(Style) - Method in class com.codename1.ui.plaf.Style
Merges the new style with the current style without changing the elements that were modified.
mergeArrays(Object[], Object[], Object[]) - Static method in class com.codename1.io.Util
Merges arrays into one larger array
Message - Class in com.codename1.messaging
Represents a message to be sent using underlying platform e-mail client.
Message(String) - Constructor for class com.codename1.messaging.Message
Constructor with the message body content
METHOD_TWEETS - Static variable in class com.codename1.io.services.TwitterRESTService
 
METHOD_USER_TIMELINE - Static variable in class com.codename1.io.services.TwitterRESTService
 
MID - Static variable in class com.codename1.ui.layouts.mig.UnitValue
An operation indicating the middle value of two sub units
MigLayout - Class in com.codename1.ui.layouts.mig
Deprecated.
this is currently an experimental integration and has known bugs do not rely on this layout for production
MigLayout() - Constructor for class com.codename1.ui.layouts.mig.MigLayout
Deprecated.
Constructor with no constraints.
MigLayout(String) - Constructor for class com.codename1.ui.layouts.mig.MigLayout
Deprecated.
Constructor.
MigLayout(String, String) - Constructor for class com.codename1.ui.layouts.mig.MigLayout
Deprecated.
Constructor.
MigLayout(String, String, String) - Constructor for class com.codename1.ui.layouts.mig.MigLayout
Deprecated.
Constructor.
MigLayout(LC) - Constructor for class com.codename1.ui.layouts.mig.MigLayout
Deprecated.
Constructor.
MigLayout(LC, AC) - Constructor for class com.codename1.ui.layouts.mig.MigLayout
Deprecated.
Constructor.
MigLayout(LC, AC, AC) - Constructor for class com.codename1.ui.layouts.mig.MigLayout
Deprecated.
Constructor.
MILLISECOND - Static variable in class java.util.Calendar
Field number for get and set indicating the millisecond within the second.
MIME_HTML - Static variable in class com.codename1.messaging.Message
 
MIME_IMAGE_JPG - Static variable in class com.codename1.messaging.Message
 
MIME_IMAGE_PNG - Static variable in class com.codename1.messaging.Message
 
MIME_TEXT - Static variable in class com.codename1.messaging.Message
 
MIN - Static variable in class com.codename1.ui.layouts.mig.LayoutUtil
 
MIN - Static variable in class com.codename1.ui.layouts.mig.UnitValue
An operation indicating the minimum of two sub units
min(BigInteger) - Method in class com.codename1.util.BigInteger
 
min(double, double) - Static method in class java.lang.Math
Returns the smaller of two double values.
min(float, float) - Static method in class java.lang.Math
Returns the smaller of two float values.
min(int, int) - Static method in class java.lang.Math
Returns the smaller of two int values.
min(long, long) - Static method in class java.lang.Math
Returns the smaller of two long values.
min(Collection<? extends T>) - Static method in class java.util.Collections
Searches the specified collection for the minimum element.
min(Collection<? extends T>, Comparator<? super T>) - Static method in class java.util.Collections
Searches the specified collection for the minimum element using the specified comparator.
MIN_CODE_POINT - Static variable in class java.lang.Character
Minimum code point value - U+0000.
MIN_HIGH_SURROGATE - Static variable in class java.lang.Character
Minimum value of a high surrogate or leading surrogate unit in UTF-16 encoding - '?'.
MIN_LOW_SURROGATE - Static variable in class java.lang.Character
Minimum value of a low surrogate or trailing surrogate unit in UTF-16 encoding - '?'.
MIN_PRIORITY - Static variable in class java.lang.Thread
The minimum priority that a thread can have.
MIN_RADIX - Static variable in class java.lang.Character
The minimum radix available for conversion to and from Strings.
MIN_SIZE - Static variable in class com.codename1.ui.layouts.mig.UnitValue
A unit indicating minimum size.
MIN_SUPPLEMENTARY_CODE_POINT - Static variable in class java.lang.Character
Minimum value of a supplementary code point - U+010000.
MIN_SURROGATE - Static variable in class java.lang.Character
Minimum value of a surrogate unit in UTF-16 encoding - '?'.
MIN_VALUE - Static variable in class java.lang.Byte
The minimum value a Byte can have.
MIN_VALUE - Static variable in class java.lang.Character
The constant value of this field is the smallest value of type char.
MIN_VALUE - Static variable in class java.lang.Double
The smallest positive value of type double.
MIN_VALUE - Static variable in class java.lang.Float
The smallest positive value of type float.
MIN_VALUE - Static variable in class java.lang.Integer
The smallest value of type int.
MIN_VALUE - Static variable in class java.lang.Long
The smallest value of type long.
MIN_VALUE - Static variable in class java.lang.Short
The minimum value a Short can have.
minHeight(String) - Method in class com.codename1.ui.layouts.mig.CC
The minimum size for the component.
minHeight(String) - Method in class com.codename1.ui.layouts.mig.LC
The minimum height for the container.
minimizeApplication() - Method in class com.codename1.ui.Display
Minimizes the current application if minimization is supported by the platform (may fail).
minimumLayoutSize(Container) - Method in class com.codename1.ui.layouts.mig.MigLayout
Deprecated.
 
minmax(List<Double>) - Static method in class com.codename1.charts.util.MathHelper
Calculate the minimum and maximum values out of a list of doubles.
MINSIZE - Static variable in class com.codename1.ui.layouts.GridBagLayout
 
MINUTE - Static variable in class java.util.Calendar
Field number for get and set indicating the minute within the hour.
minWidth(String) - Method in class com.codename1.ui.layouts.mig.CC
The minimum size for the component.
minWidth(String) - Method in class com.codename1.ui.layouts.mig.LC
The minimum width for the container.
minZoomLevel() - Method in class com.codename1.maps.providers.MapProvider
Minimal zoom level user is able to see.
mirror() - Method in class com.codename1.ui.Image
Creates a mirror image for the given image which is useful for some RTL scenarios.
mirrorBorder() - Method in class com.codename1.ui.plaf.Border
If a border is a horizontal image border it can be mirrored which is useful for an RTL scenario
MITER - Static variable in class com.codename1.charts.compat.Paint.Join
Deprecated.
 
mkdir(String) - Method in class com.codename1.io.FileSystemStorage
Creates the given directory
MM - Static variable in class com.codename1.ui.layouts.mig.UnitValue
A unit indicating millimeters.
mod(BigInteger) - Method in class com.codename1.util.BigInteger
 
modCount - Variable in class java.util.AbstractList
A counter for changes to the list.
modelChanged(int, int) - Method in class com.codename1.ui.List
Callback to allow subclasses to react to a change in the model
modifyAlpha(byte) - Method in class com.codename1.ui.EncodedImage
 
modifyAlpha(byte, int) - Method in class com.codename1.ui.EncodedImage
 
modifyAlpha(byte) - Method in class com.codename1.ui.Image
Creates a new image instance with the alpha channel of opaque/translucent pixels within the image using the new alpha value.
modifyAlpha(byte, int) - Method in class com.codename1.ui.Image
Creates a new image instance with the alpha channel of opaque/translucent pixels within the image using the new alpha value.
modifyAlpha(byte) - Method in class com.codename1.ui.RGBImage
 
modifyAlphaWithTranslucency(byte) - Method in class com.codename1.ui.Image
Creates a new image instance with the alpha channel of opaque pixels within the image using the new alpha value.
modInverse(BigInteger) - Method in class com.codename1.util.BigInteger
 
modPow(BigInteger, BigInteger) - Method in class com.codename1.util.BigInteger
 
MONDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Monday.
MONTH - Static variable in class java.util.Calendar
Field number for get and set indicating the month.
morph(String, String) - Method in class com.codename1.ui.animations.MorphTransition
Morphs the component with the given source name in the source container hierarchy to the component with the given name in the destination hierarchy
morph(Component, Component, int, Runnable) - Method in class com.codename1.ui.Container
Morph is similar to the replace functionality where a component might be replaced with a component that isn't within the container.
morphAndWait(Component, Component, int) - Method in class com.codename1.ui.Container
Morph is similar to the replace functionality where a component might be replaced with a component that isn't within the container.
MorphTransition - Class in com.codename1.ui.animations
A transition inspired by the Android L release morph activity effect allowing a set of components in one form/container to morph into another in a different container/form.
Motion - Class in com.codename1.ui.animations
Abstracts the notion of physical motion over time from a numeric location to another.
Motion(int, int, int) - Constructor for class com.codename1.ui.animations.Motion
Construct a point/destination motion
Motion(int, float, float) - Constructor for class com.codename1.ui.animations.Motion
Construct a velocity motion
MOTION_TYPE_LINEAR - Static variable in class com.codename1.ui.animations.AnimationObject
Used to define the motion type used when manipulating an animation property
MOTION_TYPE_SPLINE - Static variable in class com.codename1.ui.animations.AnimationObject
Used to define the motion type used when manipulating an animation property
moveDown() - Method in class com.codename1.maps.MapComponent
move the map 25% down
moveLeft() - Method in class com.codename1.maps.MapComponent
move the map 25% left
moveRight() - Method in class com.codename1.maps.MapComponent
move the map 25% right
moveTo(double, double) - Method in class com.codename1.ui.geom.GeneralPath
 
moveTo(float, float) - Method in class com.codename1.ui.geom.GeneralPath
Adds a new point to a path.
moveUp() - Method in class com.codename1.maps.MapComponent
move the map 25% up
mRenderer - Variable in class com.codename1.charts.views.RoundChart
The series renderer.
mRenderer - Variable in class com.codename1.charts.views.XYChart
The multiple series renderer.
msg - Variable in class com.codename1.io.gzip.ZStream
Deprecated.
 
mType - Variable in class com.codename1.charts.views.BarChart
The chart type.
MUL - Static variable in class com.codename1.ui.layouts.mig.UnitValue
An operation indicating a multiplication of two sub units.
MultiButton - Class in com.codename1.components
A powerful button like component that allows multiple rows/and an icon to be added every row/icon can have its own UIID.
MultiButton() - Constructor for class com.codename1.components.MultiButton
Default constructor allowing the designer to create an instance of this class
MultiList - Class in com.codename1.ui.list
A list with a multi-button renderer by default
MultiList() - Constructor for class com.codename1.ui.list.MultiList
Constructor for the GUI builder
MultipartRequest - Class in com.codename1.io
A multipart post request allows a developer to submit large binary data files to the server in a post request
MultipartRequest() - Constructor for class com.codename1.io.MultipartRequest
Initialize variables
MultipleCategorySeries - Class in com.codename1.charts.models
A series for the multiple category charts like the doughnut.
MultipleCategorySeries(String) - Constructor for class com.codename1.charts.models.MultipleCategorySeries
Builds a new category series.
multiply(BigDecimal) - Method in class com.codename1.util.BigDecimal
 
multiply(BigInteger) - Method in class com.codename1.util.BigDecimal
 
multiply(BigInteger) - Method in class com.codename1.util.BigInteger
 
mydeflater - Variable in class com.codename1.io.gzip.DeflaterOutputStream
 
myinflater - Variable in class com.codename1.io.gzip.InflaterInputStream
 

N

name - Variable in class com.codename1.maps.layers.AbstractLayer
 
NAME - Static variable in class com.codename1.ui.VirtualKeyboard
 
name() - Method in class java.lang.Enum
 
NaN - Static variable in class java.lang.Double
A Not-a-Number (NaN) value of type double.
NaN - Static variable in class java.lang.Float
The Not-a-Number (NaN) value of type float.
NativeInterface - Interface in com.codename1.system
This is a marker interface that should be extended by a user interface in order to indicate that said interface is implemented in native code.
NativeLookup - Class in com.codename1.system
Creates an instance of the native interface which will call the underlying platform using the convention documented in the package docs.
navigableKeySet() - Method in interface java.util.NavigableMap
Answers a NavigableSet view of the keys in ascending order.
navigableKeySet() - Method in class java.util.TreeMap
Answers a NavigableSet view of the keys in ascending order.
NavigableMap<K,V> - Interface in java.util
NavigableMap is a SortedMap with navigation methods answering the closest matches for specified item.
NavigableSet<E> - Interface in java.util
NavigableSet is a SortedSet with navigation methods answering the closest matches for specified item.
nCopies(int, T) - Static method in class java.util.Collections
Returns a list containing the specified number of the specified element.
negate() - Method in class com.codename1.util.BigDecimal
 
negate() - Method in class com.codename1.util.BigInteger
 
NEGATIVE_INFINITY - Static variable in class java.lang.Double
The negative infinity of type double.
NEGATIVE_INFINITY - Static variable in class java.lang.Float
The negative infinity of type float.
NegativeArraySizeException - Exception in java.lang
Thrown if an application tries to create an array with negative size.
NegativeArraySizeException() - Constructor for exception java.lang.NegativeArraySizeException
Constructs a NegativeArraySizeException with no detail message.
NegativeArraySizeException(String) - Constructor for exception java.lang.NegativeArraySizeException
Constructs a NegativeArraySizeException with the specified detail message.
NetworkEvent - Class in com.codename1.io
Event containing more meta data for network events which may be error events or an update for progress indication code.
NetworkEvent(ConnectionRequest, Exception) - Constructor for class com.codename1.io.NetworkEvent
Constructs an event for an error message
NetworkEvent(ConnectionRequest, int, String) - Constructor for class com.codename1.io.NetworkEvent
Constructs a response code even
NetworkEvent(ConnectionRequest, int) - Constructor for class com.codename1.io.NetworkEvent
Constructs a network status update event used to update progress indicators and application logic of the current state in the NetworkManager
NetworkEvent(ConnectionRequest, Object) - Constructor for class com.codename1.io.NetworkEvent
Constructs a callback event from a connection request with some arbitrary associated meta data
NetworkManager - Class in com.codename1.io
Main entry point for managing the connection requests, this is essentially a threaded queue that makes sure to route all connections via the network thread while sending the callbacks through the Codename One EDT.
newInstance() - Method in class java.lang.Class
Creates a new instance of a class.
newline() - Method in class com.codename1.ui.layouts.mig.CC
Same functionality as calling CC.setNewline(boolean) with true only this method returns this for chaining multiple calls.
newline(String) - Method in class com.codename1.ui.layouts.mig.CC
Same functionality as CC.setNewlineGapSize(BoundSize) only this method returns this for chaining multiple calls.
newSetFromMap(Map<E, Boolean>) - Static method in class java.util.Collections
Answers a set backed by a map.
next() - Method in interface com.codename1.db.Cursor
Moves the cursor to the next row.
next() - Method in interface com.codename1.ui.geom.PathIterator
Advance to the next segment in the iteration.
next() - Method in interface java.util.Iterator
Returns the next object in the iteration, i.e.
next() - Method in interface java.util.ListIterator
Returns the next object in the iteration.
next(int) - Method in class java.util.Random
Generates the next pseudorandom number.
next_in - Variable in class com.codename1.io.gzip.ZStream
Deprecated.
 
next_in_index - Variable in class com.codename1.io.gzip.ZStream
Deprecated.
 
next_out - Variable in class com.codename1.io.gzip.ZStream
Deprecated.
 
next_out_index - Variable in class com.codename1.io.gzip.ZStream
Deprecated.
 
nextAfter(double, double) - Static method in class com.codename1.util.MathUtil
Returns the next representable floating point number after the first argument in the direction of the second argument.
nextClearBit(int) - Method in class java.util.BitSet
Returns the position of the first bit that is false on or after pos.
nextDouble() - Method in class java.util.Random
Returns the next pseudorandom, uniformly distributed double value between 0.0 and 1.0 from this random number generator's sequence.
nextElement() - Method in interface java.util.Enumeration
Returns the next element of this enumeration if this enumeration object has at least one more element to provide.
nextElement() - Method in class java.util.StringTokenizer
Returns the next token in the string as an Object.
nextFloat() - Method in class java.util.Random
Returns the next pseudorandom, uniformly distributed float value between 0.0 and 1.0 from this random number generator's sequence.
nextIndex() - Method in interface java.util.ListIterator
Returns the index of the next object in the iteration.
nextInt() - Method in class java.util.Random
Returns the next pseudorandom, uniformly distributed int value from this random number generator's sequence.
nextInt(int) - Method in class java.util.Random
Returns a pseudorandom, uniformly distributed int value between 0 (inclusive) and the specified value (exclusive), drawn from this random number generator's sequence.
nextLong() - Method in class java.util.Random
Returns the next pseudorandom, uniformly distributed long value from this random number generator's sequence.
nextSetBit(int) - Method in class java.util.BitSet
Returns the position of the first bit that is true on or after pos.
nextToken() - Method in class java.util.StringTokenizer
Returns the next token in the string as a String.
nextToken(String) - Method in class java.util.StringTokenizer
Returns the next token in the string as a String.
NO_COLOR - Static variable in class com.codename1.charts.renderers.DefaultRenderer
A no color constant.
NO_VALUE - Static variable in class com.codename1.charts.views.RoundChart
A no value constant.
noCache() - Method in class com.codename1.ui.layouts.mig.LC
Same functionality as calling LC.setNoCache(boolean) with true only this method returns this for chaining multiple calls.
NoClassDefFoundError - Error in java.lang
Thrown if the Java Virtual Machine tries to load in the definition of a class (as part of a normal method call or as part of creating a new instance using the new expression) and no definition of the class could be found.
NoClassDefFoundError() - Constructor for error java.lang.NoClassDefFoundError
Constructs a NoClassDefFoundError with no detail message.
NoClassDefFoundError(String) - Constructor for error java.lang.NoClassDefFoundError
Constructs a NoClassDefFoundError with the specified detail message.
noGrid() - Method in class com.codename1.ui.layouts.mig.AC
Specifies that the current row/column should not be grid-like.
noGrid(int...) - Method in class com.codename1.ui.layouts.mig.AC
Specifies that the indicated rows/columns should not be grid-like.
noGrid() - Method in class com.codename1.ui.layouts.mig.LC
Same functionality as calling LC.setNoGrid(boolean) with true only this method returns this for chaining multiple calls.
NON_PREDICTIVE - Static variable in class com.codename1.ui.TextArea
Indicates that the text entered does not consist of words that are likely to be found in dictionaries typically used by predictive input schemes.
NONE - Static variable in class com.codename1.ui.layouts.GridBagConstraints
 
NORM_PRIORITY - Static variable in class java.lang.Thread
The default priority that is assigned to a thread.
normalize() - Method in class java.net.URI
Normalize a URI by removing any "./" segments, and "path/../" segments.
NORTH - Static variable in class com.codename1.ui.layouts.BorderLayout
The north layout constraint (top of container).
NORTH - Static variable in class com.codename1.ui.layouts.GridBagConstraints
 
NORTH - Static variable in class com.codename1.ui.layouts.GroupLayout
Compass-direction North (up).
NORTHEAST - Static variable in class com.codename1.ui.layouts.GridBagConstraints
 
NORTHWEST - Static variable in class com.codename1.ui.layouts.GridBagConstraints
 
NoSuchElementException - Exception in java.util
Thrown by the nextElement method of an Enumeration to indicate that there are no more elements in the enumeration.
NoSuchElementException() - Constructor for exception java.util.NoSuchElementException
Constructs a NoSuchElementException with null as its error message string.
NoSuchElementException(String) - Constructor for exception java.util.NoSuchElementException
Constructs a NoSuchElementException, saving a reference to the error message string s for later retrieval by the getMessage method.
NoSuchFieldError - Error in java.lang
Thrown when the virtual machine notices that a program tries to reference, on a class or object, a field that does not exist.
NoSuchFieldError() - Constructor for error java.lang.NoSuchFieldError
Constructs a new NoSuchFieldError that includes the current stack trace.
NoSuchFieldError(String) - Constructor for error java.lang.NoSuchFieldError
Constructs a new NoSuchFieldError with the current stack trace and the specified detail message.
not() - Method in class com.codename1.util.BigInteger
 
notify() - Method in class java.lang.Object
Wakes up a single thread that is waiting on this object's monitor.
notifyAll() - Method in class java.lang.Object
Wakes up all threads that are waiting on this object's monitor.
notifyError(int, String, String, String, String) - Method in class com.codename1.xml.XMLParser
A utility method used to notify an error to the ParserCallback and throw an IllegalArgumentException if parsingError returned false
notifyObservers() - Method in class java.util.Observable
If hasChanged() returns true, calls the update() method for every observer in the list of observers using null as the argument.
notifyObservers(Object) - Method in class java.util.Observable
If hasChanged() returns true, calls the update() method for every Observer in the list of observers using the specified argument.
notifyStatusBar(String, String, String, boolean, boolean) - Method in class com.codename1.ui.Display
Deprecated.
there is a new version of this method with a slightly improved signature
notifyStatusBar(String, String, String, boolean, boolean, Hashtable) - Method in class com.codename1.ui.Display
Place a notification on the device status bar (if device has this functionality).
NOVEMBER - Static variable in class java.util.Calendar
Value of the MONTH field indicating the eleventh month of the year.
noVisualPadding() - Method in class com.codename1.ui.layouts.mig.LC
Same functionality as calling LC.setVisualPadding(boolean) with false only this method returns this for chaining multiple calls.
NULL_SIZE - Static variable in class com.codename1.ui.layouts.mig.BoundSize
 
NULL_VALUE - Static variable in class com.codename1.charts.util.MathHelper
A value that is used a null value.
NullPointerException - Exception in java.lang
Thrown when an application attempts to use null in a case where an object is required.
NullPointerException() - Constructor for exception java.lang.NullPointerException
Constructs a NullPointerException with no detail message.
NullPointerException(String) - Constructor for exception java.lang.NullPointerException
Constructs a NullPointerException with the specified detail message.
numAlphaLevels() - Method in class com.codename1.ui.Display
Deprecated.
this method isn't implemented in most modern devices
NumberFormat - Class in com.codename1.charts.util
 
NumberFormat() - Constructor for class com.codename1.charts.util.NumberFormat
 
NumberFormatException - Exception in java.lang
Thrown to indicate that the application has attempted to convert a string to one of the numeric types, but that the string does not have the appropriate format.
NumberFormatException() - Constructor for exception java.lang.NumberFormatException
Constructs a NumberFormatException with no detail message.
NumberFormatException(String) - Constructor for exception java.lang.NumberFormatException
Constructs a NumberFormatException with the specified detail message.
NUMBERS_MODE - Static variable in class com.codename1.ui.VirtualKeyboard
The String that represent the numbers mode.
NUMBERS_SYMBOLS_MODE - Static variable in class com.codename1.ui.VirtualKeyboard
The String that represent the numbers sybols mode.
numColors() - Method in class com.codename1.ui.Display
Deprecated.
this method isn't implemented in most modern devices
NUMERIC - Static variable in class com.codename1.ui.TextArea
The user is allowed to enter only an integer value.
NumericSpinner - Class in com.codename1.ui.spinner
A spinner class that allows picking a number
NumericSpinner() - Constructor for class com.codename1.ui.spinner.NumericSpinner
Default constructor
numericToken(double) - Method in interface com.codename1.io.JSONParseCallback
Submits a numeric token from the JSON data
numericToken(double) - Method in class com.codename1.io.JSONParser
 

O

Oauth2 - Class in com.codename1.io
This is a utility class that allows Oauth2 authentication This utility uses the Codename One XHTML Component to display the authentication pages.
Oauth2(String, String, String) - Constructor for class com.codename1.io.Oauth2
Simple constructor
Oauth2(String, String, String, String) - Constructor for class com.codename1.io.Oauth2
Simple constructor
Oauth2(String, String, String, String, String, String) - Constructor for class com.codename1.io.Oauth2
Simple constructor
Oauth2(String, String, String, String, String, String, Hashtable) - Constructor for class com.codename1.io.Oauth2
Simple constructor
Object - Class in java.lang
Class Object is the root of the class hierarchy.
Object() - Constructor for class java.lang.Object
 
obscuresPotential(Container) - Method in class com.codename1.ui.layouts.BorderLayout
 
obscuresPotential(Container) - Method in class com.codename1.ui.layouts.GridLayout
 
obscuresPotential(Container) - Method in class com.codename1.ui.layouts.LayeredLayout
 
obscuresPotential(Container) - Method in class com.codename1.ui.layouts.Layout
Some layout managers can obscure their child components in some cases this returns true if the basic underpinnings are in place for that.
Observable - Class in java.util
Observable is used to notify a group of Observer objects when a change occurs.
Observable() - Constructor for class java.util.Observable
Constructs a new Observable object.
Observer - Interface in java.util
Observer is the interface to be implemented by objects that receive notification of updates on an Observable object.
OCTOBER - Static variable in class java.util.Calendar
Value of the MONTH field indicating the tenth month of the year.
offer(E) - Method in class java.util.ArrayDeque
Inserts the element at the tail of the deque.
offer(E) - Method in class java.util.LinkedList
 
offer(E) - Method in class java.util.PriorityQueue
Inserts the element to the priority queue.
offer(E) - Method in interface java.util.Queue
Inserts the specified element into the queue provided that the condition allows such an operation.
offerFirst(E) - Method in class java.util.ArrayDeque
Inserts an element at the head of this deque unless it would violate size limit.
offerFirst(E) - Method in interface java.util.Deque
Inserts an element at the head of this deque unless it would violate size limit.
offerFirst(E) - Method in class java.util.LinkedList
Inserts an element at the head of this deque unless it would violate size limit.
offerLast(E) - Method in class java.util.ArrayDeque
Inserts an element at the tail of this deque unless it would violate size limit.
offerLast(E) - Method in interface java.util.Deque
Inserts an element at the tail of this deque unless it would violate size limit.
offerLast(E) - Method in class java.util.LinkedList
Inserts an element at the tail of this deque unless it would violate size limit.
offsetByCodePoints(CharSequence, int, int) - Static method in class java.lang.Character
Determines the index into the CharSequence that is offset (measured in code points and specified by codePointOffset), from the index argument.
offsetByCodePoints(char[], int, int, int, int) - Static method in class java.lang.Character
Determines the index into the char[] that is offset (measured in code points and specified by codePointOffset), from the index argument and is within the subsequence as delineated by start and count.
OK - Static variable in class com.codename1.ui.VirtualKeyboard
 
onAdDisplay(HTMLComponent) - Method in class com.codename1.ads.AdsService
This a callback method to inform to the service the Ad is displayed
onBackNavigation() - Method in class com.codename1.ui.util.UIBuilder
This callback is invoked to indicate that the upcoming form is shown as part of a "back" navigation.
onCreateRoot(String) - Method in class com.codename1.ui.util.UIBuilder
This method allows binding logic that should occur before creating the root object e.g.
ONE - Static variable in class com.codename1.util.BigInteger
 
onEditingComplete(Component, String) - Method in class com.codename1.ui.Display
Called by the underlying implementation to indicate that editing in the native system has completed and changes should propagate into Codename One
onError(CloudException) - Method in class com.codename1.cloud.CloudListModel
Invoked when a cloud error occurs
onError(CloudException) - Method in interface com.codename1.cloud.CloudResponse
Invoked if there was a server error
onError(String, int) - Method in class com.codename1.components.WebBrowser
This is a callback method to inform on an error.
onError(Object, Throwable, int, String) - Method in interface com.codename1.util.Callback
Invoked when the async method throws an exception
onLoad(String) - Method in class com.codename1.components.WebBrowser
This is a callback method, this method is called after the url has been loaded
OnOffSwitch - Class in com.codename1.components
The on/off switch is a checkbox of sort (although it derives container) that represents its state as a switch each of which has a short label associated with it.
OnOffSwitch() - Constructor for class com.codename1.components.OnOffSwitch
Default constructor
onPositionSizeChange() - Method in class com.codename1.ui.PeerComponent
Callback useful for sublclasses that need to track the change in size/position of the component (notice that this might be invoked too many times for a single change)!
onRedirect(String) - Method in class com.codename1.io.ConnectionRequest
This is a callback method that been called when there is a redirect.
onRedirect(String) - Method in class com.codename1.io.MultipartRequest
 
onScrollX(int) - Method in class com.codename1.ui.Component
This method can be overriden to receive scroll events, unlike overriding setScrollX it will receive all calls for scrolling.
onScrollY(int) - Method in class com.codename1.ui.Component
This method can be overriden to receive scroll events, unlike overriding setScrollY it will receive all calls for scrolling.
onShow() - Method in class com.codename1.ui.Dialog
 
onShow() - Method in class com.codename1.ui.Form
Allows subclasses to bind functionality that occurs when a specific form or dialog appears on the screen
onShow() - Method in class com.codename1.ui.VirtualKeyboard
 
onShowCompleted() - Method in class com.codename1.ui.Form
Allows subclasses to bind functionality that occurs when a specific form or dialog is "really" showing hence when the transition is totally complete (unlike onShow which is called on intent).
onStart(String) - Method in class com.codename1.components.WebBrowser
This is a callback method, this method is called before the url has been loaded
onSuccess(T) - Method in interface com.codename1.cloud.CloudResponse
Invoked to return a value from the asynchronous version of the API
onSucess(T) - Method in interface com.codename1.util.Callback
Invoked when the async method returns with a successful value
OPACITY - Static variable in class com.codename1.ui.plaf.Style
Opacity attribute name for the theme hashtable
open(String) - Static method in class com.codename1.ui.util.Resources
Creates a resource object from the local JAR resource identifier
open(InputStream) - Static method in class com.codename1.ui.util.Resources
Creates a resource object from the given input stream
open(String, int) - Static method in class com.codename1.ui.util.Resources
Creates a resource object from the local JAR resource identifier
open(InputStream, int) - Static method in class com.codename1.ui.util.Resources
Creates a resource object from the given input stream
openGallery(ActionListener, int) - Method in class com.codename1.ui.Display
Opens the device gallery The method returns immediately and the response will be sent asynchronously to the given ActionListener Object use this in the actionPerformed to retrieve the file path String path = (String) evt.getSource();
openImageGallery(ActionListener) - Method in class com.codename1.ui.Display
Deprecated.
see openGallery instead
openInputStream(String) - Method in class com.codename1.io.FileSystemStorage
Opens an input stream to the given file
openLayered(String) - Static method in class com.codename1.ui.util.Resources
Opens a multi-layer resource file that supports overriding features on a specific platform.
openLayered(String, int) - Static method in class com.codename1.ui.util.Resources
Opens a multi-layer resource file that supports overriding features on a specific platform.
openMenu(String) - Method in class com.codename1.ui.SideMenuBar
Opens the menu if it is currently closed
openNativeNavigationApp(double, double) - Method in class com.codename1.ui.Display
Opens the native navigation app in the given coordinate.
openOrCreate(String) - Static method in class com.codename1.db.Database
Opens a database or create one if not exists
openOrCreate(String) - Method in class com.codename1.ui.Display
Opens a database or create one if not exists
openOutputStream(String) - Method in class com.codename1.io.FileSystemStorage
Opens an output stream to the given file
openOutputStream(String, int) - Method in class com.codename1.io.FileSystemStorage
Opens an output stream to the given file
OpenStreetMapProvider - Class in com.codename1.maps.providers
This is an OpenStreetMap Provider http://www.openstreetmap.org/
OpenStreetMapProvider() - Constructor for class com.codename1.maps.providers.OpenStreetMapProvider
Empty Constructor
openToLeft() - Method in class com.codename1.ui.SwipeableContainer
This method will open the top Component to the left if there is a Component to expose on the right.
openToRight() - Method in class com.codename1.ui.SwipeableContainer
This method will open the top Component to the right if there is a Component to expose on the left.
or(BigInteger) - Method in class com.codename1.util.BigInteger
 
or(BitSet) - Method in class java.util.BitSet
Performs the logical OR of this BitSet with another BitSet.
ordinal() - Method in class java.lang.Enum
 
OS_AMIGA - Static variable in class com.codename1.io.gzip.GZIPHeader
 
OS_ATARI - Static variable in class com.codename1.io.gzip.GZIPHeader
 
OS_CPM - Static variable in class com.codename1.io.gzip.GZIPHeader
 
OS_MACOS - Static variable in class com.codename1.io.gzip.GZIPHeader
 
OS_MSDOS - Static variable in class com.codename1.io.gzip.GZIPHeader
 
OS_OS2 - Static variable in class com.codename1.io.gzip.GZIPHeader
 
OS_QDOS - Static variable in class com.codename1.io.gzip.GZIPHeader
 
OS_RISCOS - Static variable in class com.codename1.io.gzip.GZIPHeader
 
OS_TOPS20 - Static variable in class com.codename1.io.gzip.GZIPHeader
 
OS_UNIX - Static variable in class com.codename1.io.gzip.GZIPHeader
 
OS_UNKNOWN - Static variable in class com.codename1.io.gzip.GZIPHeader
 
OS_VMCMS - Static variable in class com.codename1.io.gzip.GZIPHeader
 
OS_VMS - Static variable in class com.codename1.io.gzip.GZIPHeader
 
OS_WIN32 - Static variable in class com.codename1.io.gzip.GZIPHeader
 
OS_ZSYSTEM - Static variable in class com.codename1.io.gzip.GZIPHeader
 
out - Variable in class com.codename1.io.gzip.FilterOutputStream
 
out - Variable in class java.io.DataOutputStream
The output stream.
out - Static variable in class java.lang.System
The "standard" output stream.
OUT_OF_SERVICE - Static variable in class com.codename1.location.LocationManager
 
OutOfMemoryError - Error in java.lang
Thrown when the Java Virtual Machine cannot allocate an object because it is out of memory, and no more memory could be made available by the garbage collector.
OutOfMemoryError() - Constructor for error java.lang.OutOfMemoryError
Constructs an OutOfMemoryError with no detail message.
OutOfMemoryError(String) - Constructor for error java.lang.OutOfMemoryError
Constructs an OutOfMemoryError with the specified detail message.
OutputStream - Class in java.io
This abstract class is the superclass of all classes representing an output stream of bytes.
OutputStream() - Constructor for class java.io.OutputStream
 
OutputStreamWriter - Class in java.io
An OutputStreamWriter is a bridge from character streams to byte streams: Characters written to it are translated into bytes.
OutputStreamWriter(OutputStream) - Constructor for class java.io.OutputStreamWriter
Create an OutputStreamWriter that uses the default character encoding.
OutputStreamWriter(OutputStream, String) - Constructor for class java.io.OutputStreamWriter
Create an OutputStreamWriter that uses the named character encoding.
override(InputStream) - Method in class com.codename1.ui.util.Resources
This method allows overriding the data of a resource file with another resource file thus replacing or enhancing existing content with platform specific content.
Override - Annotation Type in java.lang
An annotation to indicate that a method is intended to override a superclass method.

P

p(String) - Static method in class com.codename1.io.Log
Default println method invokes the print instance method, uses DEBUG level
p(String, int) - Static method in class com.codename1.io.Log
Default println method invokes the print instance method, uses given level
pack() - Method in class com.codename1.ui.layouts.mig.LC
Short for, and thus same as, .pack("pref", "pref").
pack(String, String) - Method in class com.codename1.ui.layouts.mig.LC
Sets the pack width and height.
packAlign(float, float) - Method in class com.codename1.ui.layouts.mig.LC
Sets the pack width and height alignment.
pad(int, int, int, int) - Method in class com.codename1.ui.layouts.mig.CC
Same functionality as CC.setPadding(UnitValue[]) but the unit values as absolute pixels.
pad(String) - Method in class com.codename1.ui.layouts.mig.CC
Same functionality as setPadding(ConstraintParser.parseInsets(pad, false))} only this method returns this for chaining multiple calls.
PADDING - Static variable in class com.codename1.ui.plaf.Style
Padding attribute name for the theme hashtable
PADDING_UNIT - Static variable in class com.codename1.ui.plaf.Style
The units of the padding
Page - Class in com.codename1.facebook
This class represents a Facebook Page object https://developers.facebook.com/docs/reference/api/page/
Page() - Constructor for class com.codename1.facebook.Page
Empty Contructor
Page(Hashtable) - Constructor for class com.codename1.facebook.Page
 
PAGE_END - Static variable in class com.codename1.ui.layouts.GridBagConstraints
 
PAGE_START - Static variable in class com.codename1.ui.layouts.GridBagConstraints
 
pageStatusChanged(HTMLComponent, int, String) - Method in class com.codename1.components.Ads
 
pageStatusChanged(HTMLComponent, int, String) - Method in class com.codename1.ui.html.DefaultHTMLCallback
Called when the page status has been changed
pageStatusChanged(HTMLComponent, int, String) - Method in interface com.codename1.ui.html.HTMLCallback
Called when the page status has been changed
paint(Graphics) - Method in class com.codename1.charts.ChartComponent
Paints the chart.
Paint - Class in com.codename1.charts.compat
Deprecated. 
Paint() - Constructor for class com.codename1.charts.compat.Paint
Deprecated.
 
paint(Graphics) - Method in class com.codename1.charts.transitions.SeriesTransition
 
paint(Graphics) - Method in class com.codename1.components.ImageViewer
 
paint(Graphics) - Method in class com.codename1.components.InfiniteProgress
 
paint(Graphics) - Method in class com.codename1.components.OnOffSwitch
 
paint(Graphics, Tile) - Method in interface com.codename1.maps.layers.Layer
Paints the Layer on the given Graphics
paint(Graphics, Tile) - Method in class com.codename1.maps.layers.LinesLayer
 
paint(Graphics, Tile) - Method in class com.codename1.maps.layers.PointLayer
 
paint(Graphics, Tile) - Method in class com.codename1.maps.layers.PointsLayer
 
paint(Graphics) - Method in class com.codename1.maps.ProxyHttpTile
 
paint(Graphics) - Method in class com.codename1.maps.Tile
Paints the tile on the Graphics Object
paint(Graphics, int, int) - Method in class com.codename1.maps.Tile
Paints the tile on the Graphics Object translated to the given x, y, This method paints the tile image if available or will call paintTileLoading
paint(Graphics) - Method in interface com.codename1.ui.animations.Animation
Draws the animation, within a component the standard paint method would be invoked since it bares the exact same signature.
paint(Graphics) - Method in class com.codename1.ui.animations.CommonTransitions
 
paint(Graphics) - Method in class com.codename1.ui.animations.FlipTransition
 
paint(Graphics) - Method in class com.codename1.ui.animations.MorphTransition
 
paint(Graphics) - Method in class com.codename1.ui.animations.Timeline
 
paint(Graphics, Rectangle) - Method in class com.codename1.ui.animations.Timeline
 
paint(Graphics) - Method in class com.codename1.ui.animations.Transition
 
paint(Graphics) - Method in class com.codename1.ui.Button
 
paint(Graphics) - Method in class com.codename1.ui.CheckBox
 
paint(Graphics) - Method in class com.codename1.ui.ComboBox
 
paint(Graphics) - Method in class com.codename1.ui.Component
This method paints the Component on the screen, it should be overriden by subclasses to perform custom drawing or invoke the UI API's to let the PLAF perform the rendering.
paint(Graphics) - Method in class com.codename1.ui.Container
 
paint(Graphics) - Method in class com.codename1.ui.Form
 
paint(Graphics) - Method in class com.codename1.ui.Label
 
paint(Graphics) - Method in class com.codename1.ui.List
 
paint(Graphics, Rectangle) - Method in class com.codename1.ui.painter.BackgroundPainter
 
paint(Graphics, Rectangle) - Method in interface com.codename1.ui.Painter
Draws inside the given rectangle clipping area.
paint(Graphics, Rectangle) - Method in class com.codename1.ui.painter.PainterChain
 
paint(Graphics) - Method in class com.codename1.ui.PeerComponent
 
paint(Graphics, Component) - Method in class com.codename1.ui.plaf.Border
Draws the border for the given component, this method is called before a call to background painting is made.
paint(Graphics) - Method in class com.codename1.ui.RadioButton
 
paint(Graphics) - Method in class com.codename1.ui.TextArea
 
paint(Graphics) - Method in class com.codename1.ui.TextField
 
paint(Graphics, Rectangle) - Method in class com.codename1.ui.util.GlassTutorial
 
Paint.Align - Class in com.codename1.charts.compat
Deprecated.
 
Paint.Align() - Constructor for class com.codename1.charts.compat.Paint.Align
Deprecated.
 
Paint.Cap - Class in com.codename1.charts.compat
Deprecated.
 
Paint.Cap() - Constructor for class com.codename1.charts.compat.Paint.Cap
Deprecated.
 
Paint.Join - Class in com.codename1.charts.compat
Deprecated.
 
Paint.Join() - Constructor for class com.codename1.charts.compat.Paint.Join
Deprecated.
 
Paint.Style - Enum in com.codename1.charts.compat
Deprecated.
 
paintBackground(Graphics) - Method in class com.codename1.components.ImageViewer
 
paintBackground(Graphics) - Method in class com.codename1.maps.MapComponent
 
paintBackground(Graphics) - Method in class com.codename1.ui.Component
This method paints the Component background, it should be overriden by subclasses to perform custom background drawing.
paintBackground(Graphics) - Method in class com.codename1.ui.Form
Exposing the background painting for the benefit of animations
paintBackground(Graphics) - Method in class com.codename1.ui.PeerComponent
 
paintBackgrounds(Graphics) - Method in class com.codename1.ui.Component
This method paints all the parents Components Background.
paintBackgrounds(Graphics) - Method in class com.codename1.ui.PeerComponent
 
paintBorder(Graphics) - Method in class com.codename1.ui.Component
Draws the component border if such a border exists.
paintBorder(Graphics) - Method in class com.codename1.ui.PeerComponent
 
paintBorderBackground(Graphics, Component) - Method in class com.codename1.ui.plaf.Border
Has effect when the border demands responsibility for background painting normally the painter will perform this work but in this case the border might do it instead.
paintChart(Graphics, AbstractChart, Rectangle, int, int) - Method in class com.codename1.charts.ChartUtil
 
paintComponent(Graphics) - Method in class com.codename1.ui.Component
Paints this component as a root by going to all the parent components and setting the absolute translation based on coordinates and scroll status.
paintComponent(Graphics, boolean) - Method in class com.codename1.ui.Component
Paints this component as a root by going to all the parent components and setting the absolute translation based on coordinates and scroll status.
paintComponentBackground(Graphics) - Method in class com.codename1.ui.Container
 
paintComponentBackground(Graphics) - Method in class com.codename1.ui.Slider
Paint the progress indicator
paintDebug() - Method in class com.codename1.ui.layouts.mig.Grid
 
paintDebugCell(int, int, int, int) - Method in interface com.codename1.ui.layouts.mig.ContainerWrapper
Paints a cell to indicate where it is.
paintDebugOutline(boolean) - Method in interface com.codename1.ui.layouts.mig.ComponentWrapper
Paints component outline to indicate where it is.
Painter - Interface in com.codename1.ui
Painter can be used to draw on components backgrounds.
PAINTER - Static variable in class com.codename1.ui.plaf.Style
Painter attribute name for the style event
PainterChain - Class in com.codename1.ui.painter
A painter chain allows us to chain together several painters to provide a "layer" effect where each painter only draws one element.
PainterChain(Painter[]) - Constructor for class com.codename1.ui.painter.PainterChain
Create a new painter chain which will paint all of the elements in the chain in sequence from 0 to the last element
PainterChain(Painter) - Constructor for class com.codename1.ui.painter.PainterChain
Create a new painter chain which will paint all of the elements in the chain in sequence from 0 to the last element
paintGlass(Graphics) - Method in class com.codename1.ui.Container
This method can be overriden by a component to draw on top of itself or its children after the component or the children finished drawing in a similar way to the glass pane but more refined per component
paintGlass(Graphics) - Method in class com.codename1.ui.spinner.BaseSpinner
 
paintGlass(Graphics) - Method in class com.codename1.ui.table.Table
 
paintLock(boolean) - Method in class com.codename1.ui.Component
This method locks the component so it will always paint the given image instead of running through its paint logic.
paintLockRelease() - Method in class com.codename1.ui.Component
Releases the paint lock image to allow paint to work as usual, see paintLock(boolean) for details
paintScrollbars(Graphics) - Method in class com.codename1.ui.Component
Paints the UI for the scrollbars on the component, this will be invoked only for scrollable components.
paintScrollbars(Graphics) - Method in class com.codename1.ui.PeerComponent
 
paintScrollbarX(Graphics) - Method in class com.codename1.ui.Component
Paints the UI for the scrollbar on the X axis, this method allows component subclasses to customize the look of a scrollbar
paintScrollbarX(Graphics) - Method in class com.codename1.ui.PeerComponent
 
paintScrollbarY(Graphics) - Method in class com.codename1.ui.Component
Paints the UI for the scrollbar on the Y axis, this method allows component subclasses to customize the look of a scrollbar
paintScrollbarY(Graphics) - Method in class com.codename1.ui.PeerComponent
 
paintSegment(Graphics, Coord[], Tile) - Method in class com.codename1.maps.layers.ArrowLinesLayer
Paints arrows on each segment.
paintSegment(Graphics, Coord[], Tile) - Method in class com.codename1.maps.layers.LinesLayer
Paint a segment.
paintTensileHighlight(Component, Graphics, boolean, int) - Method in class com.codename1.ui.plaf.LookAndFeel
Paints the tensile hightlight image
paintTileLoading(Graphics) - Method in class com.codename1.maps.Tile
This method paints a "tile loading" on the Graphics if boolean paint(Graphics g) returned false.
params(int, int) - Method in class com.codename1.io.gzip.Deflater
 
paramString() - Method in class com.codename1.ui.CheckBox
 
paramString() - Method in class com.codename1.ui.Component
Returns a string representing the state of this component.
paramString() - Method in class com.codename1.ui.Container
 
paramString() - Method in class com.codename1.ui.Form
 
paramString() - Method in class com.codename1.ui.Label
 
paramString() - Method in class com.codename1.ui.List
 
parse(InputStream) - Method in class com.codename1.io.CSVParser
Parses input from the given stream and returns the tokens broken into rows and columns
parse(InputStream, String) - Method in class com.codename1.io.CSVParser
Parses input from the given stream and returns the tokens broken into rows and columns
parse(Reader) - Method in class com.codename1.io.CSVParser
Parses input from the given reader and returns the tokens broken into rows and columns
parse(Reader, JSONParseCallback) - Static method in class com.codename1.io.JSONParser
Static method! Parses the given input stream and fires the data into the given callback.
parse(Reader) - Method in class com.codename1.io.JSONParser
Deprecated.
use the new parseJSON instead
parse(String) - Method in class com.codename1.l10n.DateFormat
NOT IMPLEMENTED - use SimpleDateFormat for parsing instead.
parse(String) - Method in class com.codename1.l10n.SimpleDateFormat
 
parse(Reader) - Method in class com.codename1.xml.XMLParser
This is the entry point for parsing a document and the only non-private member method in this class
parse(String) - Method in class java.text.DateFormat
Deprecated.
NOT IMPLEMENTED - use SimpleDateFormat for parsing instead.
parse(String) - Method in class java.text.SimpleDateFormat
Deprecated.
 
parseBoolean(String) - Static method in class java.lang.Boolean
 
parseBoundSize(String, boolean, boolean) - Static method in class com.codename1.ui.layouts.mig.ConstraintParser
Parses a single "min:pref:max" value.
parseByte(String) - Static method in class java.lang.Byte
Assuming the specified String represents a byte, returns that byte's value.
parseByte(String, int) - Static method in class java.lang.Byte
Assuming the specified String represents a byte, returns that byte's value.
parseColumnConstraints(String) - Static method in class com.codename1.ui.layouts.mig.ConstraintParser
Parses the column or rows constraints.
parseCommentOrXMLDeclaration(Reader, String) - Method in class com.codename1.xml.XMLParser
This utility method is used to parse comments and XML declarations in the XML.
parseComponentConstraint(String) - Static method in class com.codename1.ui.layouts.mig.ConstraintParser
Parses one component constraint and returns the parsed value.
parseComponentConstraints(Map<ComponentWrapper, String>) - Static method in class com.codename1.ui.layouts.mig.ConstraintParser
Parses all component constraints and stores the parsed values in the transient (cache) member variables.
parseCurrency(String) - Method in class com.codename1.l10n.L10NManager
Parses the currency value
parseDouble(String) - Method in class com.codename1.charts.util.NumberFormat
 
parseDouble(String) - Method in class com.codename1.l10n.L10NManager
Parses a double based on locale conventions
parseDouble(String) - Static method in class java.lang.Double
Returns a new double initialized to the value represented by the specified String, as performed by the valueOf method of class Double.
ParseException - Exception in com.codename1.l10n
An error occurred during parsing.
ParseException(String, int) - Constructor for exception com.codename1.l10n.ParseException
 
ParseException - Exception in java.text
An error occurred during parsing.
ParseException(String, int) - Constructor for exception java.text.ParseException
 
parseFloat(String) - Static method in class java.lang.Float
Returns a new float initialized to the value represented by the specified String.
parseHTML(InputStreamReader) - Method in class com.codename1.ui.html.HTMLParser
A convenience method that casts the returned type of the parse method to HTMLElement.
parseInsets(String, boolean) - Static method in class com.codename1.ui.layouts.mig.ConstraintParser
Parses insets which consists of 1-4 UnitValues.
parseInt(String) - Method in class com.codename1.l10n.L10NManager
Parses an integer based on locale conventions
parseInt(String) - Static method in class java.lang.Integer
Parses the string argument as a signed decimal integer.
parseInt(String, int) - Static method in class java.lang.Integer
Parses the string argument as a signed integer in the radix specified by the second argument.
parseJSON(Reader) - Method in class com.codename1.io.JSONParser
Parses the given input stream into this object and returns the parse tree
parseLayoutConstraint(String) - Static method in class com.codename1.ui.layouts.mig.ConstraintParser
Parses the layout constraints and stores the parsed values in the transient (cache) member varables.
parseLong(String) - Method in class com.codename1.l10n.L10NManager
Parses a long based on locale conventions
parseLong(String) - Static method in class java.lang.Long
Parses the string argument as a signed decimal long.
parseLong(String, int) - Static method in class java.lang.Long
Parses the string argument as a signed long in the radix specified by the second argument.
parseObject(String) - Method in class com.codename1.l10n.DateFormat
NOT IMPLEMENTED - use SimpleDateFormat for parsing instead.
parseObject(String) - Method in class com.codename1.l10n.Format
Parse an string to an object.
parseObject(String) - Method in class java.text.DateFormat
Deprecated.
NOT IMPLEMENTED - use SimpleDateFormat for parsing instead.
parseObject(String) - Method in class java.text.Format
Parse an string to an object.
ParserCallback - Interface in com.codename1.xml
A callback used to dispatch errors encountered while parsing XML resources
parseRowConstraints(String) - Static method in class com.codename1.ui.layouts.mig.ConstraintParser
Parses the column or rows constraints.
parseSchemeSpecificPart(String, boolean) - Method in class java.net.URI
Utility method used to parse a given scheme specific part.
parseShort(String) - Static method in class java.lang.Short
Assuming the specified String represents a short, returns that short's value.
parseShort(String, int) - Static method in class java.lang.Short
Assuming the specified String represents a short, returns that short's value in the radix specified by the second argument.
parseTag(Reader) - Method in class com.codename1.xml.XMLParser
This method collects the tag name and all of its attributes.
parseTagContent(Element, Reader) - Method in class com.codename1.ui.html.HTMLParser
Overrides XMLParser.parseTagContent to enable embedded CSS segments (Style tags)
parseTagContent(Element, Reader) - Method in class com.codename1.xml.XMLParser
Parses tags content, accumulating text and child elements .
parseUnitValue(String, boolean) - Static method in class com.codename1.ui.layouts.mig.ConstraintParser
Parses a single unit value.
parseUnitValueOrAlign(String, boolean, UnitValue) - Static method in class com.codename1.ui.layouts.mig.ConstraintParser
Parses a single unit value that may also be an alignment as parsed by ConstraintParser.parseAlignKeywords(String, boolean).
parseURI(String) - Method in class java.net.URI
Rather than attempting to process the uri string in a linear fashion, this implementation works its way from outside-in
parsingError(int, String, String, String, String) - Method in class com.codename1.components.Ads
 
parsingError(int, String, String, String, String) - Method in class com.codename1.io.services.RSSService
 
parsingError(int, String, String, String, String) - Method in class com.codename1.ui.html.DefaultHTMLCallback
Called when encountering an error while parsing the XML document.
parsingError(int, String, String, String, String) - Method in interface com.codename1.xml.ParserCallback
Called when encountering an error while parsing the XML document.
PASSWORD - Static variable in class com.codename1.ui.TextArea
Indicates that the text entered is confidential data that should be obscured whenever possible.
PathIterator - Interface in com.codename1.ui.geom
This interface provides a directed path over the boundary of a shape.
PathMeasure - Class in com.codename1.charts.compat
Deprecated. 
PathMeasure(GeneralPath, boolean) - Constructor for class com.codename1.charts.compat.PathMeasure
Deprecated.
 
pause() - Method in class com.codename1.io.ConnectionRequest
Invoked to pause this opeation, this method will only be invoked if isPausable() returns true (its false by default).
pause() - Method in interface com.codename1.media.Media
Pauses the playback of the audio file
pay(double, String) - Method in class com.codename1.payment.Purchase
Performs payment of a specific amount based on the manual payment API, notice that this doesn't use the in-app-purchase functionality of the device!
pay(double, String, String) - Method in class com.codename1.payment.Purchase
Performs payment of a specific amount based on the manual payment API, notice that this doesn't use the in-app-purchase functionality of the device!
paymentFailed(String, String) - Method in interface com.codename1.payment.PurchaseCallback
Indicates that a manual payment has failed
paymentSucceeded(String, double, String) - Method in interface com.codename1.payment.PurchaseCallback
Indicates that a manual payment has passed
peek() - Method in class java.util.ArrayDeque
Gets but not removes the head element of this deque.
peek() - Method in class java.util.LinkedList
 
peek() - Method in class java.util.PriorityQueue
Gets but does not remove the head of the queue.
peek() - Method in interface java.util.Queue
Gets but does not remove the element at the head of the queue.
peek() - Method in class java.util.Stack
Returns the element at the top of the stack without removing it.
peekFirst() - Method in class java.util.ArrayDeque
Gets but not removes the head element of this deque.
peekFirst() - Method in interface java.util.Deque
Gets but not removes the head element of this deque.
peekFirst() - Method in class java.util.LinkedList
Gets but not removes the head element of this deque.
peekLast() - Method in class java.util.ArrayDeque
Gets but not removes the tail element of this deque.
peekLast() - Method in interface java.util.Deque
Gets but not removes the tail element of this deque.
peekLast() - Method in class java.util.LinkedList
Gets but not removes the tail element of this deque.
PeerComponent - Class in com.codename1.ui
A peer component is essentially a "dummy" Codename One component used to calculate the position of the actual native platform specific component.
PeerComponent(Object) - Constructor for class com.codename1.ui.PeerComponent
This constructor is used by the platform implementation to create instances of this class use the static create method.
PERCENT - Static variable in class com.codename1.ui.layouts.mig.UnitValue
A unit indicating percent.
PHONENUMBER - Static variable in class com.codename1.ui.TextArea
The user is allowed to enter a phone number.
Photo - Class in com.codename1.facebook
This class represents a Facebook Photo Object http://developers.facebook.com/docs/reference/api/photo/
Photo() - Constructor for class com.codename1.facebook.Photo
Empty Contructor
Photo(Hashtable) - Constructor for class com.codename1.facebook.Photo
 
PI - Static variable in class java.lang.Math
The double value that is closer than any other to , the ratio of the circumference of a circle to its diameter.
Picker - Class in com.codename1.ui.spinner
The picker is a component and API that allows either poping up a spinner or using the native picker API when applicable.
Picker() - Constructor for class com.codename1.ui.spinner.Picker
Default constructor
PICKER_TYPE_DATE - Static variable in class com.codename1.ui.Display
Date native picker type, it returns a java.util.Date result.
PICKER_TYPE_DATE_AND_TIME - Static variable in class com.codename1.ui.Display
Date and time native picker type, it returns a java.util.Date result.
PICKER_TYPE_STRINGS - Static variable in class com.codename1.ui.Display
Strings native picker type, it returns a String result and accepts a String array.
PICKER_TYPE_TIME - Static variable in class com.codename1.ui.Display
Time native picker type, it returns an integer with minutes since midnight.
PieChart - Class in com.codename1.charts.views
The pie chart rendering class.
PieChart(CategorySeries, DefaultRenderer) - Constructor for class com.codename1.charts.views.PieChart
Builds a new pie chart instance.
PieMapper - Class in com.codename1.charts.views
PieChart Segment Selection Management.
PieMapper() - Constructor for class com.codename1.charts.views.PieMapper
 
PieSegment - Class in com.codename1.charts.views
Holds An PieChart Segment
PieSegment(int, float, float, float) - Constructor for class com.codename1.charts.views.PieSegment
 
pinch(float) - Method in class com.codename1.components.ImageViewer
 
pinch(float) - Method in class com.codename1.ui.Component
Invoked by subclasses interested in handling pinch to zoom events, if true is returned other drag events will not be broadcast
PIXEL - Static variable in class com.codename1.ui.layouts.mig.UnitValue
A unit indicating pixels.
placeButtonCommands(Command[]) - Method in class com.codename1.ui.Dialog
Deprecated.
this method shouldn't be invoked externally, it should have been private
PlatformDefaults - Class in com.codename1.ui.layouts.mig
Currently handles Windows, Mac OS X, and GNOME spacing.
play() - Method in interface com.codename1.media.Media
Starts playing the audio file
playBuiltinSound(String) - Method in class com.codename1.ui.Display
Plays a builtin device sound matching the given identifier, implementations and themes can offer additional identifiers to the ones that are already built in.
PM - Static variable in class java.util.Calendar
Value of the AM_PM field indicating the period of the day from noon to just before midnight.
Point - Class in com.codename1.charts.models
A class to encapsulate the definition of a point.
Point() - Constructor for class com.codename1.charts.models.Point
 
Point(float, float) - Constructor for class com.codename1.charts.models.Point
 
Point - Class in com.codename1.ui.geom
Utility class that holds x,y
Point(int, int) - Constructor for class com.codename1.ui.geom.Point
Constructor with x and y
Point2D - Class in com.codename1.ui.geom
Utility class that holds x,y
Point2D(double, double) - Constructor for class com.codename1.ui.geom.Point2D
Constructor with x and y
pointerDrag(float, float, String) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
pointerDrag(float, float, int[]) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
pointerDrag(float, float, String) - Static method in class com.codename1.testing.TestUtils
A component drag on a given named component at x/y where x and y are NOT pixels but rather a number between 0 to 1 representing the percentage within the component where the event took place.
pointerDrag(float, float, int[]) - Static method in class com.codename1.testing.TestUtils
A component drag on a given named component at x/y where x and y are NOT pixels but rather a number between 0 to 1 representing the percentage within the component where the event took place.
pointerDragged(int[], int[]) - Method in class com.codename1.charts.ChartComponent
 
pointerDragged(int, int) - Method in class com.codename1.components.ImageViewer
 
pointerDragged(int, int) - Method in class com.codename1.components.OnOffSwitch
 
pointerDragged(int, int) - Method in class com.codename1.maps.MapComponent
 
pointerDragged(int[], int[]) - Method in class com.codename1.maps.MapComponent
 
pointerDragged(int, int) - Method in class com.codename1.ui.Button
 
pointerDragged(int, int) - Method in class com.codename1.ui.ComboBox
 
pointerDragged(int[], int[]) - Method in class com.codename1.ui.Component
If this Component is focused, the pointer dragged event will call this method
pointerDragged(int, int) - Method in class com.codename1.ui.Component
If this Component is focused, the pointer dragged event will call this method
pointerDragged(int[], int[]) - Method in class com.codename1.ui.Display
Pushes a pointer drag event with the given coordinates into Codename One
pointerDragged(int, int) - Method in class com.codename1.ui.Form
 
pointerDragged(int[], int[]) - Method in class com.codename1.ui.Form
 
pointerDragged(int, int) - Method in class com.codename1.ui.List
 
pointerDragged(int[], int[]) - Method in class com.codename1.ui.PeerComponent
 
pointerDragged(int, int) - Method in class com.codename1.ui.PeerComponent
 
pointerDragged(int, int) - Method in class com.codename1.ui.Slider
 
pointerDragged(int, int) - Method in class com.codename1.ui.VirtualKeyboard
 
pointerHover(int[], int[]) - Method in class com.codename1.ui.Button
 
pointerHover(int[], int[]) - Method in class com.codename1.ui.ComboBox
 
pointerHover(int[], int[]) - Method in class com.codename1.ui.Component
Invoked for devices where the pointer can hover without actually clicking the display.
pointerHover(int[], int[]) - Method in class com.codename1.ui.Container
 
pointerHover(int[], int[]) - Method in class com.codename1.ui.Display
Pushes a pointer hover event with the given coordinates into Codename One
pointerHover(int[], int[]) - Method in class com.codename1.ui.Form
 
pointerHover(int[], int[]) - Method in class com.codename1.ui.List
 
pointerHover(int[], int[]) - Method in class com.codename1.ui.PeerComponent
 
pointerHover(int[], int[]) - Method in class com.codename1.ui.TextArea
 
pointerHoverPressed(int[], int[]) - Method in class com.codename1.ui.Component
Invoked for devices where the pointer can hover without actually clicking the display.
pointerHoverPressed(int[], int[]) - Method in class com.codename1.ui.Display
Pushes a pointer hover release event with the given coordinates into Codename One
pointerHoverPressed(int[], int[]) - Method in class com.codename1.ui.Form
 
pointerHoverReleased(int[], int[]) - Method in class com.codename1.ui.Button
 
pointerHoverReleased(int[], int[]) - Method in class com.codename1.ui.ComboBox
 
pointerHoverReleased(int[], int[]) - Method in class com.codename1.ui.Component
Invoked for devices where the pointer can hover without actually clicking the display.
pointerHoverReleased(int[], int[]) - Method in class com.codename1.ui.Display
Pushes a pointer hover release event with the given coordinates into Codename One
pointerHoverReleased(int[], int[]) - Method in class com.codename1.ui.Form
 
pointerHoverReleased(int[], int[]) - Method in class com.codename1.ui.List
 
pointerHoverReleased(int[], int[]) - Method in class com.codename1.ui.PeerComponent
 
pointerHoverReleased(int[], int[]) - Method in class com.codename1.ui.TextArea
 
pointerPress(float, float, String) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
pointerPress(float, float, int[]) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
pointerPress(float, float, String) - Static method in class com.codename1.testing.TestUtils
A component press on a given named component at x/y where x and y are NOT pixels but rather a number between 0 to 1 representing the percentage within the component where the event took place.
pointerPress(float, float, int[]) - Static method in class com.codename1.testing.TestUtils
A component press on a given named component at x/y where x and y are NOT pixels but rather a number between 0 to 1 representing the percentage within the component where the event took place.
pointerPressed(int, int) - Method in class com.codename1.charts.ChartComponent
 
pointerPressed(int, int) - Method in class com.codename1.components.ImageViewer
 
pointerPressed(int, int) - Method in class com.codename1.components.OnOffSwitch
 
pointerPressed(int, int) - Method in class com.codename1.maps.MapComponent
 
pointerPressed(int, int) - Method in class com.codename1.ui.Button
 
pointerPressed(int, int) - Method in class com.codename1.ui.ComboBox
 
pointerPressed(int[], int[]) - Method in class com.codename1.ui.Component
If this Component is focused, the pointer pressed event will call this method
pointerPressed(int, int) - Method in class com.codename1.ui.Component
If this Component is focused, the pointer pressed event will call this method
pointerPressed(int, int) - Method in class com.codename1.ui.Container
 
pointerPressed(int, int) - Method in class com.codename1.ui.Dialog
 
pointerPressed(int[], int[]) - Method in class com.codename1.ui.Display
Pushes a pointer press event with the given coordinates into Codename One
pointerPressed(int, int) - Method in class com.codename1.ui.Form
 
pointerPressed(int, int) - Method in class com.codename1.ui.List
 
pointerPressed(int[], int[]) - Method in class com.codename1.ui.PeerComponent
 
pointerPressed(int, int) - Method in class com.codename1.ui.PeerComponent
 
pointerPressed(int, int) - Method in class com.codename1.ui.Slider
 
pointerPressed(int, int) - Method in class com.codename1.ui.VirtualKeyboard
 
pointerRelease(float, float, String) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
pointerRelease(float, float, int[]) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
pointerRelease(float, float, String) - Static method in class com.codename1.testing.TestUtils
A component release on a given named component at x/y where x and y are NOT pixels but rather a number between 0 to 1 representing the percentage within the component where the event took place.
pointerRelease(float, float, int[]) - Static method in class com.codename1.testing.TestUtils
A component release on a given named component at x/y where x and y are NOT pixels but rather a number between 0 to 1 representing the percentage within the component where the event took place.
pointerReleased(int, int) - Method in class com.codename1.charts.ChartComponent
 
pointerReleased(int, int) - Method in class com.codename1.components.Ads
 
pointerReleased(int, int) - Method in class com.codename1.components.ImageViewer
 
pointerReleased(int, int) - Method in class com.codename1.components.OnOffSwitch
 
pointerReleased(int, int) - Method in class com.codename1.maps.MapComponent
 
pointerReleased(int, int) - Method in class com.codename1.ui.Button
 
pointerReleased(int, int) - Method in class com.codename1.ui.ComboBox
 
pointerReleased(int[], int[]) - Method in class com.codename1.ui.Component
If this Component is focused, the pointer released event will call this method
pointerReleased(int, int) - Method in class com.codename1.ui.Component
If this Component is focused, the pointer released event will call this method
pointerReleased(int, int) - Method in class com.codename1.ui.Dialog
 
pointerReleased(int[], int[]) - Method in class com.codename1.ui.Display
Pushes a pointer release event with the given coordinates into Codename One
pointerReleased(int, int) - Method in class com.codename1.ui.Form
 
pointerReleased(int, int) - Method in class com.codename1.ui.List
 
pointerReleased(int[], int[]) - Method in class com.codename1.ui.PeerComponent
 
pointerReleased(int, int) - Method in class com.codename1.ui.PeerComponent
 
pointerReleased(int, int) - Method in class com.codename1.ui.Slider
 
pointerReleased(int, int) - Method in class com.codename1.ui.TextArea
 
pointerReleased(int, int) - Method in class com.codename1.ui.TextField
 
pointerReleased(int, int) - Method in class com.codename1.ui.VirtualKeyboard
 
pointerTapped(int, int, int) - Method in class com.codename1.maps.MapComponent
 
PointLayer - Class in com.codename1.maps.layers
Do not use this layer directly, you need to add this layer into a PointsLayer class instance in order for it to work as expected!
PointLayer(Coord, String, Image) - Constructor for class com.codename1.maps.layers.PointLayer
Creates a Point Layer.
pointPosition(Coord) - Method in class com.codename1.maps.Tile
Returns the x, y point of the given coordinate relative to this tile
PointsLayer - Class in com.codename1.maps.layers
This is a Points Layer
PointsLayer() - Constructor for class com.codename1.maps.layers.PointsLayer
Constructor with default projection Mercator.
PointsLayer(String) - Constructor for class com.codename1.maps.layers.PointsLayer
Constructor with default projection Mercator.
PointsLayer(Projection, String) - Constructor for class com.codename1.maps.layers.PointsLayer
 
PointStyle - Enum in com.codename1.charts.views
The chart point style enumerator.
poll() - Method in class java.util.ArrayDeque
Gets and removes the head element of this deque.
poll() - Method in class java.util.LinkedList
 
poll() - Method in class java.util.PriorityQueue
Gets and removes the head of the queue.
poll() - Method in interface java.util.Queue
Gets and removes the element at the head of the queue, or returns null if there is no element in the queue.
pollFirst() - Method in class java.util.ArrayDeque
Gets and removes the head element of this deque.
pollFirst() - Method in interface java.util.Deque
Gets and removes the head element of this deque.
pollFirst() - Method in class java.util.LinkedList
Gets and removes the head element of this deque.
pollFirst() - Method in interface java.util.NavigableSet
Deletes and answers the smallest element, or null if the set is empty.
pollFirst() - Method in class java.util.TreeSet
Deletes and answers the smallest element, or null if the set is empty.
pollFirstEntry() - Method in interface java.util.NavigableMap
Deletes and answers the entry with the smallest key, or null if the map is empty.
pollFirstEntry() - Method in class java.util.TreeMap
Deletes and answers the entry with the smallest key, or null if the map is empty.
pollLast() - Method in class java.util.ArrayDeque
Gets and removes the tail element of this deque.
pollLast() - Method in interface java.util.Deque
Gets and removes the tail element of this deque.
pollLast() - Method in class java.util.LinkedList
Gets and removes the tail element of this deque.
pollLast() - Method in interface java.util.NavigableSet
Deletes and answers the biggest element, or null if the set is empty.
pollLast() - Method in class java.util.TreeSet
Deletes and answers the biggest element, or null if the set is empty.
pollLastEntry() - Method in interface java.util.NavigableMap
Deletes and answers the entry with the biggest key, or null if the map is empty.
pollLastEntry() - Method in class java.util.TreeMap
Deletes and answers the entry with the biggest key, or null if the map is empty.
pop() - Method in class java.util.ArrayDeque
Pops the head element of the deque, just same as removeFirst().
pop() - Method in interface java.util.Deque
Pops the head element of the deque, just same as removeFirst().
pop() - Method in class java.util.LinkedList
Pops the head element of the deque, just same as removeFirst().
pop() - Method in class java.util.Stack
Returns the element at the top of the stack and removes it.
popClip() - Method in class com.codename1.ui.Graphics
Pops the top clip from the clip stack and sets it as the current clip.
popNavigationStack() - Method in class com.codename1.ui.util.UIBuilder
Removes a navigation frame from the stack, this is useful in case you want to go back to a form in the middle of the navigation stack.
pos - Variable in class com.codename1.io.CharArrayReader
The current buffer position.
pos(String, String) - Method in class com.codename1.ui.layouts.mig.CC
Same functionality as CC.x(String x) and CC.y(String y) toghether.
pos(String, String, String, String) - Method in class com.codename1.ui.layouts.mig.CC
Same functionality as CC.x(String x), CC.y(String y), CC.y2(String y) and CC.y2(String y) toghether.
pos - Variable in class java.io.ByteArrayInputStream
The index of the next character to read from the input stream buffer.
position(int) - Method in interface com.codename1.db.Cursor
Move the cursor to an absolute row position
position(int, int) - Method in class com.codename1.maps.Tile
Returns the Coordinate of the given x, y position on the tile
POSITIVE_INFINITY - Static variable in class java.lang.Double
The positive infinity of type double.
POSITIVE_INFINITY - Static variable in class java.lang.Float
The positive infinity of type float.
Post - Class in com.codename1.facebook
This class represents a Facebook Post Object http://developers.facebook.com/docs/reference/api/post/
Post() - Constructor for class com.codename1.facebook.Post
Empty Contructor
Post(Hashtable) - Constructor for class com.codename1.facebook.Post
 
postAsyncCommand(Command, ActionEvent) - Method in class com.codename1.ui.util.UIBuilder
This method is invoked in conjunction with asyncCommandProcess after the command was handled asynchronously on the separate thread.
postComment(String, String) - Method in class com.codename1.facebook.FaceBookAccess
Post a comment on a given post
postComment(String, String, ActionListener) - Method in class com.codename1.facebook.FaceBookAccess
Post a comment on a given post
postCreateComponent(Component) - Method in class com.codename1.ui.util.UIBuilder
Callback to allow binding custom logic/listeners to a component after its major properties were set (notice that not all properties or the full hierarchy will be available at this stage).
postLike(String) - Method in class com.codename1.facebook.FaceBookAccess
Post like on a given post
postLike(String, ActionListener) - Method in class com.codename1.facebook.FaceBookAccess
Post like on a given post
postOnWall(String, String) - Method in class com.codename1.facebook.FaceBookAccess
Post a message on the users wall
postOnWall(String, String, ActionListener) - Method in class com.codename1.facebook.FaceBookAccess
Post a message on the users wall
postOnWall(String, String, String, String, String, String, String, ActionListener) - Method in class com.codename1.facebook.FaceBookAccess
Post a message on the users wall
postResponse() - Method in class com.codename1.io.ConnectionRequest
A callback method that's invoked on the EDT after the readResponse() method has finished, this is the place where developers should change their Codename One user interface to avoid race conditions that might be triggered by modifications within readResponse.
postResponse() - Method in class com.codename1.io.services.ImageDownloadService
 
postShow(Form) - Method in class com.codename1.ui.util.UIBuilder
This method allows binding an action that should occur immediately after showing the given form
postShowContainer(Container) - Method in class com.codename1.ui.util.UIBuilder
This method allows binding an action that should occur immediately after showing the given container
pow(int) - Method in class com.codename1.util.BigInteger
 
pow(double, double) - Static method in class com.codename1.util.MathUtil
Return a to the power of b, sometimes written as a ** b but not to be confused with the bitwise ^ operator.
PREF - Static variable in class com.codename1.ui.layouts.mig.LayoutUtil
 
PREF_SIZE - Static variable in class com.codename1.ui.layouts.mig.UnitValue
A unit indicating preferred size.
Preferences - Class in com.codename1.io
Simple map like class to store application and Codename One preference settings.
PREFERRED_SIZE - Static variable in class com.codename1.ui.layouts.GroupLayout
Possible value for the add methods that takes a Component.
preferredLayoutSize(Container) - Method in class com.codename1.ui.layouts.mig.MigLayout
Deprecated.
 
PREFERREDSIZE - Static variable in class com.codename1.ui.layouts.GridBagLayout
 
prepare() - Method in interface com.codename1.media.Media
Optional call that allows the caller to prepare the upcoming media player.
prepare() - Method in class com.codename1.testing.AbstractTest
 
prepare() - Method in interface com.codename1.testing.UnitTest
Prepares the unit test for execution
prepare(String) - Static method in class com.codename1.ui.layouts.mig.ConstraintParser
Makes null "", trims and converts to lower case.
prependPainter(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 beginning
preprocess(String) - Method in class com.codename1.ui.TextArea
Override this to modify the text for rendering in cases of invalid characters for display, this method allows the developer to replace such characters e.g.: replace "\\t" with 4 spaces
pressed() - Method in class com.codename1.ui.Button
Invoked to change the state of the button to the pressed state
prev() - Method in interface com.codename1.db.Cursor
Moves the cursor to the previous row.
previous() - Method in interface java.util.ListIterator
Returns the previous object in the iteration.
previousIndex() - Method in interface java.util.ListIterator
Returns the index of the previous object in the iteration.
print(String, int) - Method in class com.codename1.io.Log
Default log implementation prints to the console and the file connector if applicable.
print(boolean) - Method in class java.io.PrintStream
Print a boolean value.
print(char) - Method in class java.io.PrintStream
Print an array of characters.
print(double) - Method in class java.io.PrintStream
Print a double-precision floating point number.
print(float) - Method in class java.io.PrintStream
Print a floating point number.
print(int) - Method in class java.io.PrintStream
Print an integer.
print(long) - Method in class java.io.PrintStream
Print a long integer.
print(Object) - Method in class java.io.PrintStream
Print an object.
print(String) - Method in class java.io.PrintStream
Print a string.
println() - Method in class java.io.PrintStream
Terminate the current line by writing the line separator string.
println(boolean) - Method in class java.io.PrintStream
Print a boolean and then terminate the line.
println(char) - Method in class java.io.PrintStream
Print an array of characters and then terminate the line.
println(double) - Method in class java.io.PrintStream
Print a double and then terminate the line.
println(float) - Method in class java.io.PrintStream
Print a float and then terminate the line.
println(int) - Method in class java.io.PrintStream
Print an integer and then terminate the line.
println(long) - Method in class java.io.PrintStream
Print a long and then terminate the line.
println(Object) - Method in class java.io.PrintStream
Print an Object and then terminate the line.
println(String) - Method in class java.io.PrintStream
Print a String and then terminate the line.
printStackTrace() - Method in class java.lang.Throwable
Prints this Throwable and its backtrace to the standard error stream.
PrintStream - Class in java.io
A PrintStream adds functionality to another output stream, namely the ability to print representations of various data values conveniently.
PrintStream(OutputStream) - Constructor for class java.io.PrintStream
Create a new print stream.
PRIORITY_CRITICAL - Static variable in class com.codename1.io.ConnectionRequest
A critical priority request will "push" through the queue to the highest point regardless of anything else and ignoring anything that is not in itself of critical priority.
PRIORITY_HIGH - Static variable in class com.codename1.io.ConnectionRequest
A high priority request is the second highest level, it will act exactly like a critical priority with one difference.
PRIORITY_LOW - Static variable in class com.codename1.io.ConnectionRequest
Low priority requests are mostly background tasks that should still be accomplished though
PRIORITY_NORMAL - Static variable in class com.codename1.io.ConnectionRequest
Normal priority executes as usual on the queue
PRIORITY_REDUNDANT - Static variable in class com.codename1.io.ConnectionRequest
Redundant elements can be discarded from the queue when paused
PriorityQueue<E> - Class in java.util
A PriorityQueue holds elements on a priority heap, which orders the elements according to their natural order or according to the comparator specified at construction time.
PriorityQueue() - Constructor for class java.util.PriorityQueue
Constructs a priority queue with an initial capacity of 11 and natural ordering.
PriorityQueue(int) - Constructor for class java.util.PriorityQueue
Constructs a priority queue with the specified capacity and natural ordering.
PriorityQueue(int, Comparator<? super E>) - Constructor for class java.util.PriorityQueue
Constructs a priority queue with the specified capacity and comparator.
PriorityQueue(Collection<? extends E>) - Constructor for class java.util.PriorityQueue
Constructs a priority queue that contains the elements of a collection.
PriorityQueue(PriorityQueue<? extends E>) - Constructor for class java.util.PriorityQueue
Constructs a priority queue that contains the elements of another priority queue.
PriorityQueue(SortedSet<? extends E>) - Constructor for class java.util.PriorityQueue
Constructs a priority queue that contains the elements of a sorted set.
probablePrime(int, Random) - Static method in class com.codename1.util.BigInteger
 
processBackground(Form) - Method in class com.codename1.ui.util.UIBuilder
Warning: this method is invoked on a separate thread.
processCommand(ActionEvent, Command) - Method in class com.codename1.ui.util.UIBuilder
Invoked to process a given command before naviation or any other internal processing occurs.
Product - Class in com.codename1.payment
Represents a product within the system
Product() - Constructor for class com.codename1.payment.Product
 
Progress - Class in com.codename1.components
Displays a progress dialog with the ability to cancel an ongoing operation
Progress(String, ConnectionRequest) - Constructor for class com.codename1.components.Progress
Binds the progress UI to the completion of this request
Progress(String, ConnectionRequest, boolean) - Constructor for class com.codename1.components.Progress
Binds the progress UI to the completion of this request
PROGRESS_TYPE_COMPLETED - Static variable in class com.codename1.io.NetworkEvent
Indicates that the connection request has completed
PROGRESS_TYPE_INITIALIZING - Static variable in class com.codename1.io.NetworkEvent
Indicates that a new request is initializing its connection
PROGRESS_TYPE_INPUT - Static variable in class com.codename1.io.NetworkEvent
Indicates the value for the current input stream reading
PROGRESS_TYPE_OUTPUT - Static variable in class com.codename1.io.NetworkEvent
Indicates the value for the current output stream writing
projected() - Method in class com.codename1.maps.BoundingBox
Indicates if this bounding box is isProjected
projection - Variable in class com.codename1.maps.layers.AbstractLayer
 
Projection - Class in com.codename1.maps
This class represents a projection type.
Projection(BoundingBox) - Constructor for class com.codename1.maps.Projection
Creates a projection to the given bounding box
projection() - Method in class com.codename1.maps.providers.MapProvider
Gets the Provider projection
propertyChanged(Component, String, Object, Object) - Method in interface com.codename1.cloud.BindTarget
Fired when a property of the component changes to a new value
propertyValue(CloudObject, String) - Method in class com.codename1.cloud.CloudImageProperty
 
propertyValue(CloudObject, String) - Method in interface com.codename1.cloud.CustomProperty
Returns a property value for the given property name
providerStateChanged(int) - Method in interface com.codename1.location.LocationListener
This method is been called by the system when the provider state has being Changed
ProxyHttpTile - Class in com.codename1.maps
This Tile brings the tile image from a given http url.
ProxyHttpTile(Dimension, BoundingBox, String) - Constructor for class com.codename1.maps.ProxyHttpTile
Creates an Http Tile
PT - Static variable in class com.codename1.ui.layouts.mig.UnitValue
A unit indicating points.
Purchase - Class in com.codename1.payment
Represents the status of in-app-purchase goods, this class provides information about products purchased by a user as well as the ability to purchase additional products.
Purchase() - Constructor for class com.codename1.payment.Purchase
 
purchase(String) - Method in class com.codename1.payment.Purchase
Begins the purchase process for the given SKU
PurchaseCallback - Interface in com.codename1.payment
Callback interface that the main class must implement in order for in-app-purchasing to work.
Push - Class in com.codename1.push
Utility class for sending a push message to a different device through the Codename One push servers.
Push() - Constructor for class com.codename1.push.Push
 
push(String) - Method in interface com.codename1.push.PushCallback
Invoked when the push notification occurs
push() - Method in class com.codename1.ui.layouts.mig.CC
Same functionality as pushX().pushY() which means this cell will push in both x and y dimensions.
push(Float, Float) - Method in class com.codename1.ui.layouts.mig.CC
Same functionality as pushX(weightX).pushY(weightY) which means this cell will push in both x and y dimensions.
push(E) - Method in class java.util.ArrayDeque
Pushes the element to the deque(at the head of the deque), just same as addFirst(E).
push(E) - Method in interface java.util.Deque
Pushes the element to the deque(at the head of the deque), just same as addFirst(E).
push(E) - Method in class java.util.LinkedList
Pushes the element to the deque(at the head of the deque), just same as addFirst(E).
push(E) - Method in class java.util.Stack
Pushes the specified object onto the top of the stack.
PushCallback - Interface in com.codename1.push
This callback interface is invoked when a push notification is received by the application.
pushClip() - Method in class com.codename1.ui.Graphics
Pushes the current clip onto the clip stack.
pushRegistrationError(String, int) - Method in interface com.codename1.push.PushCallback
Invoked to indicate an error occurred during registration for push notification
pushX() - Method in class com.codename1.ui.layouts.mig.CC
Same functionality as CC.setPushX(Float) which means this cell will push the rest of the row.
pushX(Float) - Method in class com.codename1.ui.layouts.mig.CC
Same functionality as CC.setPushX(Float weight) only this method returns this for chaining multiple calls.
pushY() - Method in class com.codename1.ui.layouts.mig.CC
Same functionality as CC.setPushY(Float) which means this cell will push the rest of the column.
pushY(Float) - Method in class com.codename1.ui.layouts.mig.CC
Same functionality as CC.setPushY(Float weight) only this method returns this for chaining multiple calls.
put(Object, Object) - Method in class com.codename1.io.CacheMap
Puts the given key/value pair in the cache
put(K, V) - Method in class com.codename1.ui.util.WeakHashMap
 
put(K, V) - Method in class java.util.AbstractMap
Maps the specified key to the specified value.
put(K, V) - Method in class java.util.Dictionary
Associate key with value in this dictionary.
put(K, V) - Method in class java.util.HashMap
Maps the specified key to the specified value.
put(K, V) - Method in class java.util.Hashtable
Associate the specified value with the specified key in this Hashtable.
put(K, V) - Method in class java.util.IdentityHashMap
Maps the specified key to the specified value.
put(K, V) - Method in class java.util.LinkedHashMap
Maps the specified key to the specified value.
put(K, V) - Method in interface java.util.Map
Maps the specified key to the specified value.
put(K, V) - Method in class java.util.TreeMap
Maps the specified key to the specified value.
putAll(Map<? extends K, ? extends V>) - Method in class com.codename1.ui.util.WeakHashMap
 
putAll(Map<? extends K, ? extends V>) - Method in class java.util.AbstractMap
Copies every mapping in the specified map to this map.
putAll(Map<? extends K, ? extends V>) - Method in class java.util.HashMap
Copies all the mappings in the specified map to this map.
putAll(Map<? extends K, ? extends V>) - Method in class java.util.Hashtable
Copies every mapping to this Hashtable from the specified map.
putAll(Map<? extends K, ? extends V>) - Method in class java.util.IdentityHashMap
Copies all the mappings in the specified map to this map.
putAll(Map<? extends K, ? extends V>) - Method in interface java.util.Map
Copies every mapping in the specified Map to this Map.
putAll(Map<? extends K, ? extends V>) - Method in class java.util.TreeMap
Copies all the mappings in the given map to this map.
putClientProperty(String, Object) - Method in class com.codename1.ui.Command
The client properties are a useful way to associate meta-data with a command without sub classing
putClientProperty(String, Object) - Method in class com.codename1.ui.Component
Client properties allow the association of meta-data with a component, this is useful for some applications that construct GUI's on the fly and need to track the connection between the UI and the data.

Q

quadTo(double, double, double, double) - Method in class com.codename1.ui.geom.GeneralPath
 
quadTo(float, float, float, float) - Method in class com.codename1.ui.geom.GeneralPath
Appends a quadratic Bezier curve to the current path.
queryEquals(String, int, String, int, int, int) - Method in class com.codename1.cloud.CloudStorage
Performs a query to the server finding the objects where the key value is equal to the given value.
queryEquals(String, int, String, int, int, int, CloudResponse<CloudObject[]>) - Method in class com.codename1.cloud.CloudStorage
Performs a query to the server finding the objects where the key value is equal to the given value.
queryEqualsCount(String, int, String, int) - Method in class com.codename1.cloud.CloudStorage
Equivalent to the standard query but just returns the total count of entries that will be returned
queryEqualsCount(String, int, String, int, CloudResponse<Integer>) - Method in class com.codename1.cloud.CloudStorage
Equivalent to the standard query but just returns the total count of entries that will be returned
queryEqualsKeys(String, int, String, int, int, int) - Method in class com.codename1.cloud.CloudStorage
Equivalent to the standard query but just returns the keys matching the given query
queryEqualsKeys(String, int, String, int, int, int, CloudResponse<String[]>) - Method in class com.codename1.cloud.CloudStorage
Equivalent to the standard query but just returns the keys matching the given query
queryGreaterThan(String, int, String, int, int, int) - Method in class com.codename1.cloud.CloudStorage
Performs a query to the server finding the objects where the key value is greater than the given value.
queryGreaterThan(String, int, String, int, int, int, CloudResponse<CloudObject[]>) - Method in class com.codename1.cloud.CloudStorage
Performs a query to the server finding the objects where the key value is greater than the given value.
queryGreaterThanCount(String, int, String, int) - Method in class com.codename1.cloud.CloudStorage
Equivalent to the standard query but just returns the total count of entries that will be returned
queryGreaterThanCount(String, int, String, int, CloudResponse<Integer>) - Method in class com.codename1.cloud.CloudStorage
Equivalent to the standard query but just returns the total count of entries that will be returned
queryLessThan(String, int, String, int, int, int) - Method in class com.codename1.cloud.CloudStorage
Performs a query to the server finding the objects where the key value is smaller than the given value.
queryLessThan(String, int, String, int, int, int, CloudResponse<CloudObject[]>) - Method in class com.codename1.cloud.CloudStorage
Performs a query to the server finding the objects where the key value is smaller than the given value.
queryLessThanCount(String, int, String, int) - Method in class com.codename1.cloud.CloudStorage
Equivalent to the standard query but just returns the total count of entries that will be returned
queryLessThanCount(String, int, String, int, CloudResponse<Integer>) - Method in class com.codename1.cloud.CloudStorage
Equivalent to the standard query but just returns the total count of entries that will be returned
querySorted(String, int, boolean, int, int, int) - Method in class com.codename1.cloud.CloudStorage
Performs a query to the server finding the objects where the sort is equal to the given value.
querySorted(String, int, boolean, int, int, int, CloudResponse<CloudObject[]>) - Method in class com.codename1.cloud.CloudStorage
Performs a query to the server finding the objects where the sort is equal to the given value.
querySortedKeys(String, int, boolean, int, int, int) - Method in class com.codename1.cloud.CloudStorage
Performs a query to the server finding the objects where the sort is equal to the given value and returning the cloud key of these objects.
querySortedKeys(String, int, boolean, int, int, int, CloudResponse<String[]>) - Method in class com.codename1.cloud.CloudStorage
Performs a query to the server finding the objects where the sort is equal to the given value and returning the cloud key of these objects.
Queue<E> - Interface in java.util
This kind of collection provides advanced operations compared to basic collections, such as insertion, extraction, and inspection.
QWERTY_MODE - Static variable in class com.codename1.ui.VirtualKeyboard
The String that represent the qwerty mode.

R

RadioButton - Class in com.codename1.ui
RadioButton is a Button that maintains a selection state exclusively within a specific ButtonGroup
RadioButton(String) - Constructor for class com.codename1.ui.RadioButton
Constructs a radio with the given text
RadioButton() - Constructor for class com.codename1.ui.RadioButton
Creates an empty radio button
RadioButton(Image) - Constructor for class com.codename1.ui.RadioButton
Constructs a radio with the given icon
RadioButton(String, Image) - Constructor for class com.codename1.ui.RadioButton
Constructs a radio with the given text and icon
Random - Class in java.util
An instance of this class is used to generate a stream of pseudorandom numbers.
Random() - Constructor for class java.util.Random
Creates a new random number generator.
Random(long) - Constructor for class java.util.Random
Creates a new random number generator using a single long seed: public Random(long seed) { setSeed(seed); } Used by method next to hold the state of the pseudorandom number generator.
RandomAccess - Interface in java.util
RandomAccess is implemented by List implementations that support fast (usually constant time) random access.
RangeBarChart - Class in com.codename1.charts.views
The range bar chart rendering class.
RangeBarChart(XYMultipleSeriesDataset, XYMultipleSeriesRenderer, BarChart.Type) - Constructor for class com.codename1.charts.views.RangeBarChart
Builds a new range bar chart instance.
RangeCategorySeries - Class in com.codename1.charts.models
A series for the range category charts like the range bar.
RangeCategorySeries(String) - Constructor for class com.codename1.charts.models.RangeCategorySeries
Builds a new category series.
RangeStackedBarChart - Class in com.codename1.charts.views
 
read() - Method in class com.codename1.io.BufferedInputStream
See the general contract of the read method of InputStream.
read(byte[], int, int) - Method in class com.codename1.io.BufferedInputStream
Reads bytes from this byte-input stream into the specified byte array, starting at the given offset.
read(byte[]) - Method in class com.codename1.io.BufferedInputStream
 
read() - Method in class com.codename1.io.CharArrayReader
Reads a single character from this reader and returns it as an integer with the two higher-order bytes set to 0.
read(char[], int, int) - Method in class com.codename1.io.CharArrayReader
Reads at most count characters from this CharArrayReader and stores them at offset in the character array buf.
read() - Method in class com.codename1.io.gzip.FilterInputStream
 
read(byte[]) - Method in class com.codename1.io.gzip.FilterInputStream
 
read(byte[], int, int) - Method in class com.codename1.io.gzip.FilterInputStream
 
read() - Method in class com.codename1.io.gzip.InflaterInputStream
 
read(byte[], int, int) - Method in class com.codename1.io.gzip.InflaterInputStream
 
read() - Method in class java.io.ByteArrayInputStream
Reads the next byte of data from this input stream.
read(byte[], int, int) - Method in class java.io.ByteArrayInputStream
Reads up to len bytes of data into an array of bytes from this input stream.
read() - Method in class java.io.DataInputStream
Reads the next byte of data from this input stream.
read(byte[]) - Method in class java.io.DataInputStream
See the general contract of the read method of DataInput.
read(byte[], int, int) - Method in class java.io.DataInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
read() - Method in class java.io.InputStream
Reads the next byte of data from the input stream.
read(byte[]) - Method in class java.io.InputStream
Reads some number of bytes from the input stream and stores them into the buffer array b.
read(byte[], int, int) - Method in class java.io.InputStream
Reads up to len bytes of data from the input stream into an array of bytes.
read() - Method in class java.io.InputStreamReader
Read a single character.
read(char[], int, int) - Method in class java.io.InputStreamReader
Read characters into a portion of an array.
read() - Method in class java.io.Reader
Read a single character.
read(char[]) - Method in class java.io.Reader
Read characters into an array.
read(char[], int, int) - Method in class java.io.Reader
Read characters into a portion of an array.
readAll(InputStream, byte[]) - Static method in class com.codename1.io.Util
Reads until the array is full or until the stream ends
readBoolean() - Method in interface java.io.DataInput
Reads one input byte and returns true if that byte is nonzero, false if that byte is zero.
readBoolean() - Method in class java.io.DataInputStream
See the general contract of the readBoolean method of DataInput.
readByte() - Method in interface java.io.DataInput
Reads and returns one input byte.
readByte() - Method in class java.io.DataInputStream
See the general contract of the readByte method of DataInput.
readChar() - Method in interface java.io.DataInput
Reads an input char and returns the char value.
readChar() - Method in class java.io.DataInputStream
See the general contract of the readChar method of DataInput.
readDouble() - Method in interface java.io.DataInput
Reads eight input bytes and returns a double value.
readDouble() - Method in class java.io.DataInputStream
See the general contract of the readDouble method of DataInput.
Reader - Class in java.io
Abstract class for reading character streams.
Reader() - Constructor for class java.io.Reader
Create a new character-stream reader whose critical sections will synchronize on the reader itself.
Reader(Object) - Constructor for class java.io.Reader
Create a new character-stream reader whose critical sections will synchronize on the given object.
readErrorCodeHeaders(Object) - Method in class com.codename1.io.ConnectionRequest
Allows reading the headers from the connection by calling the getHeader() method when a response that isn't 200 OK is sent.
readFloat() - Method in interface java.io.DataInput
Reads four input bytes and returns a float value.
readFloat() - Method in class java.io.DataInputStream
See the general contract of the readFloat method of DataInput.
readFully(InputStream, byte[]) - Static method in class com.codename1.io.Util
The read fully method from data input stream is very useful for all types of streams...
readFully(InputStream, byte[], int, int) - Static method in class com.codename1.io.Util
The read fully method from data input stream is very useful for all types of streams...
readFully(byte[]) - Method in interface java.io.DataInput
Reads some bytes from an input stream and stores them into the buffer array b.
readFully(byte[], int, int) - Method in interface java.io.DataInput
Reads len bytes from an input stream.
readFully(byte[]) - Method in class java.io.DataInputStream
See the general contract of the readFully method of DataInput.
readFully(byte[], int, int) - Method in class java.io.DataInputStream
See the general contract of the readFully method of DataInput.
readHeader() - Method in class com.codename1.io.gzip.GZIPInputStream
 
readHeader() - Method in class com.codename1.io.gzip.InflaterInputStream
 
readHeaders(Object) - Method in class com.codename1.io.ConnectionRequest
Allows reading the headers from the connection by calling the getHeader() method.
readHeaders(Object) - Method in class com.codename1.io.gzip.GZConnectionRequest
 
readHeaders(Object) - Method in class com.codename1.io.services.CachedDataService
 
readInputStream(InputStream) - Static method in class com.codename1.io.Util
Converts a small input stream to a byte array
readInt() - Method in interface java.io.DataInput
Reads four input bytes and returns an int value.
readInt() - Method in class java.io.DataInputStream
See the general contract of the readInt method of DataInput.
readLong() - Method in interface java.io.DataInput
Reads eight input bytes and returns a long value.
readLong() - Method in class java.io.DataInputStream
See the general contract of the readLong method of DataInput.
readObject(String) - Method in class com.codename1.io.Storage
Reads the object from the storage, returns null if the object isn't there
readObject(DataInputStream) - Static method in class com.codename1.io.Util
Reads an object from the stream
readResponse(InputStream) - Method in class com.codename1.ads.AdsService
 
readResponse(InputStream) - Method in class com.codename1.ads.InnerActive
 
readResponse(InputStream) - Method in class com.codename1.io.ConnectionRequest
Callback for the server response with the input stream from the server.
readResponse(InputStream) - Method in class com.codename1.io.gzip.GZConnectionRequest
Overridden to convert the input stream you should now override readUnzipedResponse()
readResponse(InputStream) - Method in class com.codename1.io.services.CachedDataService
 
readResponse(InputStream) - Method in class com.codename1.io.services.ImageDownloadService
 
readResponse(InputStream) - Method in class com.codename1.io.services.RSSService
 
readResponse(InputStream) - Method in class com.codename1.io.services.TwitterRESTService
 
readShort() - Method in interface java.io.DataInput
Reads two input bytes and returns a short value.
readShort() - Method in class java.io.DataInputStream
See the general contract of the readShort method of DataInput.
readToString(InputStream) - Static method in class com.codename1.io.Util
Reads an input stream to a string
readToString(InputStream, String) - Static method in class com.codename1.io.Util
Reads an input stream to a string
readUnsignedByte() - Method in interface java.io.DataInput
Reads one input byte, zero-extends it to type int, and returns the result, which is therefore in the range 0 through 255.
readUnsignedByte() - Method in class java.io.DataInputStream
See the general contract of the readUnsignedByte method of DataInput.
readUnsignedShort() - Method in interface java.io.DataInput
Reads two input bytes, zero-extends it to type int, and returns an int value in the range 0 through 65535.
readUnsignedShort() - Method in class java.io.DataInputStream
See the general contract of the readUnsignedShort method of DataInput.
readUnzipedResponse(InputStream) - Method in class com.codename1.io.gzip.GZConnectionRequest
This method can be overridden instead of readResponse
readUTF(DataInputStream) - Static method in class com.codename1.io.Util
Reads a UTF string that may be null previously written by writeUTF
readUTF() - Method in interface java.io.DataInput
Reads in a string that has been encoded using a modified UTF-8 format.
readUTF() - Method in class java.io.DataInputStream
See the general contract of the readUTF method of DataInput.
readUTF(DataInput) - Static method in class java.io.DataInputStream
Reads from the stream in a representation of a Unicode character string encoded in Java modified UTF-8 format; this string of characters is then returned as a String.
ready() - Method in class com.codename1.io.CharArrayReader
Indicates whether this reader is ready to be read without blocking.
ready() - Method in class java.io.InputStreamReader
Tell whether this stream is ready to be read.
ready() - Method in class java.io.Reader
Tell whether this stream is ready to be read.
rebuildSchemeSpecificPart() - Method in class java.net.URI
Utility method to construct the scheme specific part from the uri segments (less scheme and fragment)
Rectangle - Class in com.codename1.ui.geom
Represents a Rectangle position (x, y) and Dimension (width, height), this is useful for measuring coordinates within the application.
Rectangle() - Constructor for class com.codename1.ui.geom.Rectangle
Creates a new instance of Rectangle
Rectangle(int, int, Dimension) - Constructor for class com.codename1.ui.geom.Rectangle
Creates a new instance of Rectangle at position (x, y) and with predefine dimension
Rectangle(int, int, int, int) - Constructor for class com.codename1.ui.geom.Rectangle
Creates a new instance of Rectangle at position (x, y) and with predefine width and height
Rectangle(Rectangle) - Constructor for class com.codename1.ui.geom.Rectangle
A copy Constructor
Rectangle2D - Class in com.codename1.ui.geom
Represents a Rectangle position (x, y) and Dimension (width, height), this is useful for measuring coordinates within the application.
Rectangle2D() - Constructor for class com.codename1.ui.geom.Rectangle2D
Creates a new instance of Rectangle
Rectangle2D(double, double, Dimension2D) - Constructor for class com.codename1.ui.geom.Rectangle2D
Creates a new instance of Rectangle at position (x, y) and with predefine dimension
Rectangle2D(double, double, double, double) - Constructor for class com.codename1.ui.geom.Rectangle2D
Creates a new instance of Rectangle at position (x, y) and with predefine width and height
Rectangle2D(Rectangle2D) - Constructor for class com.codename1.ui.geom.Rectangle2D
A copy Constructor
red(int) - Static method in class com.codename1.charts.util.ColorUtil
 
Reference - Class in java.lang.ref
Abstract base class for reference objects.
Reference() - Constructor for class java.lang.ref.Reference
 
reflectionImage(Image) - Static method in class com.codename1.ui.util.Effects
Takes the given image and appends an effect of reflection bellow it that is similar to the way elements appear in water beneath them.
reflectionImage(Image, float, int) - Static method in class com.codename1.ui.util.Effects
Takes the given image and appends an effect of reflection bellow it that is similar to the way elements appear in water beneath them.
reflectionImage(Image, float, int, int) - Static method in class com.codename1.ui.util.Effects
Takes the given image and appends an effect of reflection bellow it that is similar to the way elements appear in water beneath them.
refresh() - Method in class com.codename1.cloud.CloudListModel
Refreshes the list from the server, this method blocks the EDT until completion.
refresh(CloudObject[], CloudResponse<Integer>) - Method in class com.codename1.cloud.CloudStorage
Refresh the given objects with data from the server if they were modified on the server (this is the asynchronous version of the method).
refresh(CloudObject[]) - Method in class com.codename1.cloud.CloudStorage
Refresh the given objects with data from the server if they were modified on the server.
refreshAsync(CloudObject) - Method in class com.codename1.cloud.CloudStorage
Adds the given object to a set of refresh operations in which we don't really care if the operation is successful
refreshDOM() - Method in class com.codename1.ui.html.HTMLComponent
Deprecated.
Refreshes the current DOM so it any changes done after loading will be rendered.
refreshNativeTitle() - Method in class com.codename1.ui.Display
if the title is native(e.g the android action bar), notify the native title that is needs to be refreshed
refreshTheme(boolean) - Method in class com.codename1.ui.CheckBox
 
refreshTheme() - Method in class com.codename1.ui.Component
Makes sure the component is up to date with the current theme, ONLY INVOKE THIS METHOD IF YOU CHANGED THE THEME!
refreshTheme(boolean) - Method in class com.codename1.ui.Component
Makes sure the component is up to date with the current theme, ONLY INVOKE THIS METHOD IF YOU CHANGED THE THEME!
refreshTheme(String, boolean) - Method in class com.codename1.ui.Component
Makes sure the component is up to date with the given UIID
refreshTheme(boolean) - Method in class com.codename1.ui.ComponentGroup
 
refreshTheme(boolean) - Method in class com.codename1.ui.Container
 
refreshTheme(boolean) - Method in class com.codename1.ui.Form
 
refreshTheme(boolean) - Method in class com.codename1.ui.list.DefaultListCellRenderer
 
refreshTheme(boolean) - Method in class com.codename1.ui.List
 
refreshTheme(boolean) - Method in class com.codename1.ui.MenuBar
 
refreshTheme(boolean) - Method in class com.codename1.ui.plaf.DefaultLookAndFeel
 
refreshTheme(boolean) - Method in class com.codename1.ui.plaf.LookAndFeel
This method is a callback to the LookAndFeel when a theme is being changed in the UIManager
refreshTheme(boolean) - Method in class com.codename1.ui.Slider
 
refreshTheme(boolean) - Method in class com.codename1.ui.spinner.BaseSpinner
 
refreshTheme(boolean) - Method in class com.codename1.ui.Tabs
 
refund(String) - Method in class com.codename1.payment.Purchase
Tries to refund the given SKU if applicable in the current market/product
regionMatches(boolean, int, String, int, int) - Method in class java.lang.String
Tests if two string regions are equal.
register() - Static method in class com.codename1.io.services.CachedDataService
Makes sure the cached data class is properly registered as an externalizable.
register(Externalizable) - Static method in class com.codename1.io.Util
Registers this externalizable so readObject will be able to load such objects
register(String, Class) - Static method in class com.codename1.io.Util
Registers this externalizable so readObject will be able to load such objects
register(Class, Class) - Static method in class com.codename1.system.NativeLookup
Do NOT invoke this method.
registerAnimated(Animation) - Method in class com.codename1.ui.Form
The given component is interested in animating its appearance and will start receiving callbacks when it is visible in the form allowing it to animate its appearance.
registerCustomComponent(String, Class) - Static method in class com.codename1.ui.util.UIBuilder
This method allows the UIBuilder to package a smaller portion of Codename One into the JAR and add support for additional 3rd party components to the GUI builder.
registeredForPush(String) - Method in interface com.codename1.push.PushCallback
Invoked when push registration is complete to pass the device ID to the application.
registerPush(String, boolean) - Method in class com.codename1.ui.Display
Deprecated.
use the version that doesn't take an id argument this argument is effectively ignored!
registerPush(Hashtable, boolean) - Method in class com.codename1.ui.Display
Register to receive push notification, invoke this method once (ever) to receive push notifications.
registerVirtualKeyboard(VirtualKeyboardInterface) - Method in class com.codename1.ui.Display
Register a virtual keyboard
REGISTRATION_ACCOUNT_MISSING - Static variable in interface com.codename1.push.PushCallback
Error code returned when sending a push notification
REGISTRATION_AUTHENTICATION_FAILED - Static variable in interface com.codename1.push.PushCallback
Error code returned when sending a push notification
REGISTRATION_ERROR_SERVICE_NOT_AVAILABLE - Static variable in interface com.codename1.push.PushCallback
Error code returned when sending a push notification
REGISTRATION_INVALID_SENDER - Static variable in interface com.codename1.push.PushCallback
Error code returned when sending a push notification
REGISTRATION_PHONE_REGISTRATION_ERROR - Static variable in interface com.codename1.push.PushCallback
Error code returned when sending a push notification
REGISTRATION_TOO_MANY_REGISTRATIONS - Static variable in interface com.codename1.push.PushCallback
Error code returned when sending a push notification
REGULAR - Static variable in class com.codename1.maps.providers.GoogleMapsProvider
This is a regular road map
rehash() - Method in class java.util.Hashtable
Increases the capacity of this Hashtable.
RELATED - Static variable in class com.codename1.ui.layouts.LayoutStyle
Possible argument to getPreferredGap.
RELATIVE - Static variable in class com.codename1.ui.layouts.GridBagConstraints
 
relativeToAbsolute(String, String) - Static method in class com.codename1.io.Util
Converts a relative url e.g.: /myfile.html to an absolute url
relativize(URI) - Method in class java.net.URI
Create a relative URI object against this URI, given the uri parameter.
released() - Method in class com.codename1.ui.Button
Invoked to change the state of the button to the released state
released(int, int) - Method in class com.codename1.ui.Button
Invoked to change the state of the button to the released state
released(int, int) - Method in class com.codename1.ui.CheckBox
 
released(int, int) - Method in class com.codename1.ui.RadioButton
 
reload() - Method in class com.codename1.components.WebBrowser
Reload the current page
reload() - Method in class com.codename1.ui.BrowserComponent
Reload the current page
reloadContainer(Component) - Method in class com.codename1.ui.util.UIBuilder
Useful tool to refresh the current state of a container shown using show container without pushing another instance to the back stack
reloadForm() - Method in class com.codename1.ui.util.UIBuilder
Useful tool to refresh the current state of a form shown using show form without pushing another instance to the back stack
REMAINDER - Static variable in class com.codename1.ui.layouts.GridBagConstraints
 
remainder(BigInteger) - Method in class com.codename1.util.BigInteger
 
remove(int) - Method in class com.codename1.charts.models.CategorySeries
Removes an existing value from the series.
remove(int) - Method in class com.codename1.charts.models.MultipleCategorySeries
Removes an existing value from the series.
remove(int) - Method in class com.codename1.charts.models.RangeCategorySeries
Removes existing values from the series.
remove(int) - Method in class com.codename1.charts.models.XYSeries
Removes an existing value from the series.
remove(int) - Method in class com.codename1.charts.models.XYValueSeries
Removes an existing value from the series.
remove(String) - Method in class com.codename1.cloud.CloudObject
Delete an entry within the object
remove(RadioButton) - Method in class com.codename1.ui.ButtonGroup
removes a RadioButton from the group
remove(Object) - Method in class com.codename1.ui.util.WeakHashMap
 
remove(Object) - Method in class java.util.AbstractCollection
Removes one instance of the specified object from this Collection if one is contained (optional).
remove(int) - Method in class java.util.AbstractList
Removes the object at the specified location from this list.
remove(Object) - Method in class java.util.AbstractMap
Removes a mapping with the specified key from this Map.
remove() - Method in class java.util.AbstractQueue
Removes the element at the head of the queue and returns it.
remove(int) - Method in class java.util.AbstractSequentialList
 
remove() - Method in class java.util.ArrayDeque
Gets and removes the head element of this deque.
remove(Object) - Method in class java.util.ArrayDeque
Removes the first equivalent element of the specified object.
remove(int) - Method in class java.util.ArrayList
Removes the object at the specified location from this list.
remove(Object) - Method in class java.util.ArrayList
 
remove(Object) - Method in interface java.util.Collection
Removes one instance of the specified object from this Collection if one is contained (optional).
remove(Object) - Method in class java.util.Dictionary
Removes the key/value pair with the specified key from this dictionary.
remove(Object) - Method in class java.util.HashMap
Removes the mapping with the specified key from this map.
remove(Object) - Method in class java.util.HashSet
Removes the specified object from this HashSet.
remove(Object) - Method in class java.util.Hashtable
Removes the key/value pair with the specified key from this Hashtable.
remove(Object) - Method in class java.util.IdentityHashMap
Removes the mapping with the specified key from this map.
remove() - Method in interface java.util.Iterator
Removes the last object returned by next from the collection.
remove(Object) - Method in class java.util.LinkedHashMap
Removes the mapping with the specified key from this map.
remove(int) - Method in class java.util.LinkedList
Removes the object at the specified location from this LinkedList.
remove(Object) - Method in class java.util.LinkedList
 
remove() - Method in class java.util.LinkedList
 
remove(int) - Method in interface java.util.List
Removes the object at the specified location from this List.
remove(Object) - Method in interface java.util.List
Removes the first occurrence of the specified object from this List.
remove() - Method in interface java.util.ListIterator
Removes the last object returned by next or previous from the list.
remove(Object) - Method in interface java.util.Map
Removes a mapping with the specified key from this Map.
remove(Object) - Method in class java.util.PriorityQueue
Removes the specified object from the priority queue.
remove() - Method in interface java.util.Queue
Gets and removes the element at the head of the queue.
remove(Object) - Method in interface java.util.Set
Removes the specified object from this set.
remove(Object) - Method in class java.util.TreeMap
Removes the mapping with the specified key from this map.
remove(Object) - Method in class java.util.TreeSet
Removes an occurrence of the specified object from this TreeSet.
remove(int) - Method in class java.util.Vector
Removes the object at the specified location from this vector.
remove(Object) - Method in class java.util.Vector
Removes the first occurrence, starting at the beginning and moving towards the end, of the specified object from this vector.
removeActionListener(ActionListener) - Method in class com.codename1.components.MultiButton
Removes an action listener
removeActionListener(ActionListener) - Method in class com.codename1.components.OnOffSwitch
Removes the given action listener from the switch
removeActionListener(ActionListener) - Method in class com.codename1.components.SpanButton
Removes the listener from tracking button events
removeActionListener(ActionListener) - Method in class com.codename1.maps.layers.PointsLayer
Removes the given action listener Points Layer
removeActionListener(ActionListener) - Method in class com.codename1.ui.Button
Removes the given action listener from the button
removeActionListener(ActionListener) - Method in class com.codename1.ui.Calendar
Fires when a change is made to the month view of this component
removeActionListener(ActionListener) - Method in class com.codename1.ui.list.ContainerList
Allows binding a listener to user selection actions
removeActionListener(ActionListener) - Method in class com.codename1.ui.List
Allows binding a listener to user selection actions
removeActionListener(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
removeActionListener(ActionListener) - Method in class com.codename1.ui.TextArea
Removes an action listener
removeAll() - Method in class com.codename1.components.InteractionDialog
 
removeAll() - Method in class com.codename1.ui.Container
remove all Components from container, notice that removed component might still have a pending repaint in the queue that won't be removed.
removeAll() - Method in class com.codename1.ui.Dialog
 
removeAll() - Method in class com.codename1.ui.Form
Removes all Components from the Content Pane
removeAll() - Method in class com.codename1.ui.list.DefaultListModel
Removes all elements from the model
removeAll(Collection<?>) - Method in class java.util.AbstractCollection
Removes all occurrences in this Collection of each object in the specified Collection (optional).
removeAll(Collection<?>) - Method in class java.util.AbstractSet
Removes all occurrences in this collection which are contained in the specified collection.
removeAll(Collection<?>) - Method in interface java.util.Collection
Removes all occurrences in this Collection of each object in the specified Collection (optional).
removeAll(Collection<?>) - Method in interface java.util.List
Removes all occurrences in this List of each object in the specified collection.
removeAll(Collection<?>) - Method in interface java.util.Set
Removes all objects in the specified collection from this set.
removeAll(Collection<?>) - Method in class java.util.Vector
Removes all occurrences in this vector of each object in the specified Collection.
removeAllArguments() - Method in class com.codename1.io.ConnectionRequest
Removes all arguments
removeAllCommands() - Method in class com.codename1.ui.Form
Clear menu commands from the menu bar
removeAllCommands() - Method in class com.codename1.ui.MenuBar
Remove all commands from the menuBar
removeAllCommands() - Method in class com.codename1.ui.SideMenuBar
 
removeAllElements() - Method in class java.util.Vector
Removes all elements from this vector, leaving the size zero and the capacity unchanged.
removeAllLayers() - Method in class com.codename1.maps.MapComponent
Removes all layers from the map
removeAllRenderers() - Method in class com.codename1.charts.renderers.DefaultRenderer
Removes all renderers from the multiple renderer.
removeAllShowListeners() - Method in class com.codename1.ui.Form
Removes all Show Listeners from this Form
removeAnnotation(int) - Method in class com.codename1.charts.models.XYSeries
Remove an String at index
removeArgument(String) - Method in class com.codename1.io.ConnectionRequest
Removes the given argument from the request
removeAttribute(String) - Method in class com.codename1.xml.Element
Removes the specified attribute
removeAttribute(Object) - Method in class com.codename1.xml.Element
Removes the specified attribute if it exist in this Element This method allows creating a key that is non-string to be used by subclasses that optimize attributes retrieval
removeAttributeById(int) - Method in class com.codename1.ui.html.HTMLElement
Removes the specified attribute
removeChildAt(int) - Method in class com.codename1.ui.html.HTMLElement
Removes the child at the given index
removeChildAt(int) - Method in class com.codename1.xml.Element
Removes the child at the given index
removeCommand(Command) - Method in class com.codename1.ui.Form
Removes the command from the menu bar softkeys
removeCommand(Command) - Method in class com.codename1.ui.MenuBar
Removes a Command from the MenuBar
removeCommand(Command) - Method in class com.codename1.ui.SideMenuBar
 
removeCommandListener(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
removeCommandListener(ActionListener) - Method in class com.codename1.ui.util.UIBuilder
Removes a command listener
removeCommandListener(String, ActionListener) - Method in class com.codename1.ui.util.UIBuilder
Removes a command listener on a specific form
removeCommands(Command, Command, Command) - Method in class com.codename1.ui.TextField
Removes the clear and t9 commands from the parent form, this method can be overriden to provide device specific placement for these commands
removeComponent(Component) - Method in class com.codename1.components.InteractionDialog
 
removeComponent(Component) - Method in class com.codename1.ui.Container
removes a Component from the Container, notice that removed component might still have a pending repaint in the queue that won't be removed.
removeComponent(Component) - Method in class com.codename1.ui.Dialog
 
removeComponent(Component) - Method in class com.codename1.ui.Form
Removes a component from the Form's Content Pane
removeComponentListener(String, String, Object) - Method in class com.codename1.ui.util.UIBuilder
Removes a component listener bound to a specific component
REMOVED - Static variable in interface com.codename1.ui.events.DataChangedListener
Type value for removed data in ListModel
removeDataChangedListener(DataChangedListener) - Method in class com.codename1.cloud.CloudListModel
 
removeDataChangedListener(DataChangedListener) - Method in class com.codename1.ui.list.DefaultListModel
 
removeDataChangedListener(DataChangedListener) - Method in class com.codename1.ui.list.FilterProxyListModel
 
removeDataChangedListener(DataChangedListener) - Method in interface com.codename1.ui.list.ListModel
Invoked to indicate no further interest in future change events
removeDataChangedListener(DataChangedListener) - Method in class com.codename1.ui.Slider
Removes a listener from data changed events, notice that the status argument to the data change listener shouldn't be relied upon.
removeDataChangeListener(DataChangedListener) - Method in class com.codename1.ui.Calendar
Allows tracking selection changes in the calendar in real time
removeDataChangeListener(DataChangedListener) - Method in class com.codename1.ui.table.DefaultTableModel
 
removeDataChangeListener(DataChangedListener) - Method in interface com.codename1.ui.table.TableModel
Removes a listener to the data changed event
removeDataChangeListener(DataChangedListener) - Method in class com.codename1.ui.TextField
Removes the listener for data change events
removeDragOverListener(ActionListener) - Method in class com.codename1.ui.Component
Removes an action listener to drag over events
removeDropListener(ActionListener) - Method in class com.codename1.ui.Component
Removes an action listener to drop events which are invoked when this component is dropped on a target
removeEdtErrorHandler(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
removeEldestEntry(Map.Entry<K, V>) - Method in class java.util.LinkedHashMap
This method is queried from the put and putAll methods to check if the eldest member of the map should be deleted before adding the new member.
removeElement(Object) - Method in class java.util.Vector
Removes the first occurrence, starting at the beginning and moving towards the end, of the specified object from this vector.
removeElementAt(int) - Method in class java.util.Vector
Removes the element found at index position location from this Vector.
removeEmptySoftbuttons() - Method in class com.codename1.ui.MenuBar
This method removes empty J2ME softbuttons that don't have a command
removeErrorListener(ActionListener) - Method in class com.codename1.io.NetworkManager
Removes the given error listener
removeErrorListener(ActionListener) - Static method in class com.codename1.io.services.ImageDownloadService
Unbinds an error listener that will fire an instance of NetworkEvent with an error for a specific fetch operation if applicable
removeFirst() - Method in class java.util.ArrayDeque
Gets and removes the head element of this deque.
removeFirst() - Method in interface java.util.Deque
Gets and removes the head element of this deque.
removeFirst() - Method in class java.util.LinkedList
Removes the first object from this LinkedList.
removeFirstOccurrence(Object) - Method in class java.util.ArrayDeque
Removes the first equivalent element of the specified object.
removeFirstOccurrence(Object) - Method in interface java.util.Deque
Removes the first equivalent element of the specified object.
removeFirstOccurrence(Object) - Method in class java.util.LinkedList
Removes the first equivalent element of the specified object.
removeFocusListener(FocusListener) - Method in class com.codename1.ui.Component
Deregisters interest in receiving callbacks for focus gained events
removeGameKeyListener(int, ActionListener) - Method in class com.codename1.ui.Form
Removes a game key listener from the given game keycode
removeGlassPane(Form, Painter) - Static method in class com.codename1.ui.painter.PainterChain
Removes a glass pane from the given form, this is the opposite operation for the install glass pane
removeGlobalUnitConverter(UnitConverter) - Static method in class com.codename1.ui.layouts.mig.UnitValue
Removed the converter.
removeItem(int) - Method in class com.codename1.cloud.CloudListModel
Notice this method does NOT commit the data, after committing the data the cache MUST be cleared!
removeItem(int) - Method in class com.codename1.contacts.ContactsModel
 
removeItem(int) - Method in class com.codename1.ui.list.DefaultListModel
 
removeItem(int) - Method in class com.codename1.ui.list.FilterProxyListModel
 
removeItem(int) - Method in interface com.codename1.ui.list.ListModel
Removes the item at the specified position in this list.
removeKeyListener(int, ActionListener) - Method in class com.codename1.ui.Form
Removes a key listener from the given keycode
removeLast() - Method in class java.util.ArrayDeque
Gets and removes the tail element of this deque.
removeLast() - Method in interface java.util.Deque
Gets and removes the tail element of this deque.
removeLast() - Method in class java.util.LinkedList
Removes the last object from this LinkedList.
removeLastOccurrence(Object) - Method in class java.util.ArrayDeque
Removes the last equivalent element of the specified object.
removeLastOccurrence(Object) - Method in interface java.util.Deque
Removes the last equivalent element of the specified object.
removeLastOccurrence(Object) - Method in class java.util.LinkedList
Removes the last equivalent element of the specified object.
removeLayer(Layer) - Method in class com.codename1.maps.MapComponent
Removes a Layer from the map
removeLayoutCallback(LayoutCallback) - Method in class com.codename1.ui.layouts.mig.MigLayout
Deprecated.
Removes the callback if it exists.
removeLayoutComponent(Component) - Method in class com.codename1.ui.layouts.BorderLayout
 
removeLayoutComponent(Component) - Method in class com.codename1.ui.layouts.GridBagLayout
 
removeLayoutComponent(Component) - Method in class com.codename1.ui.layouts.GroupLayout
Notification that a Component has been removed from the parent container.
removeLayoutComponent(Component) - Method in class com.codename1.ui.layouts.Layout
Removes the component from the layout this operation is only useful if the layout maintains references to components within it
removeLayoutComponent(Component) - Method in class com.codename1.ui.layouts.mig.MigLayout
Deprecated.
 
removeLayoutComponent(Component) - Method in class com.codename1.ui.table.TableLayout
 
removeLeafListener(ActionListener) - Method in class com.codename1.ui.tree.Tree
Removes the listener that fires when a leaf is clicked
removeListener(Object) - Method in class com.codename1.ui.util.EventDispatcher
Remove the listener from the dispatcher
removeListeners() - Method in class com.codename1.ui.plaf.Style
This method removes all Listeners from the Style
removeListListener(ActionListener) - Method in class com.codename1.ui.AutoCompleteTextField
Removes an action listener that fires an event when an entry in the auto-complete list is selected.
removeMapListener(MapListener) - Method in class com.codename1.maps.MapComponent
Removes the map listener callback
removeOrientationListener(ActionListener) - Method in class com.codename1.ui.Form
This listener is invoked when device orientation changes on devices that support orientation change
removePoint(PointLayer) - Method in class com.codename1.maps.layers.PointsLayer
Removes a point from the PointsLayer
removePointerDraggedListener(ActionListener) - Method in class com.codename1.ui.Component
Removes the listener from the pointer event
removePointerPressedListener(ActionListener) - Method in class com.codename1.ui.Component
Removes the listener from the pointer event
removePointerReleasedListener(ActionListener) - Method in class com.codename1.ui.Component
Removes the listener from the pointer event
removeProgressListener(ActionListener) - Method in class com.codename1.io.NetworkManager
Adds a listener to be notified when progress updates
removeRange(int, int) - Method in class java.util.AbstractList
Removes the objects in the specified range from the start to the end index minus one.
removeRange(int, int) - Method in class java.util.ArrayList
Removes the objects in the specified range from the start to the end, but not including the end index.
removeRange(int, int) - Method in class java.util.Vector
Removes the objects in the specified range from the start to the, but not including, end index.
removeResponseCodeListener(ActionListener) - Method in class com.codename1.facebook.FaceBookAccess
Removes a response listener
removeResponseCodeListener(ActionListener) - Method in class com.codename1.io.ConnectionRequest
Removes the given listener
removeResponseListener(ActionListener) - Method in class com.codename1.io.ConnectionRequest
Removes the given listener
removeScrollListener(ScrollListener) - Method in class com.codename1.ui.Component
Deregisters interest in receiving callbacks for scroll gained events
removeSelectionListener(SelectionListener) - Method in class com.codename1.cloud.CloudListModel
 
removeSelectionListener(SelectionListener) - Method in class com.codename1.ui.list.DefaultListModel
 
removeSelectionListener(SelectionListener) - Method in class com.codename1.ui.list.FilterProxyListModel
 
removeSelectionListener(SelectionListener) - Method in interface com.codename1.ui.list.ListModel
Invoked to indicate no further interest in future selection events
removeSelectionListener(SelectionListener) - Method in class com.codename1.ui.List
Invoked to indicate no further interest in future selection events
removeSelectionListener(SelectionListener) - Method in class com.codename1.ui.Tabs
Removes a selection Listener from the tabs
removeSeries(int) - Method in class com.codename1.charts.models.XYMultipleSeriesDataset
Removes the XY series from the list.
removeSeries(XYSeries) - Method in class com.codename1.charts.models.XYMultipleSeriesDataset
Removes the XY series from the list.
removeSeriesRenderer(SimpleSeriesRenderer) - Method in class com.codename1.charts.renderers.DefaultRenderer
Removes a simple renderer from the multiple renderer.
removeShowListener(ActionListener) - Method in class com.codename1.ui.Form
Removes the show listener
removeSizeChangedListener(ActionListener) - Method in class com.codename1.ui.Form
Remove SizeChangedListener
removeStyleListener(StyleListener) - Method in class com.codename1.ui.plaf.Style
Removes a Style Listener from the Style Object.
removeSwipeOpenListener(ActionListener) - Method in class com.codename1.ui.SwipeableContainer
Removes the given listener from the SwipeableContainer
removeTabAt(int) - Method in class com.codename1.ui.Tabs
Removes the tab at index.
removeTabsFocusListener(FocusListener) - Method in class com.codename1.ui.Tabs
Deprecated.
use addSelectionListener instead
removeThemeRefreshListener(ActionListener) - Method in class com.codename1.ui.plaf.UIManager
Removes a Theme refresh listener.
removeWebEventListener(String, ActionListener) - Method in class com.codename1.ui.BrowserComponent
Removes the listener, see addWebEventListener for details
removeXTextLabel(double) - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Removes text label for the specified X axis value.
removeYTextLabel(double) - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Removes text label for the specified Y axis value.
removeYTextLabel(double, int) - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Removes text label for the specified Y axis value.
rename(String, String) - Method in class com.codename1.io.FileSystemStorage
Renames a file to the given name, expects the new name to be relative to the current directory
repaint() - Method in class com.codename1.maps.MapComponent
 
repaint() - Method in class com.codename1.ui.Component
Repaint this Component, the repaint call causes a callback of the paint method on the event dispatch thread.
repaint(int, int, int, int) - Method in class com.codename1.ui.Component
Repaints a specific region within the component
repaint() - Method in class com.codename1.ui.list.DefaultListCellRenderer
Overriden to do nothing and remove a performance issue where renderer changes perform needless repaint calls
replace(EncodedImage) - Method in class com.codename1.components.ReplaceableImage
Replaces the current image with the new image which must match the dimensions etc.
replace(Component, Component, Transition, Runnable, int) - Method in class com.codename1.ui.Container
This method replaces the current Component with the next Component
replace(Component, Component, Transition) - Method in class com.codename1.ui.Container
This method replaces the current Component with the next Component.
replace(Component, Component, Transition) - Method in class com.codename1.ui.Form
 
replace(Component, Component) - Method in class com.codename1.ui.layouts.GroupLayout
Removes an existing component replacing it with the specified component.
replace(int, int, String) - Method in class com.codename1.util.CStringBuilder
Deprecated.
Replaces the specified subsequence in this builder with the specified string.
replace(char, char) - Method in class java.lang.String
Returns a new string resulting from replacing all occurrences of oldChar in this string with newChar.
ReplaceableImage - Class in com.codename1.components
Allows the image data to be replaced at runtime when a different image is available.
replaceAll(String, String, String) - Static method in class com.codename1.util.StringUtil
This method replaces all occurrences of the pattern with the replacement String
replaceAll(List<T>, T, T) - Static method in class java.util.Collections
Replaces all occurrences of Object obj in list with newObj.
replaceAndWait(Component, Component, Transition) - Method in class com.codename1.ui.Container
This method replaces the current Component with the next Component.
replaceAndWait(Component, Component, Transition, int) - Method in class com.codename1.ui.Container
This method replaces the current Component with the next Component.
replaceAndWait(Component, Component, Transition, boolean) - Method in class com.codename1.ui.Container
This method replaces the current Component with the next Component.
replaceAndWait(Component, Component, Transition) - Method in class com.codename1.ui.Form
 
replaceChild(Element, Element) - Method in class com.codename1.xml.Element
Replaces one child with another
REPORTING_DEBUG - Static variable in class com.codename1.io.Log
Indicates that log reporting to the cloud should occur regardless of whether an error occurred
REPORTING_NONE - Static variable in class com.codename1.io.Log
Indicates that log reporting to the cloud should be disabled
REPORTING_PRODUCTION - Static variable in class com.codename1.io.Log
Indicates that log reporting to the cloud should occur only if an error occurred
requestAd() - Method in class com.codename1.ads.AdsService
Schedule this service on the Network thread and executes the request
requestFocus() - Method in class com.codename1.ui.Component
Changes the current component to the focused component, will work only for a component that belongs to a parent form.
reset() - Method in class com.codename1.io.BufferedInputStream
See the general contract of the reset method of InputStream.
reset() - Method in class com.codename1.io.CharArrayReader
Resets this reader's position to the last mark() location.
reset(long) - Method in class com.codename1.io.gzip.Adler32
 
reset() - Method in class com.codename1.io.gzip.Adler32
 
reset() - Method in class com.codename1.io.gzip.CRC32
 
reset(long) - Method in class com.codename1.io.gzip.CRC32
 
reset() - Method in class com.codename1.io.gzip.FilterInputStream
 
reset() - Method in class com.codename1.io.gzip.InflaterInputStream
 
reset() - Method in class com.codename1.ui.geom.GeneralPath
Resets the path.
reset() - Method in class java.io.ByteArrayInputStream
Resets the buffer to the marked position.
reset() - Method in class java.io.ByteArrayOutputStream
Resets the count field of this byte array output stream to zero, so that all currently accumulated output in the output stream is discarded.
reset() - Method in class java.io.DataInputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
reset() - Method in class java.io.InputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
reset() - Method in class java.io.InputStreamReader
Reset the stream.
reset() - Method in class java.io.Reader
Reset the stream.
resetAffine() - Method in class com.codename1.ui.Graphics
Resets the affine transform to the default value
resetCache() - Method in class com.codename1.components.FileEncodedImageAsync
 
resetCache() - Method in class com.codename1.components.StorageImageAsync
 
resetCache() - Method in class com.codename1.ui.EncodedImage
A subclass might choose to load asynchroniously and reset the cache when the image is ready.
resetFocusable() - Method in class com.codename1.components.ImageViewer
 
resetFocusable() - Method in class com.codename1.components.OnOffSwitch
 
resetFocusable() - Method in class com.codename1.ui.Button
 
resetFocusable() - Method in class com.codename1.ui.Component
Restores the state of the focusable flag to its default state
RESIZE_FAIL - Static variable in class com.codename1.ui.URLImage
Will fail if the downloaded image has a different size from the placeholder image
RESIZE_SCALE - Static variable in class com.codename1.ui.URLImage
Scales the image to match the size of the new image exactly
RESIZE_SCALE_TO_FILL - Static variable in class com.codename1.ui.URLImage
Scales the image to match to fill the area while preserving aspect ratio
resolve(URI) - Method in class java.net.URI
Resolve a relative URI by merging it with this URI.
resourceRequested(DocumentInfo) - Method in class com.codename1.ui.html.AsyncDocumentRequestHandlerImpl
 
resourceRequested(DocumentInfo) - Method in class com.codename1.ui.html.DefaultDocumentRequestHandler
 
resourceRequested(DocumentInfo) - Method in interface com.codename1.ui.html.DocumentRequestHandler
Implementations should return the document in the requested url as an InputStream This is triggered only for the main document requested and not for its resources.
resourceRequestedAsync(DocumentInfo, IOCallback) - Method in interface com.codename1.ui.html.AsyncDocumentRequestHandler
This method is called by HTMLComponent when a resource is requested asynchronously.
resourceRequestedAsync(DocumentInfo, IOCallback) - Method in class com.codename1.ui.html.AsyncDocumentRequestHandlerImpl
 
resourceRequestedAsync(DocumentInfo, IOCallback) - Method in class com.codename1.ui.html.DefaultDocumentRequestHandler
 
Resources - Class in com.codename1.ui.util
Loads resources from the binary resource file generated by the Codename One Designer.
restore() - Method in class com.codename1.payment.Purchase
Restores purchases if applicable, this will only work if isRestoreSupported() returns true
RestoreCallback - Interface in com.codename1.payment
Callback interface that the main class must implement in order for the restore option of in-app-purchasing to work.
restoreComponentState(Component, Hashtable) - Method in class com.codename1.ui.util.UIBuilder
By default Codename One stores the states of components in the navigation graph as it moves between forms.
restoreMinimizedApplication() - Method in class com.codename1.ui.Display
Restore the minimized application if minimization is supported by the platform
restoreRequestComplete() - Method in interface com.codename1.payment.RestoreCallback
Indicates that a Purchase.restore() request was completed without errors.
restoreRequestError(String) - Method in interface com.codename1.payment.RestoreCallback
Indicates that a Purchase.restore() request was completed with errors.
Result - Class in com.codename1.processing
An evaluator for a very small expression language to extract primitive types from structured information.
resume() - Method in class com.codename1.io.ConnectionRequest
Called when a previously paused operation now has the networking time to resume.
retainAll(Collection<?>) - Method in class java.util.AbstractCollection
Removes all objects from this Collection that are not also found in the Collection passed (optional).
retainAll(Collection<?>) - Method in interface java.util.Collection
Removes all objects from this Collection that are not also found in the Collection passed (optional).
retainAll(Collection<?>) - Method in interface java.util.List
Removes all objects from this List that are not contained in the specified collection.
retainAll(Collection<?>) - Method in interface java.util.Set
Removes all objects from this set that are not contained in the specified collection.
retainAll(Collection<?>) - Method in class java.util.Vector
Removes all objects from this vector that are not contained in the specified collection.
Retention - Annotation Type in java.lang.annotation
 
RetentionPolicy - Enum in java.lang.annotation
A mirror of java.lang.annotation.RetentionPolicy.
retry() - Method in class com.codename1.io.ConnectionRequest
Retry the current operation in case of an exception
RETURN_CODE_EMPTY_QUEUE - Static variable in class com.codename1.cloud.CloudStorage
Return code for methods in this class indicating an empty queue
RETURN_CODE_FAIL_OBJECT_MODIFIED - Static variable in class com.codename1.cloud.CloudStorage
Return code for methods in this class indicating a failure due to server side modification of an object (e.g.
RETURN_CODE_FAIL_PERMISSION_VIOLATION - Static variable in class com.codename1.cloud.CloudStorage
Return code for methods in this class indicating a failure due to exceeding server storage quotas
RETURN_CODE_FAIL_QUOTA_EXCEEDED - Static variable in class com.codename1.cloud.CloudStorage
Return code for methods in this class indicating a failure due to exceeding server storage quotas
RETURN_CODE_FAIL_SERVER_ERROR - Static variable in class com.codename1.cloud.CloudStorage
Return code for methods in this class indicating a failure due to generic server side error
RETURN_CODE_SUCCESS - Static variable in class com.codename1.cloud.CloudStorage
Return code for methods in this class indicating a successful operation
revalidate() - Method in class com.codename1.ui.Container
Re-layout the container, this is useful when we modify the container hierarchy and need to redo the layout
reverse() - Method in class com.codename1.util.CStringBuilder
Deprecated.
Reverses the order of characters in this builder.
reverse() - Method in class java.lang.StringBuffer
The character sequence contained in this string buffer is replaced by the reverse of the sequence.
reverse() - Method in class java.lang.StringBuilder
The character sequence contained in this string buffer is replaced by the reverse of the sequence.
reverse(List<?>) - Static method in class java.util.Collections
Modifies the specified List by reversing the order of the elements.
reverseBytes(char) - Static method in class java.lang.Character
Reverse the order of the first and second bytes in character
reverseOrder() - Static method in class java.util.Collections
A comparator which reverses the natural order of the elements.
reverseOrder(Comparator<T>) - Static method in class java.util.Collections
Returns a Comparator that reverses the order of the Comparator passed.
RFC2822 - Static variable in class com.codename1.l10n.DateFormatPatterns
Pattern for parsing/formatting RFC-2822 timestamp.
RFC2822 - Static variable in class java.text.DateFormatPatterns
Pattern for parsing/formatting RFC-2822 timestamp.
RFC822 - Static variable in class com.codename1.l10n.DateFormatPatterns
Pattern for parsing/formatting RFC-822 timestamp.
RFC822 - Static variable in class java.text.DateFormatPatterns
Pattern for parsing/formatting RFC-822 timestamp.
rgb(int, int, int) - Static method in class com.codename1.charts.util.ColorUtil
 
RGBImage - Class in com.codename1.ui
An image that stores its data as an integer RGB array internally, this image cannot be manipulated via Graphics primitives however its array is accessible and modifiable programmatically.
RGBImage(Image) - Constructor for class com.codename1.ui.RGBImage
Converts an image to an RGB image after which the original image can be GC'd
RGBImage(int[], int, int) - Constructor for class com.codename1.ui.RGBImage
Creates an RGB image from scratch the array isn't copied and can be saved and manipulated
RIGHT - Static variable in class com.codename1.charts.compat.Paint.Align
Deprecated.
 
RIGHT - Static variable in class com.codename1.ui.Component
Box-orientation constant used to specify the right side of a box.
right - Variable in class com.codename1.ui.layouts.Insets
 
rightToLeft() - Method in class com.codename1.ui.layouts.mig.LC
Same functionality as setLeftToRight(false) only this method returns this for chaining multiple calls.
rollback() - Method in class com.codename1.cloud.CloudStorage
Cancels current pending changes
rollbackTransaction() - Method in class com.codename1.db.Database
Rolls back current transaction
ROOT_TYPE_MAINSTORAGE - Static variable in class com.codename1.io.FileSystemStorage
Represents the type for the get root type method, this type generally represents the main phone memory
ROOT_TYPE_SDCARD - Static variable in class com.codename1.io.FileSystemStorage
Represents the type for the get root type method, this type generally represents an SD card although due to variability in phone standards an SD card might be detected incorrectly.
ROOT_TYPE_UNKNOWN - Static variable in class com.codename1.io.FileSystemStorage
Returned for different types of root for which there is no specific knowledge one way or the other.
rotate(float, float, float) - Method in class com.codename1.charts.compat.Canvas
Deprecated.
 
rotate(int) - Method in class com.codename1.ui.EncodedImage
 
rotate(float) - Method in class com.codename1.ui.Graphics
Rotates the coordinate system around a radian angle using the affine transform
rotate(float, int, int) - Method in class com.codename1.ui.Graphics
Rotates the coordinate system around a radian angle using the affine transform
rotate(int) - Method in class com.codename1.ui.Image
Returns an instance of this image rotated by the given number of degrees.
rotate(int) - Method in class com.codename1.ui.RGBImage
Unsupported in the current version, this method will be implemented in a future release
rotate(float, float, float, float) - Method in class com.codename1.ui.Transform
Rotates the current transform.
rotate(float, float, float) - Method in class com.codename1.ui.Transform
 
rotate(List<?>, int) - Static method in class java.util.Collections
Rotates the elements in list by the distance dist
rotate180Degrees(boolean) - Method in class com.codename1.ui.Image
Rotates the image by 180 degrees
rotate270Degrees(boolean) - Method in class com.codename1.ui.Image
Rotates the image by 270 degrees while changing the ratio of the picture
rotate90Degrees(boolean) - Method in class com.codename1.ui.Image
Rotates this image by 90 degrees while changing the ratio of the picture
ROUND - Static variable in class com.codename1.charts.compat.Paint.Cap
Deprecated.
 
ROUND - Static variable in class com.codename1.charts.compat.Paint.Join
Deprecated.
 
round() - Method in class com.codename1.util.BigDecimal
 
round(float) - Static method in class com.codename1.util.MathUtil
Rounds the number to the closest integer
round(double) - Static method in class com.codename1.util.MathUtil
Rounds the number to the closest integer
round(double) - Static method in class java.lang.Math
Returns the result of rounding the argument to an integer.
round(float) - Static method in class java.lang.Math
Returns the result of rounding the argument to an integer.
RoundChart - Class in com.codename1.charts.views
An abstract class to be extended by round like chart rendering classes.
RoundChart(CategorySeries, DefaultRenderer) - Constructor for class com.codename1.charts.views.RoundChart
Round chart.
Row - Interface in com.codename1.db
This Class represents a database row.
rowHeights - Variable in class com.codename1.ui.layouts.GridBagLayout
 
rowWeights - Variable in class com.codename1.ui.layouts.GridBagLayout
 
RSSReader - Class in com.codename1.components
A List implementing an RSS reader that automatically populates itself with content from the RSS chanel.
RSSReader() - Constructor for class com.codename1.components.RSSReader
Creates an rss reader instance
RSSService - Class in com.codename1.io.services
Simple RSS read and parse request, to handle errors just subclass this and override parsingError.
RSSService(String) - Constructor for class com.codename1.io.services.RSSService
Simple constructor accepting the RSS url
RSSService(String, int) - Constructor for class com.codename1.io.services.RSSService
Simple constructor accepting the RSS url
RSSService(String, int, int) - Constructor for class com.codename1.io.services.RSSService
Simple constructor accepting the RSS url
run() - Method in class com.codename1.components.MediaPlayer
 
run() - Method in interface java.lang.Runnable
When an object implementing interface Runnable is used to create a thread, starting the thread causes the object's run method to be called in that separately executing thread.
run() - Method in class java.lang.Thread
If this thread was constructed using a separate Runnable run object, then that Runnable object's run method is called; otherwise, this method does nothing and returns.
Runnable - Interface in java.lang
The Runnable interface should be implemented by any class whose instances are intended to be executed by a thread.
runTest(String) - Method in class com.codename1.testing.DeviceRunner
Runs the given test case
runTest() - Method in interface com.codename1.testing.UnitTest
Runs a unit test, if it returns true it passed.
runTests() - Method in class com.codename1.testing.DeviceRunner
Run all the test cases
Runtime - Class in java.lang
Every Java application has a single instance of class Runtime that allows the application to interface with the environment in which the application is running.
Runtime() - Constructor for class java.lang.Runtime
 
RuntimeException - Exception in java.lang
RuntimeException is the superclass of those exceptions that can be thrown during the normal operation of the Java Virtual Machine.
RuntimeException() - Constructor for exception java.lang.RuntimeException
Constructs a RuntimeException with no detail message.
RuntimeException(String) - Constructor for exception java.lang.RuntimeException
Constructs a RuntimeException with the specified detail message.

S

SATELLITE - Static variable in class com.codename1.maps.providers.GoogleMapsProvider
This is a satellite map
SATURDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Saturday.
save(CloudObject) - Method in class com.codename1.cloud.CloudStorage
Adds the given object to the save queue, the operation will only take place once committed
save(InputStream, OutputStream, String, int, int, float) - Method in class com.codename1.ui.util.ImageIO
Saves an image file at the given resolution, scaling if necessary
save(Image, OutputStream, String, float) - Method in class com.codename1.ui.util.ImageIO
Saves an image object to the given format
save(String, OutputStream, String, int, int, float) - Method in class com.codename1.ui.util.ImageIO
Saves an image file at the given resolution, scaling if necessary
saveAndKeepAspect(String, String, String, int, int, float, boolean, boolean) - Method in class com.codename1.ui.util.ImageIO
Scales an image on disk while maintaining an aspect ratio, the appropriate aspect size will be picked based on the status of scaleToFill
saveImage(Image, OutputStream, String, float) - Method in class com.codename1.ui.util.ImageIO
Saves an image object to the given format
scalb(double, int) - Static method in class com.codename1.util.MathUtil
scalbn (double x, int n) scalbn(x,n) returns x* 2**n computed by exponent manipulation rather than by actually performing an exponentiation or a multiplication.
scalbn(double, int) - Static method in class com.codename1.util.MathUtil
Deprecated.
Please update your code to use scalb
scale(float, float) - Method in class com.codename1.charts.compat.Canvas
Deprecated.
 
scale(int) - Method in class com.codename1.maps.providers.MapProvider
Scale is the distance in map units between each pixel in tile at given zoom level.
scale(int) - Method in class com.codename1.maps.providers.TiledProvider
Scale to the zoom level
scale(int, int) - Method in class com.codename1.ui.EncodedImage
 
scale(float, float) - Method in class com.codename1.ui.Graphics
Scales the coordinate system using the affine transform
scale(int, int) - Method in class com.codename1.ui.Image
Deprecated.
scale should return an image rather than modify the image in place use scaled(int, int) instead
scale(int, int) - Method in class com.codename1.ui.RGBImage
 
scale(float, float, float) - Method in class com.codename1.ui.Transform
Scales the current transform by the provide scale factors.
scale(float, float) - Method in class com.codename1.ui.Transform
 
scaled(int, int) - Method in class com.codename1.ui.animations.Timeline
 
scaled(int, int) - Method in class com.codename1.ui.EncodedImage
 
scaled(int, int) - Method in class com.codename1.ui.Image
Returns a scaled version of this image image using the given width and height, this is a fast algorithm that preserves translucent information.
scaled(int, int) - Method in class com.codename1.ui.RGBImage
 
scaledEncoded(int, int) - Method in class com.codename1.ui.EncodedImage
Performs scaling using ImageIO to gnerate an encoded Image
scaledHeight(int) - Method in class com.codename1.ui.EncodedImage
 
scaledHeight(int) - Method in class com.codename1.ui.Image
Scales the image to the given height while updating the width based on the aspect ratio of the height
scaledLargerRatio(int, int) - Method in class com.codename1.ui.Image
Scales the image while maintaining the aspect ratio to the larger size image
scaledSmallerRatio(int, int) - Method in class com.codename1.ui.EncodedImage
 
scaledSmallerRatio(int, int) - Method in class com.codename1.ui.Image
Scales the image while maintaining the aspect ratio to the smaller size image
scaledWidth(int) - Method in class com.codename1.ui.EncodedImage
 
scaledWidth(int) - Method in class com.codename1.ui.Image
Scales the image to the given width while updating the height based on the aspect ratio of the width
scanBarCode(ScanResult) - Method in class com.codename1.codescan.CodeScanner
Scans based on the settings in this class and returns the results
scanCanceled() - Method in interface com.codename1.codescan.ScanResult
Invoked if the user canceled the scan
scanCompleted(String, String, byte[]) - Method in interface com.codename1.codescan.ScanResult
Called upon a successful scan operation
scanError(int, String) - Method in interface com.codename1.codescan.ScanResult
Invoked if an error occurred during the scanning process
scanQRCode(ScanResult) - Method in class com.codename1.codescan.CodeScanner
Scans based on the settings in this class and returns the results
ScanResult - Interface in com.codename1.codescan
Callback for the code scanner indicating the result of a scan operation, the methods of this call will always be invoked on the EDT!
ScatterChart - Class in com.codename1.charts.views
The scatter chart rendering class.
ScatterChart(XYMultipleSeriesDataset, XYMultipleSeriesRenderer) - Constructor for class com.codename1.charts.views.ScatterChart
Builds a new scatter chart instance.
schedule(int, boolean, Form) - Method in class com.codename1.ui.util.UITimer
Binds the timer to start at the given schedule
schedule(TimerTask, Date) - Method in class java.util.Timer
 
schedule(TimerTask, Date, long) - Method in class java.util.Timer
 
schedule(TimerTask, long) - Method in class java.util.Timer
 
schedule(TimerTask, long, long) - Method in class java.util.Timer
 
scheduleAtFixedRate(TimerTask, Date, long) - Method in class java.util.Timer
 
scheduleAtFixedRate(TimerTask, long, long) - Method in class java.util.Timer
 
scheduleBackgroundTask(Runnable) - Method in class com.codename1.ui.Display
Allows executing a background task in a separate low priority thread.
scheduledExecutionTime() - Method in class java.util.TimerTask
 
screenshotTest(String) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
screenshotTest(String) - Static method in class com.codename1.testing.TestUtils
The screenshot test takes a screenshot of the screen and compares it to a prior screenshot, if both are 100% identical the test passes.
screenToChartCoord(int, int) - Method in class com.codename1.charts.ChartComponent
Converts screen coordinates to chart coordinates.
screenToChartShape(Shape) - Method in class com.codename1.charts.ChartComponent
 
scrollChanged(int, int, int, int) - Method in interface com.codename1.ui.events.ScrollListener
Indicates the scroll changed events
scrollComponentToVisible(Component) - Method in class com.codename1.ui.Container
Makes sure the component is visible in the scroll if this container is scrollable
scrollComponentToVisible(Component) - Method in class com.codename1.ui.Form
Makes sure the component is visible in the scroll if this container is scrollable
ScrollListener - Interface in com.codename1.ui.events
Invoked to indicate a scroll change events
scrollPages(int, boolean) - Method in class com.codename1.ui.html.HTMLComponent
Deprecated.
Scrolls the HTMLComponent several pages forward/backward.
scrollPixels(int, boolean) - Method in class com.codename1.ui.html.HTMLComponent
Deprecated.
Scrolls the HTMLComponent several pixels forward/backward.
scrollRectToVisible(Rectangle, Component) - Method in class com.codename1.ui.Component
Makes sure the component is visible in the scroll if this container is scrollable
scrollRectToVisible(int, int, int, int, Component) - Method in class com.codename1.ui.Component
Makes sure the component is visible in the scroll if this container is scrollable
scrollRectToVisible(Rectangle) - Method in class com.codename1.ui.List
Makes sure the selected index is visible if it is not in the current view rect the list will scroll so it fits within
scrollToElement(HTMLElement, boolean) - Method in class com.codename1.ui.html.HTMLComponent
Deprecated.
Scrolls the HTMLComponent to the specified element
search(String, String, DefaultListModel, ActionListener) - Method in class com.codename1.facebook.FaceBookAccess
Serach for facebook objects
search(Object) - Method in class java.util.Stack
Returns the index of the first occurrence of the object, starting from the top of the stack.
SECOND - Static variable in class java.util.Calendar
Field number for get and set indicating the second within the minute.
SecurityException - Exception in java.lang
Thrown by the system to indicate a security violation.
SecurityException() - Constructor for exception java.lang.SecurityException
Constructs a SecurityException with no detail message.
SecurityException(String) - Constructor for exception java.lang.SecurityException
Constructs a SecurityException with the specified detail message.
SEG_CLOSE - Static variable in interface com.codename1.ui.geom.PathIterator
The current segment closes a loop by an implicit line to the previous PathIterator.SEG_MOVETO coordinate.
SEG_CUBICTO - Static variable in interface com.codename1.ui.geom.PathIterator
The current segment is a cubic parametric curve (more commonly known as a Bezier curve).
SEG_LINETO - Static variable in interface com.codename1.ui.geom.PathIterator
The current segment is a line.
SEG_MOVETO - Static variable in interface com.codename1.ui.geom.PathIterator
Starts a new subpath.
SEG_QUADTO - Static variable in interface com.codename1.ui.geom.PathIterator
The current segment is a quadratic parametric curve.
SELECT_ALL_FLAG - Static variable in class com.codename1.ui.list.GenericListCellRenderer
Put this flag as a Map key to indicate that a checkbox entry rendered by this renderer should act as a "select all" entry and toggle all other entries.
selectInList(String, int) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
selectInList(int[], int) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
selectInList(String, int) - Static method in class com.codename1.testing.TestUtils
Selects the given offset in a list
selectInList(int[], int) - Static method in class com.codename1.testing.TestUtils
Selects the given offset in a list
selectionChanged(int, int, HTMLComponent, List, HTMLElement) - Method in class com.codename1.components.Ads
 
selectionChanged(int, int) - Method in interface com.codename1.ui.events.SelectionListener
Indicates the selection changed in the underlying list model
selectionChanged(int, int, HTMLComponent, List, HTMLElement) - Method in class com.codename1.ui.html.DefaultHTMLCallback
Called when the user selects an item in a List inside the HTMLComponent Note: Selection is traversing through the items - once the user has actually decided, an ActionEvent will be sent as well This method will be called only if HTMLComponent.isEventsEnabled() is true
selectionChanged(int, int, HTMLComponent, List, HTMLElement) - Method in interface com.codename1.ui.html.HTMLCallback
Called when the user selects an item in a List inside the HTMLComponent Note: Selection is traversing through the items - once the user has actually decided, an ActionEvent will be sent as well This method will be called only if HTMLComponent.isEventsEnabled() is true
SelectionListener - Interface in com.codename1.ui.events
Invoked to indicate a selection change in the list model
selectTab(Component) - Method in class com.codename1.ui.Tabs
Invoked to select a specific tab, this method should be overriden for subclasses overriding createTab
sendCrashReport(Throwable, String, boolean) - Static method in class com.codename1.analytics.AnalyticsService
In apps mode we can send information about an exception to the analytics server
sendLog() - Static method in class com.codename1.io.Log
Sends the current log to the cloud regardless of the reporting level
sendMessage(String[], String, Message) - Static method in class com.codename1.messaging.Message
Send an email using the platform mail client
sendMessage(String[], String, Message) - Method in class com.codename1.ui.Display
Send an email using the platform mail client
sendMessageViaCloud(String, String, String, String, String) - Method in class com.codename1.messaging.Message
Send an email message using the Codename One cloud to send the message, notice that this API will only work for pro accounts
sendMessageViaCloudSync(String, String, String, String, String) - Method in class com.codename1.messaging.Message
Send an email message using the Codename One cloud to send the message, notice that this API will only work for pro accounts
sendPushMessage(String, String, boolean, String, String, String) - Static method in class com.codename1.push.Push
Sends a push message and returns true if server delivery succeeded, notice that the push message isn't guaranteed to reach all devices.
sendPushMessage(String, String, boolean, String, String, String, String, String, String, String) - Static method in class com.codename1.push.Push
Sends a push message and returns true if server delivery succeeded, notice that the push message isn't guaranteed to reach all devices.
sendPushMessageAsync(String, String, boolean, String, String, String) - Static method in class com.codename1.push.Push
Sends a push message and returns true if server delivery succeeded, notice that the push message isn't guaranteed to reach all devices.
sendPushMessageAsync(String, String, boolean, String, String, String, String, String, String, String) - Static method in class com.codename1.push.Push
Sends a push message and returns true if server delivery succeeded, notice that the push message isn't guaranteed to reach all devices.
sendRequest() - Method in class com.codename1.components.RSSReader
Send the request to the server, will only work once.
sendSMS(String, String) - Method in class com.codename1.ui.Display
Sends a SMS message to the given phone number
sendSMS(String, String, boolean) - Method in class com.codename1.ui.Display
Sends a SMS message to the given phone number
SENSITIVE - Static variable in class com.codename1.ui.TextArea
Indicates that the text entered is sensitive data that the implementation must never store into a dictionary or table for use in predictive, auto-completing, or other accelerated input schemes.
SEPARATOR - Static variable in class com.codename1.processing.Result
 
SEPTEMBER - Static variable in class java.util.Calendar
Value of the MONTH field indicating the ninth month of the year.
Serializable - Interface in java.io
Here to simplify porting, won't actually work...
seriesPressed(SeriesSelection) - Method in class com.codename1.charts.ChartComponent
Called when a pointer is pressed on a series in the chart.
seriesReleased(SeriesSelection) - Method in class com.codename1.charts.ChartComponent
Called when a pointer is released from a series in the chart.
SeriesSelection - Class in com.codename1.charts.models
 
SeriesSelection(int, int, double, double) - Constructor for class com.codename1.charts.models.SeriesSelection
 
SeriesTransition - Class in com.codename1.charts.transitions
A base class for series transitions of ChartComponent.
SeriesTransition(ChartComponent) - Constructor for class com.codename1.charts.transitions.SeriesTransition
 
SeriesTransition(ChartComponent, int) - Constructor for class com.codename1.charts.transitions.SeriesTransition
 
SeriesTransition(ChartComponent, int, int) - Constructor for class com.codename1.charts.transitions.SeriesTransition
 
set(int, String, double) - Method in class com.codename1.charts.models.CategorySeries
Replaces the value at the specific index in the series.
set(String, String) - Static method in class com.codename1.io.Preferences
Sets a preference value
set(String, int) - Static method in class com.codename1.io.Preferences
Sets a preference value
set(String, long) - Static method in class com.codename1.io.Preferences
Sets a preference value
set(String, double) - Static method in class com.codename1.io.Preferences
Sets a preference value
set(String, float) - Static method in class com.codename1.io.Preferences
Sets a preference value
set(String, boolean) - Static method in class com.codename1.io.Preferences
Sets a preference value
set(String, Object) - Method in class com.codename1.javascript.JavascriptContext
Sets a Javascript value given a compatible Java object value.
set(String, Object) - Method in class com.codename1.javascript.JSObject
Sets a property on the underlying Javascript object.
set(int, Object) - Method in class com.codename1.javascript.JSObject
 
set(int, int, int, int) - Method in class com.codename1.ui.layouts.Insets
 
set(int, E) - Method in class java.util.AbstractList
Replaces the element at the specified location in this list with the specified object.
set(int, E) - Method in class java.util.AbstractSequentialList
 
set(int, E) - Method in class java.util.ArrayList
Replaces the element at the specified location in this ArrayList with the specified object.
set(int) - Method in class java.util.BitSet
Sets the bit at index pos to 1.
set(int, boolean) - Method in class java.util.BitSet
Sets the bit at index pos to val.
set(int, int) - Method in class java.util.BitSet
Sets the bits starting from pos1 to pos2.
set(int, int, boolean) - Method in class java.util.BitSet
Sets the bits starting from pos1 to pos2 to the given val.
set(int, int) - Method in class java.util.Calendar
Sets the time field with the given value.
set(int, E) - Method in class java.util.LinkedList
Replaces the element at the specified location in this LinkedList with the specified object.
set(int, E) - Method in interface java.util.List
Replaces the element at the specified location in this List with the specified object.
set(E) - Method in interface java.util.ListIterator
Replaces the last object returned by next or previous with the specified object.
Set<E> - Interface in java.util
A Set is a data structure which does not allow duplicate elements.
set(int, E) - Method in class java.util.Vector
Replaces the element at the specified location in this vector with the specified object.
set3DText(boolean, boolean) - Method in class com.codename1.ui.plaf.Style
Sets the 3D text decoration for this style
set3DTextNorth(boolean) - Method in class com.codename1.ui.plaf.Style
Sets the text decoration to 3D text
setAbsoluteCenter(boolean) - Method in class com.codename1.ui.layouts.BorderLayout
Deprecated.
use center behavior instead
setAccuracy(float) - Method in class com.codename1.location.Location
 
setActAsSpinnerDialog(boolean) - Method in class com.codename1.ui.ComboBox
When this flag is active the combo box acts as a button that opens a dialog that looks like a spinner this allows creating user interfaces for touch devices where a spinner UI approach is more common than a combo box paradigm.
setAd(String) - Method in class com.codename1.components.Ads
HTML ad received from the server
setAdapter(URLImage.ImageAdapter) - Method in class com.codename1.ui.list.GenericListCellRenderer
The adapter used when dealing with image URL's
setAddBackToTaget(boolean) - Method in class com.codename1.components.RSSReader
Indicates whether a back command should be added implicitly to the target container
setAddresses(Hashtable) - Method in class com.codename1.contacts.Contact
Sets the Contact Addresses
setAdsProvider(Class) - Static method in class com.codename1.ads.AdsService
Sets the provider of the ads service.
setAge(String) - Method in class com.codename1.components.Ads
Sets the users age
setAlign(int) - Method in class com.codename1.ui.layouts.FlowLayout
Alignment of the flow layout, defaults to LEFT
setAlign(UnitValue) - Method in class com.codename1.ui.layouts.mig.DimConstraint
Sets the alignment used wither as a default value for sub-entities or for this entity.
setAlignment(int) - Method in class com.codename1.ui.Button
Deprecated.
use the Style alignment instead
setAlignment(int) - Method in class com.codename1.ui.Label
Deprecated.
use Style.setAlignment instead
setAlignment(int) - Method in class com.codename1.ui.plaf.Style
Sets the Alignment of the Label to one of: CENTER, LEFT, RIGHT
setAlignment(int, boolean) - Method in class com.codename1.ui.plaf.Style
Sets the Alignment of the Label to one of: CENTER, LEFT, RIGHT
setAlignment(int) - Method in class com.codename1.ui.TextArea
Deprecated.
use Style.setAlignment instead
setAlignment(int) - Method in class com.codename1.ui.TextField
 
setAlignX(UnitValue) - Method in class com.codename1.ui.layouts.mig.LC
If the laid out components' bounds in total is less than the final size of the container these align values will be used to align the components in the parent.
setAlignY(UnitValue) - Method in class com.codename1.ui.layouts.mig.LC
If the laid out components' bounds in total is less than the final size of the container these align values will be used to align the components in the parent.
setAllowMinimizing(boolean) - Method in class com.codename1.ui.Display
Allows a Codename One application to minimize without forcing it to the front whenever a new dialog is poped up
setAlpha(int) - Method in class com.codename1.ui.Graphics
Sets alpha as a value between 0-255 (0 - 0xff) where 255 is completely opaque and 0 is completely transparent
setAltitude(double) - Method in class com.codename1.location.Location
Sets the altitude of this Location
setAlwaysRenderSelection(boolean) - Method in class com.codename1.ui.list.DefaultListCellRenderer
Indicates that selection should always be rendered regardless of the status of the shouldRenderSelection flag
setAlwaysRevalidate(boolean) - Static method in class com.codename1.io.services.ImageDownloadService
By default lists don't revalidate on every change to avoid "jumpiness" when scrolling
setAlwaysStore(boolean) - Method in class com.codename1.io.CacheMap
When set to true indicates that all entries should be persisted to storage for a constantly persisting cache
setAlwaysTensile(boolean) - Method in class com.codename1.ui.Component
Enable the tensile drag to work even when a component doesn't have a scroll showable (scrollable flag still needs to be set to true)
setAlwaysTensile(boolean) - Method in class com.codename1.ui.Form
 
setAmPmStrings(String[]) - Method in class com.codename1.l10n.DateFormatSymbols
 
setAmPmStrings(String[]) - Method in class java.text.DateFormatSymbols
 
setAngleMax(double) - Method in class com.codename1.charts.renderers.DialRenderer
Sets the end angle value of the dial.
setAngleMin(double) - Method in class com.codename1.charts.renderers.DialRenderer
Sets the start angle value of the dial.
setAnimateShow(boolean) - Method in class com.codename1.components.InteractionDialog
Indicates whether show/dispose should be animated or not
setAnimateTabSelection(boolean) - Method in class com.codename1.ui.Tabs
Indicates whether clicking on a tab button should result in an animation to the selected tab or an immediate switch
setAnimation(Image) - Method in class com.codename1.components.InfiniteProgress
 
setAnimationDelay(int) - Method in class com.codename1.ui.animations.Timeline
Inidicates the minimal delay between animation frames allowing the CPU to rest.
setAnnotationsColor(int) - Method in class com.codename1.charts.renderers.XYSeriesRenderer
Sets the annotations color.
setAnnotationsTextAlign(int) - Method in class com.codename1.charts.renderers.XYSeriesRenderer
Sets the annotations text align.
setAnnotationsTextSize(float) - Method in class com.codename1.charts.renderers.XYSeriesRenderer
Sets the annotations text size.
setAntiAlias(boolean) - Method in class com.codename1.charts.compat.Paint
Deprecated.
 
setAntiAliased(boolean) - Method in class com.codename1.ui.Graphics
Set whether anti-aliasing for standard rendering operations is turned on.
setAntiAliasedText(boolean) - Method in class com.codename1.ui.Graphics
Set whether anti-aliasing for text is active, notice that text anti-aliasing is a separate attribute from standard anti-alisaing.
setAntialiasing(boolean) - Method in class com.codename1.charts.renderers.DefaultRenderer
Sets the antialiasing value.
setApiVersion(String) - Static method in class com.codename1.facebook.FaceBookAccess
Sets the Facebook api version being used, by default the api calls the non version-ed version of the API.
setAppID(String) - Method in class com.codename1.components.Ads
Simple setter of the unique identifier of the app on the ads service network, no need to manually use this the createAdsService uses this.
setAppId(String) - Method in class com.codename1.facebook.ui.LikeButton
 
setApplyBackgroundColor(boolean) - Method in class com.codename1.charts.renderers.DefaultRenderer
Sets if the background color should be applied.
setAppsMode(boolean) - Static method in class com.codename1.analytics.AnalyticsService
Apps mode allows improved analytics using the newer google analytics API designed for apps
setArrowHeight(int) - Method in class com.codename1.maps.layers.ArrowLinesLayer
Sets the arrow height
setArrowSegmentLength(int) - Method in class com.codename1.maps.layers.ArrowLinesLayer
Sets the arrow segment length
setArrowWidth(int) - Method in class com.codename1.maps.layers.ArrowLinesLayer
Sets the arrow width
setAttachment(String) - Method in class com.codename1.messaging.Message
Sets the message attachment if exists
setAttachmentMimeType(String) - Method in class com.codename1.messaging.Message
Sets the attachment mime type.
setAttribute(String, String) - Method in class com.codename1.ui.html.HTMLElement
Adds the specified attribute and value to this Element if it is supported for the Element and has a valid value.
setAttribute(Object, String) - Method in class com.codename1.xml.Element
Adds the specified attribute and value to this Element if it is supported for the Element and has a valid value.
setAttribute(String, String) - Method in class com.codename1.xml.Element
Adds the specified attribute and value to this Element if it is supported for the Element and has a valid value.
setAttributeById(int, String) - Method in class com.codename1.ui.html.HTMLElement
Allows setting an attribute with an attribute id
setAuthority(String, boolean) - Method in class java.net.URI
Utility method - set the part, ensuring valid format.
setAuthority(String, int, String, boolean) - Method in class java.net.URI
Utility method to construct the authority segment from given host, port, and userinfo segments.
setAutoAdjustDialogSize(boolean) - Static method in class com.codename1.ui.Dialog
Indicates whether Codename One should try to automatically adjust a showing dialog size when a screen size change event occurs
setAutocalculateCenter(boolean) - Method in class com.codename1.charts.views.RoundChart
 
setAutocreateContainerGaps(boolean) - Method in class com.codename1.ui.layouts.GroupLayout
Sets whether or not gaps between the container and the first/last components should automatically be created.
setAutocreateGaps(boolean) - Method in class com.codename1.ui.layouts.GroupLayout
Sets whether or not a gap between components should automatically be created.
setAutoDegradeMaxSize(boolean) - Static method in class com.codename1.ui.TextArea
Indicates whether a high value for default maxSize will be reduced to a lower value if the underlying platform throws an exception.
setAutoDetectURL(String) - Static method in class com.codename1.io.NetworkManager
This URL is used to check whether an Internet connection is available
setAutoDispose(boolean) - Method in class com.codename1.ui.Dialog
Determines whether the execution of a command on this dialog implicitly disposes the dialog.
setAutoFit(boolean) - Method in class com.codename1.ui.layouts.GridLayout
Auto fits columns/rows to available screen space
setAutoFocusOnFirstLink(boolean) - Method in class com.codename1.ui.html.HTMLComponent
Deprecated.
Determines whether to auto-focus on the first link after page load Note that focusing will happen only if the link is within a visible range (no scrolling is performed since this is rarely a wanted behaviour in this case)
setAutoFoldVKBOnFormSwitch(boolean) - Method in class com.codename1.ui.Display
Normally Codename One folds the VKB when switching forms this field allows us to block that behavior.
setAutoplay(boolean) - Method in class com.codename1.components.MediaPlayer
Sets playback to start automatically
setAutoShow(boolean) - Method in class com.codename1.components.Progress
Shows the progress automatically when the request processing is started
setAutoStored(boolean) - Static method in class com.codename1.io.Cookie
This method configures the auto storage of cookies
setAvailIn(int) - Method in class com.codename1.io.gzip.ZStream
Deprecated.
 
setAvailOut(int) - Method in class com.codename1.io.gzip.ZStream
Deprecated.
 
setAxesColor(int) - Method in class com.codename1.charts.renderers.DefaultRenderer
Sets the axes color.
setAxisTitleTextSize(float) - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Sets the axis title text size.
setBackCommand(Command) - Method in class com.codename1.ui.Form
Indicates the command that is defined as the back command out of this form.
setBackCommand(Command) - Method in class com.codename1.ui.MenuBar
Indicates the command that is defined as the back command out of this form.
setBackCommand(Command) - Method in class com.codename1.ui.SideMenuBar
 
setBackCommand(Form, Command) - Method in class com.codename1.ui.util.UIBuilder
Invoked internally to set the back command on the form, this method allows subclasses to change the behavior of back command adding or disable it
setBackCommandEnabled(boolean) - Method in class com.codename1.ui.util.UIBuilder
Seamlessly inserts a back command to all the forms
setBackDestination(String) - Method in class com.codename1.ui.util.UIBuilder
Pops the navigation stack until it finds form name and the back button will match form name if form name isn't in the stack this method will fail
setBackgroundColor(int) - Method in class com.codename1.charts.renderers.DefaultRenderer
Sets the background color.
setBackgroundGradientEndColor(int) - Method in class com.codename1.ui.plaf.Style
Sets the background color for the component
setBackgroundGradientEndColor(int, boolean) - Method in class com.codename1.ui.plaf.Style
Sets the background color for the component
setBackgroundGradientRelativeSize(float) - Method in class com.codename1.ui.plaf.Style
Background radial gradient relative size
setBackgroundGradientRelativeSize(float, boolean) - Method in class com.codename1.ui.plaf.Style
Background radial gradient relative size
setBackgroundGradientRelativeX(float) - Method in class com.codename1.ui.plaf.Style
Background radial gradient relative center position X
setBackgroundGradientRelativeX(float, boolean) - Method in class com.codename1.ui.plaf.Style
Background radial gradient relative center position X
setBackgroundGradientRelativeY(float) - Method in class com.codename1.ui.plaf.Style
Background radial gradient relative center position Y
setBackgroundGradientRelativeY(float, boolean) - Method in class com.codename1.ui.plaf.Style
Background radial gradient relative center position Y
setBackgroundGradientStartColor(int) - Method in class com.codename1.ui.plaf.Style
Sets the background color for the component
setBackgroundGradientStartColor(int, boolean) - Method in class com.codename1.ui.plaf.Style
Sets the background color for the component
setBackgroundImageDetermineSize(boolean) - Method in class com.codename1.ui.plaf.LookAndFeel
Indicates if the bg image of a style should determine the minimum preferred size according to the theme
setBackgroundType(byte) - Method in class com.codename1.ui.plaf.Style
Sets the background type for the component
setBackgroundType(byte, boolean) - Method in class com.codename1.ui.plaf.Style
Sets the background type for the component
setBackIcon(Image) - Method in class com.codename1.components.MediaPlayer
Sets the back Button Icon
setBackToParent(boolean) - Static method in class com.codename1.io.Oauth2
Enables going back to the parent form after login is completed
setBadgeNumber(int) - Method in class com.codename1.ui.Display
Sets the number that appears on the application icon in iOS
setBanner(boolean) - Method in class com.codename1.ads.InnerActive
Sets this ads type, by default this a banner type.
setBarSpacing(double) - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Sets the spacing between bars, in bar charts.
setBarWidth(float) - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Sets the bar chart item constant width in pixels.
setBaseURL(String) - Method in class com.codename1.ui.html.DocumentInfo
Sets the base URL for this document.
setBatchSize(int) - Method in class com.codename1.cloud.CloudListModel
Updates the number of elements fetched from the server in a single batch
setBgColor(int) - Method in class com.codename1.ui.animations.FlipTransition
The background color that is painted behind the flipping effect or -1 to use the paintBackgrounds method instead
setBgColor(int) - Method in class com.codename1.ui.plaf.Style
Sets the background color for the component
setBgColor(int, boolean) - Method in class com.codename1.ui.plaf.Style
Sets the background color for the component
setBgImage(Image) - Method in class com.codename1.ui.Form
Deprecated.
Use the style directly
setBgImage(Image) - Method in class com.codename1.ui.plaf.Style
Sets the background image for the component
setBgImage(Image, boolean) - Method in class com.codename1.ui.plaf.Style
Sets the background image for the component
setBgPainter(Painter) - Method in class com.codename1.ui.plaf.Style
Defines the background painter for this style, normally this would be the internal image/color painter but can be user defined
setBgTransparency(byte) - Method in class com.codename1.ui.plaf.Style
Sets the Component transparency (opacity) level of the Component, zero indicates fully transparent and FF indicates fully opaque.
setBgTransparency(int) - Method in class com.codename1.ui.plaf.Style
Sets the Component transparency level.
setBgTransparency(int, boolean) - Method in class com.codename1.ui.plaf.Style
Sets the Component transparency level.
setBidiAlgorithm(boolean) - Method in class com.codename1.ui.Display
Indicates whether Codename One should consider the bidi RTL algorithm when drawing text or navigating with the text field cursor.
setBirthday(long) - Method in class com.codename1.contacts.Contact
Sets the Contact birthday date
setBit(int) - Method in class com.codename1.util.BigInteger
 
setBitmapFontEnabled(boolean) - Static method in class com.codename1.ui.Font
Indicates whether bitmap fonts should be enabled by default when loading or the fallback system font should be used instead.
setBlockAnalytics(boolean) - Static method in class com.codename1.ui.util.UIBuilder
Enables blocking analytics in the UIBuilder, this is useful for the designer tool.
setBlocking(boolean) - Method in class com.codename1.ui.util.EventDispatcher
Indicates whether this dispatcher blocks when firing events or not, normally a dispatcher uses callSeriallyAndWait() to be 100% synchronous with event delivery however this method is very slow.
setBlockList(boolean) - Method in class com.codename1.components.RSSReader
 
setBodyText(String) - Method in class com.codename1.ui.html.HTMLComponent
Deprecated.
Sets the given string containing HTML code as this HTMLComponent's body
setBodyText(String, String) - Method in class com.codename1.ui.html.HTMLComponent
Deprecated.
Sets the given string containing HTML code as this HTMLComponent's body.
setBoolean(String, boolean) - Method in class com.codename1.cloud.CloudObject
Sets a value
setBoolean(String, Boolean) - Method in class com.codename1.cloud.CloudObject
Sets a value
setBoolean(String, boolean) - Method in class com.codename1.javascript.JSObject
 
setBoolean(int, boolean) - Method in class com.codename1.javascript.JSObject
 
setBorder(Border) - Method in class com.codename1.ui.plaf.Style
Sets the border for the style
setBorder(Border, boolean) - Method in class com.codename1.ui.plaf.Style
Sets the border for the style
setBorderSpacing(int, int) - Method in class com.codename1.ui.table.Table
Sets the spacing of cells border (relevant only for separate borders and not for collapsed)
setBoundary(String) - Method in class com.codename1.io.MultipartRequest
Sets the boundary string, normally you don't need this method.
setBoundPropertyValue(String, Object) - Method in class com.codename1.ui.CheckBox
 
setBoundPropertyValue(String, Object) - Method in class com.codename1.ui.Component
Sets the value of a bound property within this component, notice that this method MUST NOT fire the property change event when invoked to prevent recursion!
setBoundPropertyValue(String, Object) - Method in class com.codename1.ui.Label
 
setBoundPropertyValue(String, Object) - Method in class com.codename1.ui.RadioButton
 
setBoundPropertyValue(String, Object) - Method in class com.codename1.ui.TextArea
 
setBounds(int, int, int, int) - Method in class com.codename1.charts.compat.GradientDrawable
 
setBounds(int, int, int, int) - Method in class com.codename1.ui.geom.Rectangle
Helper method to set coordinates
setBounds(double, double, double, double) - Method in class com.codename1.ui.geom.Rectangle2D
Helper method to set coordinates
setBounds(int, int, int, int) - Method in interface com.codename1.ui.layouts.mig.ComponentWrapper
Sets the component's bounds.
setBounds(Object, String, int, int, int, int) - Static method in class com.codename1.ui.layouts.mig.LinkHandler
Sets a key that can be linked to from any component.
setBrowserComponent(BrowserComponent) - Method in class com.codename1.javascript.JavascriptContext
Sets the BrowserComponent on which this javascript context runs.
setBrowserNavigationCallback(BrowserNavigationCallback) - Method in class com.codename1.components.WebBrowser
Set the browser navigation callback which allows handling a case where a URL invocation can be delegated to Java code.
setBrowserNavigationCallback(BrowserNavigationCallback) - Method in class com.codename1.ui.BrowserComponent
Set the browser navigation callback which allows handling a case where a URL invocation can be delegated to Java code.
setBuiltinSoundsEnabled(boolean) - Method in class com.codename1.ui.Display
Allows muting/unmuting the builtin sounds easily
setBundle(Map<String, String>) - Method in class com.codename1.ui.plaf.UIManager
The resource bundle allows us to implicitly localize the UI on the fly, once its installed all internal application strings query the resource bundle and extract their values from this table if applicable.
setButtonOrder(String) - Static method in class com.codename1.ui.layouts.mig.PlatformDefaults
Sets the order for the typical buttons in a standard button bar.
setCachePrefix(String) - Method in class com.codename1.io.CacheMap
A prefix prepended to storage entries to differentiate them
setCacheSize(int) - Method in class com.codename1.cloud.CloudListModel
Sets the size of the local cache
setCacheSize(int) - Method in class com.codename1.io.CacheMap
Indicates the size of the memory cache after which the cache won't grow further Size is indicated by number of elements stored and not by KB or similar benchmark!
setCalcRange(double[], int) - Method in class com.codename1.charts.views.XYChart
 
setCallback(LoginCallback) - Method in class com.codename1.social.FacebookConnect
Sets the login callback that will receive event callback notification from the API
setCamera(float, float, float, float, float, float, float, float, float) - Method in class com.codename1.ui.Transform
Sets the transform to the specified camera's perspective.
setCanFlushStream(boolean) - Static method in class com.codename1.io.MultipartRequest
Sending large files requires flushing the writer once in a while to prevent Out Of Memory Errors, Some J2ME implementation are not able to flush the streams causing the upload to fail.
setCapStyle(int) - Method in class com.codename1.ui.Stroke
Gets the cap style of the stroke.
setCaseSensitive(boolean) - Method in class com.codename1.xml.XMLParser
Sets the parser to be case sensitive and retain case, otherwise it will convert all data to lower case
setCategory(String) - Method in class com.codename1.components.Ads
Category is a single word description of the application.
setCellAlignment(int) - Method in class com.codename1.ui.table.Table
Indicates the alignment of the cells see label alignment for details
setCellRenderer(boolean) - Method in class com.codename1.ui.Component
Used as an optimization to mark that this component is currently being used as a cell renderer
setCellRenderer(boolean) - Method in class com.codename1.ui.Container
 
setCellX(int) - Method in class com.codename1.ui.layouts.mig.CC
Set an absolute cell x-position in the grid.
setCellY(int) - Method in class com.codename1.ui.layouts.mig.CC
Set an absolute cell x-position in the grid.
setCenterBehavior(int) - Method in class com.codename1.ui.layouts.BorderLayout
Defines the behavior of the center component to one of the constants defined in this class
setCenterX(int) - Method in class com.codename1.charts.views.RoundChart
Sets a new center on X axis.
setCenterY(int) - Method in class com.codename1.charts.views.RoundChart
Sets a new center on Y axis.
setChanged() - Method in class java.util.Observable
Sets the changed flag for this Observable.
setChangesSelectedDateEnabled(boolean) - Method in class com.codename1.ui.Calendar
This flag determines if selected date can be changed by selecting an alternative date
setChangeTabContainerStyleOnFocus(boolean) - Method in class com.codename1.ui.Tabs
Indicates that the tabs container should have its style changed to the selected style when one of the tabs has focus this allows incorporating it into the theme of the application
setChangeTabOnFocus(boolean) - Method in class com.codename1.ui.Tabs
Indicates that a tab should change when the focus changes without the user physically pressing a button
setCharAt(int, char) - Method in class java.lang.StringBuffer
The character at the specified index of this string buffer is set to ch.
setCharAt(int, char) - Method in class java.lang.StringBuilder
The character at the specified index of this string buffer is set to ch.
setChart(AbstractChart) - Method in class com.codename1.charts.ChartComponent
Sets the chart to be displayed in this component.
setChart(ChartComponent) - Method in class com.codename1.charts.transitions.SeriesTransition
Sets the ChartComponent that is the subject of the transition.
setChartTitle(String) - Method in class com.codename1.charts.renderers.DefaultRenderer
Sets the chart title.
setChartTitleTextSize(float) - Method in class com.codename1.charts.renderers.DefaultRenderer
Sets the chart title text size.
setChartValuesFormat(NumberFormat) - Method in class com.codename1.charts.renderers.SimpleSeriesRenderer
Sets the number format for displaying chart values.
setChartValuesSpacing(float) - Method in class com.codename1.charts.renderers.XYSeriesRenderer
Sets the chart values spacing from the data point.
setChartValuesTextAlign(int) - Method in class com.codename1.charts.renderers.XYSeriesRenderer
Sets the chart values text align.
setChartValuesTextSize(float) - Method in class com.codename1.charts.renderers.XYSeriesRenderer
Sets the chart values text size.
setCheckBox(boolean) - Method in class com.codename1.components.MultiButton
Turns the multi-button into a checkbox multi-button
setCheckBoxFocusImages(Image, Image, Image, Image) - Method in class com.codename1.ui.plaf.DefaultLookAndFeel
Sets images for checkbox when in focused mode
setCheckBoxImages(Image, Image) - Method in class com.codename1.ui.plaf.DefaultLookAndFeel
Sets images for checkbox checked/unchecked modes
setCheckBoxImages(Image, Image, Image, Image) - Method in class com.codename1.ui.plaf.DefaultLookAndFeel
Sets images for checkbox checked/unchecked modes
setCheckboxText(String) - Static method in class com.codename1.system.DefaultCrashReporter
The text for the user prompt dialog
setChildren(Vector) - Method in class com.codename1.xml.Element
Sets the children vector of this Element
setClearCommand(Command) - Method in class com.codename1.ui.Form
Indicates the command that is defined as the clear command in this form.
setClearCommand(Command) - Method in class com.codename1.ui.MenuBar
Indicates the command that is defined as the clear command in this form.
setClearText(String) - Static method in class com.codename1.ui.TextField
Set the text that should appear on the clear softkey
setClickEnabled(boolean) - Method in class com.codename1.charts.renderers.DefaultRenderer
Deprecated. 
setClientId(String) - Static method in class com.codename1.facebook.FaceBookAccess
The client id (appid) which asks to connect (this is generated when an app is created see: https://developers.facebook.com/apps)
setClientSecret(String) - Static method in class com.codename1.facebook.FaceBookAccess
The client secret is been generated by facebook see: https://developers.facebook.com/apps
setClientSecret(String) - Method in class com.codename1.facebook.ui.LikeButton
 
setClip(int[]) - Method in class com.codename1.ui.Graphics
Sets the clip from an array containing x, y, width, height value
setClip(int, int, int, int) - Method in class com.codename1.ui.Graphics
Updates the clipping region to match the given region exactly
setCloudBoundProperty(String) - Method in class com.codename1.ui.Component
Indicates the property within this component that should be bound to the cloud object
setCloudDestinationProperty(String) - Method in class com.codename1.ui.Component
The destination property of the CloudObject
setCloudMessageFailSilently(boolean) - Method in class com.codename1.messaging.Message
Indicates whether the cloud message should produce an error dialog if sending failed
setCollapseBorder(boolean) - Method in class com.codename1.ui.table.Table
Indicates whether the borders of the cells should collapse to form a one line border
setColor(int) - Method in class com.codename1.charts.compat.Paint
Deprecated.
 
setColor(int) - Method in class com.codename1.charts.renderers.SimpleSeriesRenderer
Sets the series color.
setColor(int) - Method in class com.codename1.charts.renderers.XYSeriesRenderer.FillOutsideLine
Sets the fill color
setColor(int) - Method in class com.codename1.ui.Graphics
Sets the current rgb color while ignoring any potential alpha component within said color value.
setColumnConstraints(Object) - Method in class com.codename1.ui.layouts.mig.MigLayout
Deprecated.
Sets the column layout constraints for the layout manager instance as a String.
setColumns(int) - Method in class com.codename1.ui.spinner.GenericSpinner
Sets the column count
setColumns(int) - Method in class com.codename1.ui.TextArea
Sets the number of columns in the text area
setComboBoxImage(Image) - Method in class com.codename1.ui.plaf.DefaultLookAndFeel
Sets image for the combo box dropdown drawing
setCommand(Command) - Method in class com.codename1.components.MultiButton
Sets the command for the component, it doesn't affe
setCommand(Command) - Method in class com.codename1.ui.Button
Applies the given command to this button
setCommandBehavior(int) - Method in class com.codename1.ui.Display
Indicates the way commands should be added to a form as one of the ocmmand constants defined in this class
setCommandList(boolean) - Method in class com.codename1.ui.List
Indicates that the list should be treated as a list of commands, if the user "clicks" a command from the list its action performed method is invoked.
setCommandName(String) - Method in class com.codename1.ui.Command
sets the Command name
setCommandsAsButtons(boolean) - Static method in class com.codename1.ui.Dialog
Places commands as buttons at the bottom of the standard static dialogs rather than as softbuttons.
setCommandUIID(Command, String) - Method in class com.codename1.ui.MenuBar
Sets the command UIID to the given UIID, notice that this won't work for all menu types since some menu types might be implemented natively or as a list in which case the UIID won't apply!
setComment(String) - Method in class com.codename1.io.gzip.GZIPHeader
 
setComment(String) - Method in class com.codename1.io.gzip.GZIPOutputStream
 
setCommitOnDispose(TextField, boolean) - Static method in class com.codename1.ui.VirtualKeyboard
Indicates whether the VKB should commit changes to the text field when the VKB is closed not via the OK button.
setCommitTimeout(int) - Method in class com.codename1.ui.TextField
The amount of time in milliseconds it will take for a change to get committed into the field.
setCompletionRenderer(ListCellRenderer) - Method in class com.codename1.ui.AutoCompleteTextField
Sets a custom renderer to the completion suggestions list.
setComponentConstraints(Component, Object) - Method in class com.codename1.ui.layouts.mig.MigLayout
Deprecated.
Sets the component constraint for the component that already must be handled by this layout manager.
setComponentSelectedStyle(String, Style) - Method in class com.codename1.ui.plaf.UIManager
Allows a developer to programmatically install a style into the UI manager
setComponentState(Object) - Method in class com.codename1.components.OnOffSwitch
If getComponentState returned a value the setter can update the value and restore the prior state.
setComponentState(Object) - Method in class com.codename1.ui.Component
If getComponentState returned a value the setter can update the value and restore the prior state.
setComponentState(Object) - Method in class com.codename1.ui.spinner.GenericSpinner
If getComponentState returned a value the setter can update the value and restore the prior state.
setComponentStyle(String, Style) - Method in class com.codename1.ui.plaf.UIManager
Allows a developer to programmatically install a style into the UI manager
setComponentStyle(String, Style, String) - Method in class com.codename1.ui.plaf.UIManager
Allows a developer to programmatically install a style into the UI manager
setConnection(Object) - Method in class com.codename1.io.BufferedInputStream
If applicable this member represents the connection object for the stream
setConnection(Object) - Method in class com.codename1.io.BufferedOutputStream
If applicable this member represents the connection object for the stream
setConstaints(DimConstraint[]) - Method in class com.codename1.ui.layouts.mig.AC
Sets the different net.miginfocom.layout.DimConstraints that this object should consists of.
setConstraint(int) - Method in class com.codename1.ui.TextArea
Sets the constraint
setConstraintMap(Map<Component, Object>) - Method in class com.codename1.ui.layouts.mig.MigLayout
Deprecated.
Sets the constraints map.
setConstraints(Component, GridBagConstraints) - Method in class com.codename1.ui.layouts.GridBagLayout
 
setContainerState(Container, Hashtable) - Method in class com.codename1.ui.util.UIBuilder
This method is the container navigation equivalent of setFormState() see that method for details.
setContentType(String) - Method in class com.codename1.io.ConnectionRequest
 
setCookieHeader(String) - Static method in class com.codename1.io.ConnectionRequest
Workaround for https://bugs.php.net/bug.php?id=65633 allowing developers to customize the name of the cookie header to Cookie
setCookiesEnabled(boolean) - Method in class com.codename1.io.ConnectionRequest
 
setCookiesEnabledDefault(boolean) - Static method in class com.codename1.io.ConnectionRequest
 
setCountry(String) - Method in class com.codename1.contacts.Address
Sets Address Country
setCrashReporter(CrashReport) - Method in class com.codename1.ui.Display
The crash reporter gets invoked when an uncaught exception is intercepted
setCRC(long) - Method in class com.codename1.io.gzip.GZIPHeader
 
setCreatePlainTextDetails(boolean) - Method in class com.codename1.io.services.RSSService
Creates an additional "details" attribute in the resulting hashtables which effectively contains a plain text version of the description tag.
setCSSSupportedMediaTypes(String[]) - Static method in class com.codename1.ui.html.HTMLComponent
Deprecated.
Sets the supported CSS media types to the given strings.
setCurrentAccessPoint(String) - Method in class com.codename1.io.NetworkManager
Returns the id of the current access point
setCurrentDate(Date) - Method in class com.codename1.ui.Calendar
Sets the Calendar view on the given date, only the the month and year are being considered.
setCurrentDate(Date) - Method in class com.codename1.ui.spinner.DateTimeSpinner
 
setCurrentDay(int) - Method in class com.codename1.ui.spinner.DateSpinner
 
setCurrentHour(int) - Method in class com.codename1.ui.spinner.TimeSpinner
Set the hour from 1-12 or 0-23
setCurrentMeridiem(boolean) - Method in class com.codename1.ui.spinner.TimeSpinner
 
setCurrentMinute(int) - Method in class com.codename1.ui.spinner.TimeSpinner
 
setCurrentMode(String) - Method in class com.codename1.ui.VirtualKeyboard
Sets the current virtual keyboard mode.
setCurrentMonth(int) - Method in class com.codename1.ui.spinner.DateSpinner
 
setCurrentMotionTime(long) - Method in class com.codename1.ui.animations.Motion
Allows overriding the getCurrentMotionTime method value with a manual value to provide full developer control over animation speed/position.
setCurrentYear(int) - Method in class com.codename1.ui.spinner.DateSpinner
 
setCursorBlinkTimeOff(int) - Method in class com.codename1.ui.TextField
The amount of time in milliseconds in which the cursor is invisible
setCursorBlinkTimeOn(int) - Method in class com.codename1.ui.TextField
The amount of time in milliseconds in which the cursor is visible
setCursorPosition(int) - Method in class com.codename1.ui.TextField
Sets the position of the cursor char position
setCustomProperty(String, CustomProperty) - Static method in class com.codename1.cloud.CloudObject
Install a custom property on the given property name
setCycleLeft(boolean) - Method in class com.codename1.components.ImageViewer
By default the ImageViewer cycles from the beginning to the end of the list when going to the left, setting this to false prevents this behaviour
setCycleRight(boolean) - Method in class com.codename1.components.ImageViewer
By default the ImageViewer cycles from the end to the beginning of the list when going to the right, setting this to false prevents this behaviour
setCyclicFocus(boolean) - Method in class com.codename1.ui.Form
Indicates whether focus should cycle within the form
setData(byte[]) - Method in class com.codename1.io.services.CachedData
 
setDatasetRenderer(XYMultipleSeriesDataset, XYMultipleSeriesRenderer) - Method in class com.codename1.charts.views.LineChart
Sets the series and the renderer.
setDatasetRenderer(XYMultipleSeriesDataset, XYMultipleSeriesRenderer) - Method in class com.codename1.charts.views.ScatterChart
 
setDatasetRenderer(XYMultipleSeriesDataset, XYMultipleSeriesRenderer) - Method in class com.codename1.charts.views.XYChart
 
setDataSource(String, Runnable) - Method in class com.codename1.components.MediaPlayer
Sets the data source of this video player
setDataSource(String) - Method in class com.codename1.components.MediaPlayer
Convenience JavaBean method, see other version of this method
setDataSource(InputStream, String, Runnable) - Method in class com.codename1.components.MediaPlayer
Sets the data source of this video player
setDate(Date) - Method in class com.codename1.ui.Calendar
Sets the current date in the view and the selected date to be the same.
setDate(Date) - Method in class com.codename1.ui.spinner.Picker
Sets the date, this value is used both for type date/date and time.
setDateFormat(String) - Method in class com.codename1.charts.views.TimeChart
Sets the date format pattern to be used for formatting the X axis labels.
setDateFormatSymbols(DateFormatSymbols) - Method in class com.codename1.l10n.SimpleDateFormat
Apply new date format symbols for parsing/formatting textual components of dates in a localisation sensitive way.
setDateFormatSymbols(DateFormatSymbols) - Method in class java.text.SimpleDateFormat
Deprecated.
Apply new date format symbols for parsing/formatting textual components of dates in a localisation sensitive way.
setDebugMillis(int) - Method in class com.codename1.ui.layouts.mig.LC
If > 0 the debug decorations will be repainted every millis.
setDefaultActAsSpinnerDialog(boolean) - Static method in class com.codename1.ui.ComboBox
When this flag is active the combo box acts as a button that opens a dialog that looks like a spinner this allows creating user interfaces for touch devices where a spinner UI approach is more common than a combo box paradigm.
setDefaultAdapter(URLImage.ImageAdapter) - Static method in class com.codename1.ui.list.GenericListCellRenderer
The default adapter to use for image URLs
setDefaultAlwaysTensile(boolean) - Method in class com.codename1.ui.plaf.LookAndFeel
Enable the tensile drag to work even when a component doesn't have a scroll showable (scrollable flag still needs to be set to true)
setDefaultBorder(Border) - Static method in class com.codename1.ui.plaf.Border
Sets the default border to the given value
setDefaultBufferSize(int) - Static method in class com.codename1.io.BufferedInputStream
The default size for a stream buffer
setDefaultBufferSize(int) - Static method in class com.codename1.io.BufferedOutputStream
The default size for a stream buffer
setDefaultChangeInputModeKey(int) - Static method in class com.codename1.ui.TextField
Key to change the input mode on the device
setDefaultColumnWidth(int) - Static method in class com.codename1.ui.table.TableLayout
Indicates the default (in percentage) for the column width, -1 indicates automatic sizing
setDefaultCommand(Command) - Method in class com.codename1.ui.Form
Default command is invoked when a user presses fire, this functionality works well in some situations but might collide with elements such as navigation and combo boxes.
setDefaultCommand(Command) - Method in class com.codename1.ui.MenuBar
Default command is invoked when a user presses fire, this functionality works well in some situations but might collide with elements such as navigation and combo boxes.
setDefaultDialogPosition(String) - Static method in class com.codename1.ui.Dialog
Default screen orientation position for the upcoming dialog.
setDefaultDialogTransitionIn(Transition) - Method in class com.codename1.ui.plaf.LookAndFeel
Allows us to define a default animation that will draw the transition for entering a dialog
setDefaultDialogTransitionOut(Transition) - Method in class com.codename1.ui.plaf.LookAndFeel
Allows us to define a default animation that will draw the transition for exiting a dialog
setDefaultDialogType(int) - Static method in class com.codename1.ui.Dialog
The default type for dialogs
setDefaultDPI(Integer) - Static method in class com.codename1.ui.layouts.mig.PlatformDefaults
Sets the default platform DPI.
setDefaultEncoding(String) - Static method in class com.codename1.ui.html.DocumentInfo
Sets the default encoding for the document e.g.
setDefaultEndsWith3Points(boolean) - Method in class com.codename1.ui.plaf.LookAndFeel
Indicates whether labels should end with 3 points by default
setDefaultFireOnClick(boolean) - Static method in class com.codename1.ui.List
Default value for the fire on click behavior
setDefaultFollowRedirects(boolean) - Static method in class com.codename1.io.ConnectionRequest
 
setDefaultFont(Font) - Static method in class com.codename1.ui.Font
Sets the global default font instance
setDefaultFont(String, Font) - Method in class com.codename1.ui.html.HTMLComponent
Deprecated.
Sets the default font for this HTMLComponent
setDefaultFormTintColor(int) - Method in class com.codename1.ui.plaf.LookAndFeel
Tint color is set when a form is partially covered be it by a menu or by a dialog.
setDefaultFormTransitionIn(Transition) - Method in class com.codename1.ui.plaf.LookAndFeel
Allows us to define a default animation that will draw the transition for entering a form
setDefaultFormTransitionOut(Transition) - Method in class com.codename1.ui.plaf.LookAndFeel
Allows us to define a default animation that will draw the transition for exiting a form
setDefaultHorizontalUnit(int) - Static method in class com.codename1.ui.layouts.mig.PlatformDefaults
Sets the default unit.
setDefaultIgnoreFocusComponentWhenUnfocused(boolean) - Static method in class com.codename1.ui.List
Indicates whether the list should not paint the focus component if the list itself has no focus.
setDefaultIncludeSelectCancel(boolean) - Static method in class com.codename1.ui.ComboBox
Indicates whethe the soft buttons for select/cancel should appear for the combo box by default
setDefaultInputModeOrder(String[]) - Static method in class com.codename1.ui.TextField
Sets the order in which input modes are toggled by default and allows disabling/hiding an input mode
setDefaultInputModeOrder(String[]) - Static method in class com.codename1.ui.VirtualKeyboard
Sets the order in which input modes are toggled by default and allows disabling/hiding an input mode
setDefaultLinearMotion(boolean) - Static method in class com.codename1.ui.animations.CommonTransitions
Indicates whether the motion associated with these transitions by default is linear or spline motion
setDefaultMaintainAspectRatio(boolean) - Static method in class com.codename1.io.services.ImageDownloadService
 
setDefaultMaxSize(int) - Static method in class com.codename1.ui.TextArea
Sets the default limit for the native text box size
setDefaultMenuTransitionIn(Transition) - Method in class com.codename1.ui.plaf.LookAndFeel
Allows us to define a default animation that will draw the transition for entering a Menu
setDefaultMenuTransitionOut(Transition) - Method in class com.codename1.ui.plaf.LookAndFeel
Allows us to define a default animation that will draw the transition for exiting a Menu
setDefaultRowAlignmentBaseline(boolean) - Static method in class com.codename1.ui.layouts.mig.PlatformDefaults
The default alignment for rows.
setDefaultRowHeight(int) - Static method in class com.codename1.ui.table.TableLayout
Indicates the default (in percentage) for the row height, -1 indicates automatic sizing
setDefaultSmoothScrolling(boolean) - Method in class com.codename1.ui.plaf.LookAndFeel
Indicates whether lists and containers should have smooth scrolling by default
setDefaultSmoothScrollingSpeed(int) - Method in class com.codename1.ui.plaf.LookAndFeel
Indicates the default speed for smooth scrolling
setDefaultSnapToGrid(boolean) - Method in class com.codename1.ui.plaf.LookAndFeel
Indicates whether scrolling this component should jump to a specific location in a grid
setDefaultSymbolDialogKey(int) - Static method in class com.codename1.ui.TextField
The default key for poping open the symbol dialog
setDefaultTensileDrag(boolean) - Method in class com.codename1.ui.plaf.LookAndFeel
Indicates whether tensile drag should be active by default
setDefaultTickerEnabled(boolean) - Static method in class com.codename1.ui.Label
Allows disabling/enabling tickers globally
setDefaultTimeout(int) - Static method in class com.codename1.io.services.ImageDownloadService
Indicates the default timeout to use for image download service, -1 indicates no default is set.
setDefaultUnit(int) - Static method in class com.codename1.ui.layouts.mig.UnitValue
setDefaultUserAgent(String) - Static method in class com.codename1.io.ConnectionRequest
 
setDefaultValign(int) - Static method in class com.codename1.ui.TextArea
Indicates the default vertical alignment for a text field, only applies to single line text fields
setDefaultVerticalUnit(int) - Static method in class com.codename1.ui.layouts.mig.PlatformDefaults
Sets the default unit.
setDefaultVirtualKeyboard(VirtualKeyboardInterface) - Method in class com.codename1.ui.Display
Sets the default virtual keyboard to be used by the platform
setDefaultVirtualKeyboardClass(Class) - Static method in class com.codename1.ui.VirtualKeyboard
Sets the default virtual keyboard class for the com.codename1.ui.VirtualKeyboard type This class is used as the default virtual keyboard class if the current platform VirtualKeyboard is com.codename1.ui.VirtualKeyboard.
setDefaultVisualPadding(String, int[]) - Static method in class com.codename1.ui.layouts.mig.PlatformDefaults
Sets the visual bounds for a component type.
setDescription(String) - Method in class com.codename1.maker.MakerPlugin
Deprecated.
The description that the user has set to this plugin
setDescription(String) - Method in class com.codename1.payment.Product
 
setDesignTime(ContainerWrapper, boolean) - Static method in class com.codename1.ui.layouts.mig.LayoutUtil
Sets if design time is turned on for a Container in ContainerWrapper.
setDesignTimeEmptySize(int) - Static method in class com.codename1.ui.layouts.mig.LayoutUtil
The size of an empty row or columns in a grid during design time.
setDestinationFile(String) - Method in class com.codename1.io.ConnectionRequest
When set to a none null string saves the response to file system under this file name
setDestinationStorage(String) - Method in class com.codename1.io.ConnectionRequest
When set to a none null string saves the response to storage under this file name
setDialogInsets(UnitValue, UnitValue, UnitValue, UnitValue) - Static method in class com.codename1.ui.layouts.mig.PlatformDefaults
Sets the default insets for a dialog.
setDialogPosition(String) - Method in class com.codename1.ui.Dialog
Screen orientation position for the upcoming dialog.
setDialogStyle(Style) - Method in class com.codename1.ui.Dialog
Simple setter to set the Dialog Style
setDialogType(int) - Method in class com.codename1.ui.Dialog
The type of the dialog can be one of TYPE_WARNING, TYPE_INFO, TYPE_ERROR, TYPE_CONFIRMATION or TYPE_ALARM
setDialogUIID(String) - Method in class com.codename1.ui.Dialog
Simple setter to set the Dialog uiid
setDictionary(byte[], int) - Method in class com.codename1.io.gzip.Deflater
 
setDictionary(byte[], int) - Method in class com.codename1.io.gzip.Inflater
 
setDimensions(int, int, int) - Method in class com.codename1.charts.views.PieMapper
Set PieChart location on screen.
setDirection(float) - Method in class com.codename1.location.Location
Sets the direction of this Location
setDirtyRegion(Rectangle) - Method in class com.codename1.ui.Component
sets the Component dirty region, this method is for internal use only and SHOULD NOT be invoked by user code.
setDisableBuffering(boolean) - Method in class com.codename1.io.BufferedInputStream
 
setDisableColor(int) - Method in class com.codename1.ui.plaf.LookAndFeel
Simple setter to disable color
setDisabledIcon(Image) - Method in class com.codename1.ui.Button
Indicates the icon that is displayed on the button when the button is in the disabled state
setDisabledIcon(Image) - Method in class com.codename1.ui.Command
Indicates the icon that is displayed on the button when the button is in the disabled state
setDisabledStyle(Style) - Method in class com.codename1.ui.Component
Changes the Component disalbed Style by replacing the Component Style with the given Style
setDisableStaticDialogScrolling(boolean) - Static method in class com.codename1.ui.Dialog
Allows a developer to indicate his interest that the dialog should no longer scroll on its own but rather rely on the scrolling properties of internal scrollable containers.
setDisplayBoundingPoints(boolean) - Method in class com.codename1.charts.renderers.SimpleSeriesRenderer
Sets if the bounding points of the first and last visible ones should be displayed.
setDisplayChartValues(boolean) - Method in class com.codename1.charts.renderers.XYSeriesRenderer
Sets if the chart point values should be displayed as text.
setDisplayChartValuesDistance(int) - Method in class com.codename1.charts.renderers.XYSeriesRenderer
Sets chart values minimum distance.
setDisplayName(String) - Method in class com.codename1.contacts.Contact
Sets the Contact display name
setDisplayName(boolean) - Method in class com.codename1.maps.layers.PointLayer
This method declares if the point name should be displayed
setDisplayName(String) - Method in class com.codename1.payment.Product
 
setDisplayValues(boolean) - Method in class com.codename1.charts.renderers.DefaultRenderer
Sets if the values should be displayed as text (supported by pie chart).
setDisposeOnCompletion(boolean) - Method in class com.codename1.components.Progress
 
setDisposeOnCompletion(Dialog) - Method in class com.codename1.io.ConnectionRequest
A dialog that will be seamlessly disposed once the given request has been completed
setDisposesDialog(boolean) - Method in class com.codename1.ui.Command
Indicates whether this command causes the dialog to dispose implicitly, defaults to true
setDisposeWhenPointerOutOfBounds(boolean) - Method in class com.codename1.ui.Dialog
This flag indicates if the dialog should be disposed if a pointer released event occurred out of the dialog content.
setDockSide(int) - Method in class com.codename1.ui.layouts.mig.CC
Sets the docking side.
setDOM(HTMLElement) - Method in class com.codename1.ui.html.HTMLComponent
Deprecated.
Sets this HTMLComponent to render the document in the specified DOM.
setDOM(HTMLElement, String) - Method in class com.codename1.ui.html.HTMLComponent
Deprecated.
Sets this HTMLComponent to render the document in the specified DOM
setDomain(String) - Method in class com.codename1.io.Cookie
 
setDoneListener(ActionListener) - Method in class com.codename1.ui.TextField
Sets a Done listener on the TextField - notice this listener will be called only on supported platforms that supports done action on the keyboard
setDontSendButtonText(String) - Static method in class com.codename1.system.DefaultCrashReporter
The text for the user prompt dialog
setDouble(String, double) - Method in class com.codename1.cloud.CloudObject
Sets a value
setDouble(String, Double) - Method in class com.codename1.cloud.CloudObject
Sets a value
setDouble(String, double) - Method in class com.codename1.javascript.JSObject
 
setDouble(int, double) - Method in class com.codename1.javascript.JSObject
 
setDownloadToStyles(boolean) - Method in class com.codename1.io.services.ImageDownloadService
Downloads the image to the style objects associated with this component, effectively sets the bgImage property on all the styles for the component instead of invoking setIcon
setDraggable(boolean) - Method in class com.codename1.ui.Component
Indicates whether this component can be dragged in a drag and drop operation rather than scroll the parent
setDragStartPercentage(int) - Method in class com.codename1.ui.Display
This method allows us to manipulate the drag started detection logic.
setDrawBorder(boolean) - Method in class com.codename1.ui.table.Table
Indicates whether the table border should be drawn
setDrawEmptyCellsBorder(boolean) - Method in class com.codename1.ui.table.Table
Indicates whether empty cells should have borders (relevant only for separate borders and not for collapsed)
setDropTarget(boolean) - Method in class com.codename1.ui.Component
Indicates whether this component can receive dropped components into it, notice that when dropping on a component or container the parents will be checked recursively to find a valid drop target
setDuplicateSupported(boolean) - Method in class com.codename1.io.ConnectionRequest
Indicates whether this connection request supports duplicate entries in the request queue
setDuration(int) - Method in class com.codename1.charts.transitions.SeriesTransition
Sets the duration of the transition in milliseconds.
setDuration(int) - Method in class com.codename1.ui.animations.FlipTransition
The duration for the flip transition
setDurationMode(boolean) - Method in class com.codename1.ui.spinner.TimeSpinner
Duration mode uses the time spinner to indicate a duration in hours and minutes
setEagerLock(boolean) - Method in class com.codename1.components.ImageViewer
Eager locking effectively locks the right/left images as well as the main image, as a result more heap is taken
setEagerSwipeMode(boolean) - Method in class com.codename1.ui.Tabs
Allows marking tabs as swipe "eager" which instantly triggers swipe on movement rather than threshold the swipe.
setEasing(int) - Method in class com.codename1.charts.transitions.SeriesTransition
Sets the type of easing used in the transition.
setEditable(boolean) - Method in class com.codename1.ui.Slider
Indicates the slider is modifyable
setEditable(boolean) - Method in class com.codename1.ui.TextArea
Sets this text area to be editable or readonly
setEditable(boolean) - Method in class com.codename1.ui.TextField
 
setElementAt(E, int) - Method in class java.util.Vector
Replaces the element at the specified location in this vector with the specified object.
setElementUIID(String) - Method in class com.codename1.ui.ComponentGroup
The UIID to apply to the elements within this container
setEmails(Hashtable) - Method in class com.codename1.contacts.Contact
Sets the Contact emails
setEmbed(String) - Method in class com.codename1.ui.util.EmbeddedContainer
Indicates the name of the container to embed into this container
setEmblem(Image) - Method in class com.codename1.components.MultiButton
Sets the emblem
setEmblemName(String) - Method in class com.codename1.components.MultiButton
Sets the name of the emblem (important for use in generic renderers
setEmblemPosition(String) - Method in class com.codename1.components.MultiButton
Sets the emblem position based on border layout constraints
setEmblemUIID(String) - Method in class com.codename1.components.MultiButton
Sets the UIID of the emblem
setEnabled(boolean) - Method in class com.codename1.ui.Command
Allows disabling/enabling the command
setEnabled(boolean) - Method in class com.codename1.ui.Component
Indicates whether component is enabled or disabled thus allowing us to prevent a component from receiving input events and indicate so visually
setEnabled(boolean) - Method in class com.codename1.ui.Container
This method will recursively set all the Container chidrens to be enabled/disabled.
setEnableInputScroll(boolean) - Method in class com.codename1.ui.TextField
Indicates whether text field input should scroll to the right side when no more room for the input is present.
setEncoding(String) - Method in class com.codename1.ui.html.DocumentInfo
Sets the document encoding (This can be determined via the charset attribute in the response)
setEndDate(Date) - Method in class com.codename1.ui.spinner.DateTimeSpinner
 
setEndGroup(String) - Method in class com.codename1.ui.layouts.mig.DimConstraint
Sets the end group that this entity should be in for the demension that this object is describing.
setEndsWith3Points(boolean) - Method in class com.codename1.ui.Label
If the Label text is too long fit the text to the widget and add "..." points at the end.
setEndsWith3Points(boolean) - Method in class com.codename1.ui.TextArea
If the TextArea text is too long to fit the text to the widget add "..." points at the last displayable row.
setEndTime(int) - Method in class com.codename1.ui.animations.AnimationObject
The end time of the animation determines when we finish actually drawing the animation object.
setEndYear(int) - Method in class com.codename1.ui.spinner.DateSpinner
 
setEntryInListModel(int, Image) - Method in class com.codename1.io.services.ImageDownloadService
This method is invoked when an image finished downloading and should be set to an offset in the list model.
setEnumValues(Object[], Class) - Static method in class java.lang.Enum
 
setEras(String[]) - Method in class com.codename1.l10n.DateFormatSymbols
 
setEras(String[]) - Method in class java.text.DateFormatSymbols
 
setError(Exception) - Method in class com.codename1.io.NetworkEvent
 
setError() - Method in class java.io.PrintStream
Set the error state of the stream to true.
setErrorText(String) - Static method in class com.codename1.system.DefaultCrashReporter
The text for the user prompt dialog
setEventsEnabled(boolean) - Method in class com.codename1.ui.html.HTMLComponent
Deprecated.
Sets whether the active controls in the HTML will trigger events, and whether the DOM will change dynamically due to user input.
setExpectedContentType(int) - Method in class com.codename1.ui.html.DocumentInfo
Sets this expected content type to be either TYPE_HTML, TYPE_IMAGE or TYPE_CSS When the document itself is requested the type will be TYPE_HTML and when images in the document are requested the type will be TYPE_IMAGE The differentiation is important to handle cases in which the HTMLComponent expects one type but the URL is has a resource of another type
setExpires(long) - Method in class com.codename1.io.Cookie
 
setExternal(boolean) - Method in class com.codename1.ui.layouts.mig.CC
If this boolean is true this component is not handled in any way by the layout manager and the component can have its bounds set by an external handler which is normally by the use of some component.setBounds(x, y, width, height) directly (for Swing).
setExternalZoomEnabled(boolean) - Method in class com.codename1.charts.renderers.DefaultRenderer
Deprecated. 
setFadeScrollBar(boolean) - Method in class com.codename1.ui.plaf.LookAndFeel
Indicates whether the scrollbar should fade when unused
setFadeScrollBarSpeed(int) - Method in class com.codename1.ui.plaf.LookAndFeel
 
setFadeScrollEdge(boolean) - Method in class com.codename1.ui.plaf.LookAndFeel
Indicates whether the edge of a scrollable area should fade out
setFadeScrollEdgeLength(int) - Method in class com.codename1.ui.plaf.LookAndFeel
Indicates the width/height of the fading edge to indicate scrolling
setFailOnMissingTruetype(boolean) - Static method in class com.codename1.ui.util.Resources
 
setFailSilently(boolean) - Static method in class com.codename1.analytics.AnalyticsService
Indicates whether analytics server failures should brodcast an error event
setFailSilently(boolean) - Method in class com.codename1.io.ConnectionRequest
Indicates that we are uninterested in error handling
setFamilyName(String) - Method in class com.codename1.contacts.Contact
Sets Contact family name
setFastScale(boolean) - Static method in class com.codename1.io.services.ImageDownloadService
Fast scaling uses runtime draw scaling rather than the Image scaled method.
setFG(Graphics, Component) - Method in class com.codename1.ui.plaf.LookAndFeel
Sets the foreground color and font for a generic component, reuse-able by most component drawing code
setFgColor(int) - Method in class com.codename1.ui.plaf.Style
Sets the foreground color for the component
setFgColor(int, boolean) - Method in class com.codename1.ui.plaf.Style
Sets the foreground color for the component
setFilename(String, String) - Method in class com.codename1.io.MultipartRequest
Sets the filename for the given argument
setFileURL(String) - Method in class com.codename1.io.Log
Indicates the URL where the log file is saved
setFileWriteEnabled(boolean) - Method in class com.codename1.io.Log
Indicates whether GCF's file writing should be used to generate the log file
setFill(boolean) - Method in class com.codename1.ui.layouts.mig.DimConstraint
Sets if the component in the row/column that this constraint should default be grown in the same dimension that this constraint represents (width for column and height for a row).
setFillBelowLine(boolean) - Method in class com.codename1.charts.renderers.XYSeriesRenderer
setFillBelowLineColor(int) - Method in class com.codename1.charts.renderers.XYSeriesRenderer
Deprecated.
Use FillOutsideLine.setColor instead
setFillLastRow(boolean) - Method in class com.codename1.ui.layouts.GridLayout
When set to true makes the grid layout fill the last row of the layout entirely if the number of elements in that row is bigger.
setFillPoints(boolean) - Method in class com.codename1.charts.renderers.XYSeriesRenderer
Sets if the chart points should be filled.
setFillRange(int[]) - Method in class com.codename1.charts.renderers.XYSeriesRenderer.FillOutsideLine
Sets the fill range which is the minimum and maximum data index values for the fill.
setFillRows(boolean) - Method in class com.codename1.ui.layouts.FlowLayout
Indicates whether the layout manager should try to fill up the available space in the row
setFillX(boolean) - Method in class com.codename1.ui.layouts.mig.LC
If the layout should always claim the whole bounds of the laid out container even if the preferred size is smaller.
setFillY(boolean) - Method in class com.codename1.ui.layouts.mig.LC
If the layout should always claim the whole bounds of the laid out container even if the preferred size is smaller.
setFireOnClick(boolean) - Method in class com.codename1.ui.List
This method determines if the List fires the action event when the pointer was clicked on one of the items, or only if the item was the selected item By default the value is true, this setting is only relevant for none fixed Lists
setFireStyleEventsOnNonEDT(boolean) - Static method in class com.codename1.ui.util.EventDispatcher
When set to true, style events will be dispatched even from non-EDT threads.
setFirstName(String) - Method in class com.codename1.contacts.Contact
Sets Contact first name
setFisheye(boolean) - Method in class com.codename1.ui.list.GenericListCellRenderer
In fisheye rendering mode the renderer maintains selected component drawing
setFitLegend(boolean) - Method in class com.codename1.charts.renderers.DefaultRenderer
Sets if the legend should size to fit.
setFixedSelection(int) - Method in class com.codename1.ui.List
Indicates whether selection is fixable to place in which case all the elements in the list move and selection stays in place.
setFlatten(boolean) - Method in class com.codename1.ui.Component
Makes the component effectively opaque by blending the backgrounds into an image in memory so the layer of underlying components is only drawn once when this component is repainted.
setFloat(String, float) - Method in class com.codename1.cloud.CloudObject
Sets a value
setFloat(String, Float) - Method in class com.codename1.cloud.CloudObject
Sets a value
setFlowX(Boolean) - Method in class com.codename1.ui.layouts.mig.CC
Sets if the flow in the cell is in the horizontal dimension.
setFlowX(boolean) - Method in class com.codename1.ui.layouts.mig.LC
The default flow direction.
setFocus(boolean) - Method in class com.codename1.ui.Component
Deprecated.
this method shouldn't be invoked by user code, use requestFocus() instead
setFocusable(boolean) - Method in class com.codename1.ui.Component
A simple setter to determine if this Component can get focused
setFocused(Component) - Method in class com.codename1.ui.Form
Sets the focused component and fires the appropriate events to make it so
setFocusedInstance(Border) - Method in class com.codename1.ui.plaf.Border
Deprecated.
use the getSelectedStyle() method in the component class
setFocusScrolling(boolean) - Method in class com.codename1.ui.Form
Indicates whether lists and containers should scroll only via focus and thus "jump" when moving to a larger component as was the case in older versions of Codename One.
setFocusScrolling(boolean) - Method in class com.codename1.ui.plaf.LookAndFeel
Indicates whether lists and containers should scroll only via focus and thus "jump" when moving to a larger component as was the case in older versions of Codename One.
setFolderIcon(Image) - Static method in class com.codename1.ui.tree.Tree
Sets the icon for a tree folder
setFolderOpenIcon(Image) - Static method in class com.codename1.ui.tree.Tree
Sets the icon for a tree folder in its expanded state
setFollowRedirects(boolean) - Method in class com.codename1.io.ConnectionRequest
 
setFont(Font) - Method in class com.codename1.ui.Graphics
Sets the font to use with the drawString method calls
setFont(Font) - Method in class com.codename1.ui.plaf.Style
Sets the font for the component
setFont(Font, boolean) - Method in class com.codename1.ui.plaf.Style
Sets the font for the component
setForceGroup(boolean) - Method in class com.codename1.ui.ComponentGroup
Component grouping can be an element from the theme but can be forced manually for a specific group
setFormBottomPaddingEditingMode(boolean) - Method in class com.codename1.ui.Form
Toggles the way the virtual keyboard behaves, enabling this mode shrinks the screen but makes editing possible when working with text fields that aren't in a scrollable container.
setFormState(Form, Hashtable) - Method in class com.codename1.ui.util.UIBuilder
Sets the state of the current form to which we are returing as part of the navigation logic.
setFragment(String, boolean) - Method in class java.net.URI
Utility method to set the fragment.
setFramerate(int) - Method in class com.codename1.ui.Display
Indicates the maximum frames the API will try to draw every second by default this is set to 10.
setFullScreen(boolean) - Method in interface com.codename1.media.Media
Sets the Media to be displayed full screen, make sure the getVideoComponent() is called on the Video Component is added to the current Form
setFwdIcon(Image) - Method in class com.codename1.components.MediaPlayer
Sets the forward Button Icon
setGap(int) - Method in class com.codename1.ui.Label
Set the gap in pixels between the icon/text to the Label boundaries
setGapAfter(BoundSize) - Method in class com.codename1.ui.layouts.mig.DimConstraint
Sets the gap after this entity.
setGapBefore(BoundSize) - Method in class com.codename1.ui.layouts.mig.DimConstraint
Sets the gap before this entity.
setGapProvider(InCellGapProvider) - Static method in class com.codename1.ui.layouts.mig.PlatformDefaults
Sets the current gap provider or null if none is set and "related" should always be used.
setGender(String) - Method in class com.codename1.components.Ads
Sets Gender if applicable can be one of the following: 'F', 'f', 'M', 'm', 'Female', 'female', 'Male', 'male'
setGlassPane(Painter) - Method in class com.codename1.ui.Form
Allows a developer that doesn't derive from the form to draw on top of the form regardless of underlying changes or animations.
setGlobalDebugMillis(int) - Static method in class com.codename1.ui.layouts.mig.LayoutUtil
If global debug should be on or off.
setGrabsPointerEvents(boolean) - Method in class com.codename1.ui.Component
This property is useful for blocking in z-order touch events, sometimes we might want to grab touch events in a specific component without making it focusable.
setGradientEnabled(boolean) - Method in class com.codename1.charts.renderers.SimpleSeriesRenderer
Sets the gradient enabled value.
setGradientStart(double, int) - Method in class com.codename1.charts.renderers.SimpleSeriesRenderer
Sets the gradient start value and color.
setGradientStop(double, int) - Method in class com.codename1.charts.renderers.SimpleSeriesRenderer
Sets the gradient stop value and color.
setGridCellGap(UnitValue, UnitValue) - Static method in class com.codename1.ui.layouts.mig.PlatformDefaults
Sets gap between two cells in the grid.
setGridColor(int) - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Sets the color of the grid.
setGridColor(int, int) - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Sets the color of the grid.
setGridGapX(BoundSize) - Method in class com.codename1.ui.layouts.mig.LC
If non-null (null is default) these value will be used as the default gaps between the columns in the grid.
setGridGapY(BoundSize) - Method in class com.codename1.ui.layouts.mig.LC
If non-null (null is default) these value will be used as the default gaps between the rows in the grid.
setGroup(String) - Method in class com.codename1.components.MultiButton
Indicates the group for the radio button
setGroup(String) - Method in class com.codename1.ui.RadioButton
This is a helper method to ease the usage of button groups
setGroupFlag(String) - Method in class com.codename1.ui.ComponentGroup
The group flag allows changing the flag that activates this group, from ComponentGroupBool to any arbitrary flag.
setGrow(Float) - Method in class com.codename1.ui.layouts.mig.DimConstraint
Sets the grow weight.
setGrowByContent(boolean) - Method in class com.codename1.ui.TextArea
Indicates that the text area should "grow" in height based on the content beyond the limits indicate by the rows variable
setGrowHorizontally(boolean) - Method in class com.codename1.ui.table.TableLayout
Indicates whether the table layout should grow horizontally to take up available space by stretching the last column
setGrowLimit(int) - Method in class com.codename1.ui.TextArea
Indicates the maximum number of rows in a text area after it has grown, -1 indicates no limit
setGrowPriority(int) - Method in class com.codename1.ui.layouts.mig.DimConstraint
Sets the grow priority.
setHandlesInput(boolean) - Method in class com.codename1.ui.Component
Prevents key events from being grabbed for focus traversal.
setHandlesInput(boolean) - Method in class com.codename1.ui.List
 
setHardCacheSize(int) - Method in class com.codename1.io.Storage
Indicates the caching size, storage can be pretty slow
setHeight(int) - Method in class com.codename1.components.Ads
 
setHeight(int) - Method in class com.codename1.ui.Component
Sets the Component height, this method is exposed for the purpose of external layout managers and should not be invoked directly.
If a user wishes to effect the component size setPreferredSize should be used.
setHeight(int) - Method in class com.codename1.ui.geom.Dimension
Set the height of the dimension
setHeight(double) - Method in class com.codename1.ui.geom.Dimension2D
Set the height of the dimension
setHeight(int) - Method in class com.codename1.ui.geom.Rectangle
Convenience method for getSize().setHeight();
setHeight(double) - Method in class com.codename1.ui.geom.Rectangle2D
Convenience method for getSize().setHeight();
setHeight(BoundSize) - Method in class com.codename1.ui.layouts.mig.LC
Sets the minimum/preferred/maximum size for the container that this layout constraint is set for.
setHeightPercentage(int) - Method in class com.codename1.ui.table.TableLayout.Constraint
Sets the row height based on percentage of the parent
setHidden(String, boolean) - Method in class com.codename1.io.FileSystemStorage
Toggles the hidden state of the file
setHideInPortrait(boolean) - Method in class com.codename1.ui.Component
Indicates that this component and all its children should be hidden when the device is switched to portrait mode
setHideMode(int) - Method in class com.codename1.ui.layouts.mig.CC
Sets how a component that is hidden (not visible) should be treated by default.
setHideMode(int) - Method in class com.codename1.ui.layouts.mig.LC
How a component that is hidden (not visible) should be treated.
setHighlighted(boolean) - Method in class com.codename1.charts.renderers.SimpleSeriesRenderer
Sets if the item for this renderer should be highlighted.
setHint(String) - Method in class com.codename1.ui.List
Sets the TextArea hint text, the hint text is displayed on the TextArea When there is no text in the TextArea
setHint(String, Image) - Method in class com.codename1.ui.List
Sets the TextArea hint text and Icon, the hint text and icon are displayed on the TextArea when there is no text in the TextArea
setHint(String) - Method in class com.codename1.ui.TextArea
Sets the TextArea hint text, the hint text is displayed on the TextArea When there is no text in the TextArea
setHint(String, Image) - Method in class com.codename1.ui.TextArea
Sets the TextArea hint text and Icon, the hint text and icon are displayed on the TextArea when there is no text in the TextArea
setHintIcon(Image) - Method in class com.codename1.ui.List
Sets the TextArea hint icon, the hint is displayed on the TextArea When there is no text in the TextArea
setHintIcon(Image) - Method in class com.codename1.ui.TextArea
Sets the TextArea hint icon, the hint is displayed on the TextArea When there is no text in the TextArea
setHomeForm(String) - Method in class com.codename1.ui.util.UIBuilder
When reaching the home form the navigation stack is cleared
setHonorsVisibility(boolean) - Method in class com.codename1.ui.layouts.GroupLayout
Sets whether component visibility is considered when sizing and positioning components.
setHonorsVisibility(Component, Boolean) - Method in class com.codename1.ui.layouts.GroupLayout
Sets whether the component's visibility is considered for sizing and positioning.
setHorizontal(boolean) - Method in class com.codename1.ui.ComponentGroup
Indicates that the component group should be horizontal by using the BoxLayout Y
setHorizontal(DimConstraint) - Method in class com.codename1.ui.layouts.mig.CC
Sets the horizontal dimension constraint for this component constraint.
setHorizontalAlign(int) - Method in class com.codename1.ui.table.TableLayout.Constraint
Sets the horizontal alignment of the table cell
setHorizontalGroup(GroupLayout.Group) - Method in class com.codename1.ui.layouts.GroupLayout
Sets the Group that is responsible for layout along the horizontal axis.
setHorizontalLayout(boolean) - Method in class com.codename1.components.MultiButton
Indicates the first two labels should be side by side
setHorizontalScaleFactor(Float) - Static method in class com.codename1.ui.layouts.mig.PlatformDefaults
The forced scale factor that all screen relative units (e.g.
setHorizontalSpan(int) - Method in class com.codename1.ui.table.TableLayout.Constraint
Sets the cells to span horizontally, this number must never be smaller than 1
setHTML(String, String, String, boolean) - Method in class com.codename1.ui.html.HTMLComponent
Deprecated.
Sets the given string containing HTML code either as this HTMLComponent's body or as the full HTML.
setHTMLCallback(HTMLCallback) - Method in class com.codename1.ui.html.HTMLComponent
Deprecated.
Sets an HTMLCallback to listen to this HTMLCOmponent
setHttpMethod(String) - Method in class com.codename1.io.ConnectionRequest
Sets the http method for the request
setHttpOnly(boolean) - Method in class com.codename1.io.Cookie
 
setIcon(Image) - Method in class com.codename1.components.MultiButton
Sets the icon
setIcon(Image) - Method in class com.codename1.components.SpanButton
Sets the icon for the button
setIcon(Image) - Method in class com.codename1.components.SpanLabel
Sets the icon for the label
setIcon(EncodedImage) - Method in class com.codename1.maker.MakerPlugin
Deprecated.
The icon that the user has set to this plugin
setIcon(Image) - Method in class com.codename1.maps.layers.PointLayer
Sets the display icon
setIcon(Image) - Method in class com.codename1.ui.Command
Sets the icon for the command
setIcon(Image) - Method in class com.codename1.ui.Label
Sets the Label icon, if the icon is unmodified a repaint would not be triggered
setIconName(String) - Method in class com.codename1.components.MultiButton
Sets the name of the icon (important for use in generic renderers
setIconPlaceholder(Image) - Method in class com.codename1.components.RSSReader
 
setIconPlaceholder(Image) - Method in class com.codename1.io.services.RSSService
 
setIconPosition(String) - Method in class com.codename1.components.MultiButton
Sets the icon position based on border layout constraints
setIconPosition(String) - Method in class com.codename1.components.SpanButton
Sets the icon position based on border layout constraints
setIconPosition(String) - Method in class com.codename1.components.SpanLabel
Sets the icon position based on border layout constraints
setIconUIID(String) - Method in class com.codename1.components.MultiButton
Sets the UIID of the icon
setIconUIID(String) - Method in class com.codename1.components.SpanButton
Sets the uiid for the icon if present
setIconUIID(String) - Method in class com.codename1.components.SpanLabel
Sets the uiid for the icon if present
setId(String) - Method in class com.codename1.contacts.Contact
Sets the Contact unique id
setId(String) - Method in class com.codename1.facebook.FBObject
Simple setter
setId(String) - Method in class com.codename1.ui.layouts.mig.CC
Sets the id used to reference this component in some constraints.
setIdentity() - Method in class com.codename1.ui.Transform
Sets the transform to the identity transform.
setIgnorCharsWhileEncoding(String) - Static method in class com.codename1.io.Util
These chars will not be encoded by the encoding method in this class as requested in RFE 427 http://java.net/jira/browse/LWUIT-427
setIgnoreCSS(boolean) - Method in class com.codename1.ui.html.HTMLComponent
Deprecated.
Sets whether this HTMLComponent will ignore all CSS.directives.
setIgnoreFocusComponentWhenUnfocused(boolean) - Method in class com.codename1.ui.List
Indicates whether the list should not paint the focus component if the list itself has no focus.
setImage(Image) - Method in class com.codename1.components.ImageViewer
Sets the currently showing image
setImage(String, String) - Method in class com.codename1.share.ShareService
Sets the image to share, this is done by the ShareButton and shouldn't be used by the developers
setImageBorderSpecialTile(Image, Image, Image, Image, Component) - Method in class com.codename1.ui.plaf.Border
This method is designed mainly for the purpose of creating an arrow that will track a specific component using the image border the tile given would be an arrow like image just like the ones used for the top/bottom/left/right images.
setImageBorderSpecialTile(Image, Image, Image, Image, Rectangle) - Method in class com.codename1.ui.plaf.Border
This method is designed mainly for the purpose of creating an arrow that will track a specific component using the image border the tile given would be an arrow like image just like the ones used for the top/bottom/left/right images.
setImageInitialPosition(int) - Method in class com.codename1.components.ImageViewer
Sets the viewer initial image position to fill or to fit.
setImageList(ListModel<Image>) - Method in class com.codename1.components.ImageViewer
By providing this optional list of images you can allows swiping between multiple images
setImageName(String) - Method in class com.codename1.ui.Image
The name of the image is set for some images mostly to ease the debugging of Codename One application
setImageToShare(String, String) - Method in class com.codename1.components.ShareButton
Sets the image to share.
setImplementation(CodenameOneImplementation) - Static method in class com.codename1.io.Util
Invoked internally from Display, this method is for internal use only
setIncludeHeader(boolean) - Method in class com.codename1.ui.table.Table
Indicates whether the table should render a table header as the first row
setIncludeSelectCancel(boolean) - Method in class com.codename1.ui.ComboBox
Indicates whethe the soft buttons for select/cancel should appear for the combo box
setIncludeWhitespacesBetweenTags(boolean) - Method in class com.codename1.xml.XMLParser
 
setIncludeYear(boolean) - Method in class com.codename1.ui.spinner.DateTimeSpinner
 
setIncrements(int) - Method in class com.codename1.ui.Slider
The increments when the user presses a key to the left/right/up/down etc.
setIndentGap(UnitValue, UnitValue) - Static method in class com.codename1.ui.layouts.mig.PlatformDefaults
Sets gap value for components that are "intended".
setIndex(int) - Method in exception java.net.URISyntaxException
 
setIndexDouble(int, double) - Method in class com.codename1.cloud.CloudObject
Only indexed values can be queried and sorted
setIndexLong(int, long) - Method in class com.codename1.cloud.CloudObject
Only indexed values can be queried and sorted
setIndexString(int, String) - Method in class com.codename1.cloud.CloudObject
Only indexed values can be queried and sorted
setInfinite(boolean) - Method in class com.codename1.ui.Slider
Activates/disables the infinite slider functionality used to animate progress for which there is no defined value.
setInitialized(boolean) - Method in class com.codename1.ui.Component
Indicates if the component is in the initialized state, a component is initialized when its initComponent() method was invoked.
setInitialRange(double[]) - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Sets the axes initial range values.
setInitialRange(double[], int) - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Sets the axes initial range values.
setInnerBorderMode(int) - Method in class com.codename1.ui.table.Table
Sets how to draw the inner border (All of it, only rows/columns, none, groups) Note that setting to any mode other than NONE/ALL will result in the border drawing as collapsed whether this is a collpased border or not
setInput(byte[]) - Method in class com.codename1.io.gzip.ZStream
Deprecated.
 
setInput(byte[], boolean) - Method in class com.codename1.io.gzip.ZStream
Deprecated.
 
setInput(byte[], int, int, boolean) - Method in class com.codename1.io.gzip.ZStream
Deprecated.
 
setInput(String) - Method in exception java.net.URISyntaxException
 
setInputMode(String) - Method in class com.codename1.ui.TextField
Sets the current selected input mode matching one of the existing input modes
setInputModeOrder(String[]) - Method in class com.codename1.ui.TextField
Sets the order in which input modes are toggled and allows disabling/hiding an input mode
setInputModeOrder(String[]) - Method in class com.codename1.ui.VirtualKeyboard
Sets the order in which input modes are toggled and allows disabling/hiding an input mode
setInputOnFocus(boolean) - Method in class com.codename1.ui.List
A list can start handling input implicitly upon gaining focus, this can make for a more intuitive UI when no other focus elements exist or when their use case is infrequent.
setInputType(int) - Method in class com.codename1.ui.VirtualKeyboard
 
setInScroll(boolean) - Method in class com.codename1.charts.renderers.DefaultRenderer
To be set if the chart is inside a scroll view and doesn't need to shrink when not enough space.
setInsets(UnitValue[]) - Method in class com.codename1.ui.layouts.mig.LC
The insets for the layed out panel.
setInstance(TestReporting) - Static method in class com.codename1.testing.TestReporting
Sets the test reporting instance to a subclass of this class.
setInt(String, int) - Method in class com.codename1.javascript.JSObject
 
setInt(int, int) - Method in class com.codename1.javascript.JSObject
 
setInteger(String, int) - Method in class com.codename1.cloud.CloudObject
Sets a value
setInteger(String, Integer) - Method in class com.codename1.cloud.CloudObject
Sets a value
setInvertFirstTwoEntries(boolean) - Method in class com.codename1.components.MultiButton
Inverts the order of the first two entries so the second line appears first.
setIsScrollVisible(boolean) - Method in class com.codename1.ui.Component
Deprecated.
replaced by setScrollVisible to match the JavaBeans spec
setItem(int, T) - Method in class com.codename1.ui.list.DefaultListModel
Change the item at the given index
setItemGap(int) - Method in class com.codename1.ui.List
Set the gap between items
setJoinStyle(int) - Method in class com.codename1.ui.Stroke
Sets the join style of the stroke.
setKeepResourcesInRam(boolean) - Method in class com.codename1.ui.util.UIBuilder
Indicates that the UIBuilder should cache resources in memory and never release them.
setKeywords(String[]) - Method in class com.codename1.components.Ads
Keywords relevant to this user specific session
setKilled(boolean) - Method in class com.codename1.io.ConnectionRequest
 
setLabelForComponent(Label) - Method in class com.codename1.ui.Component
Allows us to indicate the label associated with this component thus providing visual feedback related for this component e.g.
setLabelsColor(int) - Method in class com.codename1.charts.renderers.DefaultRenderer
Sets the labels color.
setLabelsTextSize(float) - Method in class com.codename1.charts.renderers.DefaultRenderer
Sets the labels text size.
setLanguage(String) - Method in class com.codename1.maps.providers.GoogleMapsProvider
Defines the language to use for display of labels on map tiles.
setLatitude(double) - Method in class com.codename1.location.Location
Sets the latitude of this Location
setLatitude(double) - Method in class com.codename1.maps.Coord
Sets the Coord Latitude.
setLayout(Layout) - Method in class com.codename1.components.InteractionDialog
 
setLayout(Layout) - Method in class com.codename1.ui.Container
Sets the layout manager responsible for arranging this container
setLayout(Layout) - Method in class com.codename1.ui.Dialog
 
setLayout(Layout) - Method in class com.codename1.ui.Form
 
setLayoutConstraints(Object) - Method in class com.codename1.ui.layouts.mig.MigLayout
Deprecated.
Sets the layout constraints for the layout manager instance as a String.
setLayoutStyle(LayoutStyle) - Method in class com.codename1.ui.layouts.GroupLayout
Sets the LayoutStyle this GroupLayout is to use.
setLeadComponent(Component) - Method in class com.codename1.ui.Container
Sets the lead component for this container, a lead component takes over the entire component hierarchy and receives all the events for the container hierarchy.
setLeftAndRightEditingTrigger(boolean) - Method in class com.codename1.ui.TextField
Indicates whether the left/right keys will trigger editing, this is true by default.
setLeftToRight(Boolean) - Method in class com.codename1.ui.layouts.mig.LC
If the layout should be forced to be left-to-right or right-to-left.
setLegendHeight(int) - Method in class com.codename1.charts.renderers.DefaultRenderer
Sets the legend height, in pixels.
setLegendTextSize(float) - Method in class com.codename1.charts.renderers.DefaultRenderer
Sets the legend text size.
setLength(int) - Method in class java.lang.StringBuffer
Sets the length of this string buffer.
setLength(int) - Method in class java.lang.StringBuilder
Sets the length of this string buffer.
setLevel(int) - Static method in class com.codename1.io.Log
Sets the logging level for printing log details, the lower the value the more verbose would the printouts be
setLightweightMode(boolean) - Method in class com.codename1.ui.PeerComponent
An optional callback for peers indicating that the peer is now rendered as part of a transition or some other state and is thus not truly visible.
setLimit(int) - Method in class com.codename1.components.RSSReader
Places a limit on the number of RSS entries requested from the server
setLinearMotion(boolean) - Method in class com.codename1.ui.animations.CommonTransitions
Indicates whether the motion associated with this transition is linear or spline motion
setLinesToScroll(int) - Method in class com.codename1.ui.TextArea
Indicates the number of lines to scroll with every scroll operation
setLineWidth(float) - Method in class com.codename1.charts.renderers.XYSeriesRenderer
Sets the chart line width.
setLineWidth(float) - Method in class com.codename1.ui.Stroke
Sets the line width of the stroke.
setListCellRenderer(ListCellRenderer) - Method in class com.codename1.ui.List
Deprecated.
use setRenderer instead, this method was deprecated to confirm better to JavaBean convention of having the getter/setter with the same name
setListModel(List) - Method in class com.codename1.ui.util.UIBuilder
Allows a subclass to set the list model for the given component
setListModel(ContainerList) - Method in class com.codename1.ui.util.UIBuilder
Allows a subclass to set the list model for the given component
setListSizeCalculationSampleCount(int) - Method in class com.codename1.ui.List
Indicates the number of elements the list should check to determine the element sizes.
setLoadingPlaceholder(Hashtable) - Method in class com.codename1.cloud.CloudListModel
When loading the element from the cloud a placehold is shown to indicate to the user that the content isn't fully here
setLocale(String, String) - Method in class com.codename1.l10n.L10NManager
Forces the locale/language
setLocality(String) - Method in class com.codename1.contacts.Address
Sets Address Locality
setLocalizedPrice(String) - Method in class com.codename1.payment.Product
 
setLocation(String) - Method in class com.codename1.components.Ads
Location string is a comma separated list of country, state/province, city For example: US, NY, NY
setLocationListener(LocationListener) - Method in class com.codename1.location.LocationManager
Sets a LocationListener on the device, use this method if you need to be updated on the device Locations rather then calling getCurrentLocation.
setLogicalPixelBase(int) - Static method in class com.codename1.ui.layouts.mig.PlatformDefaults
What base value should be used to calculate logical pixel sizes.
setLong(String, long) - Method in class com.codename1.cloud.CloudObject
Sets a value
setLong(String, Long) - Method in class com.codename1.cloud.CloudObject
Sets a value
setLongitude(double) - Method in class com.codename1.location.Location
Sets the longitude of this Location
setLongitude(double) - Method in class com.codename1.maps.Coord
Sets the Coord Longitude.
setLongPointerPressActionEnabled(boolean) - Method in class com.codename1.ui.List
Enable/disable list action on long pointer press event
setLongtitude(double) - Method in class com.codename1.location.Location
Deprecated.
use setLongitude
setLookAndFeel(LookAndFeel) - Method in class com.codename1.ui.plaf.UIManager
Sets the currently installed look and feel
setLoop(boolean) - Method in class com.codename1.components.MediaPlayer
Sets playback to loop
setLoop(boolean) - Method in class com.codename1.ui.animations.Timeline
Indicates if the image should loop
setMaintainAspectRatio(boolean) - Method in class com.codename1.io.services.ImageDownloadService
 
setMajorTicksSpacing(double) - Method in class com.codename1.charts.renderers.DialRenderer
Sets the major ticks spacing.
setManualRedirect(boolean) - Method in class com.codename1.io.MultipartRequest
By default redirect responses (302 etc.) are handled manually in multipart requests, set this to false to handle the redirect.
setMapType(int) - Method in class com.codename1.maps.providers.GoogleMapsProvider
Sets the map type
setMargin(int, int, int, int) - Method in class com.codename1.ui.plaf.Style
Sets the Style Margin
setMargin(int, int) - Method in class com.codename1.ui.plaf.Style
Sets the Style Margin
setMargin(int, int, boolean) - Method in class com.codename1.ui.plaf.Style
Sets the Style Margin
setMargins(int[]) - Method in class com.codename1.charts.renderers.DefaultRenderer
Sets the margins, in pixels.
setMarginsColor(int) - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Sets the color of the margins.
setMarginUnit(byte[]) - Method in class com.codename1.ui.plaf.Style
Indicates the units used for margin elements, if null pixels are used if not this is a 4 element array containing values of UNIT_TYPE_PIXELS, UNIT_TYPE_DIPS or UNIT_TYPE_SCREEN_PERCENTAGE
setMarkToday(boolean) - Method in class com.codename1.ui.spinner.DateTimeSpinner
 
setMask(Object) - Method in class com.codename1.ui.Label
A mask image can be applied to the label (see the image mask method for details) which allows for things like rounded image appearance etc.
setMaskName(String) - Method in class com.codename1.components.MultiButton
The mask name for the icon
setMaskName(String) - Method in class com.codename1.ui.Label
Determines the name of the mask from the image constants thus allowing the mask to be applied from the theme
setMax(double) - Method in class com.codename1.ui.spinner.NumericSpinner
The maximum value for the spinner
setMaxElementHeight(int) - Method in class com.codename1.ui.List
Maximum number of elements shown in a list, this member is used to calculate the list preferred size.
setMaximumFractionDigits(int) - Method in class com.codename1.charts.util.NumberFormat
 
setMaxSize(int) - Method in class com.codename1.ui.TextArea
Sets the maximum size of the text area
setMaxThreads(int) - Static method in class com.codename1.ui.html.HTMLComponent
Deprecated.
Sets the maximum number of threads to use for image download
setMaxValue(double) - Method in class com.codename1.charts.renderers.DialRenderer
Sets the end value to be rendered on the dial.
setMaxValue(int) - Method in class com.codename1.ui.Slider
 
setMenuBar(MenuBar) - Method in class com.codename1.ui.Form
Sets the associated MenuBar Object.
setMenuBarClass(Class) - Method in class com.codename1.ui.plaf.LookAndFeel
Simple setter for the MenuBar Class
setMenuCellRenderer(ListCellRenderer) - Method in class com.codename1.ui.Form
Determine the cell renderer used to render menu elements for themeing the look of the menu options
setMenuCellRenderer(ListCellRenderer) - Method in class com.codename1.ui.MenuBar
The MenuBar default implementation shows the menu commands in a List contained in a Dialog.
setMenuIcons(Image, Image, Image) - Method in class com.codename1.ui.plaf.LookAndFeel
Sets globally the Menu icons
setMenuRenderer(ListCellRenderer) - Method in class com.codename1.ui.plaf.LookAndFeel
Sets the Menu default renderer
setMenuTransitions(Transition, Transition) - Method in class com.codename1.ui.Form
Sets the menu transitions for showing/hiding the menu, can be null...
setMessage(String) - Method in class com.codename1.share.ShareService
Sets the message to share, this is done by the ShareButton and shouldn't be used by the developers
setMetaData(Hashtable<String, Object>) - Method in class com.codename1.maker.MakerPlugin
Deprecated.
The meta data associated with the given plugin based on the definitions in the accompanying plugin descriptor file
setMimeType(String) - Method in class com.codename1.messaging.Message
Sets the message mime type.
setMin(double) - Method in class com.codename1.ui.spinner.NumericSpinner
The minimum value for the spinner
setMinElementHeight(int) - Method in class com.codename1.ui.List
Minimum number of elements shown in a list, this member is used to calculate the list preferred size.
setMinimizeOnBack(boolean) - Method in class com.codename1.ui.Form
When set to true the physical back button will minimize the application
setMinimizeOnBack(boolean) - Method in class com.codename1.ui.MenuBar
When set to true the physical back button will minimize the application
setMinimumButtonWidth(UnitValue) - Static method in class com.codename1.ui.layouts.mig.PlatformDefaults
Sets the recommended minimum button width.
setMinimumLength(int) - Method in class com.codename1.ui.AutoCompleteTextField
Indicates the minimum length of text in the field in order for a popup to show the default is 0 where a popup is shown immediately for all text length if the number is 2 a popup will only appear when there are two characters or more.
setMinimumSizePerColumn(int) - Static method in class com.codename1.ui.table.TableLayout
Sets the minimum size for a column in the table, this is applicable for tables that are not scrollable on the X axis.
setMinorTicksSpacing(double) - Method in class com.codename1.charts.renderers.DialRenderer
Sets the minor ticks spacing.
setMinuteStep(int) - Method in class com.codename1.ui.spinner.TimeSpinner
 
setMinValue(double) - Method in class com.codename1.charts.renderers.DialRenderer
Sets the start value to be rendered on the dial.
setMinValue(int) - Method in class com.codename1.ui.Slider
 
setMiterLimit(float) - Method in class com.codename1.ui.Stroke
Sets the miter limit of the stroke.
setModel(ListModel) - Method in class com.codename1.ui.list.ContainerList
Set the model for the container list
setModel(ListModel) - Method in class com.codename1.ui.List
Replaces/sets the model underlying the list
setModel(ListModel) - Method in class com.codename1.ui.spinner.GenericSpinner
 
setModel(int, ListModel) - Method in class com.codename1.ui.spinner.GenericSpinner
 
setModel(TableModel) - Method in class com.codename1.ui.table.Table
Replaces the underlying model
setModel(TreeModel) - Method in class com.codename1.ui.tree.Tree
Sets the tree model to a new value
setModifiedTime(long) - Method in class com.codename1.io.gzip.GZIPHeader
 
setModifiedTime(long) - Method in class com.codename1.io.gzip.GZIPOutputStream
 
setMonthDayYear(boolean) - Method in class com.codename1.ui.spinner.DateSpinner
 
setMonthRenderingPrototype(String) - Method in class com.codename1.ui.spinner.DateSpinner
Sets the Month Rendering Prototype to be used, useful when the language is changed and you need the month spinner to be wider.
setMonths(String[]) - Method in class com.codename1.l10n.DateFormatSymbols
 
setMonths(String[]) - Method in class java.text.DateFormatSymbols
 
setMonthViewSelectedStyle(Style) - Method in class com.codename1.ui.Calendar
Sets the selected style of the month view component within the calendar
setMonthViewUnSelectedStyle(Style) - Method in class com.codename1.ui.Calendar
Sets the un selected style of the month view component within the calendar
setMoreDescription(String) - Static method in class com.codename1.components.RSSReader
Set the description for the "more" request
setMoreTitle(String) - Static method in class com.codename1.components.RSSReader
Set the title for the "more" request
setMotion(Motion) - Method in class com.codename1.ui.animations.CommonTransitions
Motion represents the physical movement within a transition, it can be replaced by the user to provide a more appropriate physical feel
setMotion(LazyValue<Motion>) - Method in class com.codename1.ui.animations.CommonTransitions
Motion represents the physical movement within a transition, it can be replaced by the user to provide a more appropriate physical feel
setMultiKeyMode(boolean) - Method in class com.codename1.ui.Display
When set to true Codename One allows multiple hardware keys to be pressed at once, this isn't on by default since it can trigger some complexities with UI navigation to/from native code
setMultilineMode(boolean) - Method in class com.codename1.ui.tree.Tree
Toggles a mode where rows in the tree can be broken since span buttons will be used instead of plain buttons.
setMutableRendererBackgrounds(boolean) - Method in class com.codename1.ui.List
Indicates that the background of a cell renderer might mutate between one entry and the next, it is recommended that this flag remains false for performance reasons.
setName(String) - Method in class com.codename1.io.Cookie
 
setName(String) - Method in class com.codename1.io.gzip.GZIPHeader
 
setName(String) - Method in class com.codename1.io.gzip.GZIPOutputStream
 
setName(String) - Method in class com.codename1.ui.Component
A component name allows us to easily identify the component within a dynamic UI.
setNameLine1(String) - Method in class com.codename1.components.MultiButton
Sets the name of the row (important for use in generic renderers)
setNameLine2(String) - Method in class com.codename1.components.MultiButton
Sets the name of the row (important for use in generic renderers
setNameLine3(String) - Method in class com.codename1.components.MultiButton
Sets the name of the row (important for use in generic renderers
setNameLine4(String) - Method in class com.codename1.components.MultiButton
Sets the name of the row (important for use in generic renderers
setNativeCommands(boolean) - Method in class com.codename1.ui.Display
Deprecated.
use setCommandBehavior(Display.COMMAND_BEHAVIOR_NATIVE)
setNativePlayerMode(boolean) - Method in interface com.codename1.media.Media
By calling this the Media (if it's a Video) will be played full screen on the native Player of the device.
setNativeScrollingEnabled(boolean) - Method in class com.codename1.ui.BrowserComponent
This flag allows disabling the native browser scrolling on platforms that support it
setNewline(boolean) - Method in class com.codename1.ui.layouts.mig.CC
Sets if the flow should wrap to the next line/column before the component that this constraint belongs to.
setNewlineGapSize(BoundSize) - Method in class com.codename1.ui.layouts.mig.CC
Set the newline size and turns newline on if != null.
setNextFocusDown(Component) - Method in class com.codename1.ui.Component
Allows us to determine which component will receive focus next when traversing with the down key
setNextFocusLeft(Component) - Method in class com.codename1.ui.Component
Allows us to determine which component will receive focus next when traversing with the left key, this method doesn't affect the general focus behavior.
setNextFocusRight(Component) - Method in class com.codename1.ui.Component
Allows us to determine which component will receive focus next when traversing with the right key
setNextFocusUp(Component) - Method in class com.codename1.ui.Component
Allows us to determine which component will receive focus next when traversing with the up key, this method doesn't affect the general focus behavior.
setNextIn(byte[]) - Method in class com.codename1.io.gzip.ZStream
Deprecated.
 
setNextInIndex(int) - Method in class com.codename1.io.gzip.ZStream
Deprecated.
 
setNextOut(byte[]) - Method in class com.codename1.io.gzip.ZStream
Deprecated.
 
setNextOutIndex(int) - Method in class com.codename1.io.gzip.ZStream
Deprecated.
 
setNoCache(boolean) - Method in class com.codename1.ui.layouts.mig.LC
If components have sizes or positions linked to the bounds of the parent in some way (as for instance the "%" unit has) the cache must be turned off for the panel.
setNodeIcon(Image) - Static method in class com.codename1.ui.tree.Tree
Sets the icon for a tree node
setNodeIcon(Image, Component) - Method in class com.codename1.ui.tree.Tree
Sets the icon for the given node similar in scope to bindNodeListener
setNoGrid(boolean) - Method in class com.codename1.ui.layouts.mig.DimConstraint
Sets if the row/column should default to flow and not to grid behaviour.
setNoGrid(boolean) - Method in class com.codename1.ui.layouts.mig.LC
If the whole layout should be non grid based.
setNormalizeNames(boolean) - Method in class com.codename1.io.Storage
Indicates whether characters that are typically illegal in filesystems should be sanitized and replaced with underscore
setNoSleep(boolean) - Method in class com.codename1.ui.Display
Calling this method with noSleep=true will cause the edt to run without sleeping.
setNote(String) - Method in class com.codename1.contacts.Contact
Sets Contact note
setNoTextMode(boolean) - Method in class com.codename1.components.OnOffSwitch
iOS 7 changed the switch to not include any text
setNumericKeyActions(boolean) - Method in class com.codename1.ui.List
Indicate whether pressing the number keys should trigger an action
setNumericMonths(boolean) - Method in class com.codename1.ui.spinner.DateSpinner
 
setOff(String) - Method in class com.codename1.components.OnOffSwitch
Label for the off mode
setOn(String) - Method in class com.codename1.components.OnOffSwitch
Label for the on mode
setOpacity(int) - Method in class com.codename1.ui.plaf.Style
Set the opacity value
setOpacity(int, boolean) - Method in class com.codename1.ui.plaf.Style
Sets the Component transparency level.
setOpaque(boolean) - Method in class com.codename1.ui.RGBImage
 
setOppositeSide(boolean) - Method in class com.codename1.ui.CheckBox
Places the check box on the opposite side at the far end
setOppositeSide(boolean) - Method in class com.codename1.ui.RadioButton
Places the radio box on the opposite side at the far end
setOrientation(XYMultipleSeriesRenderer.Orientation) - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Sets the current orientation of the chart X axis.
setOrientation(int) - Method in class com.codename1.ui.List
Sets the list orientation HORIZONTAL or VERTICAL
setOriginalForm(Form) - Method in class com.codename1.share.ShareService
Sets the Original Form (this is the Form of the share button)
setOrtho(float, float, float, float, float, float) - Method in class com.codename1.ui.Transform
Sets the transform to be the specified orthogonal view.
setOS(int) - Method in class com.codename1.io.gzip.GZIPHeader
 
setOS(int) - Method in class com.codename1.io.gzip.GZIPOutputStream
 
setOutput(byte[]) - Method in class com.codename1.io.gzip.ZStream
Deprecated.
 
setOutput(byte[], int, int) - Method in class com.codename1.io.gzip.ZStream
Deprecated.
 
setOverline(boolean) - Method in class com.codename1.ui.plaf.Style
Sets the overline text decoration for this style
setOverwriteMode(boolean) - Method in class com.codename1.ui.TextField
Indicates that this is the overwrite mode
setPackHeight(BoundSize) - Method in class com.codename1.ui.layouts.mig.LC
Sets the "pack height" for the window that this container is located in.
setPackHeightAlign(float) - Method in class com.codename1.ui.layouts.mig.LC
If there is a resize of the window due to packing (see LC.setPackHeight(BoundSize) this value, which is between 0f and 1f, decides where the extra/superfluous size is placed.
setPackWidth(BoundSize) - Method in class com.codename1.ui.layouts.mig.LC
Sets the "pack width" for the window that this container is located in.
setPackWidthAlign(float) - Method in class com.codename1.ui.layouts.mig.LC
If there is a resize of the window due to packing (see LC.setPackHeight(BoundSize) this value, which is between 0f and 1f, decides where the extra/superfluous size is placed.
setPadding(UnitValue[]) - Method in class com.codename1.ui.layouts.mig.CC
Sets the absolute resizing in the last stage of the layout cycle.
setPadding(int, int, int, int) - Method in class com.codename1.ui.plaf.Style
Sets the Style Padding
setPadding(int, int) - Method in class com.codename1.ui.plaf.Style
Sets the Style Padding
setPadding(int, int, boolean) - Method in class com.codename1.ui.plaf.Style
Sets the Style Padding
setPaddingUnit(byte[]) - Method in class com.codename1.ui.plaf.Style
Indicates the units used for padding elements, if null pixels are used if not this is a 4 element array containing values of UNIT_TYPE_PIXELS, UNIT_TYPE_DIPS or UNIT_TYPE_SCREEN_PERCENTAGE
setPage(String, String) - Method in class com.codename1.components.WebBrowser
Shows the given HTML in the native viewer
setPage(String, String) - Method in class com.codename1.ui.BrowserComponent
Shows the given HTML in the native viewer
setPage(String) - Method in class com.codename1.ui.html.HTMLComponent
Deprecated.
Sets this HTMLComponent to render the document in the specified URL
setPageStyle(Style) - Method in class com.codename1.ui.html.HTMLComponent
Deprecated.
Sets the style of the page, allowing for example to set transparency to the main page.
setPageUIID(String) - Method in class com.codename1.ui.html.HTMLComponent
Deprecated.
Sets the UIID of the page (the internal container) This applies not only to the current page, but rather to all pages created with this HTMLComponent instance.
setPaintFocusBehindList(boolean) - Method in class com.codename1.ui.List
This method determines if the animated focus is drawn on top of the List or behind the List when moving.
setPaintLoading(boolean) - Static method in class com.codename1.maps.Tile
This flag indicates if the Tile should paint a Loading image or Text or simply not do any painting if a map image is not ready for painting
setPaintOuterBorderFirst(boolean) - Method in class com.codename1.ui.plaf.Border
Allows toggling the order in which the outer and inner borders are painted for the Outer border type
setPanelInsets(UnitValue, UnitValue, UnitValue, UnitValue) - Static method in class com.codename1.ui.layouts.mig.PlatformDefaults
Sets the default insets for a dialog.
setPanEnabled(boolean) - Method in class com.codename1.charts.ChartComponent
 
setPanEnabled(boolean) - Method in class com.codename1.charts.renderers.DefaultRenderer
Deprecated. 
setPanEnabled(boolean, boolean) - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Sets the enabled state of the pan.
setPanEnabled(boolean) - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
setPanLimits(double[]) - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Sets the pan limits as an array of 4 values.
setParagraphGap(UnitValue, UnitValue) - Static method in class com.codename1.ui.layouts.mig.PlatformDefaults
Sets paragraph gap value for components.
setParams(String) - Method in class com.codename1.ui.html.DocumentInfo
Sets the request paramters of this request
setParent(Element) - Method in class com.codename1.xml.Element
Sets this element parent, done interanlly in addChild
setParser(HTMLParser) - Method in class com.codename1.ui.html.HTMLComponent
Deprecated.
Sets a custom HTMLParser for this HTMLComponent By default, a new HTMLParser instance is created for each HTMLComponent, use this method if you have a custom parser.
setParserCallback(ParserCallback) - Method in class com.codename1.xml.XMLParser
Sets the specified callback to serve as the callback for parsing errors
setPassword(String) - Static method in class com.codename1.ui.util.Resources
Sets the password to use for password protected resource files
setPasswordChar(char) - Method in class com.codename1.ui.plaf.DefaultLookAndFeel
Sets the password character to display in the TextArea and the TextField
setPath(String) - Method in class com.codename1.io.Cookie
 
setPath(String, boolean) - Method in class java.net.URI
Utility method to set the path.
setPause(boolean) - Method in class com.codename1.ui.animations.Timeline
Indicate that the application is paused
setPaused(boolean) - Method in class com.codename1.io.ConnectionRequest
 
setPauseIcon(Image) - Method in class com.codename1.components.MediaPlayer
Sets the pause Button Icon
setPeerImage(Image) - Method in class com.codename1.ui.PeerComponent
The peer image is drawn when the component doesn't exist or during transition a placeholder image can be placed in the beginning to show something while the peer is being created asynchronously.
setPermissions(String[]) - Static method in class com.codename1.facebook.FaceBookAccess
The requested permissions of the app http://developers.facebook.com/docs/reference/api/permissions/
setPermissions(String[]) - Method in class com.codename1.facebook.ui.LikeButton
 
setPerspective(float, float, float, float) - Method in class com.codename1.ui.Transform
Sets the transform to be the specified perspective transformation.
setPhoneNumbers(Hashtable) - Method in class com.codename1.contacts.Contact
Sets Contact phone numbers
setPhoto(Image) - Method in class com.codename1.contacts.Contact
Sets Contact photo
setPinchToZoomEnabled(boolean) - Method in class com.codename1.ui.BrowserComponent
Some platforms require that you enable pinch to zoom explicitly.
setPlaceHolderImage(Image) - Method in class com.codename1.contacts.ContactsModel
Sets the Contacts place holder image.
setPlatform(int) - Static method in class com.codename1.ui.layouts.mig.PlatformDefaults
Set the defaults to the default for the platform
setPlayIcon(Image) - Method in class com.codename1.components.MediaPlayer
Sets the play Button Icon
setPointIcon(Image) - Method in class com.codename1.maps.layers.PointsLayer
Sets the Points icon
setPointSize(float) - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Sets the size of the points, for charts displaying points.
setPointStrokeWidth(float) - Method in class com.codename1.charts.renderers.XYSeriesRenderer
Sets the point stroke width in pixels.
setPointStyle(PointStyle) - Method in class com.codename1.charts.renderers.XYSeriesRenderer
Sets the point style.
setPollingFrequency(int) - Method in class com.codename1.ui.Display
Sets the frequency for polling the server in case of polling based push notification
setPos(UnitValue[]) - Method in class com.codename1.ui.layouts.mig.CC
Sets absolute positioning of one or more of the edges.
setPost(boolean) - Method in class com.codename1.io.ConnectionRequest
Set to true for a post operation and false for a get operation, this will implicitly set the method to post/get respectively (which you can change back by setting the method).
setPostalCode(String) - Method in class com.codename1.contacts.Address
Sets Address Postal Code
setPostId(String) - Method in class com.codename1.facebook.ui.LikeButton
 
setPostRequest(boolean) - Method in class com.codename1.ui.html.DocumentInfo
Sets this DocumentInfo as using a POST request or not
setPreferredH(int) - Method in class com.codename1.ui.Component
Deprecated.
this method shouldn't be used, use sameWidth/Height, padding, margin or override calcPeferredSize to reach similar functionality
setPreferredSize(Dimension) - Method in class com.codename1.ui.Component
Deprecated.
this method shouldn't be used, use sameWidth/Height, padding, margin or override calcPeferredSize to reach similar functionality
setPreferredW(int) - Method in class com.codename1.ui.Component
Deprecated.
this method shouldn't be used, use sameWidth/Height, padding, margin or override calcPeferredSize to reach similar functionality
setPressedIcon(Image) - Method in class com.codename1.ui.Button
Indicates the icon that is displayed on the button when the button is in pressed state
setPressedIcon(Image) - Method in class com.codename1.ui.Command
Indicates the icon that is displayed on the button when the button is in pressed state
setPressedInstance(Border) - Method in class com.codename1.ui.plaf.Border
Allows us to define a border that will act as the pressed version of this border
setPressedStyle(Style) - Method in class com.codename1.ui.Component
Sets the Component Style for the pressed state allowing us to manipulate the look of the component when it is pressed
setPrimaryEmail(String) - Method in class com.codename1.contacts.Contact
Sets Contact primary email
setPrimaryPhoneNumber(String) - Method in class com.codename1.contacts.Contact
Sets Contact primary phone number
setPrintInput(boolean) - Method in class com.codename1.io.BufferedInputStream
Prints out all the data that passes through this stream to the console.
setPriority(byte) - Method in class com.codename1.io.ConnectionRequest
The priority of this connection based on the constants in this class
setPriority(int) - Method in class java.lang.Thread
Changes the priority of this thread.
setProgress(Slider) - Method in class com.codename1.facebook.FaceBookAccess
Sets the progress indicator to get network updates on the queries
setProgress(int) - Method in class com.codename1.ui.Slider
Indicates the value of progress made, this method is thread safe and can be invoked from any thread although discretion should still be kept so one thread doesn't regress progress made by another thread...
setProgressListener(IOProgressListener) - Method in class com.codename1.io.BufferedInputStream
Sets the callback for IO updates from a buffered stream
setProgressListener(IOProgressListener) - Method in class com.codename1.io.BufferedOutputStream
Sets the callback for IO updates from a buffered stream
setProgressTitle(String) - Method in class com.codename1.components.RSSReader
 
setProjected(boolean) - Method in class com.codename1.maps.Coord
Sets Coord projected
setProperty(String, Object) - Method in class com.codename1.ui.BrowserComponent
This method allows customizing the properties of a web view in various ways including platform specific settings.
setProperty(String, String) - Method in class com.codename1.ui.Display
Sets a local property to the application, this method has no effect on the implementation code and only allows the user to override the logic of getProperty for internal application purposes.
setPropertyValue(String, Object) - Method in class com.codename1.components.Ads
 
setPropertyValue(String, Object) - Method in class com.codename1.components.ImageViewer
 
setPropertyValue(String, Object) - Method in class com.codename1.components.InfiniteProgress
 
setPropertyValue(String, Object) - Method in class com.codename1.components.MediaPlayer
 
setPropertyValue(String, Object) - Method in class com.codename1.components.MultiButton
 
setPropertyValue(String, Object) - Method in class com.codename1.components.OnOffSwitch
 
setPropertyValue(String, Object) - Method in class com.codename1.components.RSSReader
 
setPropertyValue(String, Object) - Method in class com.codename1.components.ShareButton
 
setPropertyValue(String, Object) - Method in class com.codename1.components.SpanButton
 
setPropertyValue(String, Object) - Method in class com.codename1.components.SpanLabel
 
setPropertyValue(String, Object) - Method in class com.codename1.components.WebBrowser
 
setPropertyValue(String, Object) - Method in class com.codename1.facebook.ui.LikeButton
 
setPropertyValue(String, Object) - Method in class com.codename1.maps.MapComponent
 
setPropertyValue(String, Object) - Method in class com.codename1.ui.AutoCompleteTextField
 
setPropertyValue(String, Object) - Method in class com.codename1.ui.Component
Sets a new value to the given property, returns an error message if failed and null if successful.
setPropertyValue(String, Object) - Method in class com.codename1.ui.ComponentGroup
 
setPropertyValue(String, Object) - Method in class com.codename1.ui.Form
 
setPropertyValue(String, Object) - Method in class com.codename1.ui.html.HTMLComponent
Deprecated.
 
setPropertyValue(String, Object) - Method in class com.codename1.ui.Label
 
setPropertyValue(String, Object) - Method in class com.codename1.ui.list.ContainerList
 
setPropertyValue(String, Object) - Method in class com.codename1.ui.list.MultiList
 
setPropertyValue(String, Object) - Method in class com.codename1.ui.spinner.DateSpinner
 
setPropertyValue(String, Object) - Method in class com.codename1.ui.spinner.DateTimeSpinner
 
setPropertyValue(String, Object) - Method in class com.codename1.ui.spinner.GenericSpinner
 
setPropertyValue(String, Object) - Method in class com.codename1.ui.spinner.NumericSpinner
 
setPropertyValue(String, Object) - Method in class com.codename1.ui.spinner.TimeSpinner
 
setPropertyValue(String, Object) - Method in class com.codename1.ui.table.Table
 
setPropertyValue(String, Object) - Method in class com.codename1.ui.Tabs
 
setPropertyValue(String, Object) - Method in class com.codename1.ui.tree.Tree
 
setPureTouch(boolean) - Method in class com.codename1.ui.Display
A pure touch device has no focus showing when the user is using the touch interface.
setPushX(Float) - Method in class com.codename1.ui.layouts.mig.CC
"pushx" indicates that the column that this component is in (this first if the component spans) should default to growing.
setPushY(Float) - Method in class com.codename1.ui.layouts.mig.CC
"pushx" indicates that the row that this component is in (this first if the component spans) should default to growing.
setQuery(String, boolean) - Method in class java.net.URI
Utility method to set the query.
setQwertyAutoDetect(boolean) - Static method in class com.codename1.ui.TextField
Indicates whether the text field should try to auto detect qwerty and switch the qwerty device flag implicitly
setQwertyDevice(boolean) - Static method in class com.codename1.ui.TextField
The default value for the qwerty flag so it doesn't need setting for every text field individually.
setQwertyInput(boolean) - Method in class com.codename1.ui.TextField
True is this is a qwerty device or a device that is currently in qwerty mode.
setRadioButton(boolean) - Method in class com.codename1.components.MultiButton
Turns the multi-button into a radio multi-button
setRadioButtonFocusImages(Image, Image, Image, Image) - Method in class com.codename1.ui.plaf.DefaultLookAndFeel
Sets images for radio button selected/unselected and disabled modes, when the radio button has focus, these are entirely optional
setRadioButtonImages(Image, Image) - Method in class com.codename1.ui.plaf.DefaultLookAndFeel
Sets images for radio button selected/unselected modes
setRadioButtonImages(Image, Image, Image, Image) - Method in class com.codename1.ui.plaf.DefaultLookAndFeel
Sets images for radio button selected/unselected modes
setRange(double[]) - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
 
setRange(double[], int) - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Sets the axes range values.
setReadRequest(boolean) - Method in class com.codename1.io.ConnectionRequest
 
setReadResponseForErrors(boolean) - Method in class com.codename1.io.ConnectionRequest
When set to true the read response code will happen even for error codes such as 400 and 500
setReason(String) - Method in exception java.net.URISyntaxException
 
setRedirectURI(String) - Static method in class com.codename1.facebook.FaceBookAccess
This is generated when an app is created see: https://developers.facebook.com/apps
setRedirectURI(String) - Method in class com.codename1.facebook.ui.LikeButton
 
setRefreshRateMillis(int) - Method in class com.codename1.cloud.CloudListModel
Indicates the rate in milliseconds in which to poll the server for the current data of elements that are visible at the moment.
setRegion(String) - Method in class com.codename1.contacts.Address
Sets Address Region
setRelatedGap(UnitValue, UnitValue) - Static method in class com.codename1.ui.layouts.mig.PlatformDefaults
Sets gap value for components that are "related".
setReleaseRadius(int) - Method in class com.codename1.ui.Button
Indicates a radius in which a pointer release will still have effect.
setRenderer(CellRenderer) - Method in class com.codename1.ui.list.ContainerList
The renderer used to draw the container list elements
setRenderer(ListCellRenderer) - Method in class com.codename1.ui.List
Sets the renderer which is used to draw list elements
setRenderer(int, ListCellRenderer) - Method in class com.codename1.ui.spinner.GenericSpinner
 
setRenderer(ListCellRenderer) - Method in class com.codename1.ui.spinner.GenericSpinner
 
setRenderingPrototype(T) - Method in class com.codename1.ui.List
The rendering prototype is optionally used in calculating the size of the List and is recommended for performance reasons.
setRenderingPrototype(String) - Method in class com.codename1.ui.spinner.GenericSpinner
The rendering prototype
setRenderingPrototype(int, String) - Method in class com.codename1.ui.spinner.GenericSpinner
The rendering prototype
setRenderingPrototype(Object) - Method in class com.codename1.ui.spinner.Picker
When using a lightweight spinner this will be used as the rendering prototype
setRenderPercentageOnTop(boolean) - Method in class com.codename1.ui.Slider
Indicates that the value of the slider should be rendered with a percentage sign on top of the slider.
setRenderValueOnTop(boolean) - Method in class com.codename1.ui.Slider
 
setReplaceMenu(boolean) - Method in class com.codename1.ui.TextField
Indicates whether the menu of the form should be replaced with the T9/Clear commands for the duration of interactivity with the text field
setReplaceMenuDefault(boolean) - Static method in class com.codename1.ui.TextField
Indicates whether the menu of the form should be replaced with the T9/Clear commands for the duration of interactivity with the text field
setReportingLevel(int) - Static method in class com.codename1.io.Log
Indicates the level of log reporting, this allows developers to send device logs to the cloud thus tracking crashes or functionality in the device.
setRequestHandler(DocumentRequestHandler) - Method in class com.codename1.ui.html.HTMLComponent
Deprecated.
Changes the document request handler
setResFile(Resources) - Static method in class com.codename1.ui.html.DefaultDocumentRequestHandler
Allows URL's referring to a local:// local resource to default to this file
setResourceBundle(Hashtable<String, String>) - Method in class com.codename1.l10n.DateFormatSymbols
 
setResourceBundle(Hashtable) - Method in class com.codename1.ui.plaf.UIManager
Deprecated.
this method uses the old resource bundle hashtable, use the new setBundle() method
setResourceBundle(Hashtable<String, String>) - Method in class java.text.DateFormatSymbols
 
setResourceFile(Resources) - Method in class com.codename1.ui.util.UIBuilder
Sets the resource file if keep in rum or no path is defined
setResourceFilePath(String) - Method in class com.codename1.ui.util.UIBuilder
Allows the navigation code to avoid storing the resource file and lets the GC remove it from memory when its not in use
setReverseSoftButtons(boolean) - Method in class com.codename1.ui.plaf.LookAndFeel
Indicates whether softbuttons should be reversed from their default orientation
setRightAlignNumbers(boolean) - Method in class com.codename1.ui.list.DefaultListCellRenderer
 
setRolloverIcon(Image) - Method in class com.codename1.ui.Button
Indicates the icon that is displayed on the button when the button is in rolled over state
setRolloverIcon(Image) - Method in class com.codename1.ui.Command
Indicates the icon that is displayed on the button when the button is in rolled over state
setRolloverPressedIcon(Image) - Method in class com.codename1.ui.Button
Indicates the icon that is displayed on the button when the button is in pressed state and is selected.
setRotation(float, float, float, float) - Method in class com.codename1.ui.Transform
Sets the transform to be the provided rotation.
setRotation(float, float, float) - Method in class com.codename1.ui.Transform
 
setRowConstraints(Object) - Method in class com.codename1.ui.layouts.mig.MigLayout
Deprecated.
Sets the row layout constraints for the layout manager instance as a String.
setRows(int) - Method in class com.codename1.ui.TextArea
Sets the number of rows in the text area
setRowsGap(int) - Method in class com.codename1.ui.TextArea
The gap in pixels between rows
setRTL(boolean) - Method in class com.codename1.ui.Component
Is the component a bidi RTL component
setRTL(boolean) - Method in class com.codename1.ui.Form
 
setRTL(boolean) - Method in class com.codename1.ui.plaf.LookAndFeel
Sets this LookAndFeel to operate in right-to-left mode.
setRuntimeMultiImageEnabled(boolean) - Static method in class com.codename1.ui.util.Resources
Deprecated.
do not use this method!
setSameHeight(Component...) - Static method in class com.codename1.ui.Component
Places all of these components in the same height group, to remove a component from the group invoke this method with that component only.
setSameWidth(Component...) - Static method in class com.codename1.ui.Component
Places all of these components in the same width group, to remove a component from the group invoke this method with that component only.
setScale(float) - Method in class com.codename1.charts.renderers.DefaultRenderer
Sets the value to be used for scaling the chart.
setScaleEdges(boolean) - Method in class com.codename1.ui.layouts.BorderLayout
Stretches the edge components (NORTH/EAST/WEST/SOUTH)
setScheme(String) - Method in class java.net.URI
Utility method - set the scheme, ensuring valid format, and determining the query separator to use.
setSchemeSpecificPart(String, boolean) - Method in class java.net.URI
Utility method - set the scheme specific part, ensuring valid format.
setScreenR(Rectangle) - Method in class com.codename1.charts.views.XYChart
 
setScreenSaverEnabled(boolean) - Method in class com.codename1.ui.Display
If isScreenSaverDisableSupported() returns true calling this method will lock the screen display on
setScrollable(boolean) - Method in class com.codename1.components.InteractionDialog
 
setScrollable(boolean) - Method in class com.codename1.ui.Container
The equivalent of calling both setScrollableY and setScrollableX
setScrollable(boolean) - Method in class com.codename1.ui.Dialog
 
setScrollable(boolean) - Method in class com.codename1.ui.Form
 
setScrollableX(boolean) - Method in class com.codename1.ui.Container
Sets whether the component should/could scroll on the X axis
setScrollableX(boolean) - Method in class com.codename1.ui.Form
 
setScrollableY(boolean) - Method in class com.codename1.ui.Container
Sets whether the component should/could scroll on the Y axis
setScrollableY(boolean) - Method in class com.codename1.ui.Form
 
setScrollAnimationSpeed(int) - Method in class com.codename1.ui.Component
Scroll animation speed in milliseconds allowing a developer to slow down or accelerate the smooth animation mode
setScrollAnimationSpeed(int) - Method in class com.codename1.ui.Form
 
setScrollIncrement(int) - Method in class com.codename1.ui.Container
Determines the scroll increment size of this Container.
setScrollOffUponContentPane(boolean) - Method in class com.codename1.ui.Toolbar
Sets the Toolbar to scroll off the screen upon content scroll.
setScrollOpacityChangeSpeed(int) - Method in class com.codename1.ui.Component
Indicates the decrement units for the scroll opacity
setScrollSize(Dimension) - Method in class com.codename1.ui.Component
Set the size for the scroll area
setScrollToSelected(boolean) - Method in class com.codename1.ui.List
This flag indicates to the List if the List should scroll to the selected element when it's been initialized.
setScrollVisible(boolean) - Method in class com.codename1.ui.Component
Set whether this component scroll is visible
setScrollX(int) - Method in class com.codename1.ui.Component
Indicates the X position of the scrolling, this number is relative to the component position and so a position of 0 would indicate the x position of the component.
setScrollY(int) - Method in class com.codename1.ui.Component
Indicates the X position of the scrolling, this number is relative to the component position and so a position of 0 would indicate the x position of the component.
setSecure(boolean) - Method in class com.codename1.io.Cookie
 
setSeed(long) - Method in class java.util.Random
Sets the seed of this random number generator using a single long seed.
setSelectableBuffer(int) - Method in class com.codename1.charts.renderers.DefaultRenderer
Sets the selectable radius value around clickable points.
setSelectCommand(Command) - Method in class com.codename1.ui.MenuBar
Sets the select command
setSelectCommandText(String) - Method in class com.codename1.ui.Component
Allows determining the text for the select command used in the 3rd softbutton mode.
setSelected(boolean) - Method in class com.codename1.components.MultiButton
Toggles the selected state for the radio button/check box modes
setSelected(RadioButton) - Method in class com.codename1.ui.ButtonGroup
Selects the given radio button
setSelected(int) - Method in class com.codename1.ui.ButtonGroup
Sets the selected Radio button by index
setSelected(boolean) - Method in class com.codename1.ui.CheckBox
Selects the current checkbox
setSelected(boolean) - Method in class com.codename1.ui.RadioButton
Selects the current radio button
setSelectedDate(Date) - Method in class com.codename1.ui.Calendar
This method sets the Calendar selected day
setSelectedIndex(int) - Method in class com.codename1.cloud.CloudListModel
 
setSelectedIndex(int) - Method in class com.codename1.ui.ComboBox
 
setSelectedIndex(int, boolean) - Method in class com.codename1.ui.ComboBox
 
setSelectedIndex(int) - Method in class com.codename1.ui.list.ContainerList
Sets the current selected offset in the list, by default this implementation will scroll the list to the selection if the selection is outside of the screen
setSelectedIndex(int) - Method in class com.codename1.ui.list.DefaultListModel
 
setSelectedIndex(int) - Method in class com.codename1.ui.list.FilterProxyListModel
 
setSelectedIndex(int) - Method in interface com.codename1.ui.list.ListModel
Sets the selected list offset can be set to -1 to clear selection
setSelectedIndex(int) - Method in class com.codename1.ui.List
Sets the current selected offset in the list, by default this implementation will scroll the list to the selection if the selection is outside of the screen
setSelectedIndex(int, boolean) - Method in class com.codename1.ui.List
Sets the current selected offset in the list
setSelectedIndex(int, boolean) - Method in class com.codename1.ui.Tabs
Sets the currently selected index in the tabs component
setSelectedIndex(int) - Method in class com.codename1.ui.Tabs
Sets the selected index for this tabbedpane.
setSelectedItem(T) - Method in class com.codename1.ui.List
Sets the current selected item in the list
setSelectedString(String) - Method in class com.codename1.ui.spinner.Picker
Sets the current value in a string array picker
setSelectedStyle(Style) - Method in class com.codename1.ui.Component
Changes the Component selected Style by replacing the Component Style with the given Style
setSelectionListener(boolean) - Method in class com.codename1.ui.list.GenericListCellRenderer
 
setSelectionTransparency(int) - Method in class com.codename1.ui.list.DefaultListCellRenderer
The background transparency factor to apply to the selection focus
setSendButtonText(String) - Static method in class com.codename1.system.DefaultCrashReporter
The text for the user prompt dialog
setSensor(boolean) - Method in class com.codename1.maps.providers.GoogleMapsProvider
Specifies whether the application requesting the static map is using a sensor to determine the user's location.
setSerializedObject(Object, Object) - Static method in class com.codename1.ui.layouts.mig.LayoutUtil
Sets the serialized object and associates it with caller.
setSharedInstance(LayoutStyle) - Static method in class com.codename1.ui.layouts.LayoutStyle
Sets the LayoutStyle instance to use for this look and feel.
setShiftMillimeters(int) - Method in class com.codename1.ui.Label
Sets the millimeters that should be shifted in tickering
setShiftText(int) - Method in class com.codename1.ui.Label
This method shifts the text from it's position in pixels.
setShortMonths(String[]) - Method in class com.codename1.l10n.DateFormatSymbols
 
setShortMonths(String[]) - Method in class java.text.DateFormatSymbols
 
setShortWeekdays(String[]) - Method in class com.codename1.l10n.DateFormatSymbols
 
setShortWeekdays(String[]) - Method in class java.text.DateFormatSymbols
 
setShouldCalcPreferredSize(boolean) - Method in class com.codename1.ui.Component
Indicates the values within the component have changed and preferred size should be recalculated
setShouldCalcPreferredSize(boolean) - Method in class com.codename1.ui.Container
 
setShouldCalcPreferredSize(boolean) - Method in class com.codename1.ui.List
 
setShouldLayout(boolean) - Method in class com.codename1.ui.Container
Flags this container to preform layout
setShouldLocalize(boolean) - Method in class com.codename1.ui.Label
Indicates if text should be localized when set to the label, by default all text is localized so this allows disabling automatic localization for a specific label.
setShowAxes(boolean) - Method in class com.codename1.charts.renderers.DefaultRenderer
Sets if the axes should be visible.
setShowCustomTextGrid(boolean) - Method in class com.codename1.charts.renderers.DefaultRenderer
Sets if the grid for custom X or Y labels should be visible.
setShowCustomTextGridX(boolean) - Method in class com.codename1.charts.renderers.DefaultRenderer
Sets if the X axis custom text grid should be visible.
setShowCustomTextGridY(boolean) - Method in class com.codename1.charts.renderers.DefaultRenderer
Sets if the Y axis custom text grid should be visible.
setShowDuringEditBehavior(int) - Method in class com.codename1.ui.Display
Invoking the show() method of a form/dialog while the user is editing text in the native text box can have several behaviors: SHOW_DURING_EDIT_IGNORE, SHOW_DURING_EDIT_EXCEPTION, SHOW_DURING_EDIT_ALLOW_DISCARD, SHOW_DURING_EDIT_ALLOW_SAVE, SHOW_DURING_EDIT_SET_AS_NEXT
setShowGrid(boolean) - Method in class com.codename1.charts.renderers.DefaultRenderer
Sets if the grid should be visible.
setShowGridX(boolean) - Method in class com.codename1.charts.renderers.DefaultRenderer
Sets if the X axis grid should be visible.
setShowGridY(boolean) - Method in class com.codename1.charts.renderers.DefaultRenderer
Sets if the Y axis grid should be visible.
setShowImages(boolean) - Method in class com.codename1.ui.html.HTMLComponent
Deprecated.
Sets whether this HTMLComponent will download and show linked images or not
setShowLabels(boolean) - Method in class com.codename1.charts.renderers.DefaultRenderer
Sets if the labels should be visible.
setShowLegend(boolean) - Method in class com.codename1.charts.renderers.DefaultRenderer
Sets if the legend should be visible.
setShowLegendItem(boolean) - Method in class com.codename1.charts.renderers.SimpleSeriesRenderer
Sets if the legend item for this renderer should be visible.
setShowMeridiem(boolean) - Method in class com.codename1.ui.spinner.Picker
Indicates whether hours should be rendered as AM/PM or 24hr format
setShowMeridiem(boolean) - Method in class com.codename1.ui.spinner.TimeSpinner
Shows AM/PM indication
setShowNumbers(boolean) - Method in class com.codename1.ui.list.DefaultListCellRenderer
Indicate whether numbering should exist for the default cell renderer
setShowNumbersDefault(boolean) - Static method in class com.codename1.ui.list.DefaultListCellRenderer
Inidicates whether the default list cell renderer will show numbers by default when constructed
setShowOnInit(Dialog) - Method in class com.codename1.io.ConnectionRequest
This dialog will be shown when this request enters the network queue
setShowTickMarks(boolean) - Method in class com.codename1.charts.renderers.DefaultRenderer
Sets if the tick marks should be visible.
setShowTooltips(boolean) - Static method in class com.codename1.ui.VirtualKeyboard
Indicates whether tooltips should be shown when the keys in the VKB are pressed
setShowVirtualKeyboard(boolean) - Method in class com.codename1.ui.Display
Displays the virtual keyboard on devices that support manually poping up the vitual keyboard
setShrink(Float) - Method in class com.codename1.ui.layouts.mig.DimConstraint
Sets the shrink priority.
setShrinkPriority(int) - Method in class com.codename1.ui.layouts.mig.DimConstraint
Sets the shrink priority.
setSilentRetryCount(int) - Method in class com.codename1.io.ConnectionRequest
Indicates the number of times to silently retry a connection that failed before prompting
setSingleLineTextArea(boolean) - Method in class com.codename1.ui.TextArea
Indicates whether this is a single line text area, in which case "growing" won't work as expected.
setSize(Dimension) - Method in class com.codename1.ui.Component
Sets the Component size, this method is exposed for the purpose of external layout managers and should not be invoked directly.
If a user wishes to effect the component size setPreferredSize should be used.
setSize(BoundSize) - Method in class com.codename1.ui.layouts.mig.DimConstraint
Sets the min/preferred/max size for the entity in the dimension that this object describes.
setSize(int) - Method in class java.util.Vector
Sets the size of this vector to the specified size.
setSizeGroup(String) - Method in class com.codename1.ui.layouts.mig.DimConstraint
Sets the size group that this entity should be in for the dimension that this object is describing.
setSkip(int) - Method in class com.codename1.ui.layouts.mig.CC
Sets how many cells in the grid that should be skipped before the component that this constraint belongs to.
setSku(String) - Method in class com.codename1.payment.Product
 
setSlowMotion(boolean) - Static method in class com.codename1.ui.animations.Motion
Allows debugging motion behavior by slowing motions down 50 fold, doesn't apply to friction motion
setSmoothScrolling(boolean) - Method in class com.codename1.ui.Component
Indicates that scrolling through the component should work as an animation
setSmoothScrolling(boolean) - Method in class com.codename1.ui.Form
 
setSnapToGrid(boolean) - Method in class com.codename1.ui.Component
Indicates whether scrolling this component should jump to a specific location in a grid
setSourceValue(int) - Method in class com.codename1.ui.animations.Motion
The number from which we are starting (usually indicating animation start position)
setSpanX(int) - Method in class com.codename1.ui.layouts.mig.CC
Sets the number of cells the cell that this constraint's component will span in the indicated dimension.
setSpanY(int) - Method in class com.codename1.ui.layouts.mig.CC
Sets the number of cells the cell that this constraint's component will span in the indicated dimension.
setSplit(int) - Method in class com.codename1.ui.layouts.mig.CC
Sets in how many parts the current cell (that this constraint's component will be in) should be split in.
setStartAngle(float) - Method in class com.codename1.charts.renderers.DefaultRenderer
Sets the start angle for circular charts such as pie, doughnut, etc.
setStartDate(Date) - Method in class com.codename1.ui.spinner.DateTimeSpinner
 
setStartsWithMode(boolean) - Method in class com.codename1.ui.AutoCompleteTextField
When enabled this makes the filter check that the string starts with rather than within the index
setStartsWithMode(boolean) - Method in class com.codename1.ui.list.FilterProxyListModel
When enabled this makes the filter check that the string starts with rather than within the index
setStartTime(int) - Method in class com.codename1.ui.animations.AnimationObject
The start time of the animation determines when we start actually drawing the animation object.
setStartTime(long) - Method in class com.codename1.ui.animations.Motion
Sets the start time of the motion
setStartYear(int) - Method in class com.codename1.ui.spinner.DateSpinner
 
setStatus(int) - Method in class com.codename1.location.Location
The status of the location one of: LocationProvider.AVAILABLE, LocationProvider.OUT_OF_SERVICE or LocationProvider.TEMPORARILY_UNAVAILABLE:
setStatus(int) - Method in class com.codename1.location.LocationManager
Allows the implentation to set the status of the location
setStep(double) - Method in class com.codename1.ui.spinner.NumericSpinner
Step for spinner gap
setsTileReadyListener(ActionListener) - Method in class com.codename1.maps.Tile
Sets a Listener to be notified when the tile is fireReady to be painted
setStorageCacheSize(int) - Method in class com.codename1.cloud.CloudListModel
Sets the size of the cache in persistent storage
setStorageCacheSize(int) - Method in class com.codename1.io.CacheMap
Indicates the size of the storage cache after which the cache won't grow further Size is indicated by number of elements stored and not by KB or similar benchmark!
setStreetAddress(String) - Method in class com.codename1.contacts.Address
Sets Address street
setStrikeThru(boolean) - Method in class com.codename1.ui.plaf.Style
Sets the strike through text decoration for this style
setString(String, String) - Method in class com.codename1.cloud.CloudObject
Sets a value that can be no more than 512 characters
setStrings(String[]) - Method in class com.codename1.ui.spinner.Picker
Sets the string entries for the string picker
setStroke(BasicStroke) - Method in class com.codename1.charts.renderers.SimpleSeriesRenderer
Sets the stroke style.
setStrokeCap(int) - Method in class com.codename1.charts.compat.Paint
Deprecated.
 
setStrokeJoin(int) - Method in class com.codename1.charts.compat.Paint
Deprecated.
 
setStrokeMiter(float) - Method in class com.codename1.charts.compat.Paint
Deprecated.
 
setStrokeWidth(float) - Method in class com.codename1.charts.compat.Paint
Deprecated.
 
setStyle(Paint.Style) - Method in class com.codename1.charts.compat.Paint
Deprecated.
 
setSupressExceptions(boolean) - Method in class com.codename1.ui.html.HTMLComponent
Deprecated.
 
setSwipeActivated(boolean) - Method in class com.codename1.ui.SwipeableContainer
disable/enable dragging of the top Component
setSwipeActivated(boolean) - Method in class com.codename1.ui.Tabs
Setter method for swipe mode
setSwipePlaceholder(Image) - Method in class com.codename1.components.ImageViewer
This image is shown briefly during swiping while the full size image is loaded
setSwipeThreshold(float) - Method in class com.codename1.components.ImageViewer
The swipe threshold is a number between 0 and 1 that indicates the threshold after which the swiped image moves to the next image.
setSymbolTable(char[]) - Static method in class com.codename1.ui.TextField
Sets the symbol table to show when the user clicks the symbol table key
setSyncFlush(boolean) - Method in class com.codename1.io.gzip.DeflaterOutputStream
 
setT9Text(String) - Static method in class com.codename1.ui.TextField
Set the text that should appear on the T9 softkey
setTabPlacement(int) - Method in class com.codename1.ui.Tabs
Sets the tab placement for this tabbedpane.
setTabsContentGap(int) - Method in class com.codename1.ui.Tabs
This method allows setting the Tabs content pane spacing (right and left), This can be used to create an effect where the selected tab is smaller and the right and left tabs are visible on the sides
setTabSelectedIcon(int, Image) - Method in class com.codename1.ui.Tabs
Sets the selected icon of the tab at the given index
setTabSelectedIcon(Component, Image) - Method in class com.codename1.ui.Tabs
Sets the selected icon of the tab.
setTabTextPosition(int) - Method in class com.codename1.ui.Tabs
Sets the position of the text relative to the icon if exists
setTabTitle(String, Image, int) - Method in class com.codename1.ui.Tabs
Updates the information about the tab details
setTabTitle(Component, String, Image) - Method in class com.codename1.ui.Tabs
Updates the tabs title .
setTabUIID(String) - Method in class com.codename1.ui.Tabs
The UIID for a tab component which defaults to Tab
setTactileTouch(boolean) - Method in class com.codename1.ui.Component
Indicates whether the component should "trigger" tactile touch when pressed by the user in a touch screen UI.
setTactileTouchDuration(int) - Method in class com.codename1.ui.plaf.LookAndFeel
Allows defining a tactile touch device that vibrates when the user presses a component that should respond with tactile feedback on a touch device (e.g.
setTag(String) - Method in class com.codename1.ui.layouts.mig.CC
Optinal tag that gives more context to this constraint's component.
setTagId(int) - Method in class com.codename1.ui.html.HTMLElement
Sets this HTMLElement's ID
setTagName(String) - Method in class com.codename1.xml.Element
Sets the name or text (for text elements) of this tag
setTargetContainer(Container) - Method in class com.codename1.components.RSSReader
The form/container to which the RSS will navigate when clicking a RSS entry
setTensileDragEnabled(boolean) - Method in class com.codename1.ui.Component
Indicates whether tensile drag (dragging beyond the boundry of the component and snapping back) is enabled for this component.
setTensileLength(int) - Method in class com.codename1.ui.Component
Recommended length for the tensile, -1 for default
setTestAds(boolean) - Static method in class com.codename1.ads.InnerActive
If true and no ads exists the network will return house holds ads
setText(String) - Method in class com.codename1.components.SpanButton
Set the text of the button
setText(String) - Method in class com.codename1.components.SpanLabel
Set the text of the label
setText(String, String) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
setText(int[], String) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
setText(String, String) - Static method in class com.codename1.testing.TestUtils
Sets the text for the given component
setText(int[], String) - Static method in class com.codename1.testing.TestUtils
Sets the text for the given component
setText(String) - Method in class com.codename1.ui.AutoCompleteTextField
 
setText(String) - Method in class com.codename1.ui.Label
Sets the Label text
setText(String) - Method in class com.codename1.ui.TextArea
Sets the text within this text area
setText(String) - Method in class com.codename1.ui.TextField
 
setText(String) - Method in class com.codename1.xml.Element
Sets the text of this element to the specified string (For text elements only)
setTextAlign(int) - Method in class com.codename1.charts.compat.Paint
Deprecated.
 
setTextBlockAlign(int) - Method in class com.codename1.components.SpanLabel
Indicates the alignment of the whole text block, this is different from setting the alignment of the text within the block since the UIID might have a border or other design element that won't be affected by such alignment.
setTextDecoration(int) - Method in class com.codename1.ui.plaf.Style
Sets the text decoration of this style
setTextDecoration(int, boolean) - Method in class com.codename1.ui.plaf.Style
Sets the text decoration of this style
setTextElement(boolean) - Method in class com.codename1.xml.Element
Sets this element as a text element
setTextField(TextArea) - Method in class com.codename1.ui.VirtualKeyboard
Invoked internally by the implementation to indicate the text field that will be edited by the virtual keyboard
setTextFieldCursorColor(int) - Method in class com.codename1.ui.plaf.LookAndFeel
The color of the text field cursor
setTextLine1(String) - Method in class com.codename1.components.MultiButton
Sets the content of the row
setTextLine2(String) - Method in class com.codename1.components.MultiButton
Sets the content of the row
setTextLine3(String) - Method in class com.codename1.components.MultiButton
Sets the content of the row
setTextLine4(String) - Method in class com.codename1.components.MultiButton
Sets the content of the row
setTextPosition(int) - Method in class com.codename1.ui.Label
Sets the position of the text relative to the icon if exists
setTextPosition(Component, int) - Method in class com.codename1.ui.Tabs
Invokes set text position on the given tab, the tab should be a toggle button radio by default but can be anything
setTextSize(float) - Method in class com.codename1.charts.compat.Paint
Deprecated.
 
setTextToShare(String) - Method in class com.codename1.components.ShareButton
Sets the information to share
setTextTypeface(int, int) - Method in class com.codename1.charts.renderers.DefaultRenderer
Sets the text typeface name and style.
setTextTypeface(Font) - Method in class com.codename1.charts.renderers.DefaultRenderer
Sets the text typeface.
setTextUIID(String) - Method in class com.codename1.components.SpanButton
Sets the UIID for the actual text
setTextUIID(String) - Method in class com.codename1.components.SpanLabel
Sets the UIID for the actual text
setThemeProps(Hashtable) - Method in class com.codename1.ui.plaf.UIManager
Allows manual theme loading from a hashtable of key/value pairs
setThickness(int) - Method in class com.codename1.ui.plaf.Border
This method returns sets the border thickness in pixels, notice this doesn't apply to most border types
setThirdSoftButton(boolean) - Method in class com.codename1.ui.Display
Indicates whether the 3rd softbutton should be supported on this device
setThreadCount(int) - Method in class com.codename1.io.NetworkManager
Thread count should never be changed when the network is running since it will have no effect.
setThumbImage(Image) - Method in class com.codename1.ui.Slider
The thumb image is drawn on top of the current progress
setTickerEnabled(boolean) - Method in class com.codename1.ui.Label
Sets the Label to allow ticking of the text.
setTickerSpeed(long) - Method in class com.codename1.ui.plaf.LookAndFeel
Sets the ticker speed
setTickWhenFocused(boolean) - Method in class com.codename1.ui.plaf.DefaultLookAndFeel
This method allows to set all Labels, Buttons, CheckBoxes, RadioButtons to start ticking when the text is too long.
setTileLoadingImage(Image) - Static method in class com.codename1.maps.Tile
Sets a static image that will be drawn on the map if the tile image is not available yet.
setTileLoadingText(String) - Static method in class com.codename1.maps.Tile
Sets a static text to paint.
setTileSize(int) - Static method in class com.codename1.maps.providers.GoogleMapsProvider
 
setTime(int) - Method in interface com.codename1.media.Media
Sets the position in the audio file or doesn't effect if not supported
setTime(int) - Method in class com.codename1.ui.animations.Timeline
Set the time of the timeline
setTime(int) - Method in class com.codename1.ui.spinner.Picker
This value is only used for time type and is ignored in the case of date and time where both are embedded within the date.
setTime(int, int) - Method in class com.codename1.ui.spinner.Picker
Convenience method equivalent to invoking setTime(hour * 60 + minute);
setTime(Date) - Method in class java.util.Calendar
Sets this Calendar's current time with the given Date.
setTime(long) - Method in class java.util.Date
Sets this Date object to represent a point in time that is time milliseconds after January 1, 1970 00:00:00 GMT.
setTimeInMillis(long) - Method in class java.util.Calendar
Sets this Calendar's current time from the given long value.
setTimeout(int) - Method in class com.codename1.io.ConnectionRequest
Indicates the timeout for this connection request
setTimeout(int) - Method in class com.codename1.io.NetworkManager
Sets the timeout in milliseconds for network connections, a timeout may be "faked" for platforms that don't support the notion of a timeout such as MIDP
setTimeout(long) - Method in class com.codename1.ui.Dialog
Indicates the time (in milliseconds) afterwhich the dialog will be disposed implicitly
setTimeStamp(long) - Method in class com.codename1.location.Location
Sets the timeStamp of this Location
setTimeZone(TimeZone) - Method in class com.codename1.ui.Calendar
Sets the Calendar timezone, if not specified Calendar will use the default timezone
setTimeZone(TimeZone) - Method in class java.util.Calendar
Sets the time zone with the given time zone value.
setTintColor(int) - Method in class com.codename1.components.InfiniteProgress
The tinting color of the screen when the showInifiniteBlocking method is invoked
setTintColor(int) - Method in class com.codename1.ui.Form
Default color for the screen tint when a dialog or a menu is shown
setTitle(String) - Method in class com.codename1.charts.models.XYSeries
Sets the series title.
setTitle(String) - Method in class com.codename1.components.InteractionDialog
 
setTitle(String) - Method in class com.codename1.maker.MakerPlugin
Deprecated.
The title that the user has set to this plugin
setTitle(String) - Method in class com.codename1.ui.Dialog
 
setTitle(String) - Method in class com.codename1.ui.Form
Sets the Form title to the given text
setTitle(String) - Method in class com.codename1.ui.Toolbar
Sets the title of the Toolbar.
setTitleAlignment(int) - Method in class com.codename1.ui.table.Table
Indicates the alignment of the title see label alignment for details
setTitleComponent(Label) - Method in class com.codename1.ui.Dialog
 
setTitleComponent(Label, Transition) - Method in class com.codename1.ui.Dialog
 
setTitleComponent(Label) - Method in class com.codename1.ui.Form
Allows replacing the title with a different title component, thus allowing developers to create more elaborate title objects.
setTitleComponent(Label, Transition) - Method in class com.codename1.ui.Form
Allows replacing the title with a different title component, thus allowing developers to create more elaborate title objects.
setTitleComponent(Component) - Method in class com.codename1.ui.Toolbar
Sets the Toolbar title component.
setTitleStyle(Style) - Method in class com.codename1.ui.Form
Deprecated.
this method doesn't take into consideration multiple styles
setToggle(boolean) - Method in class com.codename1.ui.Button
Toggle button mode is only relevant for checkboxes/radio buttons.
setToken(String) - Static method in class com.codename1.facebook.FaceBookAccess
Sets the token to the FaceBookAccess class, this is useful if the token has not yet expired, get the expiration of the token with Oauth2.getExpires()
setToken(String) - Static method in class com.codename1.io.services.TwitterRESTService
For every request twitter now needs an authorization token
setToolBar(Toolbar) - Method in class com.codename1.ui.Form
Sets the Form Toolbar
setTopToBottom(boolean) - Method in class com.codename1.ui.layouts.mig.LC
If the layout should go from the default top-to-bottom in the grid instead of the optinal bottom-to-top.
setTouchMenus(boolean) - Method in class com.codename1.ui.plaf.LookAndFeel
Deprecated.
use Display.setCommandBehavior(Display.COMMAND_BEHAVIOR_TOUCH_MENU)
setTouchScreenDevice(boolean) - Method in class com.codename1.ui.Display
Indicates if this is a touch screen device that will return pen events, defaults to true if the device has pen events but can be overriden by the developer.
setTrackVisitedURLs(boolean) - Method in class com.codename1.ui.html.DefaultDocumentRequestHandler
Allows tracking whether a URL was visited or not
setTransform(Transform) - Method in class com.codename1.charts.ChartComponent
Sets the transform for the chart.
setTransform(Transform) - Method in class com.codename1.ui.Graphics
Sets the transformation com.codename1.ui.geom.Matrix to apply to drawing in this graphics context.
setTransform(Transform) - Method in class com.codename1.ui.Transform
Sets the current transform to be identical to the provided transform.
setTransitionIn(Transition) - Static method in class com.codename1.ui.VirtualKeyboard
The transition in for the VKB
setTransitionInAnimator(Transition) - Method in class com.codename1.ui.Form
This property allows us to define a an animation that will draw the transition for entering this form.
setTransitionOut(Transition) - Static method in class com.codename1.ui.VirtualKeyboard
The transition out for the VKB
setTransitionOutAnimator(Transition) - Method in class com.codename1.ui.Form
This property allows us to define a an animation that will draw the transition for exiting this form.
setTransitions(Transition, Transition) - Method in class com.codename1.ui.MenuBar
Sets the menu transitions for showing/hiding the menu, can be null...
setTransitionYield(int) - Method in class com.codename1.ui.Display
Indicates whether a delay should exist between calls to flush graphics during transition.
setTranslation(float, float, float) - Method in class com.codename1.ui.Transform
Sets the current transform to be the specified translation.
setTranslation(float, float) - Method in class com.codename1.ui.Transform
 
setType(String) - Method in class com.codename1.cloud.CloudObject
Set the type of the object
setType(int) - Method in class com.codename1.ui.spinner.Picker
Sets the type of the picker to one of Display.PICKER_TYPE_DATE, Display.PICKER_TYPE_DATE_AND_TIME, Display.PICKER_TYPE_STRINGS or Display.PICKER_TYPE_TIME
setTypeface(Font) - Method in class com.codename1.charts.compat.Paint
Deprecated.
 
setUIID(String) - Method in class com.codename1.ui.ComboBox
 
setUIID(String) - Method in class com.codename1.ui.Component
This method sets the Component the Unique identifier.
setUIID(String) - Method in class com.codename1.ui.Slider
 
setUIID(String) - Method in class com.codename1.ui.spinner.BaseSpinner
 
setUIIDLine1(String) - Method in class com.codename1.components.MultiButton
Sets the UIID of the row
setUIIDLine2(String) - Method in class com.codename1.components.MultiButton
Sets the UIID of the row
setUIIDLine3(String) - Method in class com.codename1.components.MultiButton
Sets the UIID of the row
setUIIDLine4(String) - Method in class com.codename1.components.MultiButton
Sets the UIID of the row
setUIManager(UIManager) - Method in class com.codename1.ui.Container
Allows replacing the UIManager in a component hierarchy to update the look and feel only to a specific hierarchy
setUIManager(UIManager) - Method in class com.codename1.ui.Form
 
setUnderline(boolean) - Method in class com.codename1.ui.plaf.Style
Sets the underline text decoration for this style
setUnitValue(String[], UnitValue, UnitValue) - Static method in class com.codename1.ui.layouts.mig.PlatformDefaults
Sets the unit value associated with a unit string.
setUnrelatedGap(UnitValue, UnitValue) - Static method in class com.codename1.ui.layouts.mig.PlatformDefaults
Sets gap value for components that are "unrelated".
setUnselectedStyle(Style) - Method in class com.codename1.ui.Component
Changes the Component Style by replacing the Component Style with the given Style
setUnselectedStyle(Style) - Method in class com.codename1.ui.MenuBar
 
setUnsupportedChars(String) - Method in class com.codename1.ui.TextArea
Unsupported characters is a string that contains characters that cause issues when rendering on some problematic fonts.
setUpdateDuration(int) - Method in class com.codename1.components.Ads
The amount of time needed to update the ad
setURL(String) - Method in class com.codename1.components.RSSReader
The URL of the RSS stream
setURL(String) - Method in class com.codename1.components.WebBrowser
Sets the page URL, jar: URL's must be supported by the implementation
setUrl(String) - Method in class com.codename1.io.ConnectionRequest
 
setUrl(String) - Method in class com.codename1.io.services.CachedData
 
setURL(String) - Method in class com.codename1.ui.BrowserComponent
Sets the page URL, jar: URL's must be supported by the implementation
setUrl(String) - Method in class com.codename1.ui.html.DocumentInfo
Sets the URL to the specified URL
setUrls(String[]) - Method in class com.codename1.contacts.Contact
Sets Contact urls
setUseLongs(boolean) - Static method in class com.codename1.io.JSONParser
Indicates that the parser will generate long objects and not just doubles for numeric values
setUseNativeCookieStore(boolean) - Static method in class com.codename1.io.ConnectionRequest
Indicates whether the native Cookie stores should be used
setUseNativeTextInput(boolean) - Static method in class com.codename1.ui.TextField
Indicates that native text input should be used in text field when in place editing is supported by the platform
setUserAgent(String) - Method in class com.codename1.io.ConnectionRequest
 
setUseSoftkeys(boolean) - Method in class com.codename1.ui.TextField
When set to true softkeys are used to enable delete functionality
setUseStringWidth(boolean) - Static method in class com.codename1.ui.TextArea
By default text area uses charWidth since its much faster on some devices than string width.
setValign(int) - Method in class com.codename1.ui.layouts.FlowLayout
Indicates vertical alignment within the flow layout
setValignByRow(boolean) - Method in class com.codename1.ui.layouts.FlowLayout
When set to true vertical alignment will be performed by row (components within the container will be aligned vertically to each other in the same row) When set to false (which is default) vertical alignment relates to the alignment of this container in regards to external components
setValue(boolean) - Method in class com.codename1.components.OnOffSwitch
The value of the switch
setValue(String) - Method in class com.codename1.io.Cookie
 
setValue(Object) - Method in class com.codename1.ui.spinner.GenericSpinner
The value for the spinner
setValue(int, Object) - Method in class com.codename1.ui.spinner.GenericSpinner
The value for the spinner
setValue(double) - Method in class com.codename1.ui.spinner.NumericSpinner
The value for the spinner
setValue(V) - Method in class java.util.AbstractMap.SimpleEntry
Sets the value of this entry to the specified value, replacing any existing value.
setValue(V) - Method in class java.util.AbstractMap.SimpleImmutableEntry
Throws an UnsupportedOperationException.
setValue(V) - Method in interface java.util.Map.Entry
Sets the value of this entry to the specified value, replacing any existing value.
setValueAt(int, int, Object) - Method in class com.codename1.ui.table.DefaultTableModel
 
setValueAt(int, int, Object) - Method in interface com.codename1.ui.table.TableModel
Sets the value of the cell at the given location
setVariable(String, Object) - Method in interface com.codename1.media.Media
Allows for platform specific enhancements for media playback
setVelocity(float) - Method in class com.codename1.location.Location
Sets the velocity of this Location
setVerboseMode(boolean) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
setVerboseMode(boolean) - Static method in class com.codename1.testing.TestUtils
Activates/deactivates the verbose test mode
setVertical(DimConstraint) - Method in class com.codename1.ui.layouts.mig.CC
Sets the vertical dimension constraint for this component constraint.
setVertical(boolean) - Method in class com.codename1.ui.Slider
Indicates the slider is vertical
setVerticalAlign(int) - Method in class com.codename1.ui.table.TableLayout.Constraint
Sets the vertical alignment of the table cell
setVerticalAlignment(int) - Method in class com.codename1.ui.Label
Sets the vertical alignment of the Label to one of: CENTER, TOP, BOTTOM
setVerticalAlignment(int) - Method in class com.codename1.ui.TextArea
Sets the vertical alignment of the text field to one of: CENTER, TOP, BOTTOM
only applies to single line text field
setVerticalGroup(GroupLayout.Group) - Method in class com.codename1.ui.layouts.GroupLayout
Sets the Group that is responsible for layout along the vertical axis.
setVerticalScaleFactor(Float) - Static method in class com.codename1.ui.layouts.mig.PlatformDefaults
The forced scale factor that all screen relative units (e.g.
setVerticalSpan(int) - Method in class com.codename1.ui.table.TableLayout.Constraint
Sets the cells to span vertically, this number must never be smaller than 1
setVisible(boolean) - Method in class com.codename1.ui.Component
Toggles visibility of the component
setVisible(boolean) - Method in class com.codename1.ui.Form
 
setVisualPadding(UnitValue[]) - Method in class com.codename1.ui.layouts.mig.CC
Sets the visual padding used when laying out this Component.
setVisualPadding(boolean) - Method in class com.codename1.ui.layouts.mig.LC
If visual padding should be automatically used and compensated for by this layout instance.
setVisualTypes(DialRenderer.Type[]) - Method in class com.codename1.charts.renderers.DialRenderer
Sets the visual types.
setVKBTint(TextField, int) - Static method in class com.codename1.ui.VirtualKeyboard
Sets the tint color for the virtual keyboard when shown on top of this text field see the form tint methods for more information
setVolume(int) - Method in interface com.codename1.media.Media
Sets the media playback volume in percentage
setWeekdays(String[]) - Method in class com.codename1.l10n.DateFormatSymbols
 
setWeekdays(String[]) - Method in class java.text.DateFormatSymbols
 
setWidestChar(char) - Static method in class com.codename1.ui.TextArea
Indicates the widest character in the alphabet, this is useful for detecting linebreaks internally.
setWidth(int) - Method in class com.codename1.ui.Component
Sets the Component width, this method is exposed for the purpose of external layout managers and should not be invoked directly.
If a user wishes to effect the component size setPreferredSize should be used.
setWidth(int) - Method in class com.codename1.ui.geom.Dimension
Set the width of the dimension
setWidth(double) - Method in class com.codename1.ui.geom.Dimension2D
Set the width of the dimension
setWidth(int) - Method in class com.codename1.ui.geom.Rectangle
Convenience method for getSize().setWidth();
setWidth(double) - Method in class com.codename1.ui.geom.Rectangle2D
Convenience method for getSize().setWidth();
setWidth(BoundSize) - Method in class com.codename1.ui.layouts.mig.LC
Sets the minimum/preferred/maximum size for the container that this layout constraint is set for.
setWidth(int) - Method in class com.codename1.ui.TextArea
 
setWidthPercentage(int) - Method in class com.codename1.ui.table.TableLayout.Constraint
Sets the column width based on percentage of the parent
setWindingRule(int) - Method in class com.codename1.ui.geom.GeneralPath
Sets the path's winding rule, which controls which areas are considered 'inside' or 'outside' the path on drawing.
setWrap(boolean) - Method in class com.codename1.ui.layouts.mig.CC
Sets if the flow should wrap to the next line/column after the component that this constraint belongs to.
setWrapAfter(int) - Method in class com.codename1.ui.layouts.mig.LC
Sets after what cell the grid should always auto wrap.
setWrapGapSize(BoundSize) - Method in class com.codename1.ui.layouts.mig.CC
Set the wrap size and turns wrap on if != null.
setWriteRequest(boolean) - Method in class com.codename1.io.ConnectionRequest
 
setX(float) - Method in class com.codename1.charts.models.Point
 
setX(int) - Method in class com.codename1.ui.Component
Sets the Component x location relative to the parent container, this method is exposed for the purpose of external layout managers and should not be invoked directly.
setX(int) - Method in class com.codename1.ui.geom.Point
Sets the x value of this Point
setX(double) - Method in class com.codename1.ui.geom.Point2D
Sets the x value of this Point
setX(int) - Method in class com.codename1.ui.geom.Rectangle
Sets the x position of the rectangle
setX(int) - Method in class com.codename1.ui.geom.Rectangle2D
Sets the x position of the rectangle
setXAxisColor(int) - Method in class com.codename1.charts.renderers.DefaultRenderer
Sets the X axis color.
setXAxisMax(double) - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Sets the end value of the X axis range.
setXAxisMax(double, int) - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Sets the end value of the X axis range.
setXAxisMin(double) - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Sets the start value of the X axis range.
setXAxisMin(double, int) - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Sets the start value of the X axis range.
setXLabelFormat(NumberFormat) - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Sets the number format for X axis displaying labels.
setXLabels(int) - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Sets the approximate number of labels for the X axis.
setXLabelsAlign(int) - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Sets the X axis labels alignment.
setXLabelsAngle(float) - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Sets the rotation angle (in degrees) of labels for the X axis.
setXLabelsColor(int) - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Sets the X axis labels color.
setXLabelsPadding(float) - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Sets the X labels padding
setXRoundedLabels(boolean) - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Sets if X axis rounded time values to be used.
setXTitle(String) - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Sets the title for the X axis.
setY(float) - Method in class com.codename1.charts.models.Point
 
setY(int) - Method in class com.codename1.ui.Component
Sets the Component y location relative to the parent container, this method is exposed for the purpose of external layout managers and should not be invoked directly.
setY(int) - Method in class com.codename1.ui.geom.Point
Sets the y value of this Point
setY(double) - Method in class com.codename1.ui.geom.Point2D
Sets the y value of this Point
setY(int) - Method in class com.codename1.ui.geom.Rectangle
Sets the y position of the rectangle
setY(int) - Method in class com.codename1.ui.geom.Rectangle2D
Sets the y position of the rectangle
setYAxisAlign(int, int) - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
 
setYAxisColor(int) - Method in class com.codename1.charts.renderers.DefaultRenderer
Sets the Y axis color.
setYAxisMax(double) - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Sets the end value of the Y axis range.
setYAxisMax(double, int) - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Sets the end value of the Y axis range.
setYAxisMin(double) - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Sets the start value of the Y axis range.
setYAxisMin(double, int) - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Sets the start value of the Y axis range.
setYearRange(int, int) - Method in class com.codename1.ui.Calendar
Sets the Calendar min and max years
setYield(int) - Method in class com.codename1.io.BufferedInputStream
Allows setting a yield duration for this stream which is useful for background operations to release CPU
setYLabelFormat(NumberFormat, int) - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Sets the number format for Y axis displaying labels.
setYLabels(int) - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Sets the approximate number of labels for the Y axis.
setYLabelsAlign(int) - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
 
setYLabelsAlign(int, int) - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Sets the Y axis labels alignment.
setYLabelsAngle(float) - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Sets the rotation angle (in degrees) of labels for the Y axis.
setYLabelsColor(int, int) - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Sets the Y axis labels color.
setYLabelsPadding(float) - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Sets the Y labels padding
setYLabelsVerticalPadding(float) - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Sets the Y labels vertical padding
setYTitle(String) - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Sets the title for the Y axis.
setYTitle(String, int) - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Sets the title for the Y axis.
setZoneStrings(String[][]) - Method in class com.codename1.l10n.DateFormatSymbols
 
setZoneStrings(String[][]) - Method in class java.text.DateFormatSymbols
 
setZoom(float) - Method in class com.codename1.components.ImageViewer
Manipulate the zoom level of the application
setZoomButtonsVisible(boolean) - Method in class com.codename1.charts.renderers.DefaultRenderer
Deprecated. 
setZoomEnabled(boolean) - Method in class com.codename1.charts.ChartComponent
 
setZoomEnabled(boolean) - Method in class com.codename1.charts.renderers.DefaultRenderer
Deprecated. 
setZoomEnabled(boolean, boolean) - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Sets the enabled state of the zoom.
setZoomInLimitX(double) - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Sets the zoom in limit permitted in the axis X.
setZoomInLimitY(double) - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Sets zoom in limit permitted in the axis Y.
setZoomLevel(int) - Method in class com.codename1.maps.MapComponent
Sets the current zoom level of the map.
setZoomLimits(double[]) - Method in class com.codename1.charts.renderers.XYMultipleSeriesRenderer
Sets the zoom limits as an array of 4 values.
setZoomRate(float) - Method in class com.codename1.charts.renderers.DefaultRenderer
Deprecated. 
Shape - Interface in com.codename1.ui.geom
An interface that can be implemented by any class that wants to be drawable as a shape.
SHAPE_WIDTH - Static variable in class com.codename1.charts.views.RoundChart
The legend shape width.
share(String, String, String) - Method in class com.codename1.share.EmailShare
 
share(String) - Method in class com.codename1.share.EmailShare
 
share(String, String, String) - Method in class com.codename1.share.FacebookShare
 
share(String) - Method in class com.codename1.share.FacebookShare
 
share(String) - Method in class com.codename1.share.ShareService
This is the sharing method which should be implemented by the service.
share(String, String, String) - Method in class com.codename1.share.ShareService
This is the image sharing method which should be implemented by the service, if the service returned true on the canShareImage() method Notice not all services are able to share text and image together, in this case the image sharing will be preferred by these services
share(String) - Method in class com.codename1.share.SMSShare
 
share(String) - Method in class com.codename1.ui.Display
Deprecated.
use the method share that accepts an image and mime type
share(String, String, String) - Method in class com.codename1.ui.Display
Share the required information using the platform sharing services.
share(String, String, String, Rectangle) - Method in class com.codename1.ui.Display
Share the required information using the platform sharing services.
ShareButton - Class in com.codename1.components
This is a share button.
ShareButton() - Constructor for class com.codename1.components.ShareButton
Default constructor
ShareService - Class in com.codename1.share
This is an abstract sharing service.
ShareService(String, Image) - Constructor for class com.codename1.share.ShareService
Constructor with the service name and icon
shear(float, float) - Method in class com.codename1.ui.Graphics
Shear the graphics coordinate system using the affine transform
SHIFT - Static variable in class com.codename1.ui.VirtualKeyboard
 
shiftLeft(int) - Method in class com.codename1.util.BigDecimal
 
shiftLeft(int) - Method in class com.codename1.util.BigInteger
 
shiftRight(int) - Method in class com.codename1.util.BigInteger
 
SHORT - Static variable in class com.codename1.l10n.DateFormat
Constant for short style parsing/formatting pattern.
Short - Class in java.lang
The Short class is the standard wrapper for short values.
Short(short) - Constructor for class java.lang.Short
Constructs a Short object initialized to the specified short value.
SHORT - Static variable in class java.text.DateFormat
Deprecated.
Constant for short style parsing/formatting pattern.
shortValue() - Method in class java.lang.Double
Returns the value of this Double as a short (by casting to a short).
shortValue() - Method in class java.lang.Float
Returns the value of this Float as a short (by casting to a short).
shortValue() - Method in class java.lang.Integer
Returns the value of this Integer as a short.
shortValue() - Method in class java.lang.Short
Returns the value of this Short as a short.
shouldAddBackCommandToMenu() - Method in class com.codename1.ui.util.UIBuilder
Back commands are set implicitly (see allowBackTo to disable that), this method allows subclasses to disable the behavior where the back command is also added to the menu (not just set to the back button).
shouldApplicationHandleURL(String, String) - Method in interface com.codename1.system.URLCallback
Indicates whether the application should handle the given URL, defaults to true
shouldAutoCloseResponse() - Method in class com.codename1.io.ConnectionRequest
Indicates whether the response stream should be closed automatically by the framework (defaults to true), this might cause an issue if the stream needs to be passed to a separate thread for reading.
shouldAutoStoreState() - Method in class com.codename1.ui.util.UIBuilder
Indicates whether the UIBuilder should try storing states for forms on its own by seeking lists, tabs and other statefull elements and keeping their selection
shouldBlockSideSwipe() - Method in class com.codename1.components.ImageViewer
 
shouldBlockSideSwipe() - Method in class com.codename1.maps.MapComponent
 
shouldBlockSideSwipe() - 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.
shouldBlockSideSwipe() - Method in class com.codename1.ui.Slider
 
shouldConvertPostToGetOnRedirect() - Method in class com.codename1.io.ConnectionRequest
This mimics the behavior of browsers that convert post operations to get operations when redirecting a request.
shouldDrawInnerBorderAfterRow(int) - Method in class com.codename1.ui.table.Table
Returns whether an inner border should be drawn after the specified row.
shouldEvaluate(Element) - Method in class com.codename1.ui.html.HTMLParser
Overrides the Element.shouldEvaluate method to return false on the script tag.
shouldEvaluate(Element) - Method in class com.codename1.xml.XMLParser
Checks if this element should be evaluated by the parser This can be overriden by subclasses to skip certain elements
shouldExecuteOnEDT() - Method in class com.codename1.testing.AbstractTest
Returns false, default tests run in their own thread.
shouldExecuteOnEDT() - Method in interface com.codename1.testing.UnitTest
Returns true to indicate that the test expects to be executed on the EDT
shouldNavigate(String) - Method in interface com.codename1.ui.events.BrowserNavigationCallback
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.
shouldRenderPeerImage() - Method in class com.codename1.ui.PeerComponent
Subclasses should return true here if the peer image should be rendered instead of the actual peer
shouldRenderSelection() - Method in class com.codename1.ui.Display
This is an internal state flag relevant only for pureTouch mode (otherwise it will always be true).
shouldRenderSelection(Component) - Method in class com.codename1.ui.Display
This is an internal state flag relevant only for pureTouch mode (otherwise it will always be true).
shouldRenderSelection() - Method in class com.codename1.ui.List
Allows subclasses to override the selection rendering for the component, specifically the spinner in some themes
shouldSendPointerReleaseToOtherForm() - Method in class com.codename1.ui.Form
Indicates whether this form wants to receive pointerReleased events for touch events that started in a different form
shouldStop() - Method in class com.codename1.io.ConnectionRequest
Returns true if the request is paused or killed, developers should call this method periodically to test whether they should quit the current IO operation immediately
shouldTickerStart() - Method in class com.codename1.ui.Label
Returns true if a ticker should be started since there is no room to show the text in the label.
shouldWriteUTFAsGetBytes() - Method in class com.codename1.io.ConnectionRequest
Returns whether when writing a post body the platform expects something in the form of string.getBytes("UTF-8") or new OutputStreamWriter(os, "UTF-8").
show(int, int, int, int) - Method in class com.codename1.components.InteractionDialog
This method shows the form as a modal alert allowing us to produce a behavior of an alert/dialog box.
show(int, int, int, int, boolean) - Method in class com.codename1.ui.Dialog
Deprecated.
use the version that doesn't accept the include title, the includeTitle feature is no longer supported
show(int, int, int, int) - Method in class com.codename1.ui.Dialog
This method shows the form as a modal alert allowing us to produce a behavior of an alert/dialog box.
show(int, int, int, int, boolean, boolean) - Method in class com.codename1.ui.Dialog
Deprecated.
use showAtPosition, the includeTitle flag is no longer supported
show(String, String, int, Image, String, String) - Static method in class com.codename1.ui.Dialog
Shows a modal prompt dialog with the given title and text.
show(String, String, int, Image, String, String, long) - Static method in class com.codename1.ui.Dialog
Shows a modal prompt dialog with the given title and text.
show(String, String, Command[], int, Image, long) - Static method in class com.codename1.ui.Dialog
Shows a modal prompt dialog with the given title and text.
show(String, String, Command, Command[], int, Image, long) - Static method in class com.codename1.ui.Dialog
Shows a modal prompt dialog with the given title and text.
show(String, String, Command[], int, Image, long, Transition) - Static method in class com.codename1.ui.Dialog
Shows a modal prompt dialog with the given title and text.
show(String, String, Command, Command[], int, Image, long, Transition) - Static method in class com.codename1.ui.Dialog
Shows a modal prompt dialog with the given title and text.
show(String, String, String, String) - Static method in class com.codename1.ui.Dialog
Shows a modal prompt dialog with the given title and text.
show(String, Component, Command[]) - Static method in class com.codename1.ui.Dialog
Shows a modal dialog with the given component as its "body" placed in the center.
show(String, Component, Command[], int, Image) - Static method in class com.codename1.ui.Dialog
Shows a modal dialog with the given component as its "body" placed in the center.
show(String, Component, Command[], int, Image, long) - Static method in class com.codename1.ui.Dialog
Shows a modal dialog with the given component as its "body" placed in the center.
show(String, Component, Command[], int, Image, long, Transition) - Static method in class com.codename1.ui.Dialog
Shows a modal dialog with the given component as its "body" placed in the center.
show(String, Component, Command, Command[], int, Image, long, Transition) - Static method in class com.codename1.ui.Dialog
Shows a modal dialog with the given component as its "body" placed in the center.
show() - Method in class com.codename1.ui.Dialog
The default version of show modal shows the dialog occupying the center portion of the screen.
show() - Method in class com.codename1.ui.Form
Displays the current form on the screen
show() - Method in class com.codename1.ui.VirtualKeyboard
 
SHOW_DURING_EDIT_ALLOW_DISCARD - Static variable in class com.codename1.ui.Display
Allow show to occur during edit and discard all user input at this moment
SHOW_DURING_EDIT_ALLOW_SAVE - Static variable in class com.codename1.ui.Display
Allow show to occur during edit and save all user input at this moment
SHOW_DURING_EDIT_EXCEPTION - Static variable in class com.codename1.ui.Display
If show is called while editing text in the native text box an exception is thrown
SHOW_DURING_EDIT_IGNORE - Static variable in class com.codename1.ui.Display
Ignore all calls to show occurring during edit, they are discarded immediately
SHOW_DURING_EDIT_SET_AS_NEXT - Static variable in class com.codename1.ui.Display
Show will update the current form to which the OK button of the text box will return
showAtPosition(int, int, int, int, boolean) - Method in class com.codename1.ui.Dialog
This method shows the form as a modal alert allowing us to produce a behavior of an alert/dialog box.
showAuthentication(ActionListener) - Method in class com.codename1.facebook.FaceBookAccess
This method shows an authentication for login form
showAuthentication(ActionListener) - Method in class com.codename1.io.Oauth2
This method shows an authentication for login form
showBack() - Method in class com.codename1.ui.Dialog
 
showBack() - Method in class com.codename1.ui.Form
Displays the current form on the screen, this version of the method is useful for "back" navigation since it reverses the direction of the transition.
showContainer(String, Command, Component) - Method in class com.codename1.ui.util.UIBuilder
This method is equivalent to the internal navigation behavior, it adds functionality such as the back command into the given form resource and shows it.
showDialog() - Method in class com.codename1.ui.Dialog
Shows a modal dialog and returns the command pressed within the modal dialog
showForm(String, Command) - Method in class com.codename1.ui.util.UIBuilder
This method is equivalent to the internal navigation behavior, it adds functionality such as the back command into the given form resource and shows it.
showInifiniteBlocking() - Method in class com.codename1.components.InfiniteProgress
Shows the infinite progress over the whole screen
showKeyboard(boolean) - Method in class com.codename1.ui.VirtualKeyboard
Shows the virtual keyboard that is assoiciated with the displayed TextField or displays the default virtual keyboard.
showLog() - Static method in class com.codename1.io.Log
Places a form with the log as a TextArea on the screen, this method can be attached to appear at a given time or using a fixed global key.
showMenu() - Method in class com.codename1.ui.MenuBar
This method shows the menu on the Form.
showMenuDialog(Dialog) - Method in class com.codename1.ui.MenuBar
A menu is implemented as a dialog, this method allows you to override dialog display in order to customize the dialog menu in various ways
showModeless() - Method in class com.codename1.ui.Dialog
Shows a modeless dialog which is useful for some simpler use cases such as progress indication etc...
showNativePicker(int, Component, Object, Object) - Method in class com.codename1.ui.Display
Shows a native modal dialog allowing us to perform the picking for the given type which can include one of PICKER_TYPE_DATE_AND_TIME, PICKER_TYPE_TIME, PICKER_TYPE_DATE
showNativeScreen(Object) - Method in class com.codename1.ui.Display
Shows a native Form/Canvas or some other heavyweight native screen
showNotify() - Method in class com.codename1.ui.Display
Broadcasts show notify into Codename One, this method is invoked by the Codename One implementation to notify Codename One of showNotify events
showNotify() - Method in class com.codename1.ui.Form
This method is only invoked when the underlying canvas for the form is shown this method isn't called for form based events and is generally usable for suspend/resume based behavior
showOn(Form) - Method in class com.codename1.ui.util.GlassTutorial
Install the glass tutorial on a form and seamlessly dismiss it when no longer necessary
showOverflowMenu(Dialog) - Method in class com.codename1.ui.Toolbar
 
showPacked(String, boolean) - Method in class com.codename1.ui.Dialog
Convenience method to show a dialog sized to match its content.
showPopupDialog(Dialog, List) - Method in class com.codename1.ui.ComboBox
Shows the popup dialog for the combo box and returns the resulting command.
showPopupDialog(Component) - Method in class com.codename1.ui.Dialog
A popup dialog is shown with the context of a component and its selection, it is disposed seamlessly if the back button is pressed or if the user touches outside its bounds.
showPopupDialog(Rectangle) - Method in class com.codename1.ui.Dialog
A popup dialog is shown with the context of a component and its selection, it is disposed seamlessly if the back button is pressed or if the user touches outside its bounds.
showRSSEntry(Hashtable) - Method in class com.codename1.components.RSSReader
Shows a form containing the RSS entry
showStetched(String, boolean) - Method in class com.codename1.ui.Dialog
Deprecated.
due to typo use showStretched instead
showStretched(String, boolean) - Method in class com.codename1.ui.Dialog
Convenience method to show a dialog stretched to one of the sides
showSymbolDialog() - Method in class com.codename1.ui.TextField
Invoked to show the symbol dialog, this method can be overriden by subclasses to manipulate the symbol table
showTabs() - Method in class com.codename1.ui.Tabs
Show the tabs bar if it was hidden
showToolbar() - Method in class com.codename1.ui.Toolbar
Show the Toolbar if it is currently not showing
shrink() - Method in class com.codename1.ui.layouts.mig.AC
Specifies that the current row/column's shrink weight withing the columns/rows with the shrink priority 100f.
shrink(float) - Method in class com.codename1.ui.layouts.mig.AC
Specifies that the current row/column's shrink weight withing the columns/rows with the same shrink priority.
shrink(float, int...) - Method in class com.codename1.ui.layouts.mig.AC
Specifies the indicated rows'/columns' shrink weight withing the columns/rows with the same shrink priority.
shrink(float...) - Method in class com.codename1.ui.layouts.mig.CC
Shrink weight for the component horizontally and optionally vertically.
shrinkPrio(int) - Method in class com.codename1.ui.layouts.mig.AC
Specifies the current row/column's shrink priority.
shrinkPrio(int, int...) - Method in class com.codename1.ui.layouts.mig.AC
Specifies the indicated rows'/columns' shrink priority.
shrinkPrio(int...) - Method in class com.codename1.ui.layouts.mig.CC
Shrink priority for the component horizontally and optionally vertically.
shrinkPrioX(int) - Method in class com.codename1.ui.layouts.mig.CC
The shrink priority compared to other components in the same cell.
shrinkPrioY(int) - Method in class com.codename1.ui.layouts.mig.CC
The shrink priority compared to other components in the same cell.
shrinkWeight(float) - Method in class com.codename1.ui.layouts.mig.AC
Deprecated.
in 3.7.2. Use AC.shrink(float) instead.
shrinkWeight(float, int...) - Method in class com.codename1.ui.layouts.mig.AC
Deprecated.
in 3.7.2. Use AC.shrink(float, int...) instead.
shrinkX(float) - Method in class com.codename1.ui.layouts.mig.CC
Shrink weight for the component horizontally.
shrinkY(float) - Method in class com.codename1.ui.layouts.mig.CC
Shrink weight for the component horizontally.
shuffle(List<?>) - Static method in class java.util.Collections
Moves every element of the list to a random new position in the list.
shuffle(List<?>, Random) - Static method in class java.util.Collections
Moves every element of the list to a random new position in the list using the specified random number generator.
shutdown() - Method in class com.codename1.io.NetworkManager
Shuts down the network thread
shutdownSync() - Method in class com.codename1.io.NetworkManager
Shuts down the network thread and waits for shutdown to complete
SideMenuBar - Class in com.codename1.ui
This is Menu Bar that displays it's commands on a side bar navigation similar to Google+/Facbook apps navigation
SideMenuBar() - Constructor for class com.codename1.ui.SideMenuBar
Empty Constructor
signum() - Method in class com.codename1.util.BigInteger
 
SimpleDateFormat - Class in com.codename1.l10n
A class for parsing and formatting dates with a given pattern, compatible with the Java 6 API.
SimpleDateFormat() - Constructor for class com.codename1.l10n.SimpleDateFormat
Construct a SimpleDateFormat with no pattern.
SimpleDateFormat(String) - Constructor for class com.codename1.l10n.SimpleDateFormat
Construct a SimpleDateFormat with a given pattern.
SimpleDateFormat - Class in java.text
Deprecated.
this class has many issues in iOS and other platforms, please use the L10NManager
SimpleDateFormat() - Constructor for class java.text.SimpleDateFormat
Deprecated.
Construct a SimpleDateFormat with no pattern.
SimpleDateFormat(String) - Constructor for class java.text.SimpleDateFormat
Deprecated.
Construct a SimpleDateFormat with a given pattern.
SimpleSeriesRenderer - Class in com.codename1.charts.renderers
A simple series renderer.
SimpleSeriesRenderer() - Constructor for class com.codename1.charts.renderers.SimpleSeriesRenderer
 
sin(double) - Static method in class java.lang.Math
Returns the trigonometric sine of an angle.
singleton(E) - Static method in class java.util.Collections
Returns a set containing the specified element.
singletonList(E) - Static method in class java.util.Collections
Returns a list containing the specified element.
singletonMap(K, V) - Static method in class java.util.Collections
Returns a Map containing the specified key and value.
size(String) - Method in class com.codename1.ui.layouts.mig.AC
Specifies the current row/column's min and/or preferred and/or max size.
size(String, int...) - Method in class com.codename1.ui.layouts.mig.AC
Specifies the indicated rows'/columns' min and/or preferred and/or max size.
size() - Method in class com.codename1.ui.List
Returns the number of elements in the list, shorthand for getModel().getSize()
size() - Method in class com.codename1.ui.util.WeakHashMap
 
size() - Method in class java.io.ByteArrayOutputStream
Returns the current size of the buffer.
SIZE - Static variable in class java.lang.Character
Constant for the number of bits to represent a char in two's compliment form.
size() - Method in class java.util.AbstractCollection
Returns a count of how many objects this Collection contains.
size() - Method in class java.util.AbstractMap
Returns the number of elements in this map.
size() - Method in class java.util.ArrayDeque
Returns the size of the deque.
size() - Method in class java.util.ArrayList
Returns the number of elements in this ArrayList.
size() - Method in class java.util.BitSet
Returns the number of bits this BitSet has.
size() - Method in interface java.util.Collection
Returns a count of how many objects this Collection contains.
size() - Method in class java.util.Dictionary
Returns the number of key/value pairs in this dictionary.
size() - Method in class java.util.HashMap
Returns the number of elements in this map.
size() - Method in class java.util.HashSet
Returns the number of elements in this HashSet.
size() - Method in class java.util.Hashtable
Returns the number of key/value pairs in this Hashtable.
size() - Method in class java.util.IdentityHashMap
Returns the number of mappings in this IdentityHashMap.
size() - Method in class java.util.LinkedList
Returns the number of elements in this LinkedList.
size() - Method in interface java.util.List
Returns the number of elements in this List.
size() - Method in interface java.util.Map
Returns the number of mappings in this Map.
size() - Method in class java.util.PriorityQueue
Gets the size of the priority queue.
size() - Method in interface java.util.Set
Returns the number of elements in this set.
size() - Method in class java.util.TreeMap
Returns the number of mappings in this map.
size() - Method in class java.util.TreeSet
Returns the number of elements in this TreeSet.
size() - Method in class java.util.Vector
Returns the number of elements in this vector.
SIZE_LARGE - Static variable in class com.codename1.ui.Font
Constant allowing us to author portable system fonts
SIZE_MEDIUM - Static variable in class com.codename1.ui.Font
Constant allowing us to author portable system fonts
SIZE_SMALL - Static variable in class com.codename1.ui.Font
Constant allowing us to author portable system fonts
sizeChanged(int, int) - Method in class com.codename1.ui.Display
Notifies Codename One of display size changes, this method is invoked by the implementation class and is for internal use
sizeChanged(int, int) - Method in class com.codename1.ui.Form
This method is only invoked when the underlying canvas for the form gets a size changed event.
sizeGroup() - Method in class com.codename1.ui.layouts.mig.AC
Specifies that the current row/column should be put in the size group s and will thus share the same size constraints as the other components in the group.
sizeGroup(String) - Method in class com.codename1.ui.layouts.mig.AC
Specifies that the current row/column should be put in the size group s and will thus share the same size constraints as the other components in the group.
sizeGroup(String, int...) - Method in class com.codename1.ui.layouts.mig.AC
Specifies that the indicated rows/columns should be put in the size group s and will thus share the same size constraints as the other components in the group.
sizeGroup(String...) - Method in class com.codename1.ui.layouts.mig.CC
The size group(s) that this component should be placed in.
sizeGroupX(String) - Method in class com.codename1.ui.layouts.mig.CC
Specifies that the component should be put in the size group s and will thus share the same size as them within the group.
sizeGroupY(String) - Method in class com.codename1.ui.layouts.mig.CC
The size group that this component should be placed in.
skip(long) - Method in class com.codename1.io.BufferedInputStream
See the general contract of the skip method of InputStream.
skip(long) - Method in class com.codename1.io.CharArrayReader
Skips count number of characters in this reader.
skip(long) - Method in class com.codename1.io.gzip.FilterInputStream
 
skip(long) - Method in class com.codename1.io.gzip.InflaterInputStream
 
skip(int) - Method in class com.codename1.ui.layouts.mig.CC
Same functionality as CC.setSkip(int) only this method returns this for chaining multiple calls.
skip() - Method in class com.codename1.ui.layouts.mig.CC
Same functionality as skip(1).
skip(long) - Method in class java.io.ByteArrayInputStream
Skips n bytes of input from this input stream.
skip(long) - Method in class java.io.DataInputStream
Skips over and discards n bytes of data from the input stream.
skip(long) - Method in class java.io.InputStream
Skips over and discards n bytes of data from this input stream.
skip(long) - Method in class java.io.InputStreamReader
Skip characters.
skip(long) - Method in class java.io.Reader
Skip characters.
skipBytes(int) - Method in interface java.io.DataInput
Makes an attempt to skip over n bytes of data from the input stream, discarding the skipped bytes.
skipBytes(int) - Method in class java.io.DataInputStream
See the general contract of the skipBytes method of DataInput.
sleep(long) - Static method in class java.lang.Thread
Causes the currently executing thread to sleep (temporarily cease execution) for the specified number of milliseconds.
SLIDE_HORIZONTAL - Static variable in class com.codename1.ui.animations.CommonTransitions
Slide the transition horizontally
SLIDE_VERTICAL - Static variable in class com.codename1.ui.animations.CommonTransitions
Slide the transition vertically
Slider - Class in com.codename1.ui
The slider component serves both as a slider widget to allow users to select a value on a scale via touch/arrows and also to indicate progress.
Slider() - Constructor for class com.codename1.ui.Slider
The default constructor uses internal rendering to draw its state
SliderBridge - Class in com.codename1.components
Binds a slider to network progress events so it shows the pro
SliderBridge() - Constructor for class com.codename1.components.SliderBridge
Default constuctor
SliderBridge(ConnectionRequest) - Constructor for class com.codename1.components.SliderBridge
Displays progress only for the source object, every other object in the queue before completion will produce an infinite progress.
SliderBridge(ConnectionRequest[]) - Constructor for class com.codename1.components.SliderBridge
Allows displaying progress of multiple requests being sent
SMS_BOTH - Static variable in class com.codename1.ui.Display
Used by getSMSSupport to indicate that SMS can be sent in either seamless or interactive mode
SMS_INTERACTIVE - Static variable in class com.codename1.ui.Display
Used by getSMSSupport to indicate that SMS triggers the native SMS app which will show a compose UI
SMS_NOT_SUPPORTED - Static variable in class com.codename1.ui.Display
Used by getSMSSupport to indicate that SMS is not supported
SMS_SEAMLESS - Static variable in class com.codename1.ui.Display
Used by getSMSSupport to indicate that SMS is sent in the background without a compose UI
SMSShare - Class in com.codename1.share
SMS Sharing service
SMSShare() - Constructor for class com.codename1.share.SMSShare
Default Constructor
Socket - Class in com.codename1.io
Class implementing the socket API
Socket.StopListening - Interface in com.codename1.io
This interface can be invoked to stop listening on a server socket
SocketConnection - Class in com.codename1.io
Callback for establishment of a socket connection.
SocketConnection() - Constructor for class com.codename1.io.SocketConnection
 
SOLID - Static variable in class com.codename1.charts.renderers.BasicStroke
The solid line style.
sort(boolean) - Method in class com.codename1.ui.list.FilterProxyListModel
This method performs a sort of the list, to determine the sort order this class should be derived and the compare() method should be overriden
sort(byte[]) - Static method in class java.util.Arrays
Sorts the specified array in ascending numerical order.
sort(byte[], int, int) - Static method in class java.util.Arrays
Sorts the specified range in the array in ascending numerical order.
sort(char[]) - Static method in class java.util.Arrays
Sorts the specified array in ascending numerical order.
sort(char[], int, int) - Static method in class java.util.Arrays
Sorts the specified range in the array in ascending numerical order.
sort(double[]) - Static method in class java.util.Arrays
Sorts the specified array in ascending numerical order.
sort(double[], int, int) - Static method in class java.util.Arrays
Sorts the specified range in the array in ascending numerical order.
sort(float[]) - Static method in class java.util.Arrays
Sorts the specified array in ascending numerical order.
sort(float[], int, int) - Static method in class java.util.Arrays
Sorts the specified range in the array in ascending numerical order.
sort(int[]) - Static method in class java.util.Arrays
Sorts the specified array in ascending numerical order.
sort(int[], int, int) - Static method in class java.util.Arrays
Sorts the specified range in the array in ascending numerical order.
sort(long[]) - Static method in class java.util.Arrays
Sorts the specified array in ascending numerical order.
sort(long[], int, int) - Static method in class java.util.Arrays
Sorts the specified range in the array in ascending numerical order.
sort(Object[]) - Static method in class java.util.Arrays
Sorts the specified array in ascending natural order.
sort(Object[], int, int) - Static method in class java.util.Arrays
Sorts the specified range in the array in ascending natural order.
sort(T[], int, int, Comparator<? super T>) - Static method in class java.util.Arrays
Sorts the specified range in the array using the specified Comparator.
sort(T[], Comparator<? super T>) - Static method in class java.util.Arrays
Sorts the specified array using the specified Comparator.
sort(short[]) - Static method in class java.util.Arrays
Sorts the specified array in ascending numerical order.
sort(short[], int, int) - Static method in class java.util.Arrays
Sorts the specified range in the array in ascending numerical order.
sort(List<T>) - Static method in class java.util.Collections
Sorts the specified list in ascending natural order.
sort(List<T>, Comparator<? super T>) - Static method in class java.util.Collections
Sorts the specified list using the specified comparator.
SortedMap<K,V> - Interface in java.util
A map that has its keys ordered.
SortedSet<E> - Interface in java.util
SortedSet is a Set which iterates over its elements in a sorted order.
SOUND_TYPE_ALARM - Static variable in class com.codename1.ui.Display
A common sound type that can be used with playBuiltinSound
SOUND_TYPE_BUTTON_PRESS - Static variable in class com.codename1.ui.Display
A common sound type that can be used with playBuiltinSound
SOUND_TYPE_CONFIRMATION - Static variable in class com.codename1.ui.Display
A common sound type that can be used with playBuiltinSound
SOUND_TYPE_ERROR - Static variable in class com.codename1.ui.Display
A common sound type that can be used with playBuiltinSound
SOUND_TYPE_INFO - Static variable in class com.codename1.ui.Display
A common sound type that can be used with playBuiltinSound
SOUND_TYPE_WARNING - Static variable in class com.codename1.ui.Display
A common sound type that can be used with playBuiltinSound
SOUTH - Static variable in class com.codename1.ui.layouts.BorderLayout
The south layout constraint (bottom of container).
SOUTH - Static variable in class com.codename1.ui.layouts.GridBagConstraints
 
SOUTH - Static variable in class com.codename1.ui.layouts.GroupLayout
Compass-direction south (down).
SOUTHEAST - Static variable in class com.codename1.ui.layouts.GridBagConstraints
 
SOUTHWEST - Static variable in class com.codename1.ui.layouts.GridBagConstraints
 
SPACE - Static variable in class com.codename1.ui.VirtualKeyboard
 
span(int...) - Method in class com.codename1.ui.layouts.mig.CC
Same functionality as spanX(cellsX).spanY(cellsY) which means this cell will span cells in both x and y.
SpanButton - Class in com.codename1.components
A complex button similar to MultiButton that breaks lines automatically and looks like a regular button (more or less).
SpanButton() - Constructor for class com.codename1.components.SpanButton
Default constructor will be useful when adding this to the GUI builder
SpanButton(String) - Constructor for class com.codename1.components.SpanButton
Constructor accepting default text
SpanLabel - Class in com.codename1.components
A multi line label component that can be easily localized, this is simply based on a text area combined with a label.
SpanLabel() - Constructor for class com.codename1.components.SpanLabel
Default constructor will be useful when adding this to the GUI builder
SpanLabel(String) - Constructor for class com.codename1.components.SpanLabel
Constructor accepting default text
spanX() - Method in class com.codename1.ui.layouts.mig.CC
Same functionality as CC.setSpanX(int) which means this cell will span the rest of the row.
spanX(int) - Method in class com.codename1.ui.layouts.mig.CC
Same functionality as CC.setSpanX(int) only this method returns this for chaining multiple calls.
spanY() - Method in class com.codename1.ui.layouts.mig.CC
Same functionality as calling CC.setSpanY(int) with LayoutUtil.INF which means this cell will span the rest of the column.
spanY(int) - Method in class com.codename1.ui.layouts.mig.CC
Same functionality as CC.setSpanY(int) only this method returns this for chaining multiple calls.
split(String, String) - Static method in class com.codename1.io.Util
Provides a utility method breaks a given String to array of String according to the given separator
split(int) - Method in class com.codename1.ui.layouts.mig.CC
Same functionality as CC.setSplit(int parts) only this method returns this for chaining multiple calls.
split() - Method in class com.codename1.ui.layouts.mig.CC
Same functionality as split(LayoutUtil.INF), which means split until one of the keywords that breaks the split is found for a component after this one (e.g.
SPX - Static variable in class com.codename1.ui.layouts.mig.UnitValue
A unit indicating screen percentage width.
SPY - Static variable in class com.codename1.ui.layouts.mig.UnitValue
A unit indicating screen percentage height.
sqrt(double) - Static method in class java.lang.Math
Returns the correctly rounded positive square root of a double value.
SQUARE - Static variable in class com.codename1.charts.compat.Paint.Cap
Deprecated.
 
Stack<E> - Class in java.util
Stack is a Last-In/First-Out(LIFO) data structure which represents a stack of objects.
Stack() - Constructor for class java.util.Stack
Constructs a stack with the default size of Vector.
start() - Method in class com.codename1.io.NetworkManager
There is no need to invoke this method since the network manager is started implicitly.
start() - Method in class com.codename1.ui.animations.Motion
Sets the start time to the current time
start() - Method in class java.lang.Thread
Causes this thread to begin execution; the Java Virtual Machine calls the run method of this thread.
startApplicationInstance() - Method in class com.codename1.testing.DeviceRunner
This method starts a new application instance
startArray(String) - Method in interface com.codename1.io.JSONParseCallback
Indicates that the parser ran into an opening bracket event [
startArray(String) - Method in class com.codename1.io.JSONParser
 
startBlock(String) - Method in interface com.codename1.io.JSONParseCallback
Indicates that the parser ran into an opening bracket event {
startBlock(String) - Method in class com.codename1.io.JSONParser
 
startingTestCase(UnitTest) - Method in class com.codename1.testing.JUnitXMLReporting
 
startingTestCase(UnitTest) - Method in class com.codename1.testing.TestReporting
Invoked when a unit test is started
startsWith(String) - Method in class java.lang.String
Tests if this string starts with the specified prefix.
startsWith(String, int) - Method in class java.lang.String
Tests if this string starts with the specified prefix beginning at the specified index.
startTag(String) - Method in class com.codename1.xml.XMLParser
Invoked when a tag is opened, this method should return true to process the tag or return false to skip the tag.
startThread(Runnable, String) - Method in class com.codename1.ui.Display
Start a Codename One thread that supports crash protection and similar Codename One features.
startTicker() - Method in class com.codename1.ui.Label
This method will start the text ticker
startTicker(long, boolean) - Method in class com.codename1.ui.Label
This method will start the text ticker
STATE_DEFAULT - Static variable in class com.codename1.ui.Button
Indicates the default state of a button which is neither pressed nor focused
STATE_PRESSED - Static variable in class com.codename1.ui.Button
Indicates the pressed state of a button
STATE_ROLLOVER - Static variable in class com.codename1.ui.Button
Indicates the rollover state of a button which is equivalent to focused for most uses
STATIC - Static variable in class com.codename1.ui.layouts.mig.UnitValue
An operation indicating a static value.
STATUS_CANCELLED - Static variable in interface com.codename1.ui.html.HTMLCallback
The page loading was cancelled before it could be completed
STATUS_COMMIT_IN_PROGRESS - Static variable in class com.codename1.cloud.CloudObject
Indicates the state of the current object, an object in the process of committing
STATUS_COMMITTED - Static variable in class com.codename1.cloud.CloudObject
Indicates the state of the current object, an object that is in sync with the database as far as the client code is aware (the client code doesn't check!)
STATUS_COMPLETED - Static variable in interface com.codename1.ui.html.HTMLCallback
The page and all of its referenced images and CSS files were loaded completely
STATUS_CONNECTED - Static variable in interface com.codename1.ui.html.HTMLCallback
The stream was received
STATUS_DELETE_IN_PROGRESS - Static variable in class com.codename1.cloud.CloudObject
Indicates the state of the current object, an object that is in the process of deletion
STATUS_DELETED - Static variable in class com.codename1.cloud.CloudObject
Indicates the state of the current object, a deleted object
STATUS_DISPLAYED - Static variable in interface com.codename1.ui.html.HTMLCallback
The page was displayed on screen - but at this stage some images and CSS files may still be loading in the background
STATUS_ERROR - Static variable in interface com.codename1.ui.html.HTMLCallback
The page couldn't load completely because of parsing errors
STATUS_MODIFIED - Static variable in class com.codename1.cloud.CloudObject
Indicates the state of the current object, a locally modified object that wasn't committed yet
STATUS_NEW - Static variable in class com.codename1.cloud.CloudObject
Indicates the state of the current object, a new object never persisted
STATUS_NONE - Static variable in interface com.codename1.ui.html.HTMLCallback
This is returned in the page status if no page has been set to the HTMLComponent
STATUS_PARSED - Static variable in interface com.codename1.ui.html.HTMLCallback
The page was parsed
STATUS_REDIRECTED - Static variable in interface com.codename1.ui.html.HTMLCallback
The page was redirected to another URL
STATUS_REFRESH_IN_PROGRESS - Static variable in class com.codename1.cloud.CloudObject
Indicates the state of the current object, an object in the process of refresh
STATUS_REQUESTED - Static variable in interface com.codename1.ui.html.HTMLCallback
The page was requested from the request handler
stop() - Method in class com.codename1.components.WebBrowser
Stop loading the current page
stop() - Method in class com.codename1.io.BufferedInputStream
Stop reading from the stream, invoking this will cause the read() to return -1
stop() - Method in interface com.codename1.io.Socket.StopListening
Stop listening
stop() - Method in class com.codename1.ui.BrowserComponent
Cancel the loading of the current page
stopApplicationInstance() - Method in class com.codename1.testing.DeviceRunner
This method should cleanup the application so the next test case can run on a clean application instance
stopEditing(Component) - Method in class com.codename1.ui.Display
Allows us to stop editString on the given text component
stopTicker() - Method in class com.codename1.ui.Label
Stops the text ticker
Storage - Class in com.codename1.io
Abstracts the underlying application specific storage system such as RMS
Storage() - Constructor for class com.codename1.io.Storage
 
STORAGE_NAME - Static variable in class com.codename1.io.Cookie
 
StorageImage - Class in com.codename1.components
An encoded image that stores the actual data of the encoded image in storage.
StorageImageAsync - Class in com.codename1.components
Asynchronous storage image that loads in the background and not during the paint cycle effectively not blocking the EDT drawing speed.
storeComponentState(Component, Hashtable) - Method in class com.codename1.ui.util.UIBuilder
By default Codename One stores the states of components in the navigation graph as it moves between forms.
streamReady(InputStream, DocumentInfo) - Method in class com.codename1.ui.html.HTMLComponent
Deprecated.
This method should be called only by AsyncDocumentRequestHandler implementations after an async fetch of a document
streamReady(InputStream, DocumentInfo) - Method in interface com.codename1.ui.html.IOCallback
Called when the stream of the document is ready
String - Class in java.lang
The String class represents character strings.
String() - Constructor for class java.lang.String
Initializes a newly created String object so that it represents an empty character sequence.
String(byte[]) - Constructor for class java.lang.String
Construct a new String by converting the specified array of bytes using the platform's default character encoding.
String(byte[], int, int) - Constructor for class java.lang.String
Construct a new String by converting the specified subarray of bytes using the platform's default character encoding.
String(byte[], int, int, String) - Constructor for class java.lang.String
Construct a new String by converting the specified subarray of bytes using the specified character encoding.
String(byte[], String) - Constructor for class java.lang.String
Construct a new String by converting the specified array of bytes using the specified character encoding.
String(char[]) - Constructor for class java.lang.String
Allocates a new String so that it represents the sequence of characters currently contained in the character array argument.
String(char[], int, int) - Constructor for class java.lang.String
Allocates a new String that contains characters from a subarray of the character array argument.
String(String) - Constructor for class java.lang.String
Initializes a newly created String object so that it represents the same sequence of characters as the argument; in other words, the newly created string is a copy of the argument string.
String(StringBuffer) - Constructor for class java.lang.String
Allocates a new string that contains the sequence of characters currently contained in the string buffer argument.
StringBuffer - Class in java.lang
A string buffer implements a mutable sequence of characters.
StringBuffer() - Constructor for class java.lang.StringBuffer
Constructs a string buffer with no characters in it and an initial capacity of 16 characters.
StringBuffer(int) - Constructor for class java.lang.StringBuffer
Constructs a string buffer with no characters in it and an initial capacity specified by the length argument.
StringBuffer(String) - Constructor for class java.lang.StringBuffer
Constructs a string buffer so that it represents the same sequence of characters as the string argument; in other words, the initial contents of the string buffer is a copy of the argument string.
StringBuffer(CharSequence) - Method in class java.lang.StringBuffer
 
StringBuffer(CharSequence) - Method in class java.lang.StringBuilder
 
StringBuilder - Class in java.lang
A string buffer implements a mutable sequence of characters.
StringBuilder() - Constructor for class java.lang.StringBuilder
Constructs a string buffer with no characters in it and an initial capacity of 16 characters.
StringBuilder(int) - Constructor for class java.lang.StringBuilder
Constructs a string buffer with no characters in it and an initial capacity specified by the length argument.
StringBuilder(String) - Constructor for class java.lang.StringBuilder
Constructs a string buffer so that it represents the same sequence of characters as the string argument; in other words, the initial contents of the string buffer is a copy of the argument string.
StringIndexOutOfBoundsException - Exception in java.lang
Thrown by the charAt method in class String and by other String methods to indicate that an index is either negative or greater than or equal to the size of the string.
StringIndexOutOfBoundsException() - Constructor for exception java.lang.StringIndexOutOfBoundsException
Constructs a StringIndexOutOfBoundsException with no detail message.
StringIndexOutOfBoundsException(int) - Constructor for exception java.lang.StringIndexOutOfBoundsException
Constructs a new StringIndexOutOfBoundsException class with an argument indicating the illegal index.
StringIndexOutOfBoundsException(String) - Constructor for exception java.lang.StringIndexOutOfBoundsException
Constructs a StringIndexOutOfBoundsException with the specified detail message.
stringToken(String) - Method in interface com.codename1.io.JSONParseCallback
Submits a token from the JSON data as a java string, this token is always a string value
stringToken(String) - Method in class com.codename1.io.JSONParser
 
StringTokenizer - Class in java.util
The StringTokenizer class allows an application to break a string into tokens by performing code point comparison.
StringTokenizer(String) - Constructor for class java.util.StringTokenizer
Constructs a new StringTokenizer for the parameter string using whitespace as the delimiter.
StringTokenizer(String, String) - Constructor for class java.util.StringTokenizer
Constructs a new StringTokenizer for the parameter string using the specified delimiters.
StringTokenizer(String, String, boolean) - Constructor for class java.util.StringTokenizer
Constructs a new StringTokenizer for the parameter string using the specified delimiters, returning the delimiters as tokens if the parameter returnDelimiters is true.
StringUtil - Class in com.codename1.util
Various utility methods for manipulating strings
StringUtil() - Constructor for class com.codename1.util.StringUtil
 
stringWidth(String) - Method in class com.codename1.ui.Font
Return the width of the given string in this font instance
Stroke - Class in com.codename1.ui
Encapsulates the stroke used for drawing paths.
Stroke(float, int, int, float) - Constructor for class com.codename1.ui.Stroke
Creates a stroke with the specified characteristics.
Stroke() - Constructor for class com.codename1.ui.Stroke
Creates a stroke with default settings.
Style - Class in com.codename1.ui.plaf
Represents the look of a given component: colors, fonts, transparency, margin and padding & images.
Style() - Constructor for class com.codename1.ui.plaf.Style
Each component when it draw itself uses this Object to determine in what colors it should use.
Style(Style) - Constructor for class com.codename1.ui.plaf.Style
Creates a full copy of the given style.
Style(int, int, Font, byte) - Constructor for class com.codename1.ui.plaf.Style
Creates a new style with the given attributes
Style(int, int, Font, byte, Image, byte) - Constructor for class com.codename1.ui.plaf.Style
Creates a new style with the given attributes
STYLE_BOLD - Static variable in class com.codename1.ui.Font
Constant allowing us to author portable system fonts
STYLE_ITALIC - Static variable in class com.codename1.ui.Font
Constant allowing us to author portable system fonts
STYLE_PLAIN - Static variable in class com.codename1.ui.Font
Constant allowing us to author portable system fonts
STYLE_UNDERLINED - Static variable in class com.codename1.ui.Font
Constant allowing us to author portable system fonts
styleChanged(String, Style) - Method in class com.codename1.ui.Component
 
styleChanged(String, Style) - Method in interface com.codename1.ui.events.StyleListener
Invoked to indicate a change in a propertyName of a Style
StyleListener - Interface in com.codename1.ui.events
Invoked to indicate a change in a Style property
SUB - Static variable in class com.codename1.ui.layouts.mig.UnitValue
An operation indicating a subtraction of two sub units
subImage(int, int, int, int, boolean) - Method in class com.codename1.ui.EncodedImage
 
subImage(int, int, int, int, boolean) - Method in class com.codename1.ui.Image
Extracts a subimage from the given image allowing us to breakdown a single large image into multiple smaller images in RAM, this actually creates a standalone version of the image for use.
subImage(int, int, int, int, boolean) - Method in class com.codename1.ui.RGBImage
 
subList(int, int) - Method in class java.util.AbstractList
Returns a part of consecutive elements of this list as a view.
subList(int, int) - Method in interface java.util.List
Returns a List of the specified portion of this List from the given start index to the end index minus one.
subList(int, int) - Method in class java.util.Vector
Returns a List of the specified portion of this vector from the start index to one less than the end index.
subMap(K, boolean, K, boolean) - Method in interface java.util.NavigableMap
Answers a view of part of the map whose keys is from startKey to endKey.
subMap(K, K) - Method in interface java.util.SortedMap
Returns a sorted map over a range of this sorted map with all keys greater than or equal to the specified startKey and less than the specified endKey.
subMap(K, boolean, K, boolean) - Method in class java.util.TreeMap
Answers a view of part of the map whose keys is from startKey to endKey.
subMap(K, K) - Method in class java.util.TreeMap
Returns a sorted map over a range of this sorted map with all keys greater than or equal to the specified startKey and less than the specified endKey.
subscribe(String) - Method in class com.codename1.payment.Purchase
Begins subscribe process for the given subscription SKU
subscriptionCanceled(String) - Method in interface com.codename1.payment.PurchaseCallback
Invoked when a subscription SKU is canceled
subscriptionStarted(String) - Method in interface com.codename1.payment.PurchaseCallback
Invoked when a subscription SKU is started
subSequence(int, int) - Method in interface java.lang.CharSequence
Returns a CharSequence from the start index (inclusive) to the end index (exclusive) of this sequence.
subSet(E, boolean, E, boolean) - Method in interface java.util.NavigableSet
Answers a NavigableSet of the specified portion of this set which contains elements greater (or equal to, depends on startInclusive) the start element but less than (or equal to, depends on endInclusive) the end element.
subSet(E, E) - Method in interface java.util.SortedSet
Returns a SortedSet of the specified portion of this SortedSet which contains elements greater or equal to the start element but less than the end element.
subSet(E, boolean, E, boolean) - Method in class java.util.TreeSet
Answers a NavigableSet of the specified portion of this set which contains elements greater (or equal to, depends on startInclusive) the start element but less than (or equal to, depends on endInclusive) the end element.
subSet(E, E) - Method in class java.util.TreeSet
Answers a SortedSet of the specified portion of this TreeSet which contains elements greater or equal to the start element but less than the end element.
substring(int) - Method in class java.lang.String
Returns a new string that is a substring of this string.
substring(int, int) - Method in class java.lang.String
Returns a new string that is a substring of this string.
substringWidth(String, int, int) - Method in class com.codename1.ui.Font
Return the width of the given string subset in this font instance
subtract(BigDecimal) - Method in class com.codename1.util.BigDecimal
 
subtract(BigInteger) - Method in class com.codename1.util.BigDecimal
 
subtract(BigInteger) - Method in class com.codename1.util.BigInteger
 
SUNDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Sunday.
SuppressWarnings - Annotation Type in java.lang
An annotation that indicates a compiler should suppress any warnings of the type specified in the SuppressWarnings.value().
swap(List<?>, int, int) - Static method in class java.util.Collections
Swaps the elements of list list at indices index1 and index2.
SwipeableContainer - Class in com.codename1.ui
This Container enables to place Components below a Component and to swipe the top Component to the right or to the left to expose the Components below.
SwipeableContainer(Component, Component) - Constructor for class com.codename1.ui.SwipeableContainer
Simple Constructor
SwipeableContainer(Component, Component, Component) - Constructor for class com.codename1.ui.SwipeableContainer
Simple Constructor
SwipeBackSupport - Class in com.codename1.ui.util
Allows binding a swipe listener to the form that enables the user to swipe back to the previous form.
SwipeBackSupport() - Constructor for class com.codename1.ui.util.SwipeBackSupport
 
SYMBOLS_MODE - Static variable in class com.codename1.ui.VirtualKeyboard
The String that represent the symbols mode.
sync() - Method in class com.codename1.io.gzip.Inflater
 
synchronizedCollection(Collection<T>) - Static method in class java.util.Collections
Returns a wrapper on the specified collection which synchronizes all access to the collection.
synchronizedList(List<T>) - Static method in class java.util.Collections
Returns a wrapper on the specified List which synchronizes all access to the List.
synchronizedMap(Map<K, V>) - Static method in class java.util.Collections
Returns a wrapper on the specified map which synchronizes all access to the map.
synchronizedSet(Set<E>) - Static method in class java.util.Collections
Returns a wrapper on the specified set which synchronizes all access to the set.
synchronizedSortedMap(SortedMap<K, V>) - Static method in class java.util.Collections
Returns a wrapper on the specified sorted map which synchronizes all access to the sorted map.
synchronizedSortedSet(SortedSet<E>) - Static method in class java.util.Collections
Returns a wrapper on the specified sorted set which synchronizes all access to the sorted set.
syncPoint() - Method in class com.codename1.io.gzip.Inflater
 
System - Class in java.lang
The System class contains several useful class fields and methods.
System() - Constructor for class java.lang.System
 

T

T9 - Static variable in class com.codename1.ui.VirtualKeyboard
 
Table - Class in com.codename1.ui.table
The table class represents a grid of data that can be used for rendering a grid of components/labels.
Table() - Constructor for class com.codename1.ui.table.Table
Constructor for usage by GUI builder and automated tools, normally one should use the version that accepts the model
Table(TableModel) - Constructor for class com.codename1.ui.table.Table
Create a table with a new model
Table(TableModel, boolean) - Constructor for class com.codename1.ui.table.Table
Create a table with a new model
TableLayout - Class in com.codename1.ui.table
Layout manager similar in spirit to HTML tables allowing rows and columns of varying width/height.
TableLayout(int, int) - Constructor for class com.codename1.ui.table.TableLayout
A table must declare the amount of rows and columns in advance
TableLayout.Constraint - Class in com.codename1.ui.table
Represents the layout constraint for an entry within the table indicating the desired position/behavior of the component.
TableLayout.Constraint() - Constructor for class com.codename1.ui.table.TableLayout.Constraint
 
TableModel - Interface in com.codename1.ui.table
The table and table model class are complimentry classes allowing the quick construction of tabular data controls.
Tabs - Class in com.codename1.ui
A component that lets the user switch between a group of components by clicking on a tab with a given title and/or icon.
Tabs() - Constructor for class com.codename1.ui.Tabs
Creates an empty TabbedPane with a default tab placement of Component.TOP.
Tabs(int) - Constructor for class com.codename1.ui.Tabs
Creates an empty TabbedPane with the specified tab placement of either: Component.TOP, Component.BOTTOM, Component.LEFT, or Component.RIGHT.
tag(String) - Method in class com.codename1.ui.layouts.mig.CC
Same functionality as CC.setTag(String tag) only this method returns this for chaining multiple calls.
TAG_A - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_ABBR - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_ACRONYM - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_ADDRESS - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_AREA - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_B - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_BASE - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_BASEFONT - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_BIG - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_BLOCKQUOTE - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_BODY - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_BR - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_BUTTON - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_CAPTION - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_CENTER - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_CITE - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_CODE - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_CSS_ILLEGAL_SELECTOR - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_CSS_SELECTOR - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_DD - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_DEL - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_DFN - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_DIR - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_DIV - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_DL - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_DT - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_EM - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_FIELDSET - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_FONT - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_FORM - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_H1 - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_H2 - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_H3 - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_H4 - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_H5 - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_H6 - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_HEAD - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_HR - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_HTML - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_I - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_IMG - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_INPUT - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_INS - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_KBD - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_LABEL - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_LEGEND - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_LI - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_LINK - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_MAP - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_MENU - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_META - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_NOFRAMES - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_NOSCRIPT - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_OBJECT - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_OL - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_OPTGROUP - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_OPTION - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_P - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_PARAM - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_PRE - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_Q - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_S - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_SAMP - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_SELECT - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_SMALL - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_SPAN - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_STRIKE - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_STRONG - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_STYLE - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_SUB - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_SUP - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_TABLE - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_TBODY - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_TD - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_TEXT - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_TEXTAREA - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_TFOOT - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_TH - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_THEAD - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_TITLE - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_TR - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_TT - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_U - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_UL - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_UNSUPPORTED - Static variable in class com.codename1.ui.html.HTMLElement
 
TAG_VAR - Static variable in class com.codename1.ui.html.HTMLElement
 
tailMap(K, boolean) - Method in interface java.util.NavigableMap
Answers a view of the tail of the map whose keys are bigger than (or equal to, depends on inclusive argument) startKey.
tailMap(K) - Method in interface java.util.SortedMap
Returns a sorted map over a range of this sorted map with all keys that are greater than or equal to the specified startKey.
tailMap(K, boolean) - Method in class java.util.TreeMap
Answers a view of the tail of the map whose keys are bigger than (or equal to, depends on inclusive argument) startKey.
tailMap(K) - Method in class java.util.TreeMap
Returns a sorted map over a range of this sorted map with all keys that are greater than or equal to the specified startKey.
tailSet(E, boolean) - Method in interface java.util.NavigableSet
Answers a NavigableSet of the specified portion of this set which contains elements greater (or equal to, depends on startInclusive) the start element.
tailSet(E) - Method in interface java.util.SortedSet
Returns a SortedSet of the specified portion of this SortedSet which contains elements greater or equal to the start element.
tailSet(E, boolean) - Method in class java.util.TreeSet
Answers a NavigableSet of the specified portion of this set which contains elements greater (or equal to, depends on startInclusive) the start element.
tailSet(E) - Method in class java.util.TreeSet
Answers a SortedSet of the specified portion of this TreeSet which contains elements greater or equal to the start element.
tan(double) - Static method in class java.lang.Math
Returns the trigonometric tangent of an angle.
Target - Annotation Type in java.lang.annotation
 
TEMPORARILY_UNAVAILABLE - Static variable in class com.codename1.location.LocationManager
 
TEST_GAPS - Static variable in class com.codename1.ui.layouts.mig.Grid
 
testBit(int) - Method in class com.codename1.util.BigInteger
 
testExecutionFinished() - Method in class com.codename1.testing.JUnitXMLReporting
 
testExecutionFinished() - Method in class com.codename1.testing.TestReporting
Callback to indicate the test execution has finished allowing for a report to be generated if appropriate
TestReporting - Class in com.codename1.testing
Test reports can be overriden to provide custom test reporting options you can replace the test reporter on the device by sending the build argument build.testReporter='com.x.MyTestReporterClass'.
TestReporting() - Constructor for class com.codename1.testing.TestReporting
 
TestUtils - Class in com.codename1.testing
Various utility classes to automate UI testing
TEXT_COLOR - Static variable in class com.codename1.charts.renderers.DefaultRenderer
The default color for text.
TEXT_DECORATION - Static variable in class com.codename1.ui.plaf.Style
Text decoration attribute for the style event
TEXT_DECORATION_3D - Static variable in class com.codename1.ui.plaf.Style
3D text effect using a font shadow
TEXT_DECORATION_3D_LOWERED - Static variable in class com.codename1.ui.plaf.Style
3D sunken text effect using a light font shadow
TEXT_DECORATION_3D_SHADOW_NORTH - Static variable in class com.codename1.ui.plaf.Style
3D text effect using a font shadow
TEXT_DECORATION_NONE - Static variable in class com.codename1.ui.plaf.Style
Indicates no text decoration
TEXT_DECORATION_OVERLINE - Static variable in class com.codename1.ui.plaf.Style
Indicates overline
TEXT_DECORATION_STRIKETHRU - Static variable in class com.codename1.ui.plaf.Style
Indicates a strike-through line (usually used to denote deleted text)
TEXT_DECORATION_UNDERLINE - Static variable in class com.codename1.ui.plaf.Style
Indicates underline
TextArea - Class in com.codename1.ui
An optionally multi-line editable region that can display text and allow a user to edit it.
TextArea(int, int) - Constructor for class com.codename1.ui.TextArea
Creates an area with the given rows and columns
TextArea(int, int, int) - Constructor for class com.codename1.ui.TextArea
Creates an area with the given rows, columns and constraint
TextArea(String, int, int) - Constructor for class com.codename1.ui.TextArea
Creates an area with the given text, rows and columns
TextArea(String, int, int, int) - Constructor for class com.codename1.ui.TextArea
Creates an area with the given text, rows, columns and constraint
TextArea(String, int) - Constructor for class com.codename1.ui.TextArea
Creates an area with the given text and maximum size, this constructor will create a single line text area similar to a text field!
TextArea(String) - Constructor for class com.codename1.ui.TextArea
Creates an area with the given text, this constructor will create a single line text area similar to a text field!
TextArea() - Constructor for class com.codename1.ui.TextArea
Creates an empty text area, this constructor will create a single line text area similar to a text field!
textElement(String) - Method in class com.codename1.xml.XMLParser
Invoked when the event parser encounters a text element.
TextField - Class in com.codename1.ui
Allows in place editing using a lightweight API without necessarily moving to the external native text box.
TextField() - Constructor for class com.codename1.ui.TextField
Default constructor
TextField(int) - Constructor for class com.codename1.ui.TextField
Construct a text field with space reserved for columns
TextField(String) - Constructor for class com.codename1.ui.TextField
Construct text field
TextField(String, int) - Constructor for class com.codename1.ui.TextField
Construct text field
Thread - Class in java.lang
A thread is a thread of execution in a program.
Thread() - Constructor for class java.lang.Thread
Allocates a new Thread object.
Thread(Runnable) - Constructor for class java.lang.Thread
Allocates a new Thread object with a specific target object whose run method is called.
Thread(Runnable, String) - Constructor for class java.lang.Thread
Allocates a new Thread object with the given target and name.
Thread(String) - Constructor for class java.lang.Thread
Allocates a new Thread object with the given name.
Throwable - Class in java.lang
The Throwable class is the superclass of all errors and exceptions in the Java language.
Throwable() - Constructor for class java.lang.Throwable
Constructs a new Throwable with null as its error message string.
Throwable(String) - Constructor for class java.lang.Throwable
Constructs a new Throwable with the specified error message.
THURSDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Thursday.
Tile - Class in com.codename1.maps
This class represents a single tile on a map.
Tile(Dimension, BoundingBox, Image) - Constructor for class com.codename1.maps.Tile
Creates a new Tile.
TiledProvider - Class in com.codename1.maps.providers
This is a tiled map provider
TiledProvider(String, Projection, Dimension) - Constructor for class com.codename1.maps.providers.TiledProvider
Creates a new Tiled provider
tileFor(BoundingBox) - Method in class com.codename1.maps.providers.GoogleMapsProvider
 
tileFor(BoundingBox) - Method in class com.codename1.maps.providers.MapProvider
Gets a tile for the given bounding box
tileFor(BoundingBox) - Method in class com.codename1.maps.providers.TiledProvider
 
tileImage(Image, int, int, int, int) - Method in class com.codename1.ui.Graphics
Allows an implementation to optimize image tiling rendering logic
tileSize(Dimension) - Method in class com.codename1.maps.providers.MapProvider
Request map to provide tiles of specific sizes.
tileSize() - Method in class com.codename1.maps.providers.MapProvider
Gets the tile size
time - Variable in class java.util.Calendar
The currently set time for this calendar, expressed in milliseconds after January 1, 1970, 0:00:00 GMT.
TimeChart - Class in com.codename1.charts.views
The time chart rendering class.
TimeChart(XYMultipleSeriesDataset, XYMultipleSeriesRenderer) - Constructor for class com.codename1.charts.views.TimeChart
Builds a new time chart instance.
Timeline - Class in com.codename1.ui.animations
A timeline represents the motions of animation objects
Timer - Class in java.util
 
Timer() - Constructor for class java.util.Timer
 
TimerTask - Class in java.util
 
TimerTask() - Constructor for class java.util.TimerTask
 
TimeSeries - Class in com.codename1.charts.models
A series for the date / time charts.
TimeSeries(String) - Constructor for class com.codename1.charts.models.TimeSeries
Builds a new date / time series.
TimeSpinner - Class in com.codename1.ui.spinner
Allows selecting a time of day either in 24 hour batches or AM/PM format
TimeSpinner() - Constructor for class com.codename1.ui.spinner.TimeSpinner
Default constructor
TimeZone - Class in java.util
TimeZone represents a time zone offset, and also figures out daylight savings.
TimeZone() - Constructor for class java.util.TimeZone
 
titleUpdated(HTMLComponent, String) - Method in class com.codename1.components.Ads
 
titleUpdated(HTMLComponent, String) - Method in class com.codename1.ui.html.DefaultHTMLCallback
Called when the page's title is updated
titleUpdated(HTMLComponent, String) - Method in interface com.codename1.ui.html.HTMLCallback
Called when the page's title is updated
toArray() - Method in class java.util.AbstractCollection
Returns a new array containing all elements contained in this ArrayList.
toArray(T[]) - Method in class java.util.AbstractCollection
Returns an array containing all elements contained in this ArrayList.
toArray() - Method in class java.util.AbstractList
Returns a new array containing all elements contained in this ArrayList.
toArray(T[]) - Method in class java.util.AbstractList
Returns an array containing all elements contained in this ArrayList.
toArray() - Method in class java.util.ArrayList
Returns a new array containing all elements contained in this ArrayList.
toArray(T[]) - Method in class java.util.ArrayList
Returns an array containing all elements contained in this ArrayList.
toArray() - Method in interface java.util.Collection
Returns a new array containing all elements contained in this Collection.
toArray(T[]) - Method in interface java.util.Collection
Returns an array containing all elements contained in this Collection.
toArray() - Method in class java.util.LinkedList
Returns a new array containing all elements contained in this LinkedList.
toArray(T[]) - Method in class java.util.LinkedList
Returns an array containing all elements contained in this LinkedList.
toArray() - Method in interface java.util.List
Returns an array containing all elements contained in this List.
toArray(T[]) - Method in interface java.util.List
Returns an array containing all elements contained in this List.
toArray() - Method in class java.util.PriorityQueue
Returns all the elements in an array.
toArray(T[]) - Method in class java.util.PriorityQueue
Returns all the elements in an array, and the type of the result array is the type of the argument array.
toArray() - Method in interface java.util.Set
Returns an array containing all elements contained in this set.
toArray(T[]) - Method in interface java.util.Set
Returns an array containing all elements contained in this set.
toArray() - Method in class java.util.Vector
Returns a new array containing all elements contained in this vector.
toArray(T[]) - Method in class java.util.Vector
Returns an array containing all elements contained in this vector.
toASCIIString() - Method in class java.net.URI
 
toBinaryString(int) - Static method in class java.lang.Integer
Creates a string representation of the integer argument as an unsigned integer in base 2.
toByteArray() - Method in class com.codename1.util.BigInteger
 
toByteArray() - Method in class java.io.ByteArrayOutputStream
Creates a newly allocated byte array.
toCharArray(String) - Static method in class com.codename1.io.Util
toCharArray should return a new array always, however some devices might suffer a bug that allows mutating a String (serious security hole in the JVM) hence this method simulates the proper behavior
toCharArray() - Method in class java.lang.String
Converts this string to a new character array.
toChars(int, char[], int) - Static method in class java.lang.Character
Converts the Unicode code point, codePoint, into a UTF-16 encoded sequence and copies the value(s) into the char[] dst, starting at the index dstIndex.
toChars(int) - Static method in class java.lang.Character
Converts the Unicode code point, codePoint, into a UTF-16 encoded sequence that is returned as a char[].
toCodePoint(char, char) - Static method in class java.lang.Character
Converts a surrogate pair into a Unicode code point.
toDegrees(double) - Static method in class java.lang.Math
Converts an angle measured in radians to the equivalent angle measured in degrees.
toHexString(int) - Static method in class java.lang.Integer
Creates a string representation of the integer argument as an unsigned integer in base 16.
toJSPointer() - Method in class com.codename1.javascript.JSObject
Returns a Javascript variable name for the underlying Javascript object.
TOKEN - Static variable in class com.codename1.io.Oauth2
 
tokenize(String, char) - Static method in class com.codename1.util.StringUtil
Breaks a String to multiple strings.
tokenize(String, String) - Static method in class com.codename1.util.StringUtil
Breaks a String to multiple strings (similar to string tokenizer)
tokenizeString(String, char) - Static method in class com.codename1.util.StringUtil
Deprecated.
use the tokenize() method instead
tokenizeString(String, String) - Static method in class com.codename1.util.StringUtil
Deprecated.
use the tokenize() method instead
toLowerCase(char) - Static method in class java.lang.Character
The given character is mapped to its lowercase equivalent; if the character has no lowercase equivalent, the character itself is returned.
toLowerCase() - Method in class java.lang.String
Converts all of the characters in this String to lower case.
toOctalString(int) - Static method in class java.lang.Integer
Creates a string representation of the integer argument as an unsigned integer in base 8.
Toolbar - Class in com.codename1.ui
Toolbar can replace the default TitleArea component.
Toolbar() - Constructor for class com.codename1.ui.Toolbar
Empty Constructor
Toolbar(boolean) - Constructor for class com.codename1.ui.Toolbar
This constructor places the Toolbar on a different layer on top of the Content Pane.
TOP - Static variable in class com.codename1.ui.Component
Box-orientation constant used to specify the top of a box.
top - Variable in class com.codename1.ui.layouts.Insets
 
toPattern() - Method in class com.codename1.l10n.SimpleDateFormat
 
toPattern() - Method in class java.text.SimpleDateFormat
Deprecated.
 
topToBottom() - Method in class com.codename1.ui.layouts.mig.LC
Same functionality as calling LC.setTopToBottom(boolean) with true only this method returns this for chaining multiple calls.
toRadians(double) - Static method in class java.lang.Math
Converts an angle measured in degrees to the equivalent angle measured in radians.
toRealPoint(float, float) - Method in class com.codename1.charts.views.XYChart
 
toRealPoint(float, float, int) - Method in class com.codename1.charts.views.XYChart
Transforms a screen point to a real coordinates point.
toRGB(RGBImage, int, int, int, int, int, int) - Method in class com.codename1.ui.EncodedImage
 
toRGB(RGBImage, int, int, int, int, int, int) - Method in class com.codename1.ui.Image
Extracts data from this image into the given RGBImage
toScreenPoint(double[]) - Method in class com.codename1.charts.views.XYChart
 
toScreenPoint(double[], int) - Method in class com.codename1.charts.views.XYChart
 
toString() - Method in class com.codename1.charts.compat.Paint
Deprecated.
 
toString() - Method in class com.codename1.charts.views.PieSegment
 
toString() - Method in enum com.codename1.charts.views.PointStyle
Returns the point shape name.
toString() - Method in class com.codename1.facebook.Post
 
toString() - Method in class com.codename1.io.Cookie
 
toString() - Method in class com.codename1.location.Location
 
toString() - Method in class com.codename1.maps.BoundingBox
 
toString() - Method in class com.codename1.maps.Coord
 
toString() - Method in class com.codename1.maps.layers.PointLayer
 
toString() - Method in class com.codename1.maps.Tile
 
toString() - Method in class com.codename1.processing.Result
Convert the object to a formatted structured content document.
toString() - Method in class com.codename1.ui.Command
Returns a string representation of the object
toString() - Method in class com.codename1.ui.Component
Overriden to return a useful value for debugging purposes
toString() - Method in class com.codename1.ui.geom.Dimension
 
toString() - Method in class com.codename1.ui.geom.Dimension2D
 
toString() - Method in class com.codename1.ui.geom.GeneralPath
 
toString() - Method in class com.codename1.ui.geom.Point
 
toString() - Method in class com.codename1.ui.geom.Point2D
 
toString() - Method in class com.codename1.ui.geom.Rectangle
 
toString() - Method in class com.codename1.ui.geom.Rectangle2D
 
toString() - Method in class com.codename1.ui.html.HTMLElement
Returns a printable string representing this element
toString() - Method in class com.codename1.ui.layouts.BorderLayout
 
toString() - Method in class com.codename1.ui.layouts.BoxLayout
 
toString() - Method in class com.codename1.ui.layouts.FlowLayout
 
toString() - Method in class com.codename1.ui.layouts.GridLayout
 
toString() - Method in class com.codename1.ui.layouts.GroupLayout
Returns a textual description of this GroupLayout.
toString() - Method in class com.codename1.ui.layouts.Insets
 
toString() - Method in class com.codename1.ui.layouts.LayeredLayout
 
toString() - Method in class com.codename1.ui.layouts.mig.UnitValue
 
toString() - Method in class com.codename1.ui.RadioButton
 
toString() - Method in class com.codename1.ui.table.TableLayout.Constraint
 
toString() - Method in class com.codename1.ui.table.TableLayout
 
toString() - Method in class com.codename1.ui.Tabs
 
toString() - Method in class com.codename1.ui.Transform
 
toString() - Method in class com.codename1.util.BigDecimal
 
toString() - Method in class com.codename1.util.BigInteger
 
toString(int) - Method in class com.codename1.util.BigInteger
 
toString() - Method in class com.codename1.util.CStringBuilder
Deprecated.
Returns the contents of this builder.
toString() - Method in class com.codename1.xml.Element
Returns a printable string representing this element
toString() - Method in class java.io.ByteArrayOutputStream
Converts the buffer's contents into a string, translating bytes into characters according to the platform's default character encoding.
toString() - Method in interface java.lang.annotation.Annotation
Returns a string representation of this annotation.
toString() - Method in class java.lang.Boolean
Returns a String object representing this Boolean's value.
toString() - Method in class java.lang.Byte
Returns a String object representing this Byte's value.
toString() - Method in class java.lang.Character
Returns a String object representing this character's value.
toString() - Method in interface java.lang.CharSequence
Returns a string with the same characters in the same order as in this sequence.
toString() - Method in class java.lang.Class
Converts the object to a string.
toString() - Method in class java.lang.Double
Returns a String representation of this Double object.
toString(double) - Static method in class java.lang.Double
Creates a string representation of the double argument.
toString() - Method in class java.lang.Enum
 
toString() - Method in class java.lang.Float
Returns a String representation of this Float object.
toString(float) - Static method in class java.lang.Float
Returns a String representation for the specified float value.
toString() - Method in class java.lang.Integer
Returns a String object representing this Integer's value.
toString(int) - Static method in class java.lang.Integer
Returns a new String object representing the specified integer.
toString(int, int) - Static method in class java.lang.Integer
Creates a string representation of the first argument in the radix specified by the second argument.
toString() - Method in class java.lang.Long
Returns a String object representing this Long's value.
toString(long) - Static method in class java.lang.Long
Returns a new String object representing the specified integer.
toString(long, int) - Static method in class java.lang.Long
Creates a string representation of the first argument in the radix specified by the second argument.
toString() - Method in class java.lang.Object
Returns a string representation of the object.
toString() - Method in class java.lang.Short
Returns a String object representing this Short's value.
toString() - Method in class java.lang.String
This object (which is already a string!) is itself returned.
toString() - Method in class java.lang.StringBuffer
Converts to a string representing the data in this string buffer.
toString() - Method in class java.lang.StringBuilder
Converts to a string representing the data in this string buffer.
toString() - Method in class java.lang.Thread
Returns a string representation of this thread, including the thread's name and priority.
toString() - Method in class java.lang.Throwable
Returns a short description of this Throwable object.
toString() - Method in class java.net.URI
 
toString() - Method in class java.util.AbstractCollection
Returns the string representation of this Collection.
toString() - Method in class java.util.AbstractMap.SimpleEntry
Answers a String representation of this entry.
toString() - Method in class java.util.AbstractMap.SimpleImmutableEntry
Answers a String representation of this entry.
toString() - Method in class java.util.AbstractMap
Returns the string representation of this map.
toString(boolean[]) - Static method in class java.util.Arrays
Creates a String representation of the boolean[] passed.
toString(byte[]) - Static method in class java.util.Arrays
Creates a String representation of the byte[] passed.
toString(char[]) - Static method in class java.util.Arrays
Creates a String representation of the char[] passed.
toString(double[]) - Static method in class java.util.Arrays
Creates a String representation of the double[] passed.
toString(float[]) - Static method in class java.util.Arrays
Creates a String representation of the float[] passed.
toString(int[]) - Static method in class java.util.Arrays
Creates a String representation of the int[] passed.
toString(long[]) - Static method in class java.util.Arrays
Creates a String representation of the long[] passed.
toString(short[]) - Static method in class java.util.Arrays
Creates a String representation of the short[] passed.
toString(Object[]) - Static method in class java.util.Arrays
Creates a String representation of the Object[] passed.
toString() - Method in class java.util.BitSet
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class java.util.Date
Converts this Date object to a String of the form: dow mon dd hh:mm:ss zzz yyyy where: dow is the day of the week (Sun, Mon, Tue, Wed, Thu, Fri, Sat).
toString() - Method in class java.util.Hashtable
Returns the string representation of this Hashtable.
toString() - Method in class java.util.Vector
Returns the string representation of this vector.
total_in - Variable in class com.codename1.io.gzip.ZStream
Deprecated.
 
total_out - Variable in class com.codename1.io.gzip.ZStream
Deprecated.
 
totalMemory() - Method in class java.lang.Runtime
Returns the total amount of memory in the Java Virtual Machine.
toUpperCase(char) - Static method in class java.lang.Character
Converts the character argument to uppercase; if the character has no uppercase equivalent, the character itself is returned.
toUpperCase() - Method in class java.lang.String
Converts all of the characters in this String to upper case.
toWGS84(Coord) - Method in class com.codename1.maps.Mercator
Create a Coord(Latitude, Longitude) from the projected Coord
toWGS84(Coord) - Method in class com.codename1.maps.Projection
Converts a projected coordinate to a WGS84 coordinate
toWGS84(BoundingBox) - Method in class com.codename1.maps.Projection
Converts a projected bounding box to a WGS84 bounding box
toXYSeries() - Method in class com.codename1.charts.models.CategorySeries
Transforms the category series to an XY series.
toXYSeries() - Method in class com.codename1.charts.models.MultipleCategorySeries
Transforms the category series to an XY series.
toXYSeries() - Method in class com.codename1.charts.models.RangeCategorySeries
Transforms the range category series to an XY series.
trackFileSystem() - Method in class com.codename1.io.Log
Activates the filesystem tracking of file open/close operations
TRAILING - Static variable in class com.codename1.ui.layouts.GroupLayout
Possible alignment type.
Transform - Class in com.codename1.ui
Encapsulates a 3D transform that can be used in Graphics contexts or with Shapes to transform in various ways.
transformPoint(float[]) - Method in class com.codename1.ui.Transform
Transforms a provided point.
transformPoint(float[], float[]) - Method in class com.codename1.ui.Transform
Transforms a provided point and places the result in the provided array.
Transition - Class in com.codename1.ui.animations
Represents a transition animation between two forms this class is used internally by Display to play an animation when moving from one form to the next.
Transition() - Constructor for class com.codename1.ui.animations.Transition
 
translate(float, float) - Method in class com.codename1.charts.compat.Canvas
Deprecated.
 
translate(double, double) - Method in class com.codename1.maps.Coord
Create a new Coord object which is translated with the given coordinates
translate(Coord) - Method in class com.codename1.maps.Coord
Create a new Coord object which is translated with the given coordinates
translate(Coord, int, int, int) - Method in class com.codename1.maps.providers.MapProvider
Translates position by [pixelsX, pixelsY] at zoomLevel acordingly to maps scale.
translate(double, double) - Method in class com.codename1.ui.geom.Rectangle2D
 
translate(int, int) - Method in class com.codename1.ui.Graphics
Translates the X/Y location for drawing on the underlying surface.
translate(float, float, float) - Method in class com.codename1.ui.Transform
Translates the transform by the specified amounts.
translate(float, float) - Method in class com.codename1.ui.Transform
 
TRANSPARENCY - Static variable in class com.codename1.ui.plaf.Style
Transparency attribute name for the theme hashtable
Tree - Class in com.codename1.ui.tree
The tree component allows constructing simple tree component hierechies that can be expaneded seamingly with no limit.
Tree() - Constructor for class com.codename1.ui.tree.Tree
Constructor for usage by GUI builder and automated tools, normally one should use the version that accepts the model
Tree(TreeModel) - Constructor for class com.codename1.ui.tree.Tree
Construct a tree with the given tree model
TreeMap<K,V> - Class in java.util
TreeMap is an implementation of SortedMap.
TreeMap() - Constructor for class java.util.TreeMap
Constructs a new empty TreeMap instance.
TreeMap(Comparator<? super K>) - Constructor for class java.util.TreeMap
Constructs a new empty TreeMap instance with the specified comparator.
TreeMap(Map<? extends K, ? extends V>) - Constructor for class java.util.TreeMap
Constructs a new TreeMap instance containing the mappings from the specified map and using natural ordering.
TreeMap(SortedMap<K, ? extends V>) - Constructor for class java.util.TreeMap
Constructs a new TreeMap instance containing the mappings from the specified SortedMap and using the same comparator.
TreeModel - Interface in com.codename1.ui.tree
Arranges tree node objects, a node can essentially be anything
TreeSet<E> - Class in java.util
TreeSet is an implementation of SortedSet.
TreeSet() - Constructor for class java.util.TreeSet
Constructs a new empty instance of TreeSet which uses natural ordering.
TreeSet(Collection<? extends E>) - Constructor for class java.util.TreeSet
Constructs a new instance of TreeSet which uses natural ordering and containing the unique elements in the specified collection.
TreeSet(Comparator<? super E>) - Constructor for class java.util.TreeSet
Constructs a new empty instance of TreeSet which uses the specified comparator.
TreeSet(SortedSet<E>) - Constructor for class java.util.TreeSet
Constructs a new instance of TreeSet containing the elements of the specified SortedSet and using the same Comparator.
trim() - Method in class java.lang.String
Removes white space from both ends of this string.
trimToSize() - Method in class java.lang.StringBuffer
 
trimToSize() - Method in class java.lang.StringBuilder
 
trimToSize() - Method in class java.util.ArrayList
Sets the capacity of this ArrayList to be the same as the current size.
trimToSize() - Method in class java.util.Vector
Sets the capacity of this vector to be the same as the size.
TRUE - Static variable in class java.lang.Boolean
The Boolean object corresponding to the primitive value true.
TUESDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Tuesday.
TWITTER_SEARCH - Static variable in class com.codename1.l10n.DateFormatPatterns
Pattern for parsing/formatting Twitter search timestamp.
TWITTER_SEARCH - Static variable in class java.text.DateFormatPatterns
Pattern for parsing/formatting Twitter search timestamp.
TWITTER_TIMELINE - Static variable in class com.codename1.l10n.DateFormatPatterns
Pattern for parsing/formatting Twitter timeline timestamp.
TWITTER_TIMELINE - Static variable in class java.text.DateFormatPatterns
Pattern for parsing/formatting Twitter timeline timestamp.
TwitterRESTService - Class in com.codename1.io.services
Calls to the Twitter REST API can be performed via this class although currently support for authentication isn't implemented due to the transition to oAuth instead of basic authentication.
TwitterRESTService(String) - Constructor for class com.codename1.io.services.TwitterRESTService
The constructor accepts the method to invoke
TwitterRESTService(String, boolean) - Constructor for class com.codename1.io.services.TwitterRESTService
The constructor accepts the method to invoke
TwitterRESTService(String, String, boolean) - Constructor for class com.codename1.io.services.TwitterRESTService
The constructor accepts the method to invoke
TYPE - Static variable in class com.codename1.charts.views.BarChart
The constant to identify this chart type.
TYPE - Static variable in class com.codename1.charts.views.BubbleChart
The constant to identify this chart type.
TYPE - Static variable in class com.codename1.charts.views.CubicLineChart
The chart type.
TYPE - Static variable in class com.codename1.charts.views.LineChart
The constant to identify this chart type.
TYPE - Static variable in class com.codename1.charts.views.RangeBarChart
The chart type.
TYPE - Static variable in class com.codename1.charts.views.RangeStackedBarChart
The chart type.
TYPE - Static variable in class com.codename1.charts.views.ScatterChart
The constant to identify this chart type.
TYPE - Static variable in class com.codename1.charts.views.TimeChart
/** The constant to identify this chart type.
TYPE - Static variable in class java.lang.Void
 
TYPE_ALARM - Static variable in class com.codename1.ui.Dialog
Constant indicating the type of alert to indicate the sound to play or icon if none are explicitly set
TYPE_BOOLEAN - Static variable in class com.codename1.io.WebServiceProxyCall
Web protocol argument/return type
TYPE_BOOLEAN_ARRAY - Static variable in class com.codename1.io.WebServiceProxyCall
Web protocol argument/return type
TYPE_BOOLEAN_OBJECT - Static variable in class com.codename1.io.WebServiceProxyCall
Web protocol argument/return type
TYPE_BUTTON - Static variable in interface com.codename1.ui.layouts.mig.ComponentWrapper
 
TYPE_BYTE - Static variable in class com.codename1.io.WebServiceProxyCall
Web protocol argument/return type
TYPE_BYTE_ARRAY - Static variable in class com.codename1.io.WebServiceProxyCall
Web protocol argument/return type
TYPE_BYTE_OBJECT - Static variable in class com.codename1.io.WebServiceProxyCall
Web protocol argument/return type
TYPE_CHAR - Static variable in class com.codename1.io.WebServiceProxyCall
Web protocol argument/return type
TYPE_CHAR_ARRAY - Static variable in class com.codename1.io.WebServiceProxyCall
Web protocol argument/return type
TYPE_CHARACTER_OBJECT - Static variable in class com.codename1.io.WebServiceProxyCall
Web protocol argument/return type
TYPE_CHECK_BOX - Static variable in interface com.codename1.ui.layouts.mig.ComponentWrapper
 
TYPE_COMBO_BOX - Static variable in interface com.codename1.ui.layouts.mig.ComponentWrapper
 
TYPE_CONFIRMATION - Static variable in class com.codename1.ui.Dialog
Constant indicating the type of alert to indicate the sound to play or icon if none are explicitly set
TYPE_CONTAINER - Static variable in interface com.codename1.ui.layouts.mig.ComponentWrapper
 
TYPE_CSS - Static variable in class com.codename1.ui.html.DocumentInfo
Indicates that the request is for a CSS file
TYPE_DOUBLE - Static variable in class com.codename1.io.WebServiceProxyCall
Web protocol argument/return type
TYPE_DOUBLE_ARRAY - Static variable in class com.codename1.io.WebServiceProxyCall
Web protocol argument/return type
TYPE_DOUBLE_OBJECT - Static variable in class com.codename1.io.WebServiceProxyCall
Web protocol argument/return type
TYPE_ERROR - Static variable in class com.codename1.ui.Dialog
Constant indicating the type of alert to indicate the sound to play or icon if none are explicitly set
TYPE_EXTERNALIABLE - Static variable in class com.codename1.io.WebServiceProxyCall
Web protocol argument/return type
TYPE_FLOAT - Static variable in class com.codename1.io.WebServiceProxyCall
Web protocol argument/return type
TYPE_FLOAT_ARRAY - Static variable in class com.codename1.io.WebServiceProxyCall
Web protocol argument/return type
TYPE_FLOAT_OBJECT - Static variable in class com.codename1.io.WebServiceProxyCall
Web protocol argument/return type
TYPE_HTML - Static variable in class com.codename1.ui.html.DocumentInfo
Indicates that the request is for a page
TYPE_IDENTITY - Static variable in class com.codename1.ui.Transform
Constant for transform type.
TYPE_IMAGE - Static variable in class com.codename1.ui.html.DocumentInfo
Indicates that the request is for an image
TYPE_IMAGE - Static variable in interface com.codename1.ui.layouts.mig.ComponentWrapper
 
TYPE_INFO - Static variable in class com.codename1.ui.Dialog
Constant indicating the type of alert to indicate the sound to play or icon if none are explicitly set
TYPE_INT - Static variable in class com.codename1.io.WebServiceProxyCall
Web protocol argument/return type
TYPE_INT_ARRAY - Static variable in class com.codename1.io.WebServiceProxyCall
Web protocol argument/return type
TYPE_INTEGER_OBJECT - Static variable in class com.codename1.io.WebServiceProxyCall
Web protocol argument/return type
TYPE_LABEL - Static variable in interface com.codename1.ui.layouts.mig.ComponentWrapper
 
TYPE_LIST - Static variable in interface com.codename1.ui.layouts.mig.ComponentWrapper
 
TYPE_LONG - Static variable in class com.codename1.io.WebServiceProxyCall
Web protocol argument/return type
TYPE_LONG_ARRAY - Static variable in class com.codename1.io.WebServiceProxyCall
Web protocol argument/return type
TYPE_LONG_OBJECT - Static variable in class com.codename1.io.WebServiceProxyCall
Web protocol argument/return type
TYPE_NONE - Static variable in class com.codename1.ui.Dialog
Constant indicating the type of alert to indicate the sound to play or icon if none are explicitly set
TYPE_PANEL - Static variable in interface com.codename1.ui.layouts.mig.ComponentWrapper
 
TYPE_PROGRESS_BAR - Static variable in interface com.codename1.ui.layouts.mig.ComponentWrapper
 
TYPE_SCALE - Static variable in class com.codename1.ui.Transform
Constant for transform type.
TYPE_SCROLL_BAR - Static variable in interface com.codename1.ui.layouts.mig.ComponentWrapper
 
TYPE_SCROLL_PANE - Static variable in interface com.codename1.ui.layouts.mig.ComponentWrapper
 
TYPE_SEPARATOR - Static variable in interface com.codename1.ui.layouts.mig.ComponentWrapper
 
TYPE_SHORT - Static variable in class com.codename1.io.WebServiceProxyCall
Web protocol argument/return type
TYPE_SHORT_ARRAY - Static variable in class com.codename1.io.WebServiceProxyCall
Web protocol argument/return type
TYPE_SHORT_OBJECT - Static variable in class com.codename1.io.WebServiceProxyCall
Web protocol argument/return type
TYPE_SLIDER - Static variable in interface com.codename1.ui.layouts.mig.ComponentWrapper
 
TYPE_SPINNER - Static variable in interface com.codename1.ui.layouts.mig.ComponentWrapper
 
TYPE_STRING - Static variable in class com.codename1.io.WebServiceProxyCall
Web protocol argument/return type
TYPE_STRING_ARRAY - Static variable in class com.codename1.io.WebServiceProxyCall
Web protocol argument/return type
TYPE_TABBED_PANE - Static variable in interface com.codename1.ui.layouts.mig.ComponentWrapper
 
TYPE_TABLE - Static variable in interface com.codename1.ui.layouts.mig.ComponentWrapper
 
TYPE_TEXT_AREA - Static variable in interface com.codename1.ui.layouts.mig.ComponentWrapper
 
TYPE_TEXT_FIELD - Static variable in interface com.codename1.ui.layouts.mig.ComponentWrapper
 
TYPE_TRANSLATION - Static variable in class com.codename1.ui.Transform
Constant for transform type.
TYPE_TREE - Static variable in interface com.codename1.ui.layouts.mig.ComponentWrapper
 
TYPE_UNKNOWN - Static variable in interface com.codename1.ui.layouts.mig.ComponentWrapper
 
TYPE_UNKNOWN - Static variable in class com.codename1.ui.Transform
Constant for transform type.
TYPE_UNSET - Static variable in interface com.codename1.ui.layouts.mig.ComponentWrapper
 
TYPE_VOID - Static variable in class com.codename1.io.WebServiceProxyCall
Web protocol argument/return type
TYPE_WARNING - Static variable in class com.codename1.ui.Dialog
Constant indicating the type of alert to indicate the sound to play or icon if none are explicitly set

U

UIBuilder - Class in com.codename1.ui.util
The UI builder can create a user interface based on the UI designed in the resource editor and allows us to bind to said UI.
UIBuilder() - Constructor for class com.codename1.ui.util.UIBuilder
 
UIManager - Class in com.codename1.ui.plaf
Central point singleton managing the look of the application, this class allows us to customize the styles (themes) as well as the look instance.
UITimer - Class in com.codename1.ui.util
Simple timer callback that is invoked on the CodenameOne EDT thread rather than on a separate thread.
UITimer() - Constructor for class com.codename1.ui.util.UITimer
This constructor is useful when deriving this class to implement a timer.
UITimer(Runnable) - Constructor for class com.codename1.ui.util.UITimer
Constructor that accepts a runnable to invoke on timer elapse
ulp(double) - Static method in class com.codename1.util.MathUtil
Returns the size of an ulp (units in the last place) of the argument.
UNABLE - Static variable in class com.codename1.ui.layouts.mig.UnitConverter
Value to return if this converter can not handle the unit sent in as an argument to the convert method.
unbindProperty(Component, String) - Method in class com.codename1.cloud.CloudObject
Releases the binding for the specific property name
unbindProperty(String, BindTarget) - Method in class com.codename1.ui.CheckBox
 
unbindProperty(String, BindTarget) - Method in class com.codename1.ui.Component
Removes a bind target from the given property name
unbindProperty(String, BindTarget) - Method in class com.codename1.ui.Label
 
unbindProperty(String, BindTarget) - Method in class com.codename1.ui.RadioButton
 
unbindProperty(String, BindTarget) - Method in class com.codename1.ui.TextArea
 
unbindTree(Container) - Method in class com.codename1.cloud.CloudObject
Clears the binding to this component tree
UNEDITABLE - Static variable in class com.codename1.ui.TextArea
Indicates that editing is currently disallowed.
uninstall() - Method in class com.codename1.ui.plaf.LookAndFeel
Invoked when a look and feel is removed, allows a look and feel to release resources related to binding components.
unInstallMenuBar() - Method in class com.codename1.ui.MenuBar
Removes the MenuBar from the parent Form
unInstallMenuBar() - Method in class com.codename1.ui.SideMenuBar
 
UNIT_TYPE_DIPS - Static variable in class com.codename1.ui.plaf.Style
Indicates the unit type for padding/margin in device independent pixels.
UNIT_TYPE_PIXELS - Static variable in class com.codename1.ui.plaf.Style
Indicates the unit type for padding/margin, the default is in device specific pixels
UNIT_TYPE_SCREEN_PERCENTAGE - Static variable in class com.codename1.ui.plaf.Style
Indicates the unit type for padding/margin in percentage of the size of the screen
UnitConverter - Class in com.codename1.ui.layouts.mig
 
UnitConverter() - Constructor for class com.codename1.ui.layouts.mig.UnitConverter
 
UnitTest - Interface in com.codename1.testing
A Codename One unit test interface, you would normally like to derive from AbstractTest which is less verbose and contains many helper methods.
UnitValue - Class in com.codename1.ui.layouts.mig
 
UnitValue(float) - Constructor for class com.codename1.ui.layouts.mig.UnitValue
 
UnitValue(float, int, String) - Constructor for class com.codename1.ui.layouts.mig.UnitValue
 
unlock() - Method in class com.codename1.ui.animations.Timeline
 
unlock() - Method in class com.codename1.ui.EncodedImage
 
unlock() - Method in class com.codename1.ui.Image
This callback indicates that a component pointing at this image is now deinitilized This method may be invoked multiple times.
unlock() - Method in class com.codename1.ui.plaf.Border
This callback indicates that a component pointing at this border is now deinitilized This method may be invoked multiple times.
unlockOrientation() - Method in class com.codename1.ui.Display
This is the reverse method for lock orientation allowing orientation lock to be disabled
unmodifiableCollection(Collection<? extends E>) - Static method in class java.util.Collections
Returns a wrapper on the specified collection which throws an UnsupportedOperationException whenever an attempt is made to modify the collection.
unmodifiableList(List<? extends E>) - Static method in class java.util.Collections
Returns a wrapper on the specified list which throws an UnsupportedOperationException whenever an attempt is made to modify the list.
unmodifiableMap(Map<? extends K, ? extends V>) - Static method in class java.util.Collections
Returns a wrapper on the specified map which throws an UnsupportedOperationException whenever an attempt is made to modify the map.
unmodifiableSet(Set<? extends E>) - Static method in class java.util.Collections
Returns a wrapper on the specified set which throws an UnsupportedOperationException whenever an attempt is made to modify the set.
unmodifiableSortedMap(SortedMap<K, ? extends V>) - Static method in class java.util.Collections
Returns a wrapper on the specified sorted map which throws an UnsupportedOperationException whenever an attempt is made to modify the sorted map.
unmodifiableSortedSet(SortedSet<E>) - Static method in class java.util.Collections
Returns a wrapper on the specified sorted set which throws an UnsupportedOperationException whenever an attempt is made to modify the sorted set.
UNRELATED - Static variable in class com.codename1.ui.layouts.LayoutStyle
Possible argument to getPreferredGap.
unsubscribe(String) - Method in class com.codename1.payment.Purchase
Cancels the subscription to a given SKU
UnsupportedEncodingException - Exception in java.io
The Character Encoding is not supported.
UnsupportedEncodingException() - Constructor for exception java.io.UnsupportedEncodingException
Constructs an UnsupportedEncodingException without a detail message.
UnsupportedEncodingException(String) - Constructor for exception java.io.UnsupportedEncodingException
Constructs an UnsupportedEncodingException with a detail message.
update(int) - Method in class com.codename1.charts.transitions.SeriesTransition
Updates the renderer and model at the specified progress position of the animation.
update(int) - Method in class com.codename1.charts.transitions.XYMultiSeriesTransition
 
update(int) - Method in class com.codename1.charts.transitions.XYSeriesTransition
Updates the series and renderer at the given progress position (0 to 100).
update(byte[], int, int) - Method in class com.codename1.io.gzip.Adler32
 
update(byte[], int, int) - Method in class com.codename1.io.gzip.CRC32
 
update(Observable, Object) - Method in interface java.util.Observer
This method is called if the specified Observable object's notifyObservers method is called (because the Observable object has been updated.
updateButtonDayDate(Button, int, int, int) - Method in class com.codename1.ui.Calendar
This method updates the Button day.
updateButtonDayDate(Button, int, int) - Method in class com.codename1.ui.Calendar
This method updates the Button day.
updateChart() - Method in class com.codename1.charts.transitions.SeriesTransition
Applies all pending changes to the chart model and renderer and repaints the chart.
updateData(CachedData, ActionListener) - Static method in class com.codename1.io.services.CachedDataService
Checks that the cached data is up to date and if a newer version exits it updates the data in place
updateFilterList() - Method in class com.codename1.ui.AutoCompleteTextField
In a case of an asynchronous filter this method can be invoked to refresh the completion list
updateIconPlaceholders() - Method in class com.codename1.ui.list.GenericListCellRenderer
Updates the placeholder instances, this is useful for changing the URLImage placeholder in runtime as might happen in the designer
updateValue() - Method in class com.codename1.ui.spinner.Picker
Updates the display value of the picker, subclasses can override this to invoke set text with the right value
uploadCloudFile(String, String) - Method in class com.codename1.cloud.CloudStorage
Allows uploading of images etc.
uploadCloudFile(String, String, InputStream, int) - Method in class com.codename1.cloud.CloudStorage
Allows uploading of images etc.
URI - Class in java.net
An implementation of a Univeral Resource Identifier (URI).
URI(String, String, String, int, String, String, String) - Constructor for class java.net.URI
Constructor to create a new URI object.
URI(String, String, String, String, String) - Constructor for class java.net.URI
Constructor to create a new URI object.
URI(String, String, String) - Constructor for class java.net.URI
Constructor for building URNs.
URI(String) - Constructor for class java.net.URI
Constructor that parses its values from a URI string.
URISyntaxException - Exception in java.net
 
URISyntaxException(String, String) - Constructor for exception java.net.URISyntaxException
 
URISyntaxException(String, String, int) - Constructor for exception java.net.URISyntaxException
 
url(int, int, int) - Method in class com.codename1.maps.providers.TiledProvider
build a url request for a tile
URL - Static variable in class com.codename1.ui.TextArea
The user is allowed to enter a URL.
URLCallback - Interface in com.codename1.system
In platforms that support opening an application via URL this interface can be implemented by the main class to support such functionality.
URLImage - Class in com.codename1.ui
The URLImage allows us to create an image from a URL.
URLImage.ImageAdapter - Interface in com.codename1.ui
Allows applying resize logic to downloaded images you can use constant resize behaviors defined in this class.
useDaylightTime() - Method in class java.util.TimeZone
Queries if this time zone uses Daylight Savings Time.
User - Class in com.codename1.facebook
This class represents a Facebook User objject http://developers.facebook.com/docs/reference/api/user/
User() - Constructor for class com.codename1.facebook.User
Empty Contructor
User(Hashtable) - Constructor for class com.codename1.facebook.User
 
UTFDataFormatException - Exception in java.io
Signals that a malformed UTF-8 string has been read in a data input stream or by any class that implements the data input interface.
UTFDataFormatException() - Constructor for exception java.io.UTFDataFormatException
Constructs a UTFDataFormatException with null as its error detail message.
UTFDataFormatException(String) - Constructor for exception java.io.UTFDataFormatException
Constructs a UTFDataFormatException with the specified detail message.
Util - Class in com.codename1.io
Various utility methods used for HTTP/IO operations
Util() - Constructor for class com.codename1.io.Util
 

V

validate() - Method in class com.codename1.io.ConnectionRequest
Validates that the request has the required information before being added to the queue e.g.
validChar(String) - Method in class com.codename1.ui.TextField
Checks if the candidate input is valid for this TextField
valueOf(String) - Static method in enum com.codename1.charts.compat.GradientDrawable.Orientation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.codename1.charts.compat.Paint.Style
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.codename1.charts.renderers.DialRenderer.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.codename1.charts.renderers.XYMultipleSeriesRenderer.Orientation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.codename1.charts.renderers.XYSeriesRenderer.FillOutsideLine.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.codename1.charts.views.BarChart.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.codename1.charts.views.PointStyle
Returns the enum constant of this type with the specified name.
valueOf(long) - Static method in class com.codename1.util.BigInteger
 
valueOf(String) - Static method in enum java.lang.annotation.ElementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.lang.annotation.RetentionPolicy
Returns the enum constant of this type with the specified name.
valueOf(boolean) - Static method in class java.lang.Boolean
Returns the object instance of i
valueOf(byte) - Static method in class java.lang.Byte
Returns the object instance of i
valueOf(char) - Static method in class java.lang.Character
Returns the object instance of i
valueOf(String) - Static method in class java.lang.Double
Returns a new Double object initialized to the value represented by the specified string.
valueOf(double) - Static method in class java.lang.Double
Returns the object instance of i
valueOf(Class<T>, String) - Static method in class java.lang.Enum
 
valueOf(String) - Static method in class java.lang.Float
Returns the floating point value represented by the specified String.
valueOf(float) - Static method in class java.lang.Float
Returns the object instance of i
valueOf(String) - Static method in class java.lang.Integer
Returns a new Integer object initialized to the value of the specified String.
valueOf(String, int) - Static method in class java.lang.Integer
Returns a new Integer object initialized to the value of the specified String.
valueOf(int) - Static method in class java.lang.Integer
Returns the object instance of i
valueOf(long) - Static method in class java.lang.Long
Returns the object instance of i
valueOf(short) - Static method in class java.lang.Short
Returns the object instance of i
valueOf(boolean) - Static method in class java.lang.String
Returns the string representation of the boolean argument.
valueOf(char) - Static method in class java.lang.String
Returns the string representation of the char argument.
valueOf(char[], int, int) - Static method in class java.lang.String
Returns the string representation of a specific subarray of the char array argument.
valueOf(double) - Static method in class java.lang.String
Returns the string representation of the double argument.
valueOf(float) - Static method in class java.lang.String
Returns the string representation of the float argument.
valueOf(int) - Static method in class java.lang.String
Returns the string representation of the int argument.
valueOf(long) - Static method in class java.lang.String
Returns the string representation of the long argument.
valueOf(Object) - Static method in class java.lang.String
Returns the string representation of the Object argument.
values() - Static method in enum com.codename1.charts.compat.GradientDrawable.Orientation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.codename1.charts.compat.Paint.Style
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.codename1.charts.renderers.DialRenderer.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.codename1.charts.renderers.XYMultipleSeriesRenderer.Orientation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.codename1.charts.renderers.XYSeriesRenderer.FillOutsideLine.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.codename1.charts.views.BarChart.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.codename1.charts.views.PointStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.codename1.ui.util.WeakHashMap
Unsupported operation
values() - Static method in enum java.lang.annotation.ElementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.lang.annotation.RetentionPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class java.util.AbstractMap
Returns a collection of the values contained in this map.
values() - Method in class java.util.HashMap
Returns a collection of the values contained in this map.
values() - Method in class java.util.Hashtable
Returns a collection of the values contained in this Hashtable.
values() - Method in class java.util.IdentityHashMap
Returns a collection of the values contained in this map.
values() - Method in class java.util.LinkedHashMap
Returns a collection of the values contained in this map.
values() - Method in interface java.util.Map
Returns a Collection of the values contained in this Map.
values() - Method in class java.util.TreeMap
Returns a collection of the values contained in this map.
VARIABLE_BACKGROUND_ALBUM_COVER - Static variable in interface com.codename1.media.Media
Write only variable that can be used with setVariable to pass the album cover Image to the native layer so the currently playing media title will be displayed in the lock screen where applicable
VARIABLE_BACKGROUND_ARTIST - Static variable in interface com.codename1.media.Media
Write only variable that can be used with setVariable to pass the artist name to the native layer so the currently playing media title will be displayed in the lock screen where applicable
VARIABLE_BACKGROUND_DURATION - Static variable in interface com.codename1.media.Media
Write only variable that can be used with setVariable to pass the duration for the media as a Long object to the native layer so the currently playing media title will be displayed in the lock screen where applicable
VARIABLE_BACKGROUND_POSITION - Static variable in interface com.codename1.media.Media
Write only variable that can be used with setVariable to pass the position in the media (Long object) to the native layer so the currently playing media title will be displayed in the lock screen where applicable
VARIABLE_BACKGROUND_SUPPORTED - Static variable in interface com.codename1.media.Media
Read only variable that can be used with getVariable to query whether the native layer supports displaying the currently playing media information in the lock screen.
VARIABLE_BACKGROUND_TITLE - Static variable in interface com.codename1.media.Media
Write only variable that can be used with setVariable to pass a title for the native layer so the currently playing media title will be displayed in the lock screen where applicable
Vector<E> - Class in java.util
Vector is a variable size contiguous indexable array of objects.
Vector() - Constructor for class java.util.Vector
Constructs a new vector using the default capacity.
Vector(int) - Constructor for class java.util.Vector
Constructs a new vector using the specified capacity.
Vector(int, int) - Constructor for class java.util.Vector
Constructs a new vector using the specified capacity and capacity increment.
Vector(Collection<? extends E>) - Constructor for class java.util.Vector
Constructs a new instance of Vector containing the elements in collection.
VERBOSE_DATE - Static variable in class com.codename1.l10n.DateFormatPatterns
Pattern for a verbose date
VERBOSE_DATE - Static variable in class java.text.DateFormatPatterns
Pattern for a verbose date
VERBOSE_TIME - Static variable in class com.codename1.l10n.DateFormatPatterns
Pattern for a verbose time
VERBOSE_TIME - Static variable in class java.text.DateFormatPatterns
Pattern for a verbose time
VERBOSE_TIMESTAMP - Static variable in class com.codename1.l10n.DateFormatPatterns
Pattern for a verbose timestamp
VERBOSE_TIMESTAMP - Static variable in class java.text.DateFormatPatterns
Pattern for a verbose timestamp
version() - Static method in class com.codename1.io.gzip.JZlib
 
VERTICAL - Static variable in class com.codename1.ui.layouts.GridBagConstraints
 
VERTICAL - Static variable in class com.codename1.ui.layouts.GroupLayout
Possible argument when linking sizes of components.
VERTICAL - Static variable in class com.codename1.ui.layouts.mig.LayoutUtil
 
VERTICAL - Static variable in class com.codename1.ui.List
Indicates the list orientation is VERTICAL
verticalPerspective(Image, float, float, float) - Static method in class com.codename1.ui.util.Effects
Skews an image in a faux perspective transform on the vertical axis, this is effectively a fast scale algorithm that both shrinks the image vertically and reduces the width
vibrate(int) - Method in class com.codename1.ui.Display
Vibrates the device for the given length of time
VirtualKeyboard - Class in com.codename1.ui
This class represent the Codename One Light Weight Virtual Keyboard
VirtualKeyboard() - Constructor for class com.codename1.ui.VirtualKeyboard
Creates a new instance of VirtualKeyboard
VirtualMachineError - Error in java.lang
Thrown to indicate that the Java Virtual Machine is broken or has run out of resources necessary for it to continue operating.
VirtualMachineError() - Constructor for error java.lang.VirtualMachineError
Constructs a VirtualMachineError with no detail message.
VirtualMachineError(String) - Constructor for error java.lang.VirtualMachineError
Constructs a VirtualMachineError with the specified detail message.
visit(String, String) - Static method in class com.codename1.analytics.AnalyticsService
Sends an asynchronous notice to the server regarding a page in the application being viewed, notice that you don't need to append the URL prefix to the page string.
visitingURL(String) - Method in class com.codename1.ui.html.DefaultDocumentRequestHandler
This method can be invoked to indicate a URL was visited fro tracking
visitPage(String, String) - Method in class com.codename1.analytics.AnalyticsService
Subclasses should override this method to track page visits
VISUAL_PADDING_PROPERTY - Static variable in class com.codename1.ui.layouts.mig.PlatformDefaults
Property to use in LAF settings and as JComponent client property to specify the visual padding.
Void - Class in java.lang
 
Void() - Constructor for class java.lang.Void
 

W

W_ANY - Static variable in class com.codename1.io.gzip.JZlib
 
W_GZIP - Static variable in class com.codename1.io.gzip.JZlib
 
W_NONE - Static variable in class com.codename1.io.gzip.JZlib
 
W_ZLIB - Static variable in class com.codename1.io.gzip.JZlib
 
wait() - Method in class java.lang.Object
Causes current thread to wait until another thread invokes the method or the method for this object.
wait(long) - Method in class java.lang.Object
Causes current thread to wait until either another thread invokes the method or the method for this object, or a specified amount of time has elapsed.
wait(long, int) - Method in class java.lang.Object
Causes current thread to wait until another thread invokes the method or the method for this object, or some other thread interrupts the current thread, or a certain amount of real time has elapsed.
waitFor(int) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
waitFor(int) - Static method in class com.codename1.testing.TestUtils
Waits for the given number of milliseconds even if the waiting is on the EDT thread
waitForFormName(String) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
waitForFormName(String) - Static method in class com.codename1.testing.TestUtils
Waits for a form change and if no form change occurred after a given timeout then fail the test
waitForFormTitle(String) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
waitForFormTitle(String) - Static method in class com.codename1.testing.TestUtils
Waits for a form change and if no form change occurred after a given timeout then fail the test
WARNING - Static variable in class com.codename1.io.Log
Constant indicating the logging level Debug is the default and the lowest level followed by info, warning and error
wasPurchased(String) - Method in class com.codename1.payment.Purchase
Returns true if the given SKU was purchased in the past, notice this method might not work as expected for Unmanaged/consumable products which can be purchased multiple times.
wasThemeInstalled() - Method in class com.codename1.ui.plaf.UIManager
Indicates if a theme was previously installed since the last reset
wasURLVisited(String) - Method in class com.codename1.ui.html.DefaultDocumentRequestHandler
Returns true if the URL was visited, requires trackVisitedURLs to be true
WeakHashMap<K,V> - Class in com.codename1.ui.util
Helper weak hash map substitute
WeakHashMap() - Constructor for class com.codename1.ui.util.WeakHashMap
 
WeakReference - Class in java.lang.ref
This class provides support for weak references.
WeakReference(Object) - Constructor for class java.lang.ref.WeakReference
Creates a new weak reference that refers to the given object.
WebBrowser - Class in com.codename1.components
A simple browser view that encapsulates a usable version of HTMLComponent or BrowserComponent and automatically picks the right component for the platform preferring BrowserComponent whenever it is supported.
WebBrowser() - Constructor for class com.codename1.components.WebBrowser
Default constructor
WebServiceProxyCall - Class in com.codename1.io
Utility class used by the webservice proxy code to invoke server code
WebServiceProxyCall() - Constructor for class com.codename1.io.WebServiceProxyCall
 
WebServiceProxyCall.WSDefinition - Class in com.codename1.io
Webservice definition type, allows defining the argument values for a specific WS call
WebServiceProxyCall.WSDefinition() - Constructor for class com.codename1.io.WebServiceProxyCall.WSDefinition
 
WEDNESDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Wednesday.
weightx - Variable in class com.codename1.ui.layouts.GridBagConstraints
 
weighty - Variable in class com.codename1.ui.layouts.GridBagConstraints
 
WEST - Static variable in class com.codename1.ui.layouts.BorderLayout
The west layout constraint (left of container).
WEST - Static variable in class com.codename1.ui.layouts.GridBagConstraints
 
WEST - Static variable in class com.codename1.ui.layouts.GroupLayout
Compass-direction west (left).
WHITE - Static variable in class com.codename1.charts.util.ColorUtil
 
width(String) - Method in class com.codename1.ui.layouts.mig.CC
The size for the component as a min and/or preferred and/or maximum size.
width(String) - Method in class com.codename1.ui.layouts.mig.LC
The width for the container as a min and/or preferred and/or maximum width.
WIDTH - Static variable in class com.codename1.ui.layouts.mig.LinkHandler
 
WIND_EVEN_ODD - Static variable in class com.codename1.ui.geom.GeneralPath
WIND_EVEN_ODD - Static variable in interface com.codename1.ui.geom.PathIterator
The even-odd winding mode: a point is internal to the shape if a ray from the point to infinity (in any direction) crosses an odd number of segments.
WIND_NON_ZERO - Static variable in class com.codename1.ui.geom.GeneralPath
WIND_NON_ZERO - Static variable in interface com.codename1.ui.geom.PathIterator
The non-zero winding mode: a point is internal to the shape if a ray from the point to infinity (in any direction) crosses a different number of segments headed clockwise than those headed counterclockwise.
WINDOWS_XP - Static variable in class com.codename1.ui.layouts.mig.PlatformDefaults
 
wrap() - Method in class com.codename1.ui.layouts.mig.CC
Same functionality as calling CC.setWrap(boolean) with true only this method returns this for chaining multiple calls.
wrap(String) - Method in class com.codename1.ui.layouts.mig.CC
Same functionality as CC.setWrapGapSize(BoundSize) only this method returns this for chaining multiple calls.
wrap() - Method in class com.codename1.ui.layouts.mig.LC
Sets a wrap after the number of columns/rows that is defined in the net.miginfocom.layout.AC.
wrapAfter(int) - Method in class com.codename1.ui.layouts.mig.LC
Same functionality as LC.setWrapAfter(int) only this method returns this for chaining multiple calls.
write(int) - Method in class com.codename1.io.BufferedOutputStream
Writes the specified byte to this buffered output stream.
write(byte[], int, int) - Method in class com.codename1.io.BufferedOutputStream
Writes len bytes from the specified byte array starting at offset off to this buffered output stream.
write(byte[]) - Method in class com.codename1.io.BufferedOutputStream
Writes b.length bytes to this output stream.
write(int) - Method in class com.codename1.io.gzip.DeflaterOutputStream
 
write(byte[], int, int) - Method in class com.codename1.io.gzip.DeflaterOutputStream
 
write(int) - Method in class com.codename1.io.gzip.FilterOutputStream
 
write(byte[]) - Method in class com.codename1.io.gzip.FilterOutputStream
 
write(byte[], int, int) - Method in class com.codename1.io.gzip.FilterOutputStream
 
write(byte[], int, int) - Method in class java.io.ByteArrayOutputStream
Writes len bytes from the specified byte array starting at offset off to this byte array output stream.
write(int) - Method in class java.io.ByteArrayOutputStream
Writes the specified byte to this byte array output stream.
write(byte[]) - Method in interface java.io.DataOutput
Writes to the output stream all the bytes in array b.
write(byte[], int, int) - Method in interface java.io.DataOutput
Writes len bytes from array b, in order, to the output stream.
write(int) - Method in interface java.io.DataOutput
Writes to the output stream the eight low-order bits of the argument b.
write(byte[], int, int) - Method in class java.io.DataOutputStream
Writes len bytes from the specified byte array starting at offset off to the underlying output stream.
write(int) - Method in class java.io.DataOutputStream
Writes the specified byte (the low eight bits of the argument b) to the underlying output stream.
write(byte[]) - Method in class java.io.OutputStream
Writes b.length bytes from the specified byte array to this output stream.
write(byte[], int, int) - Method in class java.io.OutputStream
Writes len bytes from the specified byte array starting at offset off to this output stream.
write(int) - Method in class java.io.OutputStream
Writes the specified byte to this output stream.
write(char[], int, int) - Method in class java.io.OutputStreamWriter
Write a portion of an array of characters.
write(int) - Method in class java.io.OutputStreamWriter
Write a single character.
write(String, int, int) - Method in class java.io.OutputStreamWriter
Write a portion of a string.
write(byte[], int, int) - Method in class java.io.PrintStream
Write len bytes from the specified byte array starting at offset off to this stream.
write(int) - Method in class java.io.PrintStream
Write the specified byte to this stream.
write(char[]) - Method in class java.io.Writer
Write an array of characters.
write(char[], int, int) - Method in class java.io.Writer
Write a portion of an array of characters.
write(int) - Method in class java.io.Writer
Write a single character.
write(String) - Method in class java.io.Writer
Write a string.
write(String, int, int) - Method in class java.io.Writer
Write a portion of a string.
writeBoolean(boolean) - Method in interface java.io.DataOutput
Writes a boolean value to this output stream.
writeBoolean(boolean) - Method in class java.io.DataOutputStream
Writes a boolean to the underlying output stream as a 1-byte value.
writeByte(int) - Method in interface java.io.DataOutput
Writes to the output stream the eight low- order bits of the argument v.
writeByte(int) - Method in class java.io.DataOutputStream
Writes out a byte to the underlying output stream as a 1-byte value.
writeChar(int) - Method in interface java.io.DataOutput
Writes a char value, which is comprised of two bytes, to the output stream.
writeChar(int) - Method in class java.io.DataOutputStream
Writes a char to the underlying output stream as a 2-byte value, high byte first.
writeChars(String) - Method in interface java.io.DataOutput
Writes every character in the string s, to the output stream, in order, two bytes per character.
writeChars(String) - Method in class java.io.DataOutputStream
Writes a string to the underlying output stream as a sequence of characters.
writeDouble(double) - Method in interface java.io.DataOutput
Writes a double value, which is comprised of eight bytes, to the output stream.
writeDouble(double) - Method in class java.io.DataOutputStream
Converts the double argument to a long using the doubleToLongBits method in class Double, and then writes that long value to the underlying output stream as an 8-byte quantity, high byte first.
writeFloat(float) - Method in interface java.io.DataOutput
Writes a float value, which is comprised of four bytes, to the output stream.
writeFloat(float) - Method in class java.io.DataOutputStream
Converts the float argument to an int using the floatToIntBits method in class Float, and then writes that int value to the underlying output stream as a 4-byte quantity, high byte first.
writeInt(int) - Method in interface java.io.DataOutput
Writes an int value, which is comprised of four bytes, to the output stream.
writeInt(int) - Method in class java.io.DataOutputStream
Writes an int to the underlying output stream as four bytes, high byte first.
writeLong(long) - Method in interface java.io.DataOutput
Writes an long value, which is comprised of four bytes, to the output stream.
writeLong(long) - Method in class java.io.DataOutputStream
Writes a long to the underlying output stream as eight bytes, high byte first.
writeObject(String, Object) - Method in class com.codename1.io.Storage
Writes the given object to storage assuming it is an externalizable type or one of the supported types
writeObject(Object, DataOutputStream) - Static method in class com.codename1.io.Util
Writes an object to the given output stream
Writer - Class in java.io
Abstract class for writing to character streams.
Writer() - Constructor for class java.io.Writer
Create a new character-stream writer whose critical sections will synchronize on the writer itself.
Writer(Object) - Constructor for class java.io.Writer
Create a new character-stream writer whose critical sections will synchronize on the given object.
writeReport(OutputStream) - Method in class com.codename1.testing.JUnitXMLReporting
 
writeReport(OutputStream) - Method in class com.codename1.testing.TestReporting
Writes a test report to the given stream
writeShort(int) - Method in interface java.io.DataOutput
Writes two bytes to the output stream to represent the value of the argument.
writeShort(int) - Method in class java.io.DataOutputStream
Writes a short to the underlying output stream as two bytes, high byte first.
writeUTF(String, DataOutputStream) - Static method in class com.codename1.io.Util
Writes a string with a null flag, this allows a String which may be null
writeUTF(String) - Method in interface java.io.DataOutput
Writes two bytes of length information to the output stream, followed by the Java modified UTF representation of every character in the string s.
writeUTF(String) - Method in class java.io.DataOutputStream
Writes a string to the underlying output stream using UTF-8 encoding in a machine-independent manner.
writeXML(Writer, Element) - Method in class com.codename1.xml.XMLWriter
Writes the XML of an Element to a Writer.

X

x(String) - Method in class com.codename1.ui.layouts.mig.CC
Sets the x-coordinate for the component.
X - Static variable in class com.codename1.ui.layouts.mig.LinkHandler
 
x2(String) - Method in class com.codename1.ui.layouts.mig.CC
Sets the x2-coordinate for the component (right side).
X2 - Static variable in class com.codename1.ui.layouts.mig.LinkHandler
 
X_AXIS - Static variable in class com.codename1.ui.layouts.BoxLayout
Horizontal layout where components are arranged from left to right
X_AXIS_NO_GROW - Static variable in class com.codename1.ui.layouts.BoxLayout
Horizontal layout where components are arranged from left to right but don't grow vertically beyond their preferred size
XML - Static variable in class com.codename1.processing.Result
 
XMLParser - Class in com.codename1.xml
The parser class is used to parse an XML document into a DOM object (Element).
XMLParser() - Constructor for class com.codename1.xml.XMLParser
Constructs the XMLParser
XMLWriter - Class in com.codename1.xml
 
XMLWriter(boolean) - Constructor for class com.codename1.xml.XMLWriter
Creates a new XMLWriter.
xor(BigInteger) - Method in class com.codename1.util.BigInteger
 
xor(BitSet) - Method in class java.util.BitSet
Performs the logical XOR of this BitSet with another BitSet.
XYChart - Class in com.codename1.charts.views
The XY chart rendering class.
XYChart() - Constructor for class com.codename1.charts.views.XYChart
 
XYChart(XYMultipleSeriesDataset, XYMultipleSeriesRenderer) - Constructor for class com.codename1.charts.views.XYChart
Builds a new XY chart instance.
XYMultipleSeriesDataset - Class in com.codename1.charts.models
A series that includes 0 to many XYSeries.
XYMultipleSeriesDataset() - Constructor for class com.codename1.charts.models.XYMultipleSeriesDataset
 
XYMultipleSeriesRenderer - Class in com.codename1.charts.renderers
Multiple XY series renderer.
XYMultipleSeriesRenderer() - Constructor for class com.codename1.charts.renderers.XYMultipleSeriesRenderer
 
XYMultipleSeriesRenderer(int) - Constructor for class com.codename1.charts.renderers.XYMultipleSeriesRenderer
 
XYMultipleSeriesRenderer.Orientation - Enum in com.codename1.charts.renderers
An enum for the XY chart orientation of the X axis.
XYMultiSeriesTransition - Class in com.codename1.charts.transitions
A transition to animate the values of a MultipleSeriesDataset (used by BarChart).
XYMultiSeriesTransition(ChartComponent, XYMultipleSeriesDataset) - Constructor for class com.codename1.charts.transitions.XYMultiSeriesTransition
Creates a new transition for the given chart and dataset.
XYSeries - Class in com.codename1.charts.models
An XY series encapsulates values for XY charts like line, time, area, scatter...
XYSeries(String) - Constructor for class com.codename1.charts.models.XYSeries
Builds a new XY series.
XYSeries(String, int) - Constructor for class com.codename1.charts.models.XYSeries
Builds a new XY series.
XYSeriesRenderer - Class in com.codename1.charts.renderers
A renderer for the XY type series.
XYSeriesRenderer() - Constructor for class com.codename1.charts.renderers.XYSeriesRenderer
 
XYSeriesRenderer.FillOutsideLine - Class in com.codename1.charts.renderers
A descriptor for the line fill behavior.
XYSeriesRenderer.FillOutsideLine(XYSeriesRenderer.FillOutsideLine.Type) - Constructor for class com.codename1.charts.renderers.XYSeriesRenderer.FillOutsideLine
The line fill behavior.
XYSeriesRenderer.FillOutsideLine.Type - Enum in com.codename1.charts.renderers
 
XYSeriesTransition - Class in com.codename1.charts.transitions
A transition for enabling animations between different values in an XYSeries.
XYSeriesTransition(ChartComponent, XYSeries) - Constructor for class com.codename1.charts.transitions.XYSeriesTransition
Creates a new transition on the given chart and associated series.
XYValueSeries - Class in com.codename1.charts.models
An extension of the XY series which adds a third dimension.
XYValueSeries(String) - Constructor for class com.codename1.charts.models.XYValueSeries
Builds a new XY value series.

Y

y(String) - Method in class com.codename1.ui.layouts.mig.CC
Sets the y-coordinate for the component.
Y - Static variable in class com.codename1.ui.layouts.mig.LinkHandler
 
y2(String) - Method in class com.codename1.ui.layouts.mig.CC
Sets the y2-coordinate for the component (bottom side).
Y2 - Static variable in class com.codename1.ui.layouts.mig.LinkHandler
 
Y_AXIS - Static variable in class com.codename1.ui.layouts.BoxLayout
Vertical layout where components are arranged from top to bottom
YEAR - Static variable in class java.util.Calendar
Field number for get and set indicating the year.
YELLOW - Static variable in class com.codename1.charts.util.ColorUtil
 
yield() - Static method in class java.lang.Thread
Causes the currently executing thread object to temporarily pause and allow other threads to execute.

Z

Z_ASCII - Static variable in class com.codename1.io.gzip.JZlib
 
Z_BEST_COMPRESSION - Static variable in class com.codename1.io.gzip.JZlib
 
Z_BEST_SPEED - Static variable in class com.codename1.io.gzip.JZlib
 
Z_BINARY - Static variable in class com.codename1.io.gzip.JZlib
 
Z_BUF_ERROR - Static variable in class com.codename1.io.gzip.JZlib
 
Z_DATA_ERROR - Static variable in class com.codename1.io.gzip.JZlib
 
Z_DEFAULT_COMPRESSION - Static variable in class com.codename1.io.gzip.JZlib
 
Z_DEFAULT_STRATEGY - Static variable in class com.codename1.io.gzip.JZlib
 
Z_ERRNO - Static variable in class com.codename1.io.gzip.JZlib
 
Z_FILTERED - Static variable in class com.codename1.io.gzip.JZlib
 
Z_FINISH - Static variable in class com.codename1.io.gzip.JZlib
 
Z_FULL_FLUSH - Static variable in class com.codename1.io.gzip.JZlib
 
Z_HUFFMAN_ONLY - Static variable in class com.codename1.io.gzip.JZlib
 
Z_MEM_ERROR - Static variable in class com.codename1.io.gzip.JZlib
 
Z_NEED_DICT - Static variable in class com.codename1.io.gzip.JZlib
 
Z_NO_COMPRESSION - Static variable in class com.codename1.io.gzip.JZlib
 
Z_NO_FLUSH - Static variable in class com.codename1.io.gzip.JZlib
 
Z_OK - Static variable in class com.codename1.io.gzip.JZlib
 
Z_PARTIAL_FLUSH - Static variable in class com.codename1.io.gzip.JZlib
 
Z_STREAM_END - Static variable in class com.codename1.io.gzip.JZlib
 
Z_STREAM_ERROR - Static variable in class com.codename1.io.gzip.JZlib
 
Z_SYNC_FLUSH - Static variable in class com.codename1.io.gzip.JZlib
 
Z_UNKNOWN - Static variable in class com.codename1.io.gzip.JZlib
 
Z_VERSION_ERROR - Static variable in class com.codename1.io.gzip.JZlib
 
ZERO - Static variable in class com.codename1.util.BigInteger
 
ZERO_PIXEL - Static variable in class com.codename1.ui.layouts.mig.BoundSize
 
ZONE_ID - Static variable in class com.codename1.l10n.DateFormatSymbols
 
ZONE_ID - Static variable in class java.text.DateFormatSymbols
 
ZONE_LONGNAME - Static variable in class com.codename1.l10n.DateFormatSymbols
 
ZONE_LONGNAME - Static variable in class java.text.DateFormatSymbols
 
ZONE_LONGNAME_DST - Static variable in class com.codename1.l10n.DateFormatSymbols
 
ZONE_LONGNAME_DST - Static variable in class java.text.DateFormatSymbols
 
ZONE_SHORTNAME - Static variable in class com.codename1.l10n.DateFormatSymbols
 
ZONE_SHORTNAME - Static variable in class java.text.DateFormatSymbols
 
ZONE_SHORTNAME_DST - Static variable in class com.codename1.l10n.DateFormatSymbols
 
ZONE_SHORTNAME_DST - Static variable in class java.text.DateFormatSymbols
 
zoomIn() - Method in class com.codename1.maps.MapComponent
zoom in the map one level if possible
zoomOut() - Method in class com.codename1.maps.MapComponent
zoom out the map one level if possible
zoomTo(BoundingBox) - Method in class com.codename1.maps.MapComponent
Zoom the map the the giving bounding box
zoomTo(Coord, int) - Method in class com.codename1.maps.MapComponent
Zoom map to the center of the given coordinate with the given zoom level
zoomToLayers() - Method in class com.codename1.maps.MapComponent
zoom map to largest zoom while all Layers are contained
zoomToShapeInChartCoords(Shape) - Method in class com.codename1.charts.ChartComponent
Zooms the view port to show a specified shape.
zoomToShapeInChartCoords(Shape, int) - Method in class com.codename1.charts.ChartComponent
Zooms the view port to show a specified shape.
ZStream - Class in com.codename1.io.gzip
Deprecated.
Not for public use in the future.
ZStream() - Constructor for class com.codename1.io.gzip.ZStream
Deprecated.
 
ZStream(Checksum) - Constructor for class com.codename1.io.gzip.ZStream
Deprecated.
 

_

_lineColor - Variable in class com.codename1.maps.layers.LinesLayer
 
_url - Variable in class com.codename1.maps.providers.TiledProvider
 
_zoomLevel - Variable in class com.codename1.maps.providers.TiledProvider
 
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 _