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

B

backlightOFF() - Method in class com.buglabs.bug.jni.basedisplay.NativeBaseDisplay
 
backlightON() - Method in class com.buglabs.bug.jni.basedisplay.NativeBaseDisplay
 
Base64 - Class in com.buglabs.bug.program
Encodes and decodes to and from Base64 notation.
Base64.InputStream - Class in com.buglabs.bug.program
A Base64.InputStream will read data from another java.io.InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.InputStream(InputStream) - Constructor for class com.buglabs.bug.program.Base64.InputStream
Constructs a Base64.InputStream in DECODE mode.
Base64.InputStream(InputStream, int) - Constructor for class com.buglabs.bug.program.Base64.InputStream
Constructs a Base64.InputStream in either ENCODE or DECODE mode.
Base64.OutputStream - Class in com.buglabs.bug.program
A Base64.OutputStream will write data to another java.io.OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.OutputStream(OutputStream) - Constructor for class com.buglabs.bug.program.Base64.OutputStream
Constructs a Base64.OutputStream in ENCODE mode.
Base64.OutputStream(OutputStream, int) - Constructor for class com.buglabs.bug.program.Base64.OutputStream
Constructs a Base64.OutputStream in either ENCODE or DECODE mode.
beep(byte, byte) - Method in class com.buglabs.bug.jni.bugbeep.BugBeep
 
BMI_GPS_CLRBOOT - Static variable in class com.buglabs.bug.jni.gps.GPS
 
BMI_GPS_CLRRST - Static variable in class com.buglabs.bug.jni.gps.GPS
 
BMI_GPS_CLRWAKE - Static variable in class com.buglabs.bug.jni.gps.GPS
 
BMI_GPS_GLEDOFF - Static variable in class com.buglabs.bug.jni.gps.GPS
 
BMI_GPS_GLEDON - Static variable in class com.buglabs.bug.jni.gps.GPS
 
BMI_GPS_RLEDOFF - Static variable in class com.buglabs.bug.jni.gps.GPS
 
BMI_GPS_RLEDON - Static variable in class com.buglabs.bug.jni.gps.GPS
 
BMI_GPS_SETBOOT - Static variable in class com.buglabs.bug.jni.gps.GPS
 
BMI_GPS_SETRST - Static variable in class com.buglabs.bug.jni.gps.GPS
 
BMI_GPS_SETWAKE - Static variable in class com.buglabs.bug.jni.gps.GPS
 
BMIMessage - Class in com.buglabs.bug.bmi.pub
A message from the BMI system.
BMIMessage(String) - Constructor for class com.buglabs.bug.bmi.pub.BMIMessage
 
BMIMessage(String, String, int, int) - Constructor for class com.buglabs.bug.bmi.pub.BMIMessage
 
BUFFER_OVERFLOW - Static variable in exception ch.ethz.iks.slp.ServiceLocationException
The framework encountered a buffer overflow.
BUFFER_SIZE - Static variable in class com.buglabs.bug.program.ProgramServlet
 
BUG_BUNDLE_APPLICATION - Static variable in interface com.buglabs.util.BugBundleConstants
A module designated as an application.
BUG_BUNDLE_CORE - Static variable in interface com.buglabs.util.BugBundleConstants
A designation for core runtime bundles that provide core services.
BUG_BUNDLE_MODULE - Static variable in interface com.buglabs.util.BugBundleConstants
A module desginated as a Module bundle, providing module services.
BUG_BUNDLE_MODULE_ID - Static variable in interface com.buglabs.util.BugBundleConstants
The Module ID header as presented by the BMI bus.
BUG_BUNDLE_MODULE_VERSION - Static variable in interface com.buglabs.util.BugBundleConstants
This header represents the version of the hardware module.
BUG_BUNDLE_SLOT_ID_HEADER - Static variable in interface com.buglabs.util.BugBundleConstants
The slot ID the module is connected to.
BUG_BUNDLE_TYPE_HEADER - Static variable in interface com.buglabs.util.BugBundleConstants
Header to define and describe the type of bundle in the bug context.
BugBeep - Class in com.buglabs.bug.jni.bugbeep
CharDevice representation of the BUG's piezo electric speaker.
BugBeep() - Constructor for class com.buglabs.bug.jni.bugbeep.BugBeep
 
BugBundleActivator - Class in com.buglabs.util
Utility base bundle activator ensures some log service is available.
BugBundleActivator() - Constructor for class com.buglabs.util.BugBundleActivator
 
BugBundleConstants - Interface in com.buglabs.util
Constants relating to bundles.
BugServiceServlet - Class in com.buglabs.bug.service
 
BugServiceServlet(BundleContext, Map) - Constructor for class com.buglabs.bug.service.BugServiceServlet
 
BugServiceServlet(BundleContext, Map, List) - Constructor for class com.buglabs.bug.service.BugServiceServlet
 
Bundles - Class in com.buglabs.osgi.shell.commands.concierge
 
Bundles() - Constructor for class com.buglabs.osgi.shell.commands.concierge.Bundles
 
BundleUtils - Class in com.buglabs.osgi.shell.pub
A set of utility methods for common functionality.
BundleUtils() - Constructor for class com.buglabs.osgi.shell.pub.BundleUtils
 
BUTTON_DOWN - Static variable in class com.buglabs.device.ButtonEvent
 
BUTTON_HOTKEY_1 - Static variable in class com.buglabs.device.ButtonEvent
 
BUTTON_HOTKEY_2 - Static variable in class com.buglabs.device.ButtonEvent
 
BUTTON_HOTKEY_3 - Static variable in class com.buglabs.device.ButtonEvent
 
BUTTON_HOTKEY_4 - Static variable in class com.buglabs.device.ButtonEvent
 
BUTTON_LEFT - Static variable in class com.buglabs.device.ButtonEvent
 
BUTTON_RIGHT - Static variable in class com.buglabs.device.ButtonEvent
 
BUTTON_SELECT - Static variable in class com.buglabs.device.ButtonEvent
 
BUTTON_UP - Static variable in class com.buglabs.device.ButtonEvent
 
buttonEvent(ButtonEvent) - Method in class com.buglabs.bug.menu.Menu
 
ButtonEvent - Class in com.buglabs.device
Represents a physical key event.
ButtonEvent(int) - Constructor for class com.buglabs.device.ButtonEvent
 
ButtonEvent(int, float) - Constructor for class com.buglabs.device.ButtonEvent
 
ButtonEvent(int, float, int) - Constructor for class com.buglabs.device.ButtonEvent
 
ButtonEvent(int, float, int, long) - Constructor for class com.buglabs.device.ButtonEvent
 
buttonEvent(ButtonEvent) - Method in interface com.buglabs.device.IButtonEventListener
 
buttonPress(int) - Method in class com.buglabs.bug.menu.MenuStateMachine
 
buttonPress(int) - Method in interface com.buglabs.menu.IMenuController
Tell the controller that a button event has occurred.

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