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

Quick Search    Search Deep

com.barteo.emulator.app
Class Swt  view Swt download Swt.java

java.lang.Object
  extended bycom.barteo.emulator.app.Common
      extended bycom.barteo.emulator.app.Swt
All Implemented Interfaces:
com.barteo.emulator.MicroEmulator

public class Swt
extends Common


Field Summary
(package private)  com.barteo.emulator.app.util.DeviceEntry deviceEntry
           
private static com.barteo.emulator.app.ui.swt.SwtDeviceComponent devicePanel
           
(package private)  org.eclipse.swt.widgets.FileDialog fileDialog
           
(package private)  boolean initialized
           
(package private)  Swt instance
           
(package private)  org.eclipse.swt.events.KeyListener keyListener
           
(package private)  org.eclipse.swt.widgets.Listener menuExitListener
           
(package private)  org.eclipse.swt.widgets.MenuItem menuOpenJADFile
           
(package private)  org.eclipse.swt.widgets.Listener menuOpenJADFileListener
           
(package private)  org.eclipse.swt.widgets.MenuItem menuOpenJADURL
           
(package private)  org.eclipse.swt.widgets.Listener menuOpenJADURLListener
           
(package private)  org.eclipse.swt.widgets.MenuItem menuSelectDevice
           
(package private)  org.eclipse.swt.widgets.Listener menuSelectDeviceListener
           
(package private)  com.barteo.emulator.app.ui.ResponseInterfaceListener responseInterfaceListener
           
(package private)  com.barteo.emulator.app.ui.swt.SwtSelectDeviceDialog selectDeviceDialog
           
static org.eclipse.swt.widgets.Shell shell
           
(package private)  org.eclipse.swt.widgets.Label statusBar
           
(package private)  com.barteo.emulator.app.ui.StatusBarListener statusBarListener
           
 
Fields inherited from class com.barteo.emulator.app.Common
captureFile, emulatorContext, jad, manifest
 
Constructor Summary
(package private) Swt(org.eclipse.swt.widgets.Shell shell)
           
 
Method Summary
 com.barteo.emulator.app.util.DeviceEntry getDevice()
           
static void main(java.lang.String[] args)
           
 void setDevice(com.barteo.emulator.app.util.DeviceEntry entry)
           
protected  void setDevice(com.barteo.emulator.device.swt.SwtDevice device)
           
 
Methods inherited from class com.barteo.emulator.app.Common
close, getAppProperty, getLauncher, loadFromJad, loadMidlet, notifyDestroyed, notifySoftkeyLabelsChanged, openJadFile, setDevice, setResponseInterfaceListener, setStatusBarListener, startMidlet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

shell

public static org.eclipse.swt.widgets.Shell shell

devicePanel

private static com.barteo.emulator.app.ui.swt.SwtDeviceComponent devicePanel

instance

Swt instance

initialized

boolean initialized

selectDeviceDialog

com.barteo.emulator.app.ui.swt.SwtSelectDeviceDialog selectDeviceDialog

fileDialog

org.eclipse.swt.widgets.FileDialog fileDialog

menuOpenJADFile

org.eclipse.swt.widgets.MenuItem menuOpenJADFile

menuOpenJADURL

org.eclipse.swt.widgets.MenuItem menuOpenJADURL

menuSelectDevice

org.eclipse.swt.widgets.MenuItem menuSelectDevice

deviceEntry

com.barteo.emulator.app.util.DeviceEntry deviceEntry

statusBar

org.eclipse.swt.widgets.Label statusBar

keyListener

org.eclipse.swt.events.KeyListener keyListener

menuOpenJADFileListener

org.eclipse.swt.widgets.Listener menuOpenJADFileListener

menuOpenJADURLListener

org.eclipse.swt.widgets.Listener menuOpenJADURLListener

menuExitListener

org.eclipse.swt.widgets.Listener menuExitListener

menuSelectDeviceListener

org.eclipse.swt.widgets.Listener menuSelectDeviceListener

statusBarListener

com.barteo.emulator.app.ui.StatusBarListener statusBarListener

responseInterfaceListener

com.barteo.emulator.app.ui.ResponseInterfaceListener responseInterfaceListener
Constructor Detail

Swt

Swt(org.eclipse.swt.widgets.Shell shell)
Method Detail

getDevice

public com.barteo.emulator.app.util.DeviceEntry getDevice()

setDevice

public void setDevice(com.barteo.emulator.app.util.DeviceEntry entry)

setDevice

protected void setDevice(com.barteo.emulator.device.swt.SwtDevice device)

main

public static void main(java.lang.String[] args)