Mobile Tools for Java
Release 1.0

org.eclipse.mtj.ui
Class JavaDeviceEditorActionDelegate

java.lang.Object
  extended by org.eclipse.mtj.ui.DefaultDeviceEditorActionDelegate
      extended by org.eclipse.mtj.ui.JavaDeviceEditorActionDelegate

public class JavaDeviceEditorActionDelegate
extends DefaultDeviceEditorActionDelegate

An action delegate to launch the Java Device editor dialog.

Since:
1.0

Constructor Summary
JavaDeviceEditorActionDelegate()
           
 
Method Summary
protected  DeviceEditorDialog getDeviceEditorDialog(Shell shell)
          Return the dialog to be used for editing the dialog.
 
Methods inherited from class org.eclipse.mtj.ui.DefaultDeviceEditorActionDelegate
run, selectionChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaDeviceEditorActionDelegate

public JavaDeviceEditorActionDelegate()
Method Detail

getDeviceEditorDialog

protected DeviceEditorDialog getDeviceEditorDialog(Shell shell)
Description copied from class: DefaultDeviceEditorActionDelegate
Return the dialog to be used for editing the dialog.

Overrides:
getDeviceEditorDialog in class DefaultDeviceEditorActionDelegate
Returns:

Mobile Tools for Java
Release 1.0