java.lang.Object
com.barteo.emulator.app.Common
com.barteo.emulator.app.Swt
- All Implemented Interfaces:
- com.barteo.emulator.MicroEmulator
- public class Swt
- extends Common
| 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 |
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
Swt
Swt(org.eclipse.swt.widgets.Shell shell)
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)