Mobile Tools for Java
Release 1.0

org.eclipse.mtj.ui
Class DefaultDeviceEditorActionDelegate

java.lang.Object
  extended by org.eclipse.mtj.ui.DefaultDeviceEditorActionDelegate
Direct Known Subclasses:
JavaDeviceEditorActionDelegate

public class DefaultDeviceEditorActionDelegate
extends Object

An action delegate implementation that opens the default device editor implementation.

Since:
1.0

Constructor Summary
DefaultDeviceEditorActionDelegate()
           
 
Method Summary
protected  DeviceEditorDialog getDeviceEditorDialog(Shell shell)
          Return the dialog to be used for editing the dialog.
 void run(IAction action)
           
 void selectionChanged(IAction action, ISelection selection)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultDeviceEditorActionDelegate

public DefaultDeviceEditorActionDelegate()
Method Detail

run

public void run(IAction action)

selectionChanged

public void selectionChanged(IAction action,
                             ISelection selection)

getDeviceEditorDialog

protected DeviceEditorDialog getDeviceEditorDialog(Shell shell)
Return the dialog to be used for editing the dialog.

Parameters:
shell -
Returns:

Mobile Tools for Java
Release 1.0