Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.barteo.emulator
Class MIDletBridge  view MIDletBridge download MIDletBridge.java

java.lang.Object
  extended bycom.barteo.emulator.MIDletBridge

public class MIDletBridge
extends java.lang.Object


Field Summary
(package private) static javax.microedition.midlet.MIDlet currentMIDlet
           
(package private) static MicroEmulator emulator
           
(package private) static java.util.Hashtable midletAccess
           
 
Constructor Summary
MIDletBridge()
           
 
Method Summary
static java.lang.String getAppProperty(java.lang.String key)
           
static javax.microedition.midlet.MIDlet getCurrentMIDlet()
           
static MIDletAccess getMIDletAccess()
           
static MIDletAccess getMIDletAccess(javax.microedition.midlet.MIDlet a_midlet)
           
static void notifyDestroyed()
           
static void notifySoftkeyLabelsChanged()
          Pass out changes to softkeys
static void setAccess(javax.microedition.midlet.MIDlet a_midlet, MIDletAccess a_midletAccess)
           
static void setCurrentMIDlet(javax.microedition.midlet.MIDlet a_midlet)
           
static void setMicroEmulator(MicroEmulator a_emulator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

midletAccess

static java.util.Hashtable midletAccess

emulator

static MicroEmulator emulator

currentMIDlet

static javax.microedition.midlet.MIDlet currentMIDlet
Constructor Detail

MIDletBridge

public MIDletBridge()
Method Detail

setMicroEmulator

public static void setMicroEmulator(MicroEmulator a_emulator)

setAccess

public static void setAccess(javax.microedition.midlet.MIDlet a_midlet,
                             MIDletAccess a_midletAccess)

getCurrentMIDlet

public static javax.microedition.midlet.MIDlet getCurrentMIDlet()

setCurrentMIDlet

public static void setCurrentMIDlet(javax.microedition.midlet.MIDlet a_midlet)

getMIDletAccess

public static MIDletAccess getMIDletAccess(javax.microedition.midlet.MIDlet a_midlet)

getMIDletAccess

public static MIDletAccess getMIDletAccess()

getAppProperty

public static java.lang.String getAppProperty(java.lang.String key)

notifyDestroyed

public static void notifyDestroyed()

notifySoftkeyLabelsChanged

public static void notifySoftkeyLabelsChanged()
Pass out changes to softkeys