- 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
-
- 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.
- 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
-
- 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
-
- 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
-
- 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
-
- 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.
- 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
-
- 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
-
- 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 UnitValue
s, 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 BitSet
s 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
-
- 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
-
- 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
.
- 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
-
- 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 UnitValue
s.
- 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
-
- 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
-
- pos(String, String, String, String) - Method in class com.codename1.ui.layouts.mig.CC
-
- 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
-
- 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
-
- 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.
- 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
-
- restoreRequestError(String) - Method in interface com.codename1.payment.RestoreCallback
-
- 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.
- 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
-
- 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.DimConstraint
s 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
-
- 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
-
- shrinkWeight(float, int...) - Method in class com.codename1.ui.layouts.mig.AC
-
- 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
-
- 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
-