java.lang.Object
com.barteo.emulator.app.ui.swt.SwtDialog
com.barteo.emulator.app.ui.swt.SwtSelectDeviceDialog
- public class SwtSelectDeviceDialog
- extends SwtDialog
| Methods inherited from class com.barteo.emulator.app.ui.swt.SwtDialog |
buttonPressed, cancelPressed, create, createContents, createShell, getInitialLocation, getInitialSize, getReturnCode, getShell, getShellListener, initializeBounds, okPressed, open, setReturnCode |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
btAdd
private org.eclipse.swt.widgets.Button btAdd
btRemove
private org.eclipse.swt.widgets.Button btRemove
btDefault
private org.eclipse.swt.widgets.Button btDefault
lsDevices
private org.eclipse.swt.widgets.List lsDevices
deviceModel
private java.util.Vector deviceModel
selectedEntry
private com.barteo.emulator.app.util.DeviceEntry selectedEntry
btAddListener
private org.eclipse.swt.widgets.Listener btAddListener
btRemoveListener
private org.eclipse.swt.widgets.Listener btRemoveListener
btDefaultListener
private org.eclipse.swt.widgets.Listener btDefaultListener
lsDevicesListener
org.eclipse.swt.events.SelectionAdapter lsDevicesListener
SwtSelectDeviceDialog
public SwtSelectDeviceDialog(org.eclipse.swt.widgets.Shell parent)
configureShell
protected void configureShell(org.eclipse.swt.widgets.Shell shell)
- Overrides:
configureShell in class SwtDialog
createDialogArea
protected org.eclipse.swt.widgets.Control createDialogArea(org.eclipse.swt.widgets.Composite composite)
- Overrides:
createDialogArea in class SwtDialog
createButtonBar
protected org.eclipse.swt.widgets.Control createButtonBar(org.eclipse.swt.widgets.Composite parent)
- Overrides:
createButtonBar in class SwtDialog
getSelectedDeviceEntry
public com.barteo.emulator.app.util.DeviceEntry getSelectedDeviceEntry()
close
public boolean close()
- Overrides:
close in class SwtDialog