|
|||||||||
| Home >> All >> com >> barteo >> emulator >> [ app overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.barteo.emulator.app
Class EclipseSwt

java.lang.Objectcom.barteo.emulator.app.Common
com.barteo.emulator.app.EclipseSwt
- All Implemented Interfaces:
- com.barteo.emulator.MicroEmulator
- public class EclipseSwt
- extends Common
| Nested Class Summary | |
(package private) class |
EclipseSwt.Sleak
|
| Field Summary | |
private com.barteo.emulator.app.util.DeviceEntry |
deviceEntry
|
private static com.barteo.emulator.app.ui.swt.SwtDeviceComponent |
devicePanel
|
private boolean |
initialized
|
private org.eclipse.swt.events.KeyListener |
keyListener
|
private com.barteo.emulator.app.ui.swt.SwtSelectDeviceDialog |
selectDeviceDialog
|
static org.eclipse.swt.widgets.Shell |
shell
|
private org.eclipse.swt.events.ShellListener |
shellListener
|
| Fields inherited from class com.barteo.emulator.app.Common |
captureFile, emulatorContext, jad, manifest |
| Constructor Summary | |
(package private) |
EclipseSwt(org.eclipse.swt.widgets.Shell shell,
com.barteo.emulator.device.Device device,
java.lang.String captureFile)
|
| Method Summary | |
com.barteo.emulator.app.util.DeviceEntry |
getDevice()
|
protected void |
loadFromJad(java.net.URL jadUrl)
|
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, 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
initialized
private boolean initialized
selectDeviceDialog
private com.barteo.emulator.app.ui.swt.SwtSelectDeviceDialog selectDeviceDialog
deviceEntry
private com.barteo.emulator.app.util.DeviceEntry deviceEntry
keyListener
private org.eclipse.swt.events.KeyListener keyListener
shellListener
private org.eclipse.swt.events.ShellListener shellListener
| Constructor Detail |
EclipseSwt
EclipseSwt(org.eclipse.swt.widgets.Shell shell, com.barteo.emulator.device.Device device, java.lang.String captureFile)
| 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)
loadFromJad
protected void loadFromJad(java.net.URL jadUrl)
- Overrides:
loadFromJadin classCommon
main
public static void main(java.lang.String[] args)
|
|||||||||
| Home >> All >> com >> barteo >> emulator >> [ app overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC