|
Mobile Tools for Java Release 1.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.ObjectDialog
org.eclipse.mtj.ui.editors.device.DeviceEditorDialog
public class DeviceEditorDialog
Dialog implementation for the editing of a device.
| Constructor Summary | |
|---|---|
DeviceEditorDialog(IShellProvider parentShell)
Construct a new editor dialog. |
|
DeviceEditorDialog(Shell parentShell)
Construct a new editor dialog. |
|
| Method Summary | |
|---|---|
protected void |
buttonPressed(int buttonId)
|
protected void |
configureShell(Shell newShell)
|
protected Control |
createDialogArea(Composite parent)
|
protected boolean |
isJavaExecutableDevice()
Return a boolean indicating whether the device being edited is launched by a Java executable. |
void |
setDevice(IDevice device)
Set the device to be edited. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DeviceEditorDialog(IShellProvider parentShell)
parentShell - object that returns the current parent shellpublic DeviceEditorDialog(Shell parentShell)
parentShell - the parent shell, or null to create a
top-level shell| Method Detail |
|---|
public void setDevice(IDevice device)
device - the device to be editedprotected void buttonPressed(int buttonId)
protected void configureShell(Shell newShell)
protected Control createDialogArea(Composite parent)
protected boolean isJavaExecutableDevice()
|
Mobile Tools for Java Release 1.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||