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

A

acceptNotify() - Method in class org.j4me.ui.DeviceScreen
Method called by the framework when the user clicks the right menu button.
acceptNotify() - Method in class org.j4me.ui.Menu
The right menu button selects the highlighted menu item.
acceptsInput() - Method in class org.j4me.ui.components.CheckBox
 
acceptsInput() - Method in class org.j4me.ui.components.Component
Tells if this component accepts user input or not.
acceptsInput() - Method in class org.j4me.ui.components.MenuOption
 
acceptsInput() - Method in class org.j4me.ui.components.RadioButton
 
acceptsInput() - Method in class org.j4me.ui.components.TextBox
 
acos(double) - Static method in class org.j4me.util.MathFunc
Returns the arc cosine of an angle, in the range of 0.0 through Math.PI.
add(Object, Object) - Method in class org.j4me.collections.Cache
Adds an Object to the cache that is associated with key.
add(TreeNode, int) - Method in class org.j4me.collections.TreeNode
Adds the child node to this container making this its parent.
add(TreeNode) - Method in class org.j4me.collections.TreeNode
Adds the child node to this container making this its parent.
append(String) - Method in class org.j4me.ui.components.RadioButton
Appends an element to the list of choices.
append(Component) - Method in class org.j4me.ui.Dialog
Adds the component to the end of this form.
appendMenuOption(MenuItem) - Method in class org.j4me.ui.Menu
Appends a new menu option to this menu.
appendMenuOption(DeviceScreen) - Method in class org.j4me.ui.Menu
Appends a screen as a menu option.
appendMenuOption(String, DeviceScreen) - Method in class org.j4me.ui.Menu
Appends a screen as a menu option.
appendSubmenu(Menu) - Method in class org.j4me.ui.Menu
Appends another menu as a menu option.
asin(double) - Static method in class org.j4me.util.MathFunc
Returns the arc sine of an angle, in the range of -Math.PI/2 through Math.PI/2.
atan(double) - Static method in class org.j4me.util.MathFunc
Returns the arc tangent of an angle, in the range of -Math.PI/2 through Math.PI/2.
atan2(double, double) - Static method in class org.j4me.util.MathFunc
Converts rectangular coordinates (x, y) to polar (r, theta).
AVAILABLE - Static variable in class org.j4me.bluetoothgps.LocationProvider
Availability status code: the location provider is available.
azimuthTo(Coordinates) - Method in class org.j4me.bluetoothgps.Coordinates
Calculates the azimuth between the two points according to the ellipsoid model of WGS84.

B

BLACK - Static variable in class org.j4me.ui.Theme
Black
blockUntilConnected() - Method in class org.j4me.util.ConnectorHelper
The owner should call this method to block until the connection is either established, has timed out, or encountered some other connection exception.
BLUE - Static variable in class org.j4me.ui.Theme
Blue
BLUE_GREEN - Static variable in class org.j4me.ui.Theme
Blue-green
breakIntoLines(Font, String, int) - Static method in class org.j4me.ui.components.Label
Breaks string apart at line breaks.
BROWN - Static variable in class org.j4me.ui.Theme
Brown
BURNT_ORANGE - Static variable in class org.j4me.ui.Theme
Burnt orange

C

Cache - Class in org.j4me.collections
A least recently used (LRU) cache.
Cache(int) - Constructor for class org.j4me.collections.Cache
Constructs the cache.
CheckBox - Class in org.j4me.ui.components
The CheckBox component lets a user turn an option on or off.
CheckBox() - Constructor for class org.j4me.ui.components.CheckBox
Constructs a CheckBox component.
children() - Method in class org.j4me.collections.TreeNode
Gets a list of all the child nodes of this node.
choices - Variable in class org.j4me.ui.components.RadioButton
The ordered list of radio button choices.
clear() - Method in class org.j4me.collections.Cache
Clears this cache so that it contains no keys.
clear() - Static method in class org.j4me.logging.Log
Empties the log of all messages.
close() - Method in class org.j4me.bluetoothgps.LocationProvider
Closes the location provider.
close() - Method in class org.j4me.bluetoothgps.MockLocationProvider
This is a no-op for the mock location provider.
Component - Class in org.j4me.ui.components
Components are UI widgets that appear on forms.
Component() - Constructor for class org.j4me.ui.components.Component
Constructs a component and attaches it to a screen.
components() - Method in class org.j4me.ui.Dialog
Returns an enumeration of the components on this form.
ConnectorHelper - Class in org.j4me.util
Substitute for Connector.open that forces a timeout on all platforms.
container - Variable in class org.j4me.ui.components.Component
A component this one is embedded within.
Coordinates - Class in org.j4me.bluetoothgps
The Coordinates class represents coordinates as latitude-longitude-altitude values.
Coordinates(double, double, float) - Constructor for class org.j4me.bluetoothgps.Coordinates
Constructs a new Coordinates object with the values specified.
Criteria - Class in org.j4me.bluetoothgps
The criteria used for the selection of the location provider is defined by the values in this class.
Criteria() - Constructor for class org.j4me.bluetoothgps.Criteria
Constructs a Criteria object.
CubbyHole - Class in org.j4me.collections
Stores a single object for the producer/consumer pattern and takes care of thread synchronization.
CubbyHole() - Constructor for class org.j4me.collections.CubbyHole
 
CYAN - Static variable in class org.j4me.ui.Theme
Cyan

D

DARK_GREEN - Static variable in class org.j4me.ui.Theme
Dark green
DD_MM - Static variable in class org.j4me.bluetoothgps.Coordinates
Identifier for string coordinate representation Degrees, Minutes, decimal fractions of a minute.
DD_MM_SS - Static variable in class org.j4me.bluetoothgps.Coordinates
Identifier for string coordinate representation Degrees, Minutes, Seconds and decimal fractions of a second.
DEBUG - Static variable in class org.j4me.logging.Level
The DEBUG level designates fine-grained informational events that are most useful to debug an application.
debug(String) - Static method in class org.j4me.logging.Log
Log a message string at the DEBUG Level.
debug(String, Throwable) - Static method in class org.j4me.logging.Log
Log a message string with the DEBUG level including the stack trace of the Throwable t passed as parameter.
declineNotify() - Method in class org.j4me.ui.DeviceScreen
Method called by the framework when the user clicks on the left menu button.
declineNotify() - Method in class org.j4me.ui.Menu
The left menu button takes the user back to the previous screen.
delete(int) - Method in class org.j4me.ui.components.RadioButton
Deletes the element referenced by elementNum.
delete(Component) - Method in class org.j4me.ui.Dialog
Removes the first occurrence of the component from this form.
delete(int) - Method in class org.j4me.ui.Dialog
Deletes the component at the specified index.
deleteAll() - Method in class org.j4me.ui.components.RadioButton
Deletes all elements from the list of choices.
deleteAll() - Method in class org.j4me.ui.Dialog
Removes all of the components from this form.
depth() - Method in class org.j4me.collections.TreeNode
Gets this node's depth in the tree.
DeviceScreen - Class in org.j4me.ui
The DeviceScreen class is a base class for any screen that needs complete control over how it is painted.
DeviceScreen() - Constructor for class org.j4me.ui.DeviceScreen
Implicitly called by derived classes to setup a new J4ME canvas.
Dialog - Class in org.j4me.ui
The Dialog class is a base class for any screen that accepts user input using standard components like the text box.
Dialog() - Constructor for class org.j4me.ui.Dialog
Implicitly called by derived classes to setup a new J4ME form.
discoverBluetoothDevices() - Static method in class org.j4me.bluetoothgps.LocationProvider
Uses Bluetooth device discovery to get a list of the nearby (within 10 meters) Bluetooth GPS devices that are turned on.
distance(Coordinates) - Method in class org.j4me.bluetoothgps.Coordinates
Calculates the geodetic distance between the two points according to the ellipsoid model of WGS84.
DOWN - Static variable in class org.j4me.ui.DeviceScreen
Constant for the DOWN game action.

E

empty() - Method in class org.j4me.collections.CubbyHole
Test is the cubby hole is empty.
equals(Object) - Method in class org.j4me.bluetoothgps.Coordinates
Compares if two Coordinates object reference the same location.
ERROR - Static variable in class org.j4me.logging.Level
The ERROR level designates exceptional behavior that causes something in the application to run improperly.
error(String) - Static method in class org.j4me.logging.Log
Log a message string with the ERROR Level.
error(String, Throwable) - Static method in class org.j4me.logging.Log
Log a message string with the ERROR level including the stack trace of the Throwable t passed as parameter.

F

FIRE - Static variable in class org.j4me.ui.DeviceScreen
Constant for the FIRE game action.
FOREST_GREEN - Static variable in class org.j4me.ui.Theme
Forest green

G

GAME_A - Static variable in class org.j4me.ui.DeviceScreen
Constant for the general purpose "A" game action.
GAME_B - Static variable in class org.j4me.ui.DeviceScreen
Constant for the general purpose "B" game action.
GAME_C - Static variable in class org.j4me.ui.DeviceScreen
Constant for the general purpose "C" game action.
GAME_D - Static variable in class org.j4me.ui.DeviceScreen
Constant for the general purpose "D" game action.
get(Object) - Method in class org.j4me.collections.Cache
Gets a cached Object associated with key.
get() - Method in class org.j4me.collections.CubbyHole
Called by the consumer to get an object stored in the cubby hole.
get(int) - Method in class org.j4me.ui.Dialog
Returns the component at the specified index.
getAltitude() - Method in class org.j4me.bluetoothgps.Coordinates
Returns the altitude component of this coordinate.
getBackgroundColor() - Method in class org.j4me.ui.Theme
Returns the color used as the background for the canvas section of the screen.
getBorderColor() - Method in class org.j4me.ui.Theme
Returns the color used for borders in the canvas section of the UI.
getCanvas() - Method in class org.j4me.ui.DeviceScreen
Returns the LCDUI Canvas wrapped by this screen.
getCourse() - Method in interface org.j4me.bluetoothgps.Location
Returns the terminal's course made good in degrees relative to true north.
getDisplay() - Static method in class org.j4me.ui.UIManager
Gets the Display for this MIDlet.
getFont() - Method in class org.j4me.ui.components.Label
 
getFont() - Method in class org.j4me.ui.Theme
Gets the basic default font.
getFontColor() - Method in class org.j4me.ui.components.Label
 
getFontColor() - Method in class org.j4me.ui.Theme
The color of the text written with the font returned by getFont.
getHeight() - Method in class org.j4me.ui.components.Component
 
getHeight() - Method in class org.j4me.ui.components.HorizontalRule
Returns how many pixels high the horizontal rule is.
getHeight() - Method in class org.j4me.ui.components.Label
 
getHeight() - Method in class org.j4me.ui.DeviceScreen
Returns the height of the usuable portion of this canvas.
getHighlightColor() - Method in class org.j4me.ui.Theme
Returns the main color used in painting components.
getHorizontalAccuracy() - Method in class org.j4me.bluetoothgps.Criteria
Returns the horizontal accuracy value set in this Criteria.
getHorizontalAccuracy() - Method in class org.j4me.bluetoothgps.QualifiedCoordinates
Returns the horizontal accuracy of the location in meters (1-sigma standard deviation).
getHorizontalAlignment() - Method in class org.j4me.ui.components.Component
 
getImage() - Method in class org.j4me.ui.components.Picture
 
getInstance(Criteria) - Static method in class org.j4me.bluetoothgps.LocationProvider
This factory method is used to get an actual LocationProvider implementation based on the defined criteria.
getLabel() - Method in class org.j4me.ui.components.CheckBox
Gets the value of the text that appears to the right of the check box.
getLabel() - Method in class org.j4me.ui.components.Label
 
getLabel() - Method in class org.j4me.ui.components.MenuOption
 
getLabel() - Method in class org.j4me.ui.components.ProgressBar
 
getLabel() - Method in class org.j4me.ui.components.RadioButton
 
getLabel() - Method in class org.j4me.ui.components.TextBox
 
getLastKnownLocation() - Static method in class org.j4me.bluetoothgps.LocationProvider
Returns the last known location that the implementation has.
getLastKnownLocationToProvider() - Method in class org.j4me.bluetoothgps.LocationProvider
Returns the last known location by the provider.
getLastKnownLocationToProvider() - Method in class org.j4me.bluetoothgps.MockLocationProvider
Returns the last known location by the provider.
getLatitude() - Method in class org.j4me.bluetoothgps.Coordinates
Returns the latitude component of this coordinate.
getLeftMenuText() - Method in class org.j4me.ui.DeviceScreen
Returns the text for the left menu button.
getLocation(int) - Method in class org.j4me.bluetoothgps.LocationProvider
Retrieves a Location with the constraints given by the Criteria associated with this class.
getLocation(int) - Method in class org.j4me.bluetoothgps.MockLocationProvider
Gets the last location set.
getLogLevel() - Static method in class org.j4me.logging.Log
Returns the lowest level of statements that are logged.
getLogMessages() - Static method in class org.j4me.logging.Log
Gets all the log messages still in memory.
getLongitude() - Method in class org.j4me.bluetoothgps.Coordinates
Returns the longitude component of this coordinate.
getMargin() - Method in class org.j4me.ui.Dialog
Returns the margin for the left and right of the screen.
getMaxCapacity() - Method in class org.j4me.collections.Cache
Returns the maximum number of keys that can be stored in this cache.
getMaxSize() - Method in class org.j4me.ui.components.TextBox
Returns the maximum size (number of characters) that can be stored in this TextBox.
getMaxValue() - Method in class org.j4me.ui.components.ProgressBar
Returns the maximum amount of progress.
getMenuBarBackgroundColor() - Method in class org.j4me.ui.Theme
Returns the primary color of the background of the menu bar.
getMenuBarBorderColor() - Method in class org.j4me.ui.Theme
Returns the color of the border around the menu bar.
getMenuBarHighlightColor() - Method in class org.j4me.ui.Theme
Returns the highlight color applied as a vertical gradient to the menu bar.
getMenuFont() - Method in class org.j4me.ui.Theme
Returns the font used in the menu bar at the bottom of the canvas.
getMenuFontColor() - Method in class org.j4me.ui.Theme
The color of the text written with the font returned by getMenuFont.
getMenuFontHighlightColor() - Method in class org.j4me.ui.Theme
The color of the menu text when the menu button is pressed.
getMenuHeight() - Method in class org.j4me.ui.Theme
Gets the height of the menu bar in pixels.
getMenuTextForCancel() - Method in class org.j4me.ui.Theme
Gets the localized menu text for Cancel buttons that appear on forms.
getMenuTextForOK() - Method in class org.j4me.ui.Theme
Gets the localized menu text for OK buttons that appear on forms.
getParent() - Method in class org.j4me.collections.TreeNode
Gets the parent node of this one.
getPreferredComponentSize(Theme, int, int) - Method in class org.j4me.ui.components.CheckBox
Returns the dimensions of the check box.
getPreferredComponentSize(Theme, int, int) - Method in class org.j4me.ui.components.Component
Returns the desired width and height of this component in pixels.
getPreferredComponentSize(Theme, int, int) - Method in class org.j4me.ui.components.HorizontalRule
Returns the size of the horizontal rule.
getPreferredComponentSize(Theme, int, int) - Method in class org.j4me.ui.components.Label
Returns the dimensions of the label for the current string.
getPreferredComponentSize(Theme, int, int) - Method in class org.j4me.ui.components.MenuOption
Returns the size of the menu choice.
getPreferredComponentSize(Theme, int, int) - Method in class org.j4me.ui.components.Picture
Returns the dimensions of the check box.
getPreferredComponentSize(Theme, int, int) - Method in class org.j4me.ui.components.ProgressBar
Returns the dimensions of the progress bar.
getPreferredComponentSize(Theme, int, int) - Method in class org.j4me.ui.components.RadioButton
Returns the ideal size for a radio button component.
getPreferredComponentSize(Theme, int, int) - Method in class org.j4me.ui.components.TextBox
Returns the dimensions of the text box.
getPreferredComponentSize(Theme, int, int) - Method in class org.j4me.ui.components.Whitespace
Returns the dimensions of the whitespace.
getPreferredPowerConsumption() - Method in class org.j4me.bluetoothgps.Criteria
Returns the preferred power consumption.
getPreferredResponseTime() - Method in class org.j4me.bluetoothgps.Criteria
Returns the preferred maximum response time.
getPreferredSize(Theme, int, int) - Method in class org.j4me.ui.components.Component
Returns the desired width and height of this component in pixels.
getPreferredTextSize(Theme, int, int) - Method in class org.j4me.ui.components.MenuOption
Returns the size of the menu text.
getQualifiedCoordinates() - Method in interface org.j4me.bluetoothgps.Location
Returns the coordinates of this location and their accuracy.
getRelativeHeight() - Method in class org.j4me.ui.components.ProgressBar
Returns the height of the progress bar relative to the height of the default font specified in the theme.
getRelativeWidth() - Method in class org.j4me.ui.components.ProgressBar
Gets how far across the screen the progress bar extends.
getRemoteDeviceAddress() - Method in class org.j4me.bluetoothgps.Criteria
Returns the Bluetooth address of the remote GPS device to use if no local LBS matches the other criteria.
getRightMenuText() - Method in class org.j4me.ui.DeviceScreen
Returns the text for the right menu button.
getScreen() - Method in class org.j4me.ui.components.Component
 
getScreen() - Static method in class org.j4me.ui.UIManager
Returns the currently selected J4ME screen.
getScreenHeight() - Method in class org.j4me.ui.DeviceScreen
Gets the height of the entire screen in pixels.
getScreenWidth() - Method in class org.j4me.ui.DeviceScreen
Gets the width of the entire screen in pixels.
getScrollbarBackgroundColor() - Method in class org.j4me.ui.Theme
Returns the color of the background of the scrollbar.
getScrollbarBorderColor() - Method in class org.j4me.ui.Theme
Returns the color of the border around the scrollbar.
getScrollbarHighlightColor() - Method in class org.j4me.ui.Theme
Returns the highlight color applied as a horizontal gradient to the scrollbar.
getScrollbarTrackbarColor() - Method in class org.j4me.ui.Theme
Returns the color of the trackbar within the scrollbar.
getSelected() - Method in class org.j4me.ui.Dialog
Returns the index of the currently selected component.
getSelectedIndex() - Method in class org.j4me.ui.components.RadioButton
Returns the index number of the element that is selected.
getSelectedValue() - Method in class org.j4me.ui.components.RadioButton
Returns the value of the element that is selected.
getSpacing() - Method in class org.j4me.ui.Dialog
Returns the vertical spacing between components.
getSpeed() - Method in interface org.j4me.bluetoothgps.Location
Returns the terminal's current ground speed in meters per second (m/s) at the time of measurement.
getState() - Method in class org.j4me.bluetoothgps.LocationProvider
Returns the current state of this LocationProvider.
getState() - Method in class org.j4me.bluetoothgps.MockLocationProvider
Returns the state of this mock provider.
getString(int) - Method in class org.j4me.ui.components.RadioButton
Gets the String for the element referenced by elementNum.
getString() - Method in class org.j4me.ui.components.TextBox
Gets the contents of the TextBox as a string value.
getSubmenuIndicatorSize(Theme, int, int) - Method in class org.j4me.ui.components.MenuOption
Returns the size of the submenu indicator.
getText() - Method in interface org.j4me.ui.MenuItem
 
getTheme() - Static method in class org.j4me.ui.UIManager
Returns the theme used throughout the application.
getTimestamp() - Method in interface org.j4me.bluetoothgps.Location
Returns the time stamp at which the data was collected.
getTitle() - Method in class org.j4me.ui.DeviceScreen
Gets the title of this screen.
getTitleBarBackgroundColor() - Method in class org.j4me.ui.Theme
Returns the primary color of the background of the title bar.
getTitleBarBorderColor() - Method in class org.j4me.ui.Theme
Returns the color of the border around the title bar.
getTitleBarHighlightColor() - Method in class org.j4me.ui.Theme
Returns the highlight color applied as a vertical gradient to the title bar.
getTitleFont() - Method in class org.j4me.ui.Theme
Returns the font used for writing the title in the screen's title area.
getTitleFontColor() - Method in class org.j4me.ui.Theme
The color of the text written with the font returned by getTitleFont.
getTitleHeight() - Method in class org.j4me.ui.Theme
Gets the height of the title bar in pixels.
getUserObject() - Method in class org.j4me.collections.TreeNode
Gets the user defined object attached to this node.
getValue() - Method in class org.j4me.ui.components.ProgressBar
 
getVerticalAccuracy() - Method in class org.j4me.bluetoothgps.Criteria
Returns the vertical accuracy value set in this Criteria.
getVerticalAccuracy() - Method in class org.j4me.bluetoothgps.QualifiedCoordinates
Returns the accuracy of the location in meters in vertical direction (orthogonal to ellipsoid surface, 1-sigma standard deviation).
getVerticalScrollbarWidth() - Method in class org.j4me.ui.Theme
Returns the width of the vertical scrollbar.
getWidth() - Method in class org.j4me.ui.components.Component
 
getWidth() - Method in class org.j4me.ui.DeviceScreen
Returns the width of the usuable portion of this canvas.
getWidth() - Method in class org.j4me.ui.Dialog
Returns the width of the usuable portion of this form.
getWidthOfScreen() - Method in class org.j4me.ui.components.HorizontalRule
Gets how far across the screen the line extends.
getX() - Method in class org.j4me.ui.components.Component
 
getY() - Method in class org.j4me.ui.components.Component
 
gradientFill(Graphics, int, int, int, int, boolean, int, int, double) - Static method in class org.j4me.ui.Theme
Fills a rectangle with linear gradient.
GRAY - Static variable in class org.j4me.ui.Theme
Gray
GREEN - Static variable in class org.j4me.ui.Theme
Green

H

hasChildren() - Method in class org.j4me.collections.TreeNode
Returns if this node has children or if it is a leaf node.
hasMenuBar() - Method in class org.j4me.ui.DeviceScreen
Returns if this screen displays a menu bar at the bottom.
hasTitleBar() - Method in class org.j4me.ui.DeviceScreen
Returns if this screen displays a title bar at the top.
hasVerticalScrollbar() - Method in class org.j4me.ui.Dialog
Determines if the height of all the components is greater than the height of the screen.
hideNotify() - Method in class org.j4me.ui.components.CheckBox
An event raised whenever the component is removed from the screen.
hideNotify() - Method in class org.j4me.ui.components.Component
An event raised whenever the component is removed from the screen.
hideNotify() - Method in class org.j4me.ui.components.MenuOption
An event raised whenever the component is removed from the screen.
hideNotify() - Method in class org.j4me.ui.components.ProgressBar
An event raised whenever the component is removed from the screen.
hideNotify() - Method in class org.j4me.ui.components.RadioButton
An event raised whenever the component is removed from the screen.
hideNotify() - Method in class org.j4me.ui.components.TextBox
An event raised whenever the component is removed from the screen.
hideNotify() - Method in class org.j4me.ui.DeviceScreen
The implementation calls hideNotify() shortly after the Canvas has been removed from the display.
hideNotify() - Method in class org.j4me.ui.Dialog
Called immediately before this screen is replaced by another screen.
HIGHLIGHTED_BORDER_WIDTH - Static variable in class org.j4me.ui.components.Component
Components that highlight entry boxes should use this value as a width for their borders.
HorizontalRule - Class in org.j4me.ui.components
A horizontal rule component.
HorizontalRule() - Constructor for class org.j4me.ui.components.HorizontalRule
Constructs a horizontal rule component.

I

index() - Method in class org.j4me.collections.TreeNode
Gets the position of this node in the list of siblings managed by the parent node.
INFO - Static variable in class org.j4me.logging.Level
The INFO level designates informational messages that highlight the progress of the application at coarse-grained level.
info(String) - Static method in class org.j4me.logging.Log
Log a message string with the INFO Level.
info(String, Throwable) - Static method in class org.j4me.logging.Log
Log a message string with the INFO level including the stack trace of the Throwable t passed as parameter.
init(MIDlet) - Static method in class org.j4me.ui.UIManager
Creates a UIManager implementation.
insert(int, String) - Method in class org.j4me.ui.components.RadioButton
Inserts an element into the list of choices just prior to the element specified.
insert(Component, int) - Method in class org.j4me.ui.Dialog
Inserts the component in this form at the specified index.
intersects(Graphics, int, int, int, int) - Static method in class org.j4me.ui.DeviceScreen
Returns if the clip area of g intersects the given rectangle.
invalidate() - Method in class org.j4me.ui.components.Component
Signals that the Component's size needs to be updated.
invalidate() - Method in class org.j4me.ui.components.Label
 
invalidate() - Method in class org.j4me.ui.Dialog
Forces the layout of all components to be recalculated.
isAddressInfoRequired() - Method in class org.j4me.bluetoothgps.Criteria
Returns whether the location provider should be able to determine textual address information.
isAllowedToCost() - Method in class org.j4me.bluetoothgps.Criteria
Returns the preferred cost setting.
isAltitudeRequired() - Method in class org.j4me.bluetoothgps.Criteria
Returns whether the location provider should be able to determine altitude.
isChecked() - Method in class org.j4me.ui.components.CheckBox
Returns true if the box is checked or false if it is not.
isDebugEnabled() - Static method in class org.j4me.logging.Log
Check whether logging at the DEBUG level is enabled.
isFullScreenMode() - Method in class org.j4me.ui.DeviceScreen
Returns if the title bar and menu bar are hidden or not.
isInfoEnabled() - Static method in class org.j4me.logging.Log
Check whether logging at the INFO level is enabled.
isLocalLBSAllowed() - Method in class org.j4me.bluetoothgps.Criteria
Returns if the LBS on this device should be used if it meets the other criteria.
isPassword() - Method in class org.j4me.ui.components.TextBox
Returns if this text box is for sensitive data or not.
isPhoneNumber() - Method in class org.j4me.ui.components.TextBox
 
isRoot() - Method in class org.j4me.collections.TreeNode
Returns if this node is the root node in the tree or not.
isShown() - Method in class org.j4me.ui.components.Component
Returns if this component is shown on the screen now.
isShown() - Method in class org.j4me.ui.DeviceScreen
Checks if this screen is actually visible on the display.
isSpeedAndCourseRequired() - Method in class org.j4me.bluetoothgps.Criteria
Returns whether the location provider should be able to determine speed and course.
isSubmenu() - Method in class org.j4me.ui.components.MenuOption
 
isValid() - Method in interface org.j4me.bluetoothgps.Location
Returns whether this Location instance represents a valid location with coordinates or an invalid one where all the data, especially the latitude and longitude coordinates, may not be present.

K

KEY_NUM0 - Static variable in class org.j4me.ui.DeviceScreen
keyCode for ITU-T key 0.
KEY_NUM1 - Static variable in class org.j4me.ui.DeviceScreen
keyCode for ITU-T key 1.
KEY_NUM2 - Static variable in class org.j4me.ui.DeviceScreen
keyCode for ITU-T key 2.
KEY_NUM3 - Static variable in class org.j4me.ui.DeviceScreen
keyCode for ITU-T key 3.
KEY_NUM4 - Static variable in class org.j4me.ui.DeviceScreen
keyCode for ITU-T key 4.
KEY_NUM5 - Static variable in class org.j4me.ui.DeviceScreen
keyCode for ITU-T key 5.
KEY_NUM6 - Static variable in class org.j4me.ui.DeviceScreen
keyCode for ITU-T key 6.
KEY_NUM7 - Static variable in class org.j4me.ui.DeviceScreen
keyCode for ITU-T key 7.
KEY_NUM8 - Static variable in class org.j4me.ui.DeviceScreen
keyCode for ITU-T key 8.
KEY_NUM9 - Static variable in class org.j4me.ui.DeviceScreen
keyCode for ITU-T key 9.
KEY_POUND - Static variable in class org.j4me.ui.DeviceScreen
keyCode for ITU-T key "pound" (#).
KEY_STAR - Static variable in class org.j4me.ui.DeviceScreen
keyCode for ITU-T key "star" (*).
keyPressed(int) - Method in class org.j4me.ui.components.CheckBox
Called when a key is pressed.
keyPressed(int) - Method in class org.j4me.ui.components.Component
Called when a key is pressed.
keyPressed(int) - Method in class org.j4me.ui.components.MenuOption
Called when the user presses any key.
keyPressed(int) - Method in class org.j4me.ui.components.RadioButton
Called when a key is pressed.
keyPressed(int) - Method in class org.j4me.ui.components.TextBox
Called when a key is pressed.
keyPressed(int) - Method in class org.j4me.ui.DeviceScreen
Called when a key is pressed.
keyPressed(int) - Method in class org.j4me.ui.Dialog
Called when a key is pressed.
keyPressed(int) - Method in class org.j4me.ui.Menu
Responds to key press events that are specific to menu screens.
keyReleased(int) - Method in class org.j4me.ui.components.Component
Called when a key is released.
keyReleased(int) - Method in class org.j4me.ui.DeviceScreen
Called when a key is released.
keyReleased(int) - Method in class org.j4me.ui.Dialog
Called when a key is released.
keyRepeated(int) - Method in class org.j4me.ui.components.Component
Called when a key is repeated (held down).
keyRepeated(int) - Method in class org.j4me.ui.DeviceScreen
Called when a key is repeated (held down).
keyRepeated(int) - Method in class org.j4me.ui.Dialog
Called when a key is repeated (held down).

L

Label - Class in org.j4me.ui.components
Displays a string.
Label() - Constructor for class org.j4me.ui.components.Label
Constructs an empty label.
Label(String) - Constructor for class org.j4me.ui.components.Label
Constructs a label.
LAVENDAR - Static variable in class org.j4me.ui.Theme
Lavendar
LEFT - Static variable in class org.j4me.ui.DeviceScreen
Constant for the LEFT game action.
Level - Class in org.j4me.logging
Defines the logging level constants.
level - Variable in class org.j4me.logging.LogMessage
The level of this log message.
levelInt - Variable in class org.j4me.logging.Level
Integer representation of the level.
LIGHT_BLUE - Static variable in class org.j4me.ui.Theme
Light blue
LIGHT_GRAY - Static variable in class org.j4me.ui.Theme
Light gray
LIGHT_GREEN - Static variable in class org.j4me.ui.Theme
Light green
LIGHT_RED - Static variable in class org.j4me.ui.Theme
Light red
Location - Interface in org.j4me.bluetoothgps
The Location class represents the standard set of basic location information.
LocationException - Exception in org.j4me.bluetoothgps
The LocationException is thrown when a location API specific error has occurred.
LocationException(String) - Constructor for exception org.j4me.bluetoothgps.LocationException
Constructs a LocationException with the specified detail message.
LocationListener - Interface in org.j4me.bluetoothgps
The LocationListener represents a listener that receives events associated with a particular LocationProvider.
LocationProvider - Class in org.j4me.bluetoothgps
This is the starting point for applications using this API and represents a source of the location information.
LocationProvider() - Constructor for class org.j4me.bluetoothgps.LocationProvider
Empty constructor to help implementations and extensions.
locationUpdated(LocationProvider, Location) - Method in interface org.j4me.bluetoothgps.LocationListener
Called by the LocationProvider to which this listener is registered.
Log - Class in org.j4me.logging
Maintains a recording of the application's operation.
Log() - Constructor for class org.j4me.logging.Log
 
LogMessage - Class in org.j4me.logging
A message logged by the application.
LogMessage(Level, String) - Constructor for class org.j4me.logging.LogMessage
Constructs a log message.

M

MAGENTA - Static variable in class org.j4me.ui.Theme
Magenta
MAROON - Static variable in class org.j4me.ui.Theme
Maroon
MathFunc - Class in org.j4me.util
Implements the methods which are in the standard J2SE's Math class, but are not in in J2ME's.
MathFunc() - Constructor for class org.j4me.util.MathFunc
 
MEDIUM_GREEN - Static variable in class org.j4me.ui.Theme
Medium green
Menu - Class in org.j4me.ui
The Menu class is used for creating the application's menus.
Menu() - Constructor for class org.j4me.ui.Menu
Constructs a menu.
Menu(String, DeviceScreen) - Constructor for class org.j4me.ui.Menu
Constructs a menu.
MENU_LEFT - Static variable in class org.j4me.ui.DeviceScreen
Constant for the left soft menu key found on MIDP 2.0 devices.
MENU_RIGHT - Static variable in class org.j4me.ui.DeviceScreen
Constant for the right soft menu key found on MIDP 2.0 devices.
MenuItem - Interface in org.j4me.ui
Implementing classes can be used as menu choices in a Menu.
MenuOption - Class in org.j4me.ui.components
The Menu screen uses one of these MenuOption components for each menu choice.
MenuOption(MenuItem) - Constructor for class org.j4me.ui.components.MenuOption
Creates a new MenuOption component that encapsulates a MenuItem.
MenuOption(DeviceScreen) - Constructor for class org.j4me.ui.components.MenuOption
Creates a new MenuOption component that encapsulates a DeviceScreen.
MenuOption(String, DeviceScreen) - Constructor for class org.j4me.ui.components.MenuOption
Creates a new MenuOption component that encapsulates a DeviceScreen.
MenuOption(Menu, boolean) - Constructor for class org.j4me.ui.components.MenuOption
Creates a new MenuOption component that encapsulates a Menu.
message - Variable in class org.j4me.logging.LogMessage
The message logged.
MockLocationProvider - Class in org.j4me.bluetoothgps
A LocationProvider for testing MIDlets.
MockLocationProvider() - Constructor for class org.j4me.bluetoothgps.MockLocationProvider
Constructs a mock location provider.

N

NAVY - Static variable in class org.j4me.ui.Theme
Navy blue
NEON_BLUE - Static variable in class org.j4me.ui.Theme
Neon blue
NO_REQUIREMENT - Static variable in class org.j4me.bluetoothgps.Criteria
Constant indicating no requirements for the parameter.

O

OFF - Static variable in class org.j4me.logging.Level
The OFF level means no log statements will be stored.
onSelection() - Method in interface org.j4me.ui.MenuItem
Called when the user selects this choice from the menu.
open(String, int, int) - Static method in class org.j4me.util.ConnectorHelper
Create and open a Connection.
ORANGE - Static variable in class org.j4me.ui.Theme
Orange
org.j4me.bluetoothgps - package org.j4me.bluetoothgps
Extends the JSR-179 Location API to support Bluetooth GPS devices and improve consistency across vendor implementations.
org.j4me.collections - package org.j4me.collections
Utility classes that house collections of objects.
org.j4me.logging - package org.j4me.logging
Provides application logging suitable for constrained devices.
org.j4me.ui - package org.j4me.ui
UI framework for building professional looking applications that have a consistent experience across devices.
org.j4me.ui.components - package org.j4me.ui.components
UI widgets that can be placed onto J4ME UI screens.
org.j4me.util - package org.j4me.util
Utility classes that help with J2ME shortcomings.
OUT_OF_SERVICE - Static variable in class org.j4me.bluetoothgps.LocationProvider
Availability status code: the location provider is out of service.

P

paint(Graphics, Theme, DeviceScreen, int, int, int, int, boolean) - Method in class org.j4me.ui.components.Component
Paints the component using g.
paint(Graphics) - Method in class org.j4me.ui.DeviceScreen
Paints the main section of the screen.
paint(Graphics) - Method in class org.j4me.ui.Dialog
Paints the form and its components.
paintBackground(Graphics) - Method in class org.j4me.ui.DeviceScreen
Paints the background of the main section of the screen.
paintBackground(Graphics) - Method in class org.j4me.ui.Theme
Paints the background of the main section of the screen.
paintBar(Graphics, Theme, int, int, int, int, boolean) - Method in class org.j4me.ui.components.ProgressBar
Paints a progress bar that shows an operation with a known duration.
paintComponent(Graphics, Theme, int, int, boolean) - Method in class org.j4me.ui.components.CheckBox
Paints the check box component.
paintComponent(Graphics, Theme, int, int, boolean) - Method in class org.j4me.ui.components.Component
Implemented by the subclass to render the item within its container.
paintComponent(Graphics, Theme, int, int, boolean) - Method in class org.j4me.ui.components.HorizontalRule
Paints the horizontal rule.
paintComponent(Graphics, Theme, int, int, boolean) - Method in class org.j4me.ui.components.Label
Paints this label component.
paintComponent(Graphics, Theme, int, int, boolean) - Method in class org.j4me.ui.components.MenuOption
Paints a MenuOption.
paintComponent(Graphics, Theme, int, int, boolean) - Method in class org.j4me.ui.components.Picture
Paints the picture component.
paintComponent(Graphics, Theme, int, int, boolean) - Method in class org.j4me.ui.components.ProgressBar
Paints the progress bar.
paintComponent(Graphics, Theme, int, int, boolean) - Method in class org.j4me.ui.components.RadioButton
Paints the radio button component.
paintComponent(Graphics, Theme, int, int, boolean) - Method in class org.j4me.ui.components.TextBox
Paints the text box.
paintComponent(Graphics, Theme, int, int, boolean) - Method in class org.j4me.ui.components.Whitespace
Paints the whitespace.
paintMenuBar(Graphics, String, boolean, String, boolean, int, int) - Method in class org.j4me.ui.DeviceScreen
Paints the menu bar at the bottom of the canvas.
paintMenuBar(Graphics, String, boolean, String, boolean, int, int) - Method in class org.j4me.ui.Theme
Paints the menu bar at the bottom of the canvas.
paintMenuBarBackground(Graphics, int, int, int, int) - Method in class org.j4me.ui.Theme
Paints the background area of the menu bar.
paintRect(Graphics, Theme, int, int, int, int, boolean) - Static method in class org.j4me.ui.components.Component
Paints a rectangle used within a component.
paintScrollbarBackground(Graphics, int, int, int, int) - Method in class org.j4me.ui.Theme
Paints the background area of the scrollbar.
paintSpinner(Graphics, Theme, int, int, int, int, boolean) - Method in class org.j4me.ui.components.ProgressBar
Paints a spinner component used to show progress during an operation of an unknown duration.
paintText(Graphics, Theme, int, int, int, int, boolean) - Method in class org.j4me.ui.components.MenuOption
Paints a the text within the menu option component.
paintTitleBar(Graphics, String, int, int) - Method in class org.j4me.ui.DeviceScreen
Paints the title bar of the canvas.
paintTitleBar(Graphics, String, int, int) - Method in class org.j4me.ui.Theme
Paints the title bar of the canvas.
paintTitleBarBackground(Graphics, int, int, int, int) - Method in class org.j4me.ui.Theme
Paints the background area of the title bar.
paintTrackbar(Graphics, int, int, int, int) - Method in class org.j4me.ui.Theme
Paints the trackbar on the scrollbar.
paintVerticalScrollbar(Graphics, int, int, int, int, int, int) - Method in class org.j4me.ui.Dialog
Paints the vertical scrollbar.
paintVerticalScrollbar(Graphics, int, int, int, int, int, int) - Method in class org.j4me.ui.Theme
Paints the vertical scrollbar.
peek() - Method in class org.j4me.collections.CubbyHole
Looks at the cubby hole without removing the object from it.
Picture - Class in org.j4me.ui.components
The Picture component shows an Image.
Picture() - Constructor for class org.j4me.ui.components.Picture
Constructs a Picture component.
pointerDragged(int, int) - Method in class org.j4me.ui.components.Component
Called when the pointer is dragged.
pointerDragged(int, int) - Method in class org.j4me.ui.DeviceScreen
Called when the pointer is dragged.
pointerDragged(int, int) - Method in class org.j4me.ui.Dialog
Called when the pointer is dragged.
pointerPressed(int, int) - Method in class org.j4me.ui.components.CheckBox
Called when the pointer is pressed.
pointerPressed(int, int) - Method in class org.j4me.ui.components.Component
Called when the pointer is pressed.
pointerPressed(int, int) - Method in class org.j4me.ui.components.MenuOption
Called when the pointer is pressed.
pointerPressed(int, int) - Method in class org.j4me.ui.components.RadioButton
Called when the pointer is pressed.
pointerPressed(int, int) - Method in class org.j4me.ui.components.TextBox
Called when the pointer is pressed.
pointerPressed(int, int) - Method in class org.j4me.ui.DeviceScreen
Called when the pointer is pressed.
pointerPressed(int, int) - Method in class org.j4me.ui.Dialog
Called when the pointer is pressed.
pointerReleased(int, int) - Method in class org.j4me.ui.components.Component
Called when the pointer is released.
pointerReleased(int, int) - Method in class org.j4me.ui.DeviceScreen
Called when the pointer is released.
pointerReleased(int, int) - Method in class org.j4me.ui.Dialog
Called when the pointer is released.
POWER_USAGE_HIGH - Static variable in class org.j4me.bluetoothgps.Criteria
Level indicating high power consumption allowed.
POWER_USAGE_LOW - Static variable in class org.j4me.bluetoothgps.Criteria
Level indicating only low power consumption allowed.
POWER_USAGE_MEDIUM - Static variable in class org.j4me.bluetoothgps.Criteria
Level indicating average power consumption allowed.
previous - Variable in class org.j4me.ui.Menu
The screen that invoked this one or null if there is no previous screen.
ProgressBar - Class in org.j4me.ui.components
Displays a progress bar that indicates the state of a background process.
ProgressBar() - Constructor for class org.j4me.ui.components.ProgressBar
Creates a progress bar component.
providerStateChanged(LocationProvider, int) - Method in interface org.j4me.bluetoothgps.LocationListener
Called by the LocationProvider to which this listener is registered if the state of the LocationProvider has changed.

Q

QualifiedCoordinates - Class in org.j4me.bluetoothgps
The QualifiedCoordinates class represents coordinates as latitude-longitude-altitude values that are associated with an accuracy value.
QualifiedCoordinates(double, double, float, float, float) - Constructor for class org.j4me.bluetoothgps.QualifiedCoordinates
Constructs a new QualifiedCoordinates object with the values specified.

R

RadioButton - Class in org.j4me.ui.components
A RadioButton component lets a user select exactly one choice from a list.
RadioButton() - Constructor for class org.j4me.ui.components.RadioButton
Constructs a radio button component.
RED - Static variable in class org.j4me.ui.Theme
Red
remove(int) - Method in class org.j4me.collections.TreeNode
Removes the child at position index from the tree.
removeFromParent() - Method in class org.j4me.collections.TreeNode
Removes this node from its parent.
repaint() - Method in class org.j4me.ui.components.Component
Forces this component to repaint itself.
repaint() - Method in class org.j4me.ui.DeviceScreen
Requests a repaint for the entire Canvas.
repaint(int, int, int, int) - Method in class org.j4me.ui.DeviceScreen
Requests a repaint for the specified region of the Canvas.
reset() - Method in class org.j4me.bluetoothgps.LocationProvider
Resets the LocationProvider.
reset() - Method in class org.j4me.bluetoothgps.MockLocationProvider
 
RIGHT - Static variable in class org.j4me.ui.DeviceScreen
Constant for the RIGHT game action.
round(float) - Static method in class org.j4me.util.MathFunc
Returns the closest int to the argument.
round(double) - Static method in class org.j4me.util.MathFunc
Returns the closest long to the argument.
run() - Method in class org.j4me.util.ConnectorHelper
Executed by thread to establish the connection when the owner calls start.

S

select() - Method in class org.j4me.ui.components.MenuOption
Activates the command represented by this choice.
select() - Method in class org.j4me.ui.components.RadioButton
Called when the radio button's value is being edited.
select() - Method in class org.j4me.ui.components.TextBox
Called when the text box's value is being edited.
selected - Variable in class org.j4me.ui.components.RadioButton
The index of the currently selected choice.
serviceRepaints() - Method in class org.j4me.ui.DeviceScreen
Forces any pending repaint requests to be serviced immediately.
set(Object) - Method in class org.j4me.collections.CubbyHole
Called by the producer to put data into the cubby hole.
set(int, String) - Method in class org.j4me.ui.components.RadioButton
Sets the element referenced by elementNum, replacing the previous contents of the element.
set(Component, int) - Method in class org.j4me.ui.Dialog
Sets the component in this form at the specified index.
setAddressInfoRequired(boolean) - Method in class org.j4me.bluetoothgps.Criteria
Sets whether the location provider should be able to determine textual address information.
setAllowLocalLBS(boolean) - Method in class org.j4me.bluetoothgps.Criteria
Sets if the LBS on this device should be used if it meets the other criteria.
setAltitude(float) - Method in class org.j4me.bluetoothgps.Coordinates
Sets the geodetic altitude for this point.
setAltitudeRequired(boolean) - Method in class org.j4me.bluetoothgps.Criteria
Sets whether the location provider should be able to determine altitude.
setChecked(boolean) - Method in class org.j4me.ui.components.CheckBox
Checks or unchecks the box.
setCostAllowed(boolean) - Method in class org.j4me.bluetoothgps.Criteria
Sets the preferred cost setting.
setFont(Font) - Method in class org.j4me.ui.components.Label
 
setFontColor(int) - Method in class org.j4me.ui.components.Label
 
setForAnyText() - Method in class org.j4me.ui.components.TextBox
Allows any text to be entered including letters, numbers, punctuation, and newlines.
setForNumericOnly() - Method in class org.j4me.ui.components.TextBox
Allows only integer values to be input.
setForPhoneNumber() - Method in class org.j4me.ui.components.TextBox
Allows for entering a phone number.
setFullScreenMode(boolean) - Method in class org.j4me.ui.DeviceScreen
Shows or hides the menu bar at the bottom of the screen.
setFullScreenMode(boolean) - Method in class org.j4me.ui.Dialog
Shows or hides the menu bar at the bottom of the screen.
setHeight(int) - Method in class org.j4me.ui.components.HorizontalRule
Sets the height of the horizontal line rule in pixels.
setHorizontalAccuracy(int) - Method in class org.j4me.bluetoothgps.Criteria
Sets the desired horizontal accuracy preference.
setHorizontalAccuracy(float) - Method in class org.j4me.bluetoothgps.QualifiedCoordinates
Sets the horizontal accuracy of the location in meters (1-sigma standard deviation).
setHorizontalAlignment(int) - Method in class org.j4me.ui.components.Component
 
setImage(Image) - Method in class org.j4me.ui.components.Picture
 
setImage(String) - Method in class org.j4me.ui.components.Picture
Sets the image displayed by this component to a PNG resource.
setLabel(String) - Method in class org.j4me.ui.components.CheckBox
Sets the text that appears next to the check box.
setLabel(String) - Method in class org.j4me.ui.components.Label
 
setLabel(String) - Method in class org.j4me.ui.components.MenuOption
Explicitly sets the text shown in this menu option.
setLabel(String) - Method in class org.j4me.ui.components.ProgressBar
 
setLabel(String) - Method in class org.j4me.ui.components.RadioButton
 
setLabel(String) - Method in class org.j4me.ui.components.TextBox
 
setLatitude(double) - Method in class org.j4me.bluetoothgps.Coordinates
Sets the geodetic latitude for this point.
setLevel(int) - Static method in class org.j4me.logging.Log
Sets the level log statements are evaluated.
setLevel(Level) - Static method in class org.j4me.logging.Log
Sets the level log statements are evaluated.
setLocation(QualifiedCoordinates, float) - Method in class org.j4me.bluetoothgps.MockLocationProvider
Sets a new location.
setLocationListener(LocationListener, int, int, int) - Method in class org.j4me.bluetoothgps.LocationProvider
Adds a LocationListener for updates at the defined interval.
setLocationListener(LocationListener, int, int, int) - Method in class org.j4me.bluetoothgps.MockLocationProvider
Sets the listener that gets called when the setLocation and setState methods are called.
setLogMessage(Level, String) - Method in class org.j4me.logging.LogMessage
Replaces the contents of a log message.
setLongitude(double) - Method in class org.j4me.bluetoothgps.Coordinates
Sets the geodetic longitude for this point.
setMargin(int) - Method in class org.j4me.ui.Dialog
Sets the margin for the left and right of the screen.
setMaxCapacity(int) - Method in class org.j4me.collections.Cache
Sets the maximum number of keys that can be stored in this cache.
setMaxSize(int) - Method in class org.j4me.ui.components.TextBox
Sets the maximum size (number of characters) that can be contained in this TextBox.
setMaxValue(int) - Method in class org.j4me.ui.components.ProgressBar
 
setMenuText(String, String) - Method in class org.j4me.ui.DeviceScreen
Sets the menu bar text.
setMenuText(String, String) - Method in class org.j4me.ui.Dialog
Sets the menu bar text.
setPassword(boolean) - Method in class org.j4me.ui.components.TextBox
Sets if this text box is for sensitive data or not.
setPreferredPowerConsumption(int) - Method in class org.j4me.bluetoothgps.Criteria
Sets the preferred maximum level of power consumption.
setPreferredResponseTime(int) - Method in class org.j4me.bluetoothgps.Criteria
Sets the desired maximum response time preference.
setPrevious(DeviceScreen) - Method in class org.j4me.ui.Menu
Sets the screen to return to if the user cancels this menu.
setRelativeHeight(double) - Method in class org.j4me.ui.components.ProgressBar
Sets the height of the progress bar relative to the default font specified in the theme.
setRelativeWidth(double) - Method in class org.j4me.ui.components.ProgressBar
Sets how far across the screen the progress bar extends.
setRemoteDeviceAddress(String) - Method in class org.j4me.bluetoothgps.Criteria
Sets the Bluetooth address of the remote GPS device.
setScreen(DeviceScreen, Displayable) - Static method in class org.j4me.ui.UIManager
Sets the current screen for the application.
setSelected(int) - Method in class org.j4me.ui.Dialog
Sets the selected component.
setSelected(Component) - Method in class org.j4me.ui.Dialog
Sets the selected component.
setSelectedIndex(int) - Method in class org.j4me.ui.components.RadioButton
Sets the index of the selected element.
setSpacing(int) - Method in class org.j4me.ui.components.Whitespace
Sets the vertical amount of whitespace this component occupies.
setSpacing(int) - Method in class org.j4me.ui.Dialog
Sets the vertical spacing between components.
setSpeedAndCourseRequired(boolean) - Method in class org.j4me.bluetoothgps.Criteria
Sets whether the location provider should be able to determine speed and course.
setState(int) - Method in class org.j4me.bluetoothgps.MockLocationProvider
Sets the state of the mock location provider.
setString(String) - Method in class org.j4me.ui.components.TextBox
Sets the contents of the TextBox as a string value, replacing the previous contents.
setTheme(Theme) - Static method in class org.j4me.ui.UIManager
Sets the theme used throughout the application.
setTitle(String) - Method in class org.j4me.ui.DeviceScreen
Sets the title of this screen.
setTitle(String) - Method in class org.j4me.ui.Dialog
Sets the title of this screen.
setUserObject(Object) - Method in class org.j4me.collections.TreeNode
Attaches a user defined object to this node.
setValue(int) - Method in class org.j4me.ui.components.ProgressBar
Sets the maximum amount of progress.
setVerticalAccuracy(int) - Method in class org.j4me.bluetoothgps.Criteria
Sets the desired vertical accuracy preference.
setVerticalAccuracy(float) - Method in class org.j4me.bluetoothgps.QualifiedCoordinates
Sets the accuracy of the location in meters in vertical direction (orthogonal to ellipsoid surface, 1-sigma standard deviation).
setWidthOfScreen(double) - Method in class org.j4me.ui.components.HorizontalRule
Sets how far across the screen the line extends.
show() - Method in class org.j4me.ui.DeviceScreen
Makes this object take over the device's screen.
showNotify() - Method in class org.j4me.ui.components.CheckBox
An event raised whenever the component is made visible on the screen.
showNotify() - Method in class org.j4me.ui.components.Component
An event raised whenever the component is made visible on the screen.
showNotify() - Method in class org.j4me.ui.components.MenuOption
An event raised whenever the component is made visible on the screen.
showNotify() - Method in class org.j4me.ui.components.ProgressBar
An event raised whenever the component is made visible on the screen.
showNotify() - Method in class org.j4me.ui.components.RadioButton
An event raised whenever the component is made visible on the screen.
showNotify() - Method in class org.j4me.ui.components.TextBox
An event raised whenever the component is made visible on the screen.
showNotify() - Method in class org.j4me.ui.DeviceScreen
The implementation calls showNotify() immediately prior to this Canvas being made visible on the display.
SILVER - Static variable in class org.j4me.ui.Theme
Silver
size() - Method in class org.j4me.collections.Cache
Returns the number of keys in this cache.
size() - Method in class org.j4me.ui.components.RadioButton
Returns the number of elements to choose from.
size() - Method in class org.j4me.ui.components.TextBox
Gets the number of characters that are currently stored in this TextBox.
size() - Method in class org.j4me.ui.Dialog
Returns the number of components on this form.
supportsBluetoothAPI() - Static method in class org.j4me.bluetoothgps.LocationProvider
Returns if the device supports the Bluetooth API (JSR 82).
supportsLocationAPI() - Static method in class org.j4me.bluetoothgps.LocationProvider
Returns if the device supports the Location API (JSR 179).

T

TEMPORARILY_UNAVAILABLE - Static variable in class org.j4me.bluetoothgps.LocationProvider
Availability status code: the location provider is temporarily unavailable.
TextBox - Class in org.j4me.ui.components
A TextBox is a component for entering text, numbers, and keyboard data.
TextBox() - Constructor for class org.j4me.ui.components.TextBox
Creates a new TextBox component.
Theme - Class in org.j4me.ui
Derive this class to set the application's theme.
Theme() - Constructor for class org.j4me.ui.Theme
Creates a Theme object.
time - Variable in class org.j4me.logging.LogMessage
The System.cucurrentTimeMillis at the time the message was logged.
toInt() - Method in class org.j4me.logging.Level
 
toString() - Method in class org.j4me.bluetoothgps.Coordinates
Provides a string representation of the coordinates.
toString() - Method in class org.j4me.bluetoothgps.QualifiedCoordinates
Provides a string representation of the qualified coordinates.
toString() - Method in class org.j4me.logging.Level
 
toString() - Method in class org.j4me.logging.LogMessage
The message as it will appear in the log.
toString() - Method in class org.j4me.ui.DeviceScreen
Returns the title of this screen.
TreeNode - Class in org.j4me.collections
TreeNode objects can be combined into a tree.
TreeNode() - Constructor for class org.j4me.collections.TreeNode
Constructs a tree node object.
TreeNode(Object) - Constructor for class org.j4me.collections.TreeNode
Constructs a tree node object.

U

UIManager - Class in org.j4me.ui
The UI manager orchestrates the UI for a MIDlet.
UIManager() - Constructor for class org.j4me.ui.UIManager
 
UP - Static variable in class org.j4me.ui.DeviceScreen
Constant for the UP game action.

V

visible(boolean) - Method in class org.j4me.ui.components.Component
Sets if the component is currently shown on the screen or not.

W

WARN - Static variable in class org.j4me.logging.Level
The WARN level designates potentially harmful situations.
warn(String) - Static method in class org.j4me.logging.Log
Log a message string with the WARN Level.
warn(String, Throwable) - Static method in class org.j4me.logging.Log
Log a message string with the WARN level including the stack trace of the Throwable t passed as parameter.
WHITE - Static variable in class org.j4me.ui.Theme
White
Whitespace - Class in org.j4me.ui.components
The Whitespace component adds whitespace to a form.
Whitespace(int) - Constructor for class org.j4me.ui.components.Whitespace
Constructs a Whitespace component.

Y

YELLOW - Static variable in class org.j4me.ui.Theme
Yellow

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